/*******************************/
/********* General CSS *********/
/*******************************/

@font-face {
    font-family: "Futura Bold font";
    src: url("../Fonts/fonts/Futura\ Bold\ font.ttf");
}

@font-face {
    font-family: "futura medium bt";
    src: url("../Fonts/fonts/futura\ medium\ bt.ttf");
}

@font-face {
    font-family: "Roboto-Black";
    src: url("../Fonts/fonts/Roboto-Black.ttf");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../Fonts/fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto-Light";
    src: url("../Fonts/fonts/Roboto-Light.ttf");
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("../Fonts/fonts/Roboto-Medium.ttf");
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../Fonts/fonts/Roboto-Regular.ttf");
}


:root {
    --blanco: #ffffff;
    --azulFuerte: #0E21A0;
    --secundario: #0097A7;
    --gris: #757575;
    --grisClaro: #DFE9F3;
    --grisClarito: #F0F0F0;

    /*COLORES*/
    --rojo: #E20613;
    --azulPrincipal : #303689;
    --gris: #444444;
    --blanco: #FFFFFF;
    --moradoUno: #7E8FCE;

    --solucionesUno: #323588;
    --solucionesDos: #7178BD;
    --solucionesTres: #5256A3;
    --solucionesCuatro: #92A6DD;

    --meUno: #7E8FCE;
    --meDos: #6B79BD;
    --meTres: #5763AC;
    --meCuatro: #444C9A;
    --meCinco: #303689;
}

body {
    color: #797979;
    background: #ffffff;
}

div [id]{
    scroll-margin-top: 8rem;
}

#estudios-mercado, #soluciones, #contacto, #quienes-somos{
    scroll-margin-top: 5rem;
}

.back-to-top {
    position: fixed;
    display: none;
    background: var(--azulFuerte);
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top i {
    color: var(--blanco);
    padding-top: 10px;
}

.back-to-top:hover {
    background: var(--blanco);
    border: 2px solid var(--rojo);
}

.back-to-top:hover i {
    color: var(--rojo);
}

@media (min-width: 992px) {
    .mt-125 {
        margin-top: 125px;
    }
}

/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
    top: 0;
}

.navbar a{
    color: var(--azulPrincipal) !important;
    font-size: 1rem;
    font-weight: 600;
    font-family: Roboto-Bold;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .5s;
    background-color: white !important;
}

.navbar #datos-nav  {
    margin-left: 22rem;
}

.navbar a:hover {
    color: var(--rojo) !important;
}

@media (max-width: 800px) {
    .navbar .navbar-brand img {
        display: none;
    }

    .navbar #datos-nav  {
        margin-left: 0;
    }
}

/**********************************/
/*********** Video CSS **********/
/**********************************/

.video{
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
    position: relative;
}

.contenido-video video{
    width: 100%;
    max-height: 560px;
    object-fit: cover;
}

.contenido-video .texto-video{
    position: absolute;
    width: 60%;
    margin: auto;
    top: 180px;
    left:12%;
}

.contenido-video .texto-video h2{
    font-family: Futura Bold font;
    font-size: 4.5rem;
    font-weight: 800;
    color: var(--moradoUno);
}

.contenido-video .texto-video h5{
    font-family: Roboto-Light;
    font-size: 1.4rem;
    margin-top: -1rem;
    color: var(--blanco);
    margin-left: 10px;
}

.contenido-video .texto-video h6{
    font-family: Roboto-Light;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-left: 2rem;
    color: var(--blanco);
    display: flex;
    align-items: flex-end;
}

.contenido-video .texto-video h6 .circulo{
    background-color: var(--rojo);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    top: -40px;
}

@media (max-width: 800px) {
    .video {
        margin: auto;
        height: 420px;
    }

    .contenido-video video{
        height: 420px;
    }

    .contenido-video .texto-video{
        position: absolute;
        width: 95%;
        margin: auto;
        top: 70px;
        left:10px;
    }
}

