*{
    margin: 0;
    padding: 0;
}

@font-face{
    font-family: Roboto_light;
    src: url(fuentes/Roboto-Light.ttf);
}

@font-face{
    font-family: Roboto_Medium;
    src: url(fuentes/Roboto-Medium.ttf);
}

@font-face{
    font-family: Roboto_Regular;
    src: url(fuentes/Roboto-Regular.ttf);
}

@font-face{
    font-family: OpenSans_Extra_Light;
    src: url(fuentes/SourceSansPro-ExtraLight.ttf);
}


@font-face{
    font-family: OpenSans_Light;
    src: url(fuentes/HelveticaNeueLTCom-Lt.ttf);
}

@font-face{
    font-family: OpenSans_Regular;
    src: url(fuentes/SourceSansPro-Regular.ttf);
}

@font-face{
    font-family: Merrywhater_Italic;
    src: url(fuentes/Merriweather-Italic.ttf);
}

@font-face{
    font-family: Lobster_regular;
    src: url(fuentes/Lobster-Regular.ttf);
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: #ffffff;
}

body::-webkit-scrollbar-thumb {
    background: #1066a2 ;
}

.todo{
    width: 100%;
    height: auto;
}

.header{
    width: 100%;
    margin: auto;
    height: 120px;
    background: #ffffff;
    position: fixed;
    z-index: 100;
    opacity: 0.9;
    -webkit-box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.75);
}

.ancho{
    width: 95%;
    height: 120px;
    margin: auto;
}

.logo{
    width: 30%;
    height: 80px;
    float: left;
    box-sizing: border-box; 
    animation: bounceInDown 1s ease-in;
}

.logo a img{
    width: 90px;
    height: 90px;
    margin-left: 11%;
    margin-top: 2%;
}

.menu{
    width: 70%;
    height: 80px;
    float: left;
}

.nav{
    margin-top: 35px;
    float: right;
    margin-right: 5%;
}

ul, ol {
list-style:none;
}

.nav > li {
float:left;
}

.nav li a {
color:#000000;
text-decoration:none;
font-size: 17px;
font-family: Roboto_Regular;
font-weight: bold;
padding:10px 12px;
display:block;
}

.nav li a:hover {
color:#1066a2;
}

.nav li ul {
display:none;
position:absolute;
min-width:140px;
}

.nav li:hover > ul {
display:block;
}

.nav li ul li {
position:relative;
}

.nav li ul li ul {
right:-140px;
top:0px;
background-color: #ffffff;
color: #000000;
}

.space{
    width: 100%;
    height: 160px;
}

.header_image{
    margin: auto;
    width: 90%;
    height: 240px;
    background-color: #ffffff;
}

.div_img1{
    margin: auto;
    width: 80%;
    height: 350px;
}

.div_img1 img{
    width: 100%;
    height: 70%;
}

.header_contact_1{
    margin: auto;
    width: 100%;
    height:300px;
    background: #ffffff;
}

.texto{
    margin: auto;
    width: 90%;
    height: 400px;
    background: #ffffff;
    padding-top: 90px;
}

.texto h1{
    font-family: Roboto_Light;
    font-size: 30px;
    margin-left: 70px;
    color: #1066a2;
}

.texto p{
    width: 80%;
    font-family: Roboto_Regular;
    font-size: 26px;
    margin-top: 30px;
    margin-left: 100px;
}

.header_formulario{
    width: 100%;
    height: 800px;
    background-color: #f2f2f2;
}

.formulario{
    padding-top: 60px;
    background-color: #f2f2f2;
}

:focus{
    outline: none;
}


.info_title img{
    width: 150px;
    height: 150px;
    margin-bottom: 20px;    
    margin-left: 10px;
    
}

.contact_from{
    margin: auto;
    width: 1050px;
    background-color: #ffffff;
}

.form_wrap{
    width: 1050px;
    height: 530px;
    margin: 50px auto;
    display: flex;  
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    
    opacity: o;
    
}

/* Informacion de Contacto*/

.cantact_info::before{
    content: '';
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: #1066a2;
    opacity: 0.9;
}

.cantact_info{
    width: 38%;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    background-size: cover;
    background-position: center center;

}

.info_title,
.info_items{
    position: relative;
    z-index: 2;

}

.info_title{
    margin-bottom: 60px;
}

.info_title span{
    font-size: 100px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    
}

.info_title h2{
    font-size: 35px;
    text-align: center;
    font-family: Roboto_Light;
    color: #ffffff;
    
}

.info_items p{
    display: flex;
    align-items: center;

    font-size: 16px;
    font-weight: 600;
    font-family: Roboto_Light;
    margin-bottom: 10px;
    color: #ffffff;
}

