@font-face {
    font-family: 'Texta';
    src: url('../fonts/texta-cufonfonts/TextaMedium.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
 }
:root {
    --orange-color: #005792;
    --secondary-color: #45a7d4;
}

.mdslider {
    display: none;
    flex-wrap: wrap;
    margin-top: 24px;
    min-height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.overflow-scroll{
    overflow-y: scroll;
}
.overflow-scroll::-webkit-scrollbar{
    width: 5px;
    white-space:nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    display: block;
}

.mdslider .md-slider-item , .md-slider-subitem{
    align-items: center;
    border-right: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
    color: black;
    justify-content: center;
    position: absolute;
    float: left;
    min-height: 380px !important;
    transition: .4s all ease-in-out;
    width: 100% !important;
    z-index: 999;
}
.md-slider-subitem{
    margin-top: 20px;
    display: none;
}

.mdslider .md-slider-item .row {
    margin: 0;
    padding: 0 !important
}

.mdslider .md-slider-item .content {
    display: flex;
    color: #333;
    align-items: flex-start;
    /* height: 100%; */
    justify-content: left;
    flex-direction: column;
}

.mdslider .md-slider-item .content .cinside {
    text-align: justify;
    /* padding-left: 8px */
}

.mdslider .md-slider-item .content .cinside h2 {
    font-size: 1.8em
}

.mdslider .md-slider-item .content .cinside p {
    display: block;
    text-align: center;
    width: 100%
}

.mdslider .md-slider-item .content .cinside .btn {
    background-color: #fdd700;
    color: #333;
    display: inline-flex;
    margin: 0 auto
}

.mdslider ul.navigation {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
    top: calc(20% - 20px);
    z-index: 9;
    width: 100%
}

.mdslider ul.navigation li {
    display: inline-flex;
    float: left
}

.mdslider ul.navigation li a {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-size: 1.4em;
    width: 36px;
    height: 36px;
    color: #fff;
    text-decoration: none
}

.mdslider ul.navigation li:first-child {
    margin-left: 32px
}

.mdslider ul.navigation li:first-child a i {
    position: relative;
    margin-left: -2px;
    margin-top: 2px
}

.mdslider ul.navigation li:last-child {
    float: right;
    margin-right: 32px
}

.mdslider ul.navigation li:last-child a i {
    position: relative;
    margin-left: 2px;
    margin-top: 2px
}
.nav__item{
    color: var(--orange-color);
}
.nav{
    background-color: white;
    height: 80px;
    color: var(--orange-color);
    position: fixed;
    z-index: 1000;
    width: 100%;
}
.nav__menu{
    display: grid;
    grid-auto-flow: column;
    gap: 3em;
 }

.nav__container{
    display: flex;
    height: 100%;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;

}

.nav__logo{
    font-size: 1.5em;
    font-weight: 900;
}

.nav__item{
    text-decoration: none;
    --clippy: polygon(0 0, 0 0, 0 100%, 0% 100%);
    
}

.nav__item::after{
    content: "";
    display: block;
    background-color: black;
    width: 90%;
    margin-top: 3px;
    height: 3px;
    clip-path: var(--clippy);
    transition: clip-path .5s;
}

.nav__item:hover{
    --clippy: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.nav__label{
    display: none;
}


.iconbox-content{
    position: relative;
    margin-top: -50px;
    background-color: white;
    width: 80%;
    border-radius: 20px;
    min-height: 130px;
    margin-bottom: 10px;
}

.steps{
    border-radius: 50%;
    min-height: 80px;
    width: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 900;
}
.bg-secondary{
    background-color: var(--secondary-color);
}
.contenedor {
	/* max-width: 1200px; */
	width: 100%;
	text-align: center;
	margin: auto;
}

.contenido-principal {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}

.contenido-principal__imagen {
	vertical-align: top;
	margin-right: 20px;
	width: 50%;
	max-width: 400px;
}

.contenido-principal__contenedor {
	width: 100%;
}

.contenido-principal__titulo {
	font-weight:900;
	font-size: 32px;
    margin-top: 10px;
}

.contenido-principal__resumen {
  font-family: 'Source Sans Pro', sans-serif;
	line-height: 30px;
  margin-left: 30px;
}

.card_testimonios {
    /* margin: 20px; */
    width: 200px;
    height: 200px;
    border-radius: 5px;
    background: url(../images/img/recurso9.png);
    background-size: cover;
    box-shadow: 3px 5px 5px rgba(3, 32, 51, 0.8);
}

.content_T{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: rgba(233, 231, 231, 0.8);
    border-radius: 5px;
    opacity: 0;
    transition: .5s;
}

.content_T h2 {
    color: var(--orange-color);
    margin: 10px 10px;
}

.content_T a {
    color: white;
    margin-left: 10px;
}

.card_testimonios:hover .content_T{
    opacity: 1;
}

.range{
    height: 100px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.sliderValue, .sliderSpending{
    height: 58px;
    width: 58px;
    transform: translateX(0%) scale(0);
    font-weight: bold;
    font-size: 22px;
    top: -40px;
    line-height: 55px;
    z-index: 2;
    color: var(--secondary-color);
    transition: transform 0.3s ease-in-out;
}


.show{
    transform: translateX(0%) scale(1) !important;
}

#spanAge::after, #spanSpending::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: transparent;
    /* border: 3px solid white; */
    z-index: -1;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-bottom-left-radius: 50%;
    /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); */
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    
}

.field .value, .field2 .value{
   
    font-size: 18px;
    color: var(--orange-color);
    font-weight: 600;
}

.field{
    display: flex;
    width: 60%;   
}

.field .value.left{
    margin-top: -38px;
    margin-right: 20px;
}
.field .value.right{
    margin-top: -12px;
    margin-left: 20px;
}
.field2{
    display: flex;
    width: 68%;   
}

.field2 .value.left{
    margin-top: -38px;
    margin-left: 30px;
}

.field2 .value.right{
    margin-top: -12px;
    margin-left: 15px;
}
.rounded-30{
    border-radius: 30px;
    margin-left: 5px;
    margin-right: 5px;
    z-index: 1000;
}
.col-md-01 {
    -ms-flex: 0 0 6.333333%;
    flex: 0 0 6.333333%;
    max-width: 6.333333%;
}
.col-md-30 {
    -ms-flex: 0 0 30.333333%;
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
    height: 70px;
}
.range input{
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
    border: none;
    z-index: 2222;
}

.range input::-webkit-slider-thumb{
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    cursor: pointer;
}

.range input::-moz-range-thumb{
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--secondary-color);
    border: 1px solid var(--orange-color);
    cursor: pointer;
}
.lh-lg{
    line-height: 40px;
}
.lh-1{
    line-height: 20px;
    text-align: left;
    padding: 5px;
}

.mh-300{
    min-height: 330px;
}
.fs-1{
    font-size: 16px;
}

.image{
    height: 300px !important;
    object-fit: cover;
    margin: 30px auto;
    display: block;
    }

    .image:hover{
        width: 150%;
        opacity: .6;
    }
    .modalP:target{
        clip-path: circle(150% at top right);
        transition: clip-path 2s 1s;
    }

    .modalP{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.525);
        clip-path: circle(0% at top right);
        transition: clip-path 2s;
        z-index: 9999;
    }

    .modalP:target .modal_picture{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        transition: clip-path .5s;
    }

    .modal_picture{
        width: 90%;
        height: 80%;
        margin-top: 10vh;
        background: white;
        position: relative;
        text-align: center;
        clip-path: polygon(100% 0, 100% 0,100% 0, 100% 0);
        transition: clip-path .5s 2s;
        flex-direction: row;
        align-items: center;
    }
    b{
        font-size: 24px;
    }

    .modalP_close{
        width: 50px;
        height: 50px;
        color: black;
        background-color: gray;
        display: block;
        line-height: 50px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        text-decoration: none;
        border-radius: 50%;
        z-index: 100;
    }

    .form-control, .btn-enviar{
        border-radius: 15px !important;
       
    }
    .btn-enviar{
        background-color: var(--secondary-color) !important;
        color: white;
    }
    .btn-enviar:hover{
        background-color: white !important;
        color: var(--orange-color) !important;
    }
    textarea.form-control {
        font-size: 19px;
        padding: 15px;
    }
    .border-40{
        border-radius: 40px;
    }
    .recursos li::before { /* Añadimos contenido antes de cada elemento de la lista */
        content: "\2022"; /* Insertamos el marcador */
        padding-right: 40px; /* Establecemos el espacio entre las viñetas y el list item */
        /* color: #71dbcf;  */
        display: inline-block; 
        font-size: 100px;
        line-height: 50px;
        vertical-align: -20px;  
        width: 20px;
        background: -webkit-linear-gradient(0deg,var(--orange-color), var(--secondary-color));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; 
         color:  linear-gradient(0deg,var(--orange-color) 0%,var(--secondary-color) 57%);
        
    }
    .mh-25{
        min-height: 25px;
       
    }
    .below{
        position:absolute; /*El div será ubicado con relación a la pantalla*/
        left:0px; /*A la derecha deje un espacio de 0px*/
        right:0px; /*A la izquierda deje un espacio de 0px*/
        bottom:10px; /*Abajo deje un espacio de 0px*/
        margin: auto;
        text-transform: none;
    }

    .fa-check-circle{
        color: var(--secondary-color);
    }
    .fa-times-circle{
        color: gray;
    }
    /* .col-md-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    } */
    