@media (max-width: 430px) {
    .contenido-video .texto-video h6 .circulo{
		width: 14px;
		height: 10px;
	}
}

/*******************************/
/********* Servicios CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.section-header{
    width: 100%;
    text-align: center;
}

.section-header .borde {
    margin: auto;
    width: 20%;
    border: medium none;
    border-top: 3px dashed var(--rojo);
}

.section-header h2{
    font-family: Futura Book;
    margin-top: 1rem;
    color: var(--azulPrincipal);
    font-family: Futura Bold font;
    font-size: 3rem;
    font-weight: 800;
}

.section-header h4{
    font-family: Roboto-Regular;
    margin-top: 2rem;
}

.service .service-item {
    position: relative;
    width: 100%;
    height: 380px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 30px;
    text-align: center;
    border: 1.5px solid rgba(0, 0, 0, .1);
    transition: .3s;
    border-radius: 10px;
}

.service .service-item:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.services-icons{
    width: 7rem;
    height: 7rem;
    position: relative;
    border-radius: 50%;
    text-align: center;
    line-height: 6rem;
    left: 50%;
    top: -25%;
    transform: translateX(-50%);
    background-color: var(--azulPrincipal);
}

.services-icons:hover {
   background-color: var(--rojo);
}

.service .service-item .descripcion{
    top: -60px;
    position: relative;
}

.service .service-item h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    color: var(--azulPrincipal);
    font-family: Futura Bold font;
}

.service .service-item p {
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 1rem;
}

.service .service-item a {
    position: relative;
    font-size: 16px;
    color: var(--blanco);
    transition: .3s;
}

.service .service-item a::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: -3px;
    left: 10%;
    background: #0796fe;
}

.service .service-item:hover a.btn {
    color: #092a49;
    background: #1d2434;
    border-color: #1d2434;
}

@media (max-width: 800px) {
    .service .section-header .borde {
        width: 60%;
    }

    .section-header h2{
        font-size: 2.5rem;
    }

    .section-header h4{
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 480px) {
    .unset {
        background-color: red;
    }
}

/*******************************/
/******* portada-b2b CSS *******/
/*******************************/
.portada-b2b {
    background-image: url(../img/serviciosB2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
    position: relative;
    margin-bottom: 2rem;
}

.contenido-b2b {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contenido-b2b h2{
    font-family: Futura Bold font;
    font-size: 3.7rem;
    font-weight: 800;
    color: var(--moradoUno);
    line-height: 0px;
    text-transform: uppercase;
    margin-top: 0rem;
    position: absolute;
    top: 60px;
}

.descripcion-b2b{
    margin-top: 3rem;
}

.contenido-b2b .b2{
    font-family: Futura Bold font;
    font-size: 1.8rem;
    font-weight: 800;
    background-color: transparent;
    border: 1px solid var(--blanco);
    border-color: var(--blanco);
    color: var(--blanco);
    border-radius: 5px;
    padding: 0;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    display: inline
}
 
#b2b{
    margin-right: .3rem;
}

#b2c{
    margin-left: .3rem;
}

#de{
    margin-top: .5rem;
}

@media (max-width: 920px) {
    .contenido-b2b .b2 {
        font-size: 1.1rem;
    }

    #b2b{
        margin-right: .2rem;
    }
    
    #b2c{
        margin-left: .2rem;
    }

    #de{
        margin-left: .5rem;
    }

}


