/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2025 | 05:37:09 */
/* 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 */ 


.TituloJacqueline h2{ 
	font-family:"Great Vibes"!important;
	color:#1199A5!important;
	font-weight:600!important;
}

.TituloJacqueline h5{ 

	color:#1199A5!important;
	font-weight:600!important;
}
.iconJacqui img{
	border: 5px solid #fff;
	background-color:#8FDED2;
    box-shadow: 0 4px 6px 0 #ccc;
	border-radius:50%!important;
}
img.iconImgJaqui{
	width:80px;
	border: 5px solid #8FDED2;
    box-shadow: 0 4px 6px 0 #8FDED2;
	border-radius:50%!important;
	background-color:#8FDED2;
}
/* ESTILO DE TIMELINE */
*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

#Jaqui .timelineJaqueline{
    position: relative;
    max-width: 1200px;
    margin: 100px auto;
}
#Jaqui .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;
} */
#Jaqui .container:nth-child(2){
    animation-delay: 1s;
}
#Jaqui .container:nth-child(3){
    animation-delay: 2s;
}
#Jaqui .container:nth-child(4){
    animation-delay: 3s;
}
#Jaqui .container:nth-child(5){
    animation-delay: 4s;
}
#Jaqui .container:nth-child(6){
    animation-delay: 5s;
}

#Jaqui .text-box{
    padding: 20px 30px;
    background: #8FDED2;
    color: #fff;
    position: relative;
    border-radius: 6px;
    font-style: 15px;
	border: 1px solid #fff;
}
#Jaqui .text-box h2{
	color:#fff!important;
		font-family:"Great Vibes"!important;
}
#Jaqui .left-container{
    left: 0;
}
#Jaqui .right-container{
    left: 50%;
}
#Jaqui .container img{
    position: absolute;
    width: 70px;
    border-radius: 50%;
    right: -20px;
    top: 32px;
    z-index: 10;
	background-color:#8FDED2;
	border: 1px solid #fff;
}
#Jaqui .right-container img{
    left: -20px;
}
#Jaqui .timeline::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background:#fff!important;
    top: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -1;
    animation: moveline  6s linear forwards;
}
@keyframes moveline {
    0%{
        height: 0;
    }
    100%{
        height: 100%;
    }
}
#Jaqui .text-box h2{
    font-weight: 600;
}
#Jaqui .text-box small{
    display: inline-block;
    margin-bottom: 15px;
}
#Jaqui .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 #8FDED2;
    right: -15px;
}
#Jaqui .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 #8FDED2;
    left: -15px;
}


@media screen and (max-width:600px){
    #Jaqui .timeline{
        margin: 50px auto;
    }
    #Jaqui .timeline::after{
        left: 31px;
    }
    #Jaqui .container{
        width: 100%;
        padding-left: 80px;
        padding-right: 25px;
    }
    #Jaqui .text-box{
        font-style: 13px;
    }
	#Jaqui .text-box p{
		font-size:22px;
	}
    #Jaqui .text-box small{
        margin-bottom: 10px;
		font-size:18px
    }
    #Jaqui .right-container{
        left: 0;
    }
    #Jaqui .left-container img, #Jaqui .right-container img{
		left:0;
    }
    #Jaqui .left-container-arrow, #Jaqui .right-container-arrow{
        border-right: 15px solid #fff;
        border-left: 0;
        left: -15px;
    }
}
/* FIN DE ESTILO TIMELINE */