@media (max-width: 700px) {
    .col-md-2 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .contenido-principal__imagen{
        margin-top: 40px;
    }
    .mh-300{
        min-height: auto;
    }
    .mt-sm-2{
        margin-top: 30px;
    }
    .m-40{
        margin: 40px;
    }
    .mdslider{min-height: 800px;}
    .px-5{
        padding: 0 !important;
    }
    .field, .field2 {
        width: 100%;
    }
    .field2 .value.left {
    margin-left: 0;
    }
    .hl-19{
        line-height: 19px;
    }
    .portfolio-item{
        margin: auto;
        text-align: center;
    }
    .ml-40{
        margin-left: 43%;
        margin-top: 30px;
    }
	.contenido-principal {
		flex-direction: column;
	}
    .nav__label{
        display: block;
        cursor: pointer;
    }
    .nav__item{
        color: white !important;
    }
    .nav__menu{
        position: fixed;
        z-index: 10;
        top: 80px;
        bottom: 0;
        width: 100%;
        background-color: var(--orange-color);
        left: 0;
        display: flex;
        justify-content: center;
        gap: 1em;
        flex-direction: column;
        align-items: center;
        clip-path:circle(0 at center) ;
        transition:clip-path 1s ease-in-out;
    }

    .nav__input:checked + .nav__menu{
        clip-path:circle(100% at center) ;
    }
}

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}