@media (max-width: 430px) {
    .portada-b2b {
        height: 200px;
    }

    .contenido-b2b h2{
        font-size: 3.2rem;
    }
	
	.contenido-b2b .b2 {
        font-size: 1.2rem;
    }
}
/*******************************/
/*********** Estudios de mercado CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .section-header .borde {
    margin: auto;
    width: 20%;
    border: medium none;
    border-top: 3px dashed var(--rojo);
}

.team .section-header h4{
    color: var(--gris);
}

.team .team-item {
    position: relative;
    margin-bottom: 75px;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
    border-radius: 10px;
}

.team-text {
    position: absolute;
    width: calc(100% - 30px);
    height: 96px;
    bottom: -46px;
    left: 15px;
    padding: 25px 15px;
    background: rgba(256, 256, 256, .9);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
    overflow: hidden;
    border-radius: 10px;
}

.team .team-text h2 {
    text-align: center;
    color: var(--azulPrincipal);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    margin-bottom: 14px;
}

.team .team-text .borde {
    width: 60%;
    margin: auto;
    height: 0;
    border: medium none;
    border-top: 3px dashed var(--rojo);
}

.team .team-text ul {
    margin-bottom: 20px;
    color: var(--gris);
    font-family: Roboto-Regular;
}

.team .team-text ul li{
    list-style: disc;
}

.team .team-text ul li i{
    color: #96B6C5;
    color: var(--azulPrincipal);
}

.team-text:hover  {
    height: 360px;
}

.boton-contactanos{
    text-align:center;
    margin: .5rem;
}

.btn-contactanos {
    background: var(--rojo);
    color: var(--blanco);
    border-radius: 1rem;
    width: 15%;
    font-size: 1.5rem;
    font-weight: 600;
    border: none;
    font-family: Futura Bold font;
    padding: .4rem .8rem;
}


@media (max-width: 920px) {
    .team .section-header .borde {
        width: 50%;
    }

    .team .team-text ul {
        margin-left: 2rem;
    }

    .btn-contactanos {
        width: 40%;
        font-size: 1.2rem;
        font-weight: 600;
        border: none;
        font-family: Futura Bold font;
        padding: .4rem .8rem;
    }
}

@media screen and (max-width: 480px) {
    .movil-team-text{
        height: 360px;
    }
}

/*******************************/
/*********** Solutions CSS **********/
/*******************************/
.solutions {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.solutions .section-header .borde {
    margin: auto;
    width: 25%;
    border: medium none;
    border-top: 3px dashed var(--rojo);
}

.solutions .section-header {
    margin-bottom: 65px;
}

.solutions .section-header h2{
    font-size: 3.5rem;
}

.solutions .box {
    width: 90%;
    margin: auto;
    border: 1px solid transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    border-radius: 25px;
    padding: 4em;
}

.box.soluciones .soluciones-row {
    border-top: solid 2px #e5e5e5;
    position: relative;
}

.box.soluciones .soluciones-row:after {
    clear: both;
    content: '';
    display: block;
}

.box.soluciones .soluciones-row section {
    float: left;
    padding: 3em;
    width: 50%;
}

.box.soluciones li {
    list-style: none;
}

.box.soluciones ul li i{
    color: #96B6C5;
}

.box.soluciones ul li{
    font-size: 17px;
    list-style-type: disc;
    margin-top: .2rem;
}

.box.soluciones ul li .squad{
    list-style-type: square; 
}

.box.soluciones ul span{
    font-size: 17px;
}

.box.soluciones .soluciones-row section :last-child {
    margin-bottom: 0;
}

.box.soluciones .soluciones-row section:nth-child(2n) {
    padding-right: 0;
}

.box.soluciones .soluciones-row section:nth-child(2n):before {
    background: #e5e5e5;
    content: '';
    display: block;
    height: 100%;
    margin-left: -3em;
    position: absolute;
    top: 0;
    width: 2px;
}

.box.soluciones .soluciones-row section:nth-child(2n-1) {
    padding-left: 0;
}

.box.soluciones .soluciones-row:first-child {
    border-top: 0;
}

.box.soluciones .soluciones-row:first-child section {
    padding-top: 0;
}

.box.soluciones .soluciones-row:last-child {
    padding-bottom: 0;
}

.box.soluciones .soluciones-row:last-child section {
    padding-bottom: 0;
}

.box .titulos{
    text-align: center;
}

.box .titulos h3{
    color: var(--azulPrincipal);
    font-size: 1.3rem;
    font-weight: 650;
    font-family: Futura Bold font;
}

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.icon > .label {
    display: none;
}

.icon:before {
    line-height: inherit;
}

.icon.solid:before {
    font-weight: 900;
}

.icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
}

