*{
    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 ;
}

.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;
}
 

.header1{
    margin: auto;
    width: 90%;
    height: auto;
    background-color: #ffffff;
}

.nivoSlider{
    animation: bounceInDown 1s ease-in;
}

.header2{
    margin: auto;
    width: 100%;
    height: 600px;
    background-color: #ffffff;
}

.texto1{
    margin: auto;
    width: 90%;
    height: 400px;
    background-color: #ffffff;
    padding-top: 90px;
}

.texto{
    width: 70%;
    height: auto;
    float: left;
}

.texto1 #txt1{
    font-family: Roboto_Regular;
    font-size: 30px;
    margin-left: 70px;
    color: #1066a2;

}

.texto1 #txt2{
    font-family: Roboto_Regular;
    font-size: 26px;
    margin-top: 30px;
    margin-left: 100px;
    float: left;
}

.texto1 #txt2_1{
    font-family: Roboto_Regular;
    font-size: 26px;
    color: #1066a2;
    float: left;
    margin-top: 30px;
    margin-left: 5px;
}

.texto1 #txt2_2{
    width: 60%;
    font-family: Roboto_Regular;
    font-size: 26px;
    margin-top: 0px;
    margin-left: 100px;
    float: left;
}

.img{
    width: 30%;
    height: 255px;
    float: left;
}

.img img{
    width: 90%;
    height: auto;
    float: left;
    margin-top: 60px;
}

.header3{
    width: 100%;
    height: 600px;
    background: #f2f2f2;
}

.personas_fm_area_juridica{
    margin: auto;
    width: 90%;
    height: 400px;
}

.personas_fisicas{
    width: 30%;
    height: 500px;
    float: left;
    margin-top: 30px;
    margin-left: 2%;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: -20px 30px 34px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: -20px 30px 34px -8px rgba(0,0,0,0.75);
    box-shadow: -20px 30px 34px -8px rgba(0,0,0,0.75);
}

.personas_fisicas i{
    color: #1066a2;
    font-size: 64px;
    margin-top: 50px;
    margin-left: 50px;
}

.personas_fisicas h1{
    margin-top: 80px;
    margin-left: 20px;
    font-family: OpenSans_Extra_Light;
    font-size: 32px;
    color: #1066a2;
}

.pftxt{
    margin-left: 20px;
    font-family: Roboto_Light;
    font-size: 22px;
    margin-top: 20px;
}

.personas_morales{
    width: 30%;
    height: 500px;
    float: left;
    margin-top: 30px;
    margin-left: 3%;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 30px 34px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 30px 34px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 30px 34px -8px rgba(0,0,0,0.75);
}

.personas_morales i{
    color: #1066a2;
    font-size: 64px;
    margin-top: 50px;
    margin-left: 50px;
}

.personas_morales h1{
    margin-top: 80px;
    margin-left: 20px;
    font-family: OpenSans_Extra_Light;
    font-size: 32px;
    color: #1066a2;
}

.pmtxt{
    margin-left: 20px;
    font-family: Roboto_Light;
    font-size: 22px;
    margin-top: 20px;
}

.area_juridica{
    width: 30%;
    height: 500px;
    float: left;
    margin-top: 30px; 
    margin-left: 4%;  
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 20px 30px 34px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 20px 30px 34px -8px rgba(0,0,0,0.75);
    box-shadow: 20px 30px 34px -8px rgba(0,0,0,0.75);
}

.area_juridica i{
    color: #1066a2;
    font-size: 64px;
    margin-top: 50px;
    margin-left: 50px;
}

.area_juridica h1{
    margin-top: 80px;
    margin-left: 20px;
    font-family: OpenSans_Extra_Light;
    font-size: 32px;
    color: #1066a2;
}

