body {
    background: #fefefe;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
ol.breadcrumb {
    text-align: center;
    margin: auto;
    justify-content: center;
}
footer h2.text-uppercase.mb-3 {
    font-size: 20px;
}
/* header */
.t3-seccion {
    font-size: 1.5rem;
}
.seccion-etiquetas a{
 text-decoration: none;
}
header {
    background: #1A3772;
    font-size: 14px;
    color: #f2f2f2;
    display: inline-block;
    padding-top: 10px;
    border-bottom: solid 1px; #f2f2f2;
}
header .email .icono {
    padding-right: 10px;
    padding-left: 10px;
}
header .phone .icono {
    padding-right: 10px;
}

/* Menu de navegación */

.navbar-expand-lg {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 22%, rgba(34,168,217,1) 47%, rgba(26,55,114,1) 60%);
}
.logo {
    width: 150px;
    padding-right: 10px;
}
.dropdown-menu {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
/* CARRUSEL */

.d-item {
    height: 500px;
}
.d-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}
.carousel-item{
    height: 500px;
}

/* MAIN */
.tit-adix {

    font-size: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    color: #3399CC;
}
.tex-intro {
    font-size: 20px;
}

.card-sistemas {
    height: 312px;
}
.card-title {
    font-size: 16px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-variation-settings: "wdth" 87.3;
}
.call-to {
    background: rgb(0,175,189);
    background: linear-gradient(90deg, rgba(0,175,189,1) 0%, rgba(1,190,244,1) 51%, rgba(40,162,220,1) 100%);
    color: #f2f2f2;
}
.tit-call-to {
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:"wdth" 100;
}
.container-partners {
    background: #dbe0e3;
}
.text-partner {
    font-size: 18px;
}
.img-logo-partner {
    width: 200px;
}
.text-adix {
    font-weight: 600;
}
.img-jeron {
    width: 100%;
}
.card-footer{
    font-size: 10pt;
}
.img-logo-high{
    width: 80%;

}
.Encandezado-h2{
    font-size: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    color: #3399CC;
}
.text-h2{
    font-size: auto;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    color: #3399CC;
}



/* Footer */

.row-footer {
    background: #576777;
    color: #f2f2f2;
}
.tit-footer{
    border-bottom: solid 1px; #f2f2f2;
    color: #f2f2f2;
    opacity: .5;
}
.card-text-v {
    font-size: 14px;
}





/* MEDIAQUERIES */
/* Dispositivo sm */
@media screen and (max-width: 576px){
    .card-sistemas {
        height: 100%;
}
    .container{
        padding: 30px;
    }
}
/* Dispositivo md */
@media screen and (max-width: 768px){}
/* Dispositivo lg */
@media screen and (max-width: 992px){}
/* Dispositivo xl */
@media screen and (max-width: 1200px){}
/* Dispositivo xxl */
@media screen and (max-width: 1400px){}


.t2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}.call-action {
    font-size: 1.75rem;
}.t3 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 19.3px;
}