.icon.major {
    background: #666;
    border-radius: 100%;
    color: var(--blanco);
    cursor: default;
    display: inline-block;
    height: 7em;
    line-height: 7em;
    margin: 0 0 2em 0;
    width: 7em;
}

.icon i{
    font-size: 65px; 
}

.icon img{
    text-align: center;
    padding: .2rem;
}

.icon.major:before {
    font-size: 2.5em;
}

.icon.major.accent1 {
    background: #666;
    color: var(--blanco);
}

.icon.major.accent2 {
    background: var(--solucionesUno);
    color: var(--blanco);
}

.icon.major.accent3 {
    /*background: var(--solucionesTres);*/
	background: var(--solucionesUno);
    color: var(--blanco);
}

.icon.major.accent4 {
    /*background: var(--solucionesDos);*/
	background: var(--solucionesUno);
    color: var(--blanco);
}

.icon.major.accent5 {
    /*background: var(--solucionesCuatro);*/
	background: var(--solucionesUno);
    color: var(--blanco);
}


/* Normal */
@media screen and (max-width: 840px) {
    .solucion {
        width: 100% !important;
    }

    .solutions .section-header .borde {
        width: 50%;
    }

    .box {
        padding: 3em 2em;
    }

    .box.soluciones > section {
        padding: 3em 2em;
    }

}