.info_items .p1{
    color: #ffffff;
    padding-left: 20px;
}

.info_items .p2{
    color: #ffffff;
    padding-left: 10px;
    margin-top: 30px;
}


.info_items p:nth-child(1) i{
    font-size: 30px;
    margin-right: 10px;
    color: #ffffff;
}

.info_items p:nth-child(2) i{
    font-size: 30px;
    margin-right: 15px;
    margin-left: 10px;
    margin-top: 10px;
    color: #ffffff;
}


/* Formulario de contacto*/
form.form_contact{
    width: 62%;
    padding: 30px 40px;
}

form.form_contact h2{
    font-size: 25px;
    font-family: Roboto_Light;
    font-weight: 600;
    color: #303030;
    margin-bottom: 30px;
}

form.form_contact .user_info{
    display: flex;
    flex-direction: column;
}

form.form_contact label{
    font-weight: 600;
    font-family: Roboto_Light;
}

form.form_contact input,
form.form_contact textarea{
    width: 100%;
    padding: 8px 0px 5px;
    margin-bottom: 20px;      

    border: none;
    border-bottom: 2px solid #D1D1D1;

    font-family: 'Open sans';
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 400;
}

form.form_contact textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}

form.form_contact input[type="submit"]{
    margin-top: 80px;
    width: 180px;
    background: #1066a2;
    padding: 10px;
    border: none;
    border-radius: 25px;
    

    align-self: flex-end;

    color: #fff;
    font-family: Roboto_Light;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    
}

form.form_contact input[type="submit"]:hover{
    background: #3371B6;
    
}


.header_contact_2{
    padding-top: 80px;
    width: 100%;
    margin: auto;
    height:400px;
    background: #ffffff;
}

.div_mapa{
    margin: auto;
    width: 1050px;
    height: 300px;
}

