/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 27 2024 | 13:42:40 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS, echa un vistazo a https://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

/* INVITACIÓN PLANTILLA PORTADA */
.fog5{font-family: "fogtwono5"!important;}
.hidden{display:none;}

/*Animacion imagenes*/
.logo-object{
	animation: logo-object 4s linear infinite;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: logo-object;
}
@keyframes logo-object{
	0% {
		transform: translateY(-7px);
	}
	50% {
		transform: translateY(7px);
	}
	100% {
		transform: translateY(-7px);
	}
}
/*IMAGEN DE PAGINA DE INFO*/
.imgInfo{
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	-webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	margin-top: -2rem;
}

/*ESTILO DE INVITACIONES DEMOS*/
.novios img{
	width:300px;
	height:300px;
	border: 5px solid #fff;
    box-shadow: 0 4px 6px 0 #ccc;
	border-radius:50%!important;
}

.bautizo img{
	width:300px;
	height:300px;
	border: 5px solid #81A6C4;
    box-shadow: 0 4px 6px 0 #ccc;
	border-radius:50%!important;
}
.icon img{
	border: 5px solid #fff;
    box-shadow: 0 4px 6px 0 #ccc;
	border-radius:50%!important;
}
.fotoExagonal img{
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
img.premium-video-box-background{
	visibility:hidden;
}

/*ESTILO INVITACION DE ENSUEÑO PARA MESA DE REGALO CARD30FLIP*/
.containerCard{
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cardMaster{
    margin: 20px;
    perspective: 1000px;
    
}
.cardMaster:hover .card{
    transform: rotateY(180deg);
}
.card{
    width: 350px;
    height: 400px;
    position: relative;
    transform-style:preserve-3d;
    transition: all 600ms;
}

.cardFront,
.cardBack{
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    transform-style:preserve-3d;
    top: 0;
    left: 0;
    border-radius: 20px;
}

.cardFront{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cardBack{
    transform: rotateY(180deg);
    background: white;
}

.bodyCardFront{
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    color:white;
    transform: translateZ(60px);
    
}
.bodyCardFront h1{
	color:#fff;
}

.bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    border-radius: 20px;
}

.bodyCardBack{
    padding: 40px;
    text-align: center;
    transform: translateZ(60px);
}

.bodyCardBack p{
    margin-top: 20px;
    font-size: 20px;
}
.bodyCardBack input{
    padding: 10px 40px;
    margin-top: 30px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    color: white;
    background: #5880f6;
    box-shadow: 1px 1px 30px -5px #5880f6;
    border-radius: 10px;
    transition: box-shadow 600mx;
}

.bodyCardBack input:hover{
    box-shadow: 1px 1px 30px 0px #449de6;
}
img.iconImg{
	width:80px;
	border: 5px solid #840909;
    box-shadow: 0 4px 6px 0 #840909;
	border-radius:50%!important;
}

/* ESTILO DE TIMELINE */
*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

.timeline{
    position: relative;
    max-width: 1200px;
    margin: 100px auto;
}
.container{
    padding: 10px 50px;
    position: relative;
    width: 50%;
    /* background: rgba(0, 0, 0, 0.3); */
    animation: movedown 1s linear forwards;
    opacity: 0;
}

@keyframes movedown {
    0%{
        opacity: 1;
        transform: translateY(-30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}

/* .container:nth-child(1){
    animation-delay: 0s;
} */
.container:nth-child(2){
    animation-delay: 1s;
}
.container:nth-child(3){
    animation-delay: 2s;
}
.container:nth-child(4){
    animation-delay: 3s;
}
.container:nth-child(5){
    animation-delay: 4s;
}
.container:nth-child(6){
    animation-delay: 5s;
}

.text-box{
    padding: 20px 30px;
    background: #000;
    color: #fff;
    position: relative;
    border-radius: 6px;
    font-style: 15px;
	border: 1px solid #D09E51;
}
.text-box h2{
	color:#fff!important;
}
.left-container{
    left: 0;
}
.right-container{
    left: 50%;
}
.container img{
    position: absolute;
    width: 70px;
    border-radius: 50%;
    right: -20px;
    top: 32px;
    z-index: 10;
}
.right-container img{
    left: -20px;
}
.timeline::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background:#D09E51!important;
    top: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -1;
    animation: moveline  6s linear forwards;
}
@keyframes moveline {
    0%{
        height: 0;
    }
    100%{
        height: 100%;
    }
}
.text-box h2{
    font-weight: 600;
}
.text-box small{
    display: inline-block;
    margin-bottom: 15px;
}
.left-container-arrow{
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #000;
    right: -15px;
}
.right-container-arrow{
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #000;
    left: -15px;
}


@media screen and (max-width:600px){
    .timeline{
        margin: 50px auto;
    }
    .timeline::after{
        left: 31px;
    }
    .container{
        width: 100%;
        padding-left: 80px;
        padding-right: 25px;
    }
    .text-box{
        font-style: 13px;
    }
    .text-box small{
        margin-bottom: 10px;
    }
    .right-container{
        left: 0;
    }
    .left-container img, .right-container img{
        left: 10px;
    }
    .left-container-arrow, .right-container-arrow{
        border-right: 15px solid #D09E51;
        border-left: 0;
        left: -15px;
    }
}
/* FIN DE ESTILO TIMELINE */

/*estilo de plantilla productos por categoria*/
.elementor-2356 .elementor-element.elementor-element-c3b1203.elementor-wc-products ul.products li.product .star-rating {
  position: relative;
  left: 41%;
}
 .elementor-widget-wc-archive-products .woocommerce.columns-3 ul.products {
    grid-template-columns: repeat(4,1fr)!important;
  }

@media only screen and (max-width: 600px) {
   .elementor-widget-wc-archive-products .woocommerce.columns-3 ul.products {
    grid-template-columns: repeat(1,1fr)!important;
  }
}