@media screen and (max-width: 736px) {
    .box {
        margin: 1em;
        overflow-x: hidden;
        padding: 2em 2em !important;
    }

    .solutions .section-header h2{
        font-size: 2.5rem;
    }

    .box.soluciones .soluciones-row {
        border-top: 0;
        padding: 0;
    }

    .box.soluciones .soluciones-row section {
        border: 0;
        border-top: solid 1px #e5e5e5 !important;
        float: none;
        margin: 2em 0 0 0 !important;
        padding: 2em 0 0 0 !important;
        width: 100%;
    }

    .box.soluciones .soluciones-row:first-child section:first-child {
        border-top: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .box {
        border-radius: 0;
        box-shadow: none;
        margin: 1em 0 0 0;
        padding: 3em 1em !important;
    }

    .box.soluciones .soluciones-row section {
        margin: 3em 0 0 0 !important;
        padding: 3em 0 0 0 !important;
    }
}

/*******************************/
/*********** Quienes somos CSS **********/
/*******************************/

.quienes-somos  {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.quienes-somos .section-header .borde {
    margin: auto;
    width: 22%;
    border: medium none;
    border-top: 3px dashed var(--rojo);
}

.linea-tiempo{
    height: 550px;
}

.wrapper {
    width: 100%;
    margin: 0;
}

.horizontal-timeline-container {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 550px;
          
    &::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: gray;
    }
}
 
.timeline-block {
    position: relative;
    flex: 1;
}

.timeline-step-counter {
    border-radius: 50%;
    top: 45%;
    line-height: 50px;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    height: 90px;
    width: 90px;
    text-align: center;
    z-index: 1;
}

.timeline-step-counter img{
    width: 55px;
    height: 55px;
    margin-top: 12px;
    text-align: center;
    padding: 1px;
}

.line-one {
    border-left: 1px solid gray;
    height: 90px;
    position: absolute;
    left: 59%;
    top: 140px;
}

.circle-one{
    background-color: gray;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 135px;
    left: 128px;
}

.line-two {
    border-left: 1px solid gray;
    height: 65px;
    position: absolute;
    left: 59%;
    top: 300px;
}

.circle-two{
    background-color: gray;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 360px;
    left: 128px;
}

.line-three {
    border-left: 1px solid gray;
    height: 95px;
    position: absolute;
    left: 58%;
    top: 145px;
}

.circle-three{
    background-color: gray;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 140px;
    left: 126px;
}

.line-four {
    border-left: 1px solid gray;
    height: 100px;
    position: absolute;
    left: 59%;
    top: 308px;
}

.circle-four{
    background-color: gray;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 408px;
    left: 128px;
}

.line-five {
    border-left: 1px solid gray;
    height: 150px;
    position: absolute;
    left: 57%;
    top: 90px;
}

.circle-five{
    background-color: gray;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 90px;
    left: 124px;
}

.time-line-step-one{
    background-color: var(--meUno);
}

.time-line-step-two{
    background-color: var(--meDos);
}

.time-line-step-three{
    background-color: var(--meTres);
}

.time-line-step-four{
    background-color: var(--meCuatro);
}

.time-line-step-five{
    background-color: var(--meCinco);
}

.timeline-content span{
    color: var(--azulPrincipal);
    font-weight: 800;
}

.timeline-content {
    padding: 1em;
    position: absolute;
    width: 100%;
    color: var(--gris);
    font-family: Roboto-Regular;
    font-size: .9rem;
}

.timeline-content {
    padding: 1em;
    position: absolute;
    width: 100%;
      
    .timeline-block:nth-child(odd) & {
        top: 0;
    }
      
    .timeline-block:nth-child(even) & {
        bottom: 0;
  
        &::before {
            left: 50%;
            margin-left: -7px;
            top: -7px;
            margin-top: -7px;
            border-color: transparent;
        }
    }
      
    &::before {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -7px;
        top: 100%;
        height: 0;
        width: 0;
        border: 7px solid transparent;
    }
}

@media (min-width: 1400px) {
    .circle-one{
        left: 150px;
    }
    
    .circle-two{
        left: 150px;
    }

    .circle-three{
        left: 148px;
    }

    .circle-four{
        left: 150px;
    }
    
    .circle-five{
        left: 145px;
    }
    
}

@media (max-width: 998px) {

    .quienes-somos .section-header .borde {
        width: 50%;
    }

    .wrapper{
        width: 90%;
        margin-top: 5rem;
    }
    
    .horizontal-timeline-container {
        display: flex;
        flex-direction: column;
        position: relative;
        height: 950px;
        &::before {
            content: '';
            position: absolute;
            background: none;
            border-left: 1px solid gray;
            height: 100%;
            top: 0%;
            left: 53%;
        }
    }

    .line-one {
        border-bottom:solid 1px grey;
        position: absolute;
        width:40%;
        height:10px;
        top: 105px;
        left: 80px;
    }
    
    .circle-one{
        top: 100px;
        left: 77px;
    }

    .text-two{
        position: absolute;
        width: 40%;
        padding: 1rem;
        top: -125px;
        left: 70%;
    }

    .line-two {
        border-bottom:solid 1px gray;
        position: absolute;
        width:20%;
        height:0px;
        top: 105px;
        left: 350px;
    }

    .circle-two{
        top: 102px;
        left: 485px;
        background-color: gray;
    }

    .text-three{
        position: absolute;
        width: 55%;
        padding: 1rem;
        top: -25px;
        left: -30px;
    }

    .line-three {
        border-bottom:solid 1px grey;
        position: absolute;
        width:40%;
        height:30px;
        top: 85px;
        left: 70px;
    }

    .circle-three{
        top: 80px;
        left: 77px;
    }

    .text-four{
        position: absolute;
        width: 40%;
        padding: 1rem;
        top: -125px;
        left: 70%;
    }

    .line-four {
        border-bottom:solid 1px gray;
        position: absolute;
        width:20%;
        height:0px;
        top: 105px;
        left: 350px;
    }

    .circle-four{
        position: absolute;
        top: 102px;
        left: 400px;
        background-color: gray;
    }
    
    .line-five {
        border-bottom:solid 1px grey;
        position: absolute;
        width:40%;
        height:20px;
        top: 95px;
        left: 80px;
    }

    .circle-five{
        top: 90px;
        left: 77px;
    }
}


@media (max-width: 430px) {
    .wrapper{
       width: 90%;
       margin-top: 5rem;
    }

    .horizontal-timeline-container {
        display: flex;
        flex-direction: column;
        position: relative;
        height: 980px;
        &::before {
            content: '';
            position: absolute;
            background: none;
            border-left: 1px solid gray;
            height: 100%;
            top: 0%;
            left: 15%;
        }
    }

    .timeline-step-counter {
        left: 10%; 
    }

    .text-one{
        position: absolute;
        width: 50%;
        top: 60px;
        left: 55%;
    }

    .line-one {
        border-bottom:solid 1px grey;
        position: absolute;
        width:28%;
        height:10px;
        top: 94px;
        left: 80px;
    }
    
    .circle-one{
        top: 105;
        left: 50%;
    }

    .text-two{
        position: absolute;
        width: 60%;
        top: -150px;
        left: 45%;
    }

    .line-two {
        position: absolute;
        width:30%;
        height:0px;
        top: 105px;
        left: 50px;
    }

    .circle-two{
        top: 101px;
        left: 45%;
    }

    .text-three{
        position: absolute;
        width: 60%;
        padding: 1rem;
        top: 50px;
        left: 48%;
    }

    .line-three {
        width:25%;
    }

    .circle-three{
        top: 111px;
        left: 45%;
    }

    .text-four{
        width: 60%;
        top: -120px;
        left: 48%;
    }

    .line-four {
        width:30%;
        left: 60px;
    }

    .circle-four{
        top: 102px;
        left: 45%;
    }

    .text-five{
        position: absolute;
        top: 80px;
        left: 55%
    }

    .line-five {
        width:25%;
        top: 95px;
        left: 80px;
    }

    .circle-five{
        top: 112px;
        left: 47%;
    }
}

.quienes-somos h3{
    font-family: Futura Bold font;
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--gris);
    margin-top: 3rem;
}

