html {
		scroll-behavior: smooth;
}
* {
		scroll-behavior: smooth;
}
body, p, h1, h2, h3, h4,h5, h6, span, img, i, em {
    padding: 0px;
    margin: 0px;
    font-family: "Ubuntu", sans-serif;
    line-height: 1.2em;
    color: #354954;
    font-weight: 400;
    font-style: normal;
}
h1 {
    font-size: 38px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
::selection {
    color: #466875;
    background: #d3dce0;
}

.progress-container {
    width: 100%;
    height: 5px;
    background: #cad0ef;
}
.progress-bar {
    height: 8px;
    background: #354954;
    width: 0%;
}
.txtSoloMovil {
    display: none;
} 


.newContent {
    width: 80%;
    max-width: 1280px;
    margin: auto;
}
.link {
    text-decoration: underline;
    color: #4164ab;
}
.link:hover {
    opacity: .75;
}
.btn {
    font-weight: 500;
    font-size: 14px;
    max-width: fit-content;
    margin: auto;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 25px;
    min-width: 120px;
    text-decoration: none;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
}
.btn:hover {
    opacity: .75;
}
.btnBco {
    font-weight: 500;
    font-size: 14px;
    max-width: fit-content;
    margin: auto;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 25px;
    min-width: 160px;
    text-decoration: none;
    color: #fff !important;
    background: transparent;
    border: solid 2px #fff;
    text-align: center;
    margin-top: 1.2em;
}
.btnAzul {
    color: #fff;
    background: #4164ab;
    border: solid 2px #4164ab;
}
.btnLigthAzul {
    color: #4164ab;
    background: #bfcbd6;
    border: solid 2px #4164ab;
} 
.btnLigthAzul:hover {
    color: #264a92;
    background: #bfcbd6;
    border: solid 2px #bfcbd6;
}   
.btnDarkAzul {
    color: #fff;
    background: #354954;
    border: solid 2px #354954;
}
.btnLigthGreen {
    color: #354954;
    background: #d6e5be;
    border: solid 2px #d6e5be;
    font-weight: 600 !important;
} 
.btnTransparente {
    color: #354954 !important;
    background: transparent;
    border: solid 2px #354954;
}
.btnLigthGreen:hover {
    color: #354954;
    background: #bfcbd6;
    border: solid 2px #bfcbd6;
} 
.btnDarkGreen {
    color: #fff;
    background: #539000;
    border: solid 2px #539000;
    font-weight: 600 !important;
} 

.subtituloBold {
    font-weight: 600;
    font-size: 22px;
    color: #354954;
    margin-bottom: 10px;
}
.subtituloLight {
    font-weight: 400;
    font-size: 21px;
    color: #354954;
    margin-bottom: 10px;
}
.subtituloBoldMini {
    font-weight: 600;
    font-size: 17px;
    color: #354954;
    margin-bottom: 15px;
}
.subtitulos {
    max-width: 800px;
    margin: auto;
}
.imgPpal {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: auto;
    display: block; 
    margin: auto; 
}
.seccionNuevaIzq, .seccionNuevaDer {
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0%;
    padding: 0%;
    margin-top: 4em;
    margin-bottom: 2em;
}
.seccionNuevaDer-item h3, .seccionNuevaIzq-item h3, .seccionNuevaDer-item p, .seccionNuevaIzq-item p  {
    margin-left: 50px;
}
.seccionNuevaDer-item h3 i, .seccionNuevaIzq-item h3 i  {
    font-weight: bold;
    font-style: italic;
}
.seccionNuevaDer-item .btn, .seccionNuevaIzq-item .btn  {
    margin-left: 50px;
    margin-top: 1.2em;
    text-align: center;
}
.seccionNuevaIzq h2, .seccionNuevaDer h2 {
    font-weight: 600;
    font-size: 22px;
    color: #354954;
    margin-bottom: 10px;
    max-width: 400px !important;
    text-align: left;
}
.seccionNuevaIzq p, .seccionNuevaDer p {
    font-weight: 400;
    font-size: 16px;
    color: #354954;
    max-width: 400px !important;
    text-align: left;
}
.seccionNuevaDer-item p i, .seccionNuevaIzq-item p i  {
    font-style: italic;
}
.seccionNuevaIzq img {
    max-width: 500px;
    height: auto;
    margin: auto;
    display: block;
}
.seccionNuevaDer img {
    max-width: 500px;
    height: auto;
    margin-left: 25px;
}
.seccionNuevaIzq-item h3, .seccionNuevaDer h3 {
    font-weight: 600;
    font-size: 22px;
    color: #354954;
    margin-bottom: 10px;
    max-width: 400px !important;
    text-align: left;
    margin-top: 3em;
    margin-bottom: 1em;
}

.slidePpal {
    background-color: #5a75aa8f;
    text-align: center;
    height: 300px;
    display: flex;
}
.slidePpal h1 {
    font-weight: 600;
    font-size: 38px;
    color: white;
    margin-bottom: 10px;
}
.slidePpal p {
    font-weight: 400;
    font-size: 18px;
    color: white;
}
.slideSecond {
    background-color: #eeeded;
    text-align: center;
    padding: 1em 0em;
}
.slideSecond h2 {
    font-weight: 600;
    font-size: 22px !important;
    color: #354954;
    margin-bottom: 10px;
}
.slideSecond p {
    font-weight: 400;
    font-size: 16px;
    color: #354954;
    max-width: 900px;
    margin: auto;
}

.slidePpalGrande {
    background-color: #6a8fd8c2;
    text-align: center;
    padding: 3em 0em 1em 0em;
}
.slidePpalGrande h1 {
    font-weight: 600;
    font-size: 38px;
    color: white;
    margin-bottom: 10px;
}
.slidePpalGrande a {
    font-weight: 400;
    display: block;
    max-width: 220px;
}
.slidePpalGrande img {
    max-height: 400px;
    width: auto;
    margin: 2em auto 2.5em auto;
}
.slidePpalGrande p {
    font-weight: 400;
    display: block;
    max-width: 720px;
    color: white;
    text-align: center;
    margin: auto;
}


.fullContent {
    padding-top: 2.5em;
    padding-bottom: 0em;
}
.fullContent h2 {
    font-weight: 600;
    font-size: 26px;
    color: #354954;
    margin-bottom: 10px;
}
.fullContent p {
    font-weight: 400;
    font-size: 16px;
    color: #354954;
}

.divisor {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2em 0em;
}
.divisor h2 {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.divisor p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: left;
}
.divisorDosCols {
    display: flex;
    margin: 2em auto;
    flex-direction: row;
    justify-content: space-around;
}
.divisorDosCols h3 {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.divisorDosCols i {
    color: #fff;
    font-style: italic;
}

.slideAyuda {
    text-align: center;
    padding: 2em 0em;
    background: #dfe9ed;
}
.slideAyuda p {
    font-weight: 400;
    font-size: 16px;
    color: #354954;
    max-width: 900px;
    margin: auto;
    margin-bottom: .75em;
}


.faqscontent {
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    gap: 3%;
    margin-top: 2.5em;
}
.faqscontent-item {
    background: white;
    border-radius: 7px;
    box-shadow: 3px 3px 10px #d5d5d5;
    padding: 1.5em;
    padding-bottom: 0.5em;
    padding-top: 1em;
    font-size: 14px;
}
.faqscontent-item p {
    margin-top: .5em;
    margin-bottom: 1em;
}
.faqscontent-item .btn {
    text-align: center;
    margin: auto;
    display: block;
}
.contenedorFaqs h3 {
    font-weight: bold;
    font-size: 22px;
}
.contenedorFaqs {
    background: #f7f7f7;
    padding-top: 3em;
}


.prehome {
    background-image:url(../img/bckPreHome.png); background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}
.prehome .logotipo {
    display: block;
    margin: 4em auto 1em auto;
    max-width: 240px;
    height: auto;
}
.navPrehome {
    width: 90%;
    margin: 2em auto 3em auto;
    max-width: 1024px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: .5em;
    min-height: 37.6vh;
}
.navPrehome-item {
    width: 100%;
    margin: .5em;
    text-align: center;
    background: white;
    border-radius: 12px !important;
    box-shadow: 5px 6px 21px #686868a1;
    height: 225px;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    padding-bottom: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.navPrehome-item:hover { 
    opacity: .85;
    color:#536bb6;

}
.enlaceBloque {
    background: white;
    border-radius: 12px !important;
    /*border: solid;*/
    width: fit-content;
    display: inline-block;
    z-index: 1;
    box-shadow: 5px 6px 21px #686868a1;
    margin: 1em 2em 3em 2em;
}
.enlaceBloque img {
    border-radius: 35px 35px 0px 0px;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    margin-right: -16px;
    margin-bottom:-10px
}
.enlaceBloque p {
    line-height: 42px;
    margin: 20px;
    font-size: 27px;
    font-family: 'Ubuntu', sans-serif !important;
    margin-right: 5px;
    font-weight: bold;
}
.enlaceBloque a {
    color: #74B120;
    text-decoration: none; 
    font-weight: bold;
}
.enlaceBloque a:hover {
    color: #215836;
    opacity: .75; 
}

/*------------Animaciones----------------*/
.w3-container:after,.w3-container:before {content:"";display:table;clear:both}
.w3-container {padding:0.01em 16px}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}



.testimoniosBck  {
    background-repeat: no-repeat; 
    background-position: top; 
    background-size: cover;
    text-align: center;
    padding-top: 7em;
    padding-bottom: 1.5em;
}
.testimoniosBck h2 {
    font-weight: 600;
    font-size: 22px;
    color: #354954;
    margin-bottom: 10px;
}
.testimonios, .testimonioshub {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    text-align: center;
    width: 90%;
    max-width: 1280px;
    margin: 1.5em auto 1.8em auto;
    gap: 3.25%;
}
.testimonios-item, .testimonioshub-item {
    background-color: #fff;
    border-radius: 9px;
    box-shadow: #d7d7d7 3px 3px 10px;
    font-size: 15px;
    font-weight: bold;
    /*padding: 2em 1em; //cuando hay botón*/
    padding: 1.5em 1em 1.5em 1em; 
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.testimonios img, .testimonioshub img {
    width: 70px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 11px;
}
.testimonios p, .testimonioshub p {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2em;
    color: #354954;
}
.testimonios p:first-child {
    min-height: 50px;
}
.testimonios span, .testimonioshub span {
    font-size: 12px;
    display: block;
}

.escudos img {
    margin: 10px 0px;
    max-height: 90px;
    width: auto;
}



@media (max-width: 1900px) {
    .slidePpalGrande img {
        max-height: 300px;
    }
    .testimonios, .testimonioshub {
        max-width: 1000px;
    }
}
@media (max-width: 1550px) {
    .slidePpal {
        height: 180px;
    }
    .newContent {
        width: 90%;
    }
}
@media (max-width: 1366px) {
    .navPrehome {
        margin: 3em auto 4em auto;
    }
}
@media (max-width: 1280px) {
    .seccionNuevaIzq img, .seccionNuevaDer img {
        max-width: 400px;
    }
    .seccionNuevaIzq-item h3, .seccionNuevaDer h3 {
        margin-top: 2em;
    }
    .prehome .logotipo {
        margin: 5em auto 1em auto;
    }
    .newContent {
        max-width: 90%;
    }
    .navPrehome {
        margin: 4em auto 5em auto;
    }
}
@media (max-width: 1024px) {
    .slidePpalGrande {
        padding: 2em 0em 0.5em 0em;
    }
    .slidePpalGrande img {
        margin: 1em auto 1.5em auto;
    }
    .slideSecond img {
        max-height: 70px;
        width: auto;
    }
    .contenedor {
        max-width: 95%;
    }
    .navPrehome {
        min-height: 47vh;
        background-position: center;
    }
    .slidePpal {
        height: auto;
        padding-top: 2em;
        padding-bottom: 2em;
    }
}
@media (max-width: 980px) {
    .seccionNuevaIzq img, .seccionNuevaDer img {
        max-width: 350px;
    }
    .seccionNuevaIzq-item h3, .seccionNuevaDer h3 {
        margin-top: 1em;
    }
    .slidePpalGrande img {
        max-height: fit-content;
        margin: 1em auto 0.5em auto;
        width: 100%;
        height: auto;
        max-width: min-content;
    }
    .slideSecond img {
        max-height: 60px;
    }
    .prehome {
        background-image:url(../img/bckPreHome-tablet.png); 
    }
    .navPrehome {
        min-height: 44vh;
    }
}
@media (max-width: 840px) {
    .seccionNuevaIzq, .seccionNuevaDer {
        grid-template-columns: 100%;
        margin-bottom: 0em;
    }
    .seccionNuevaIzq {
        display: flex;
        flex-direction: column-reverse;
    }
    .seccionNuevaIzq, .seccionNuevaDer {
        margin-top: 1em;
    }
    .seccionNuevaIzq-item h3, .seccionNuevaDer h3 {
        max-width: 100% !important;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .seccionNuevaIzq p, .seccionNuevaDer p {
        max-width: 100% !important;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em;
    }
    .seccionNuevaDer-item .btn, .seccionNuevaIzq-item .btn  {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em;
        display: block;
        max-width: 180px;
    }
    .seccionNuevaDer img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .NS_herramientas {
        width: 80%;
        padding-bottom: 2em;
    }
    .txtSoloDesktop {
        display: none;
    } 
    .txtSoloMovil {
        display: block;
    } 
    .divisorDosCols {
        flex-direction: column;
    }
    .divisorDosCols div:nth-child(1) {
        margin-bottom: 3em;
    }
    .slideSecond img {
        max-height: 80px;
    }
    .navPrehome {
        min-height: 35vh;
    }
    .testimonios, .testimonioshub {
        grid-template-columns: 48% 48%;
    }
    .testimonios img, .testimonioshub img {
        width: 90px;
    }
}
@media (max-width: 768px) {
    .navPrehome {
        min-height: inherit;
    }
    .testimonios, .testimonioshub {
        max-width: 380px;
        grid-template-columns: 100%;
    }
    .testimoniosBck {
        padding-bottom: 3.5em;
    }
    
}
@media (max-width: 540px) {
    .NS_herramientas {
        width: 85%;
    }
    .slidePpalGrande {
        padding: 2em 0em 1em 0em;
    }
    .slidePpal h1, .slidePpalGrande h1 {
        font-size: 30px;
    }
    .slideSecond img {
        max-height: 60px;
    }
    .navPrehome {
        max-width: 325px;
        flex-direction: column;
        margin: 0em auto;
    }
    .navPrehome-item {
        margin: 1.5em .5em;
    } 
    .prehome {
        background-image:url(../img/bckPreHome-movil.png); 
    }
}
@media (max-width: 430px) {
    .seccionNuevaIzq img, .seccionNuevaDer img {
        max-width: 90%;
    }
    .slideSecond img {
        max-height: 45px;
    }
    .enlaceBloque p {
        font-size: 26px;
    } 
}
@media (max-width: 390px) {
    .enlaceBloque p {
        font-size: 20px;
    }
}
@media (max-width: 280px) {
    .enlaceBloque {
        max-width: 260px;
    }
    .enlaceBloque img {
        max-width: 260px;
        height: auto;
    }
    .slideSecond {
        padding: 1em 0em;
    }
}