@font-face {
    font-family: 'generica';
    src: url('../fonts/generica.eot');
    src: url('../fonts/generica.eot?#iefix') format('embedded-opentype'),
         url('../fonts/generica.woff') format('woff'),
         url('../fonts/generica.ttf') format('truetype'),
         url('../fonts/generica.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
    display: inline-block;
   font-family: 'generica';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-A:before{content:'\0041';}
.icon-B:before{content:'\0042';}
.icon-C:before{content:'\0043';}
.icon-D:before{content:'\0044';}
.icon-E:before{content:'\0045';}
.icon-F:before{content:'\0046';}
.icon-G:before{content:'\0047';}
.icon-H:before{content:'\0048';}
.icon-I:before{content:'\0049';}
.icon-J:before{content:'\004a';}
.icon-K:before{content:'\004b';}
.icon-L:before{content:'\004c';}
.icon-M:before{content:'\004d';}
.icon-N:before{content:'\004e';}
.icon-O:before{content:'\004f';}
.icon-P:before{content:'\0050';}
.icon-Q:before{content:'\0051';}
.icon-R:before{content:'\0052';}
.icon-S:before{content:'\0053';}
.icon-T:before{content:'\0054';}
.icon-U:before{content:'\0055';}
.icon-V:before{content:'\0056';}
.icon-W:before{content:'\0057';}
.icon-X:before{content:'\0058';}
.icon-Y:before{content:'\0059';}
.icon-Z:before{content:'\005a';}
.icon-a-min:before{content:'\0061';}
.icon-b-min:before{content:'\0062';}
.icon-c-min:before{content:'\0063';}
.icon-d-min:before{content:'\0064';}
.icon-e-min:before{content:'\0065';}
.icon-f-min:before{content:'\0066';}
.icon-g-min:before{content:'\0067';}
.icon-h-min:before{content:'\0068';}
.icon-i-min:before{content:'\0069';}
.icon-j-min:before{content:'\006a';}
.icon-k-min:before{content:'\006b';}
.icon-l-min:before{content:'\006c';}
.icon-m-min:before{content:'\006d';}
.icon-n-min:before{content:'\006e';}
.icon-o-min:before{content:'\006f';}
.icon-p-min:before{content:'\0070';}
.icon-q-min:before{content:'\0071';}
.icon-r-min:before{content:'\0072';}
.icon-s-min:before{content:'\0073';}
.icon-t-min:before{content:'\0074';}
.icon-u-min:before{content:'\0075';}
.icon-v-min:before{content:'\0076';}
.icon-w-min:before{content:'\0077';}
.icon-x-min:before{content:'\0078';}
.icon-y-min:before{content:'\0079';}
.icon-z-min:before{content:'\007a';}
.icon-0:before{content:'\0030';}
.icon-1:before{content:'\0031';}
.icon-2:before{content:'\0032';}
.icon-3:before{content:'\0033';}
.icon-4:before{content:'\0034';}
.icon-5:before{content:'\0035';}
.icon-6:before{content:'\0036';}
.icon-7:before{content:'\0037';}
.icon-8:before{content:'\0038';}
.icon-9:before{content:'\0039';}
.icon-!:before{content:'\0021';}
.icon--:before{content:'\0022';}
.icon-$:before{content:'\0024';}

@font-face {
    font-family: fuente-1;
    src: url("../fonts/Montserrat-Regular.otf") format("truetype");
}

@font-face {
    font-family: fuente-1-semibold;
    src: url("../fonts/Montserrat-SemiBold.otf") format("truetype");
}


@font-face {
    font-family: fuente-1-bold;
    src: url("../fonts/Montserrat-Bold.otf") format("truetype");
}
@font-face {
    font-family: fuente-1-light;
    src: url("../fonts/Montserrat-ExtraLight.otf") format("truetype");
}



@font-face {
    font-family: fuente-2;
    src: url("../fonts/futura-bt.ttf") format("truetype");
}

@font-face {
    font-family: fuente-2-bold;
    src: url("../fonts/futura-bt-bold.ttf") format("truetype");
}

@font-face {
    font-family: fuente-2-light;
    src: url("../fonts/futura-bt-light.otf") format("truetype");
}

h1, h2, h3, h4, h5, h6{
    margin: 0px;
    font-size: inherit;
}

body{
    color:white;
    margin:0px;
    font-family: fuente-1;
}

a{
    color:inherit;
    text-decoration: none;
}

.font-size-0{
    font-size: 60px;
}
.font-size-1{
    font-size: 40px;
}
.font-size-2{
    font-size: 25px;
}
.font-size-3{
    font-size: 20px;
}
.font-size-4{
    font-size: 18px;
}

.texto-rojo{
    color:#dc1b4d;
}
.texto-azul{
    color:#093e68;
}
.texto-azul-claro{
    color:#03b1ff;
}

@media only screen and (max-width: 1150px) {
    .font-size-1{
        font-size: 35px;
    }
    .font-size-2{
        font-size: 23px;
    }
    .font-size-3{
        font-size: 18px;
    }
    .font-size-0{
        font-size: 55px;
    }
    .font-size-4{
        font-size: 16px;
    }

}
@media only screen and (max-width: 1000px) {
    .font-size-1{
        font-size: 30px;
    }

    
    .font-size-2{
        font-size: 21px;
    }

    .font-size-3{
        font-size: 16px;
    }
    .font-size-0{
        font-size: 50px;
    }
    .font-size-4{
        font-size: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .font-size-1{
        font-size: 25px;
    }
    .font-size-3{
        font-size: 15px;
    }
    .font-size-2{
        font-size: 20px;
    }

    .font-size-3{
        font-size: 15px;
    }
    .font-size-0{
        font-size: 45px;
    }
}

/*HEADER*/

.header{
    position: absolute;
    width: 100%;
    top:0px;
    left: 0px;
    padding-top: 10px;
    padding-block: 10px;
    z-index: 10;
    color:#093e68;
}

.header .celda-logo{
    width: 10%;
}

.header .celda-logo img{
    height: 140px;
    display: blocK;
}

.header .celda-menu{
    width: 90%;
    text-align: right;
}

.boton-menu-movil{
    font-family: generica;
    width:90%;
    text-align: right;
    display: none;
}

.boton-menu-movil span{
    cursor:pointer;
}

.header .opcion-menu{
    font-size: 20px;
    font-family: fuente-1-bold;
    position: relative;
    top:50px;
    margin-left: 20px;
    margin-right: 20px;
    cursor:pointer;
}
.header .opcion-menu:first-child{
    padding-left: 0px;
}
.header .opcion-menu:last-child{
    margin-right: 0px;
}

.header .opcion-menu:hover{
    color:#dc1b4d;
}

.header .link-menu{

}

.boton-menu-movil span{
    display: inline-block;
    position: relative;
    top:20px;
    font-size: 30px;
}


@media only screen and (max-width: 1150px) {    
    .header .opcion-menu{
        top:35px;
    }
}

@media only screen and (max-width: 1050px) {
    .header .opcion-menu{
        margin-left: 8px;
        margin-right:8px;
    }

    .header .celda-logo img{
        height: 100px;
    }    

}
@media only screen and (max-width: 900px) {
    .header .opcion-menu{
        margin-left: 5px;
        margin-right:5px;
    }    
}

@media only screen and (max-width: 800px) {
    .header .celda-menu{
        display: none;
    }
    .boton-menu-movil{
        display: inline-block;
    }
}
/*menu movil*/

.menu-movil{
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: white;
    opacity: 0;
}
.primera-opcion-movil {
    margin-top: 120px;
}

.opcion-movil {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-family: fuente-1-bold;
    cursor: pointer;
    color:#093e68;
    font-size: 25px;
}
.opcion-movil:hover {
    color:#dc1b4d;
}



/*CONTACTO*/

.contacto{
    padding-top: 70px;
    position: relative;
}

.contacto .fondo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.contacto .contenido{
    position: relative;
    z-index: 2;
}

.contacto .titulo{
    text-align: center;
}

.contacto .elementos{
    margin-top: 50px;
}

.contacto .celda-elemento{
    width: 50%;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
}
.contacto .celda-elemento .icono{
    width: 20%;
    max-width: 70px;
}
.contacto .celda-elemento .icono img{
    width: 100%;
}
.contacto .celda-elemento .texto{
    width: 80%;
    box-sizing: border-box;
    padding-left: 10px;
}

.contacto .celda-elemento .subtitulo{
    font-family: fuente-1-bold;
}
.contacto .celda-elemento .descripcion{
    margin-top:10px;
}


/*Botones*/

.contacto .botones{
    margin-top:50px;
}

.contacto .botones .celda-boton{
    width: 50%;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
}
.contacto .botones .celda-boton img{
    width: 100%;
    max-width: 300px;
    margin-bottom: 80px;
    cursor:pointer;
}

.contacto .disclaimer{
    text-align: center;
    padding-bottom: 80px;
}

@media only screen and (max-width: 500px) {
    .contacto .botones .celda-boton{
        width: 100%;
        text-align: center;
    }
    .contacto .celda-elemento{
        width: 100%;
        padding-left: 50px;
    }
}
@media only screen and (max-width: 500px) {
        .contacto .celda-elemento{
        width: 100%;
        padding-left: 0px;
    }
}