.ajtxt{
    margin-left: 20px;
    font-family: Roboto_Light;
    font-size: 22px;
    margin-top: 20px;
}

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;
    }
    
    .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: 50px;
    }
    
    .header1{
        margin: auto;
        width: 90%;
        height: auto;
        background-color: #ffffff;
        padding-top: 80px;
    }
    
    .nivoSlider{
        animation: bounceInDown 1s ease-in;

    }
    
    .header2{
        margin: auto;
        width: 100%;
        height: 750px;
    }
    
    .texto1{
        margin: auto;
        width: 100%;
        height: 750px;
        background-color: #ffffff;
        padding-top: 90px;
    }
    
    .texto{
        width: 100%;
        height: auto;
        float: left;
    }
    
    .texto #txt1{
        width: auto;
        font-family: Roboto_Regular;
        font-size: 30px;
        margin-left: 10px;
        color: #1066a2;
    }
    
    .texto #txt2{
        width: auto;
        font-family: Roboto_Regular;
        font-size: 26px;
        margin-top: 260px;
        margin-left: 20px;        
    }
        
    .img{
        width: 100%;
        height: 255px;
        float: left;
        position: absolute;
    }
    
    .img img{
        width: 90%;
        height: auto;
        float: left;
        margin-left: 20px;
        margin-top: 70px;
    }
    
    .header3{
        margin: auto;
        width: 100%;
        height: 1720px;
        background: #f2f2f2;
    }
    
    .personas_fm_area_juridica{
        margin: auto;
        width: 100%;
        height: 400px;
        background-color: #f2f2f2;
    }
    
    .personas_fisicas{
        width: 90%;
        height: 500px;
        float: left;
        margin-top: 30px;
        margin-left:5%;
        border-radius: 10px;
        background-color: #ffffff;
        -webkit-box-shadow: -20px 30px 34px -8px rgba(0,0,0,0.75);
        -moz-box-shadow: -20px 30px 34px -8px rgba(0,0,0,0.75);
        box-shadow: -20px 30px 34px -8px rgba(0,0,0,0.75);
    }
    
    .personas_fisicas i{
        color: #1066a2;
        font-size: 64px;
        margin-top: 50px;
        margin-left: 50px;
    }
    
    .personas_fisicas h1{
        margin-top: 80px;
        margin-left: 20px;
        font-family: OpenSans_Extra_Light;
        font-size: 32px;
        color: #1066a2;
    }
    
    .pftxt{
        margin-left: 20px;
        font-family: Roboto_Light;
        font-size: 22px;
        margin-top: 20px;
    }
    
    .personas_morales{
        width: 90%;
        height: 500px;
        float: left;
        margin-top: 30px;
        margin-left: 5%;
        border-radius: 10px;
        background-color: #ffffff;
        -webkit-box-shadow: -20px 30px 34px -8px rgba(0,0,0,0.75);
        -moz-box-shadow: -20px 30px 34px -8px rgba(0,0,0,0.75);
        box-shadow: -20px 30px 34px -8px rgba(0,0,0,0.75);
    }
    
    .personas_morales i{
        color: #1066a2;
        font-size: 64px;
        margin-top: 50px;
        margin-left: 50px;
    }
    
    .personas_morales h1{
        margin-top: 80px;
        margin-left: 20px;
        font-family: OpenSans_Extra_Light;
        font-size: 32px;
        color: #1066a2;
    }
    
    .pmtxt{
        margin-left: 20px;
        font-family: Roboto_Light;
        font-size: 22px;
        margin-top: 20px;
    }
    
    .area_juridica{
        width: 90%;
        height: 500px;
        float: left;
        margin-top: 30px; 
        margin-left: 5%;  
        border-radius: 10px;
        background-color: #ffffff;
        -webkit-box-shadow: -20px 30px 34px -8px rgba(0,0,0,0.75);
        -moz-box-shadow: -20px 30px 34px -8px rgba(0,0,0,0.75);
        box-shadow: -20px 30px 34px -8px rgba(0,0,0,0.75);
    }
    
    .area_juridica i{
        color: #1066a2;
        font-size: 64px;
        margin-top: 50px;
        margin-left: 50px;
    }
    
    .area_juridica h1{
        margin-top: 80px;
        margin-left: 20px;
        font-family: OpenSans_Extra_Light;
        font-size: 32px;
        color: #1066a2;
    }
    
    .ajtxt{
        margin-left: 20px;
        font-family: Roboto_Light;
        font-size: 22px;
        margin-top: 20px;
    }
    
    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;
    }

}