.quienes-somos h5{
    font-family: Futura Bold font;
    font-size: 1.4rem;
    font-weight: 200;
    color: var(--gris);
}

.imagen{
    text-align: center;
}

.imagen img{
    margin-left: 2rem;
}

.misison-vision{
    width: 90%;
    margin: auto;
    padding: 1rem;
}

.misison-vision .titulo{
    font-family: Futura Book;
    margin-top: 1rem;
    color: var(--azulPrincipal);
    font-family: Futura Bold font;
    font-size: 3rem;
    font-weight: 800;
}

.misison-vision .linea{
    height: 100%;
    width: 2px;
    margin-left: 15px;
    background-color: var(--grisClarito);
}

.misison-vision .descripcion{
    font-family: Roboto-Regular;
    color: var(--gris);
}

@media (max-width: 768px) {
    .imagen img{
        margin-left: 0rem;
    }

    .misison-vision{
        text-align: center;
    }
}

/*******************************/
/********* Slider CSS *********/
/*******************************/
.contenedor-slider {
    background-image: url(../img/slider.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    position: relative;
    margin-bottom: 2rem;
}

.slider {
    width: 100%;
    align-items: center;
    padding: 1rem;
}

.slide{
    border-radius: 15px;
    border: 2px solid white;
	transition: .25s ease-in-out;
    text-align: center;
    margin: auto;
    cursor: pointer;
    padding: .5rem;
}

.slide img{
    max-height: 70%;
}

.slide h5{
    margin-top: 10px;
    color: white;
}

.slider .slide:hover { 
    transform: scale(1.05);
	box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
}


@media (max-width: 800px) {

    .contenedor-slider {
        height: 150px;
    }

    .slider {
        padding: .3rem;
        margin-left: .3rem;
    }

    .slide{
        height: 130px;
        padding: .1rem;
    }

    .slide img{
        margin-top: 1.5rem;
        width: 60%;
        max-height: 50%;
    }

    .slide h5{
        margin-top: 1rem;
        font-size: 7px;
    }
}

/*******************************/
/********* Contact CSS *********/
/*******************************/
.contacto {
    background-image: url(../img/CONTACTO-02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 2rem;
}

.formulario{
    width: 40%;
    margin-left: 2.5rem;
}

.titulo-contacto{
    color: var(--azulPrincipal);
    font-family: Futura Bold font;
    font-size: 3.5rem;
    font-weight: 750;
    text-align: center;
}

.form-control{
    width: 100%;
    padding: .4rem;
    border-radius: 1.5rem;
    border: solid 4px var(--blanco);
    background-color: gray;
    opacity: 0.9;
    resize: vertical;
}

.form-label {
    font-family: Futura Bold font;
    font-weight: 800;
    padding: .3rem;
    display: inline-block;
    font-weight: 300;
    font-size: 1rem;
    color: var(--blanco);
}

#aceptar{
    appearance: none;
    width:25px;
    height:25px;
    margin-left: 10px !important;
    background-color: none;
    border-radius: 5px;
    border: 2px solid var(--blanco);
}

#aceptar:checked {
    background:linear-gradient(315deg, gray 45%, white 45%, white 55%, gray 55%, gray 100%);
}

.contacto .politicas-privacidad .form-check-label{
    margin-left: 10px;
    font-family: futura medium bt;
    margin-top: 2px;
}

.contacto .politicas-privacidad label{
    line-height: 18px;
    color: var(--blanco);
}
.contacto .politicas-privacidad label a{
    line-height: 18px;
    color: var(--blanco);
}

.contacto .politicas-privacidad label:hover{
    color:var(--blanco);
}

.contacto .formulario .obligatorios {
    background-color: #d2b2b8;
    opacity: 0.7;
    border: 1.5px solid var(--rojo);
}

.contacto .formulario #btn-decide {
    padding: 5px 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--blanco);
    background: var(--rojo);
    border: 2px solid   var(--rojo);
    border-radius: 10px;
    transition: .3s;
    margin-left: 12%;
	width: 70%;
}

.contacto .formulario .btn:hover {
    color: var(--blanco);
    background: none;
}


.swal2-title {
    font-family: Roboto-Light;
    color: gray !important;
}

@media (max-width: 800px) {
    .formulario {
        width: 100%;
        margin-left: 0;
    }
	
	#aceptar{
		margin-top: 3rem;
	}

	.contacto .politicas-privacidad .form-check-label{
		margin-left: 45px;	
		margin-top: -30px;
	}	

    .contacto .formulario #btn-decide {
        margin-left: 10%;
        font-size: 14px;
        width: 80%;
    }
}

/*******************************/
/********* Footer CSS **********/
/*******************************/

#footer {
    padding: 35px 0 20px;
    position: relative;
}

.sedes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 15px;
}

.contact-info li {
    list-style: none;
    margin: 0 0 5px 0px;
    padding: 0 0 0 24px;
}

.contact-info li:first-child { margin-left: 0; }

.icon-place{
    text-align: center;
}

.contact-info .address { 
    text-align: center;
    font-family: Roboto-Light;
    color: var(--gris);
    margin-top: 1rem;
} 

.address b{
    font-family: Roboto-Bold;
    color: var(--gris);
    font-weight: 600;
}

.footer-email{
    display: flex;
    justify-content: space-around;
    text-align: center;
    font-size: 16px;
    color: var(--gris);
}

.footer-email i{
    font-family: Roboto-Light;
    color: var(--gris);
    font-weight: 800;
    font-size: 18px;
    padding-right: 5px;
    padding-top: 5px;
}

@media (max-width: 800px) {

    .sedes {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .footer-email .contact-info li:first-child {
        margin-left: -3rem;
    }
}

/* ---------------------------------------------------------------------- */
/*	Footer Bottom
/* ---------------------------------------------------------------------- */
#footer-bottom {
    background-color: var(--azulPrincipal);
    line-height: 17px;
    padding: 25px 0;
}

#footer-bottom ul { margin: 0; }

#footer-bottom li a {
    text-align: center;
    color: var(--blanco); 
    display: block;
    text-decoration: none;
    font-family: "Roboto-Light";
}

@media (max-width: 800px) {
    #footer-bottom ul{
        margin-right: 1.5rem;
    }
}