.div_mapa iframe{
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.div_mapa_cellphone{
    opacity: 0;
    display: none;
}



footer{
    width: 100%;
    background: #202020;
    color: #ffffff;  
    position: absolute;
    z-index: 30;  
    
    
}

.container_footerall{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 40px;
}

.container_body{
    display: flex;
}

.column1{
    max-width: 400px;
    float: left;
}

.column1 h1{
    font-size:22px; 
    font-family: OpenSans_Extra_Light;
}

.column1 p{
    font-size: 14px;
    color: #c7c7c7;
    margin-top: 20px;
    font-family: OpenSans_Regular;
}

.column3{
    max-height: 400px;  
    font-family: OpenSans_Extra_Light;
    float: left;
    margin-left: 50%;
    
}

.column3 h1{
    font-size: 22px;
    font-family: OpenSans_Extra_Light;
}

.row2{
    margin-top: 20px;
    color: #c7c7c7;
}

.row2 img{
    width: 36px;
    height: 36px;
    float: left;
}

.row2 h1{
    height: 25px;
    margin-top: 5px;
    margin-left: 20px;
    color: #ffffff;
    float: left;
}

.row2 a label{
    width: 150px;
    height: auto;
    margin-top: 10px;
    padding-top: 40px;
    margin-left: 30px;
    padding-left: 30px;
    color: #c7c7c7;
    display: block;
}

.row2 label{
    margin-left: 20px;
    text-decoration: none;
}

.row2 a{
    text-decoration: none;
}

.row2 p{
    padding-left: 60px;
}

.container_footer   {
    width: 100%;
    max-width: 1200px; 
    background: #1066a2;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 20px;
}

.copyright{
    color: #c7c7c7;
    font-family: OpenSans_Extra_Light;
}

.copyright a{
    font-family: OpenSans_Extra_Light;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.informacion a{
    font-family: OpenSans_Extra_Light;
    text-decoration: none;
    color: #c7c7c7;
}


.sidenav{
    opacity: 0;
    position: absolute;
}

.logo i{
    opacity: 0;
    position: absolute;
}

/*Pantalla menor a 480px*/
/*Pantalla menor a 480px*/
/*Pantalla menor a 480px*/
/*Pantalla menor a 480px*/
/*Pantalla menor a 480px*/

@media only screen and (min-width:320px) and (max-width:480px){
    *{
        margin: 0;
        padding: 0;
    }

    .todo{
        width: 100%;
        height: auto;
    }
    
    .header{
        width: 100%;
        margin: auto;
        height: 90px;
        background: #ffffff;
        position: fixed;
        z-index: 100;
        opacity: 0.9;
        -webkit-box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.75);
        box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.75);
    }
    
    .ancho{
        width: 95%;
        height: 120px;
        margin: auto;
    }
    
    .logo{
        width: 67%;
        height: 80px;
        float: left;
        box-sizing: border-box; 
        animation: bounceInDown 1s ease-in;
        
    }

    .logo a img{ 
        width: 60px;
        height: 60px;
        margin-top:10px;
        margin-left: 0px;
        
    }

    .logo i{
        padding-top: 25px;
        margin-left: 70%;
        color: #1066a2;
        float: right;
        font-size: 30px;
        opacity: 1;
        position: absolute;
        z-index: 10;
     }
    
    .menu{
        width: 500px;
        height: 80px;
        float: right;    
        opacity: 0;
        position: absolute;
    }
    
    .nav{
        margin-top: 20px;
        opacity: 0;
        position: absolute;
    }
    
    ul, ol {
        list-style:none;
        opacity: 0;
        position: absolute;
    }
    
    .nav > li {
        float:left;
        opacity: 0;
        position: absolute;
    }
    
    .nav li a {
        color:#ffffff;
        text-decoration:none;
        font-size: 15px;
        font-family: Roboto_light;
        font-weight: bold;
        padding:10px 12px;
        display:block;
        opacity: 0;
        position: absolute;
    }
    
    .nav li a:hover {
        color:#1066a2;
        opacity: 0;
        position: absolute;
    }
    
    .nav li ul {
        display:none;
        position:absolute;
        min-width:140px;
        opacity: 0;
        position: absolute;
    }
    
    .nav li:hover > ul {
        display:block;
        opacity: 0;
        position: absolute;
    }
    
    .nav li ul li {
        position:relative;
        opacity: 0;
        position: absolute;
    }
    
    .nav li ul li ul {
        right:-140px;
        top:0px;
        opacity: 0;
        position: absolute;
    }
     
    .space{
        width: 100%;
        height: 80px;
    }
    
    .header_image{
        margin: auto;
        width: 90%;
        height: 240px;
        background-color: #ffffff;
    }
    
    .div_img1{
        margin: auto;
        width: 100%;
        height: 150px;
    }
    
    .div_img1 img{
        width: 100%;
        height: 70%;
    }
    
    .header_contact_1{
        margin: auto;
        width: 100%;
        height:200px;
        background: #ffffff;
    }
    
    .texto{
        margin: auto;
        width: 90%;
        height: 200px;
        background: #ffffff;
        padding-top: 20px;
    }
    
    .texto h1{
        font-family: Roboto_Light;
        font-size: 30px;
        margin-left: 20px;
        color: #1066a2;
    }
    
    .texto p{
        width: 80%;
        font-family: Roboto_Regular;
        font-size: 26px;
        margin-top: 20px;
        margin-left: 30px;
    }
    
    .header_formulario{
        width: 100%;
        height: 600px;
        background-color: #ffffff;
    }
    
    .formulario{
        padding-top: 60px;
        background-color: #ffffff;
    }
    
    :focus{
        outline: none;
    }
    
    
    .info_title img{
        width: 70px;
        height: 70px;
        margin-bottom: 20px;    
        margin-left: 20px;
        
    }
    
    .contact_from{
        margin: auto;
        width: 100%;
        background-color: #ffffff;
    }
    
    .form_wrap{
        width: 100%;
        height: 530px;
        margin: 50px auto;
        display: flex;  
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
        
        opacity: o;
        
    }
    
    /* Informacion de Contacto*/
    
    .cantact_info::before{
        content: '';
        width: 100%;
        height: 100%;
    
        position: absolute;
        top: 0;
        left: 0;
    
        background: #1066a2;
        opacity: 0.9;
    }
    
    .cantact_info{
        width: 38%;
        position: relative;
    
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
        background-size: cover;
        background-position: center center;
    
    }
    
    .info_title,
    .info_items{
        position: relative;
        z-index: 2;
    
    }
    
    .info_title{
        margin-bottom: 60px;
    }
    
    .info_title span{
        font-size: 100px;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        
    }
    
    .info_title h2{
        font-size: 26px;
        text-align: center;
        font-family: Roboto_Light;
        color: #ffffff;
        
    }
    
    .info_items p{
        display: flex;
        align-items: center;
    
        font-size: 16px;
        font-weight: 600;
        font-family: Roboto_Light;
        margin-bottom: 10px;
        color: #ffffff;
    }
    
    .info_items .p1{
        color: #ffffff;
        padding-left: 20px;
        font-size: 12px;
        opacity: 0;
    }
    
    .info_items .p2{
        color: #ffffff;
        padding-left: 10px;
        margin-top: 30px;
        opacity: 0;
    }
    
    
    .info_items p:nth-child(1) i{
        font-size: 16px;
        margin-left: 0px;
        margin-right: 4px;
        color: #ffffff;
        opacity: 0;
    }
    
    .info_items p:nth-child(2) i{
        font-size: 16px;
        margin-right: 4px;
        margin-left: 10px;
        margin-top: 10px;
        color: #ffffff;
        opacity: 0;
    }
    
    
    /* Formulario de contacto*/
    form.form_contact{
        width: 62%;
        padding: 30px 40px;
    }
    
    form.form_contact h2{
        font-size: 25px;
        font-family: Roboto_Light;
        font-weight: 600;
        color: #303030;
        margin-bottom: 30px;
    }
    
    form.form_contact .user_info{
        display: flex;
        flex-direction: column;
    }
    
    form.form_contact label{
        font-weight: 600;
        font-family: Roboto_Light;
    }
    
    form.form_contact input,
    form.form_contact textarea{
        width: 100%;
        padding: 8px 0px 5px;
        margin-bottom: 20px;      
    
        border: none;
        border-bottom: 2px solid #D1D1D1;
    
        font-family: 'Open sans';
        color: #5A5A5A;
        font-size: 14px;
        font-weight: 400;
    }
    
    form.form_contact textarea{
        max-width: 100%;
        min-width: 100%;
        max-height: 90px;
    }
    
    form.form_contact input[type="submit"]{
        margin-top: 40px;
        width: 180px;
        background: #1066a2;
        padding: 10px;
        border: none;
        border-radius: 25px;
        
    
        align-self: flex-end;
    
        color: #fff;
        font-family: Roboto_Light;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        
    }
    
    form.form_contact input[type="submit"]:hover{
        background: #3371B6;
        
    }
    
    
    .header_contact_2{
        padding-top: 80px;
        width: 100%;
        margin: auto;
        height:600px;
        background: #ffffff;
    }
    
    .div_mapa{
        margin: auto;
        width: 100%;
        height: 300px;
    }
    
    .div_mapa iframe{
        border-radius: 10px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
        opacity: hidden;
        display: none;
    }
    
    .div_mapa_cellphone{
        opacity: 1;
        display: inline;
    }

    footer{
        width: 100%;
        background: #202020;
        color: #ffffff;  
        position: absolute;
        z-index: 30;  
        
        
    }
    
    .container_footerall{
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding-top: 40px;
    }
    
    .container_body{
        display: flex;
    }
    
    .column1{
        width: 50%;
        max-width: 100%;
        float: left;
    }
    
    .column1 h1{
        font-size:22px; 
        font-family: OpenSans_Extra_Light;
    }
    
    .column1 p{
        font-size: 14px;
        color: #c7c7c7;
        margin-top: 20px;
        font-family: OpenSans_Regular;
    }
    
    .column3{
        max-height: 400px;  
        font-family: OpenSans_Extra_Light;
        float: left;
        margin-left: 0%;
        
    }
    
    .column3 h1{
        font-size: 22px;
        font-family: OpenSans_Extra_Light;
    }
    
    .row2{
        margin-top: 20px;
        color: #c7c7c7;
    }
    
    .row2 img{
        width: 36px;
        height: 36px;
        float: left;
    }
    
    .row2 h1{
        height: 25px;
        margin-top: 5px;
        margin-left: 20px;
        color: #ffffff;
        float: left;
    }
    
    .row2 a label{
        width: 150px;
        height: auto;
        margin-top: 10px;
        padding-top: 40px;
        margin-left: 30px;
        padding-left: 30px;
        color: #c7c7c7;
        display: block;
    }
    
    .row2 label{
        margin-left: 20px;
        text-decoration: none;
    }
    
    .row2 a{
        text-decoration: none;
    }
    
    .row2 p{
        padding-left: 60px;
    }
    
    .container_footer   {
        width: 80%;
        max-width: 100%; 
        background: #006bb0;
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        margin-left: 5%;
        padding: 20px;
    }
    
    .copyright{
        color: #c7c7c7;
        font-family: OpenSans_Extra_Light;
        font-size: 15px;
    }
    
    .copyright a{
        font-family: OpenSans_Extra_Light;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        font-size: 15px;
    }
    
    .informacion a{
        font-family: OpenSans_Extra_Light;
        text-decoration: none;
        text-align: right;
        color: #c7c7c7;
        font-size: 15px;
    }
    
    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        opacity: 1;
        z-index: 101; /* Stay on top */
        top: 0;
        left: 0;
        background-color: #ffffff; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    }
        
    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-family: Roboto_light;
        font-size: 25px;
        color: #006bb0;
        display: block;
        transition: 0.3s
    }
        
    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover, .offcanvas a:focus{
        color: #006bb0;
    }
        
    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    
    .topnav {
        background-color: #333;
        overflow: hidden;
    }
    
}