* {
    margin: 0;
    padding: 0;
}
header, nav {
    display: block;
}
button{
    border:none;
    border-bottom: none;
}
header {
    background: #F1EBE2;
    height: 60px;
    position: relative;
    width: 100%;
    z-index: 2
}
#menu {
    float: right;
}

#menu ul {
    list-style: none;
    font-size: 16px;
    font-family: AvenirLight;
}

#menu li {
    display: block;
    float: left;
    text-align: center;
    font-family: AvenirLight;
}

#menu li a {
    display: block;
    color: #000;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    padding: 0 26px;
}
#menu li a:hover {
    background-color:#F1EBE2;
    color: #2A6799;
}
#nav-mobile {
    display: none;
    background: url(../imagenes/nav.svg) no-repeat center center;
    float: right;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .9;
}

#nav-mobile.nav-active {
    opacity: 1;
}


/*
    HASTA AHÍ VA MENÚ
*/

body {
    margin: 0px;
}

img {
    max-width: 100%;
}
body {
    margin: 0;
}

@font-face {
    font-family: AvenirLight;
    src: url(../fuentes/AvenirLTStd-Light.otf)
}

@font-face {
    font-family: AvenirDemi;
    src: url(../fuentes/AvenirNextLTPro-Demi.otf)
}

@font-face {
    font-family: AvenirRegular;
    src: url(../fuentes/AvenirNextLTPro-Regular.otf)
}


/*Estilos para la página*/
nav{
    min-height: 50px;
}
#navbar {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    min-height: 50px;
    background-color: #F1EBE2;
}
#logo {
    display: block;
    clear: none;
    float: left;
    width: 80%;
    min-height: 60px;
    background-color: #F1EBE2;
}
#logo_escritorio {
    display: none;
     clear: both;
    float: left;
    width: 80%;
    min-height: 60px;
    background-color: #F1EBE2;
}

/*Estilos para la galería*/
#galeria{
    display:block;
    clear:both;
    float:left;
    width:100%;
    min-height: 700px;
    background-image: url(../imagenes/montecarlo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
#footer{
    display: block;
    clear: both;
    float: left;
    width:100%;
    min-height:50px;
    font-family: AvenirRegular;
    text-align: center;
    background-color:#F1EBE2;
    padding-top:10px;
    padding-bottom:10px;
    color:black;
}

/*Estilos para Quiénes Somos*/
#fondo{
    display: block;
    clear: both;
    float:left;
    width:100%;
    min-height:530px;
    background-image: url(../imagenes/budapest.jpg);
    background-position: center center;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#quienessomos{
    display: block;
    clear: none;
    float:left;
    width:80%;
    min-height:250px;
    margin-top:50px;
    margin-left:12%;
    margin-bottom: 50px;
    background-color: black;
    color: white;
    opacity: 0.8;
}
#quienessomos h1{
    display: block;
    clear: both;
    float:left;
    width:80%;
    margin-left:12%;
    margin-top:30px;
    margin-bottom:0;
    font-family: AvenirDemi;
}
#quienessomos p{
    display: block;
    clear: both;
    float:left;
    width:80%;
    margin-left:12%;
    margin-bottom:50px;
    font-family:AvenirLight;
}
/*Estilos Equipo*/
#fondo_equipo{
    display: block;
    clear: both;
    float:left;
    width:100%;
    min-height:530px;
    background-image: url(../imagenes/berlin.jpg);
    background-position: center center;
    background-repeat:no-repeat;
    background-attachment: fixed;
}
.equipo{
    display: block;
    clear:both;
    float: left;
    width:50%;
    min-height:50px;
    margin-top:15px;
    margin-left:25%;
    margin-bottom:10px;
}
/*Estilos para los servicios*/
#serviciostexto{
    display: block;
    clear: both;
    float: left;
    width:100%;
    min-height:150px;
    background-color:dimgrey;
    color:white;
}
#serviciostexto p{
    width:70%;
    margin-left: 15%;
    font-family: AvenirLight;
    margin-bottom: 15px;
}
#serviciostexto h1{
    width:70%;
    margin-left: 15%;
    margin-top:30px;
    font-family:AvenirDemi;
}
#servicios{
    display: block;
    clear:both;
    float:left;
    width:100%;
    min-height:40px;
    background-color: #2A6799;
}
.items_servicios{
    display: block;
    clear:none;
    float:left;
    width:40%;
    min-height: 100px;
    margin-left:30%;
    margin-top:20px;
    margin-bottom: 20px;
}
.pictogramas{
    display: block;
    clear: both;
    float: left;
    width:55%;
    min-height:80px;
    margin-left:20%;
    margin-top:5px;
}
.items_servicios h3{
    display: block;
    clear: both;
    float: left;
    text-align: center;
    width:80%;
    margin-left:7%;
    margin-top:5px;
    margin-bottom:5px;
    font-family:AvenirLight;
    color:white;
}
/*Estilos para Pro Bono*/
#probono{
    display: block;
    clear: none;
    float:left;
    width:80%;
    min-height:250px;
    margin-top:15px;
    margin-left:12%;
    background-color: black;
    color: white;
    opacity: 0.8;
}
#probono h1{
    display: block;
    clear: both;
    float:left;
    width:80%;
    margin-left:12%;
    margin-top:15px;
    margin-bottom:0;
    font-family: AvenirDemi;
}
#probono p{
    display: block;
    clear: both;
    float:left;
    width:80%;
    margin-left:12%;
    margin-bottom:20px;
    font-family:AvenirLight;
    
}
/*Estilos para contacto*/
#mapa{
    display: block;
    clear: both;
    float:left;
    width:100%;
    min-height:200px;
}
#mapa1080p{
    display: none;
    clear: both;
    float:left;
    width:100%;
    min-height:200px;
}
#info_form{
    display: block;
    clear: both;
    float:left;
    width:100%;
    min-height:300px;
    background-image:url(../imagenes/bogota.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    
}
#formulario{
    display: block;
    clear: both;
    float:left;
    width:90%;
    margin-left: 5%;
    border-radius: 15px;
    min-height:100px;
    background-color: dimgray;
}
#formulario_escritorio{
    display: none;
}
#informacion{
    display: block;
    clear:both;
    float:left;
    width:80%;
    margin-left:10%;
    margin-top:15px;
    margin-bottom:10px;
    min-height: 80px;
    text-align: center;
    font-family:AvenirLight;
}
#contenedor_form{
    display: block;
    clear:both;
    float:left;
    width:80%;
    margin-left: 10%;
    margin-top:20px;
    margin-bottom:20px;
    font-family:AvenirLight;
    color:white;
    
}

/*Menú Responsive*/

@media only screen and (max-width: 720px) {
    #nav-mobile {
        display: block;
    }
    #menu {
        width: 100%;
        float: none;
        padding-top: 60px;
    }
    #menu ul {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
        max-height: 0;
        overflow: hidden;
    }
    #menu li {
        background: #FFF;
        border-bottom: 1px solid #F1EBE2;
        float: none;
    }
    #menu li:last-child {
        border-bottom: 0;
    }
    #menu li a {
        padding: 15px 0;
        height: auto;
        line-height: normal;
    }
    #menu li a:hover {
        background: #F1EBE2;
    }
    #menu ul.open-menu {
        max-height: 400px;
        -webkit-transition: max-height .4s;
        -moz-transition: max-height .4s;
        -ms-transition: max-height .4s;
        -o-transition: max-height .4s;
        transition: max-height .4s;
    }
}


/*Estilos Responsive*/

@media only screen and (min-width: 481px) {
/*QuienesSomos*/    
#quienessomos h1{
    margin-bottom: 10px;
}
/*Estilos para los servicios*/
#serviciostexto p{
    width:80%;
    margin-left: 10%;
    margin-bottom: 30px;
}
#serviciostexto h1{
    width:80%;
    margin-left: 10%;
}
.items_servicios{
    clear:both;
    width:50%;
    margin-left:25%;
}
/*Estilos para Pro Bono*/
#fondo{
    min-height: 720px;    
}
#probono{
    clear: both;
    width:85%;
    margin-left:8%;
    min-height: 400px;
    margin-top: 130px;
}
#probono h1{
    margin-top:30px;
}
/*Estilos para contacto*/
#formulario{
    margin-left:2%;
    margin-top:20px;
    width:55%
}
#contenedor_form{
    margin-left: 15%; 
}
#informacion{
    clear:none;
    width:35%;
    margin-left:4%;
    margin-top:90px;
}   
}

@media only screen and (min-width: 720px) {
    /*Estilos Principales*/
#menu {
    clear:both;
    float: left;
    width:100%;
}
#menu li {
    width:20%;
    font-size: 15pt;
}
#logo {
    display: none;
}
#logo_escritorio {
    display:block;
    width:100%;
    min-height:70px;   
}
#galeria{
    min-height: 600px;
}    
/*Estilos Quienes Somos*/
#fondo{
    min-height:500px;
}
#quienessomos{
    clear: both;
    margin-top:80px;
}
#quienessomos h1{
    font-size: 25pt;
}
#quienessomos p{
   font-size:15pt;
}
/* Estilos Equipo*/
.equipo{
    clear:none;
    width:20%;
    margin-top:100px;
    margin-left:4%;
    margin-bottom:10px;
}
/*Modal Box Equipo*/
.popup { 
    margin-top:200px;    
}

.popup h2 {
    font-size:25pt;
}
.content{
    font-size:15pt;        
}
/*Estilos para los servicios*/
#serviciostexto{
    clear: none;
    width:30%;
    min-height: 450px;
}
#serviciostexto h1{
    margin-top: 70px;
}    
#servicios{
    clear:none;
    width:70%;
}
#servicios{
    min-height:450px;
}
.items_servicios{
    clear:none;
    width:20%;
    margin-left:5%;
    margin-top:130px;
    margin-bottom: 20px;
}
/*Estilos ProBono*/
#fondo{
    min-height:300px;
}
#probono{
    clear: both;
    margin-top:50px;
    margin-bottom:50px;
    min-height:400px
}
#probono h1{
    font-size: 25pt;
    margin-top:90px;
}
#probono p{
   font-size:15pt;
}
/*Estilos para contacto*/
#formulario{
    display: none;
}
#formulario_escritorio{
    display: block;
    clear: none;
    float:left;
    width:55%;
    margin-left: 5%;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 15px;
    min-height:100px;
    background-color: dimgray;
    color:white;
    font-family:AvenirDemi;
}
#contenedor_form_escritorio{
    width:80%;
    margin-left: 10%;
    margin-top:15px;
    margin-bottom:15px;
}    
#informacion{
    font-size:16pt;
    margin-top:100px;
}     
}
@media only screen and (min-width: 1920px) {
    /*Estilos Principales*/
#galeria{
    min-height: 1030px;
}    
/*Estilos Quienes Somos*/
#fondo{
    min-height:1030px;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#quienessomos{
    min-height:500px;
    margin-top:250px;
    margin-left:12%;
    margin-bottom: 200px;
    background-color: black;
    color: white;
    opacity: 0.8;
}
#quienessomos h1{
    margin-top:100px;
    margin-bottom:0;
    font-size:30pt;
}
#quienessomos p{
   font-size:20pt;
}    
/* Estilos Equipo*/
#fondo_equipo{
    min-height:1030px;
}
.equipo{
    clear:none;
    width:20%;
    margin-top:300px;
    margin-bottom:100px;
}
/*Modal Box Equipo*/
.popup { 
    margin-top:400px;
    padding:70px;
}

.popup h2 {
    font-size:28pt;
}
.content{
    font-size:18pt;        
}
/*Estilos para los servicios*/
#serviciostexto{
    min-height:900px;
}
#serviciostexto p{
    font-size:17pt;
}
#serviciostexto h1{
    margin-top:200px;
    font-size:22pt;
}
#servicios{
    min-height:900px;
}
.items_servicios{
    margin-top:300px;
    margin-bottom: 20px;
}
/*Estilos ProBono*/
#probono{
    min-height:500px;
    margin-top:250px;
    margin-left:12%;
    margin-bottom: 200px;
    background-color: black;
    color: white;
    opacity: 0.8;
}
#probono h1{
    margin-top:100px;
    margin-bottom:0;
    font-size:30pt;
}
#probono p{
   font-size:20pt;
}    
/*Estilos para contacto*/
    #mapa{
        display: none;
    }
    #mapa1080p{
        display: block;
    }
#info_form{
     min-height:400px;   
}
#formulario{
    display: none;
}
#formulario_escritorio{
    display: block;
    clear: none;
    float:left;
    width:55%;
    margin-left: 5%;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 15px;
    min-height:100px;
    background-color: dimgray;
    color:white;
    font-family:AvenirDemi;
}
#contenedor_form_escritorio{
    width:80%;
    margin-left: 10%;
    margin-top:15px;
    margin-bottom:15px;
}    
#informacion{
    font-size:16pt;
    margin-top:100px;
}     
}
/*Nuevos Ejemplos*/
/*Quienes Somos 1*/
#fondo_quienes{
    display: block;
    clear: both;
    float: left;
    width:100%;
    min-height:200px;
    background-image: url(../imagenes/berlin_sinopacidad.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
#fondo_probono{
    display: block;
    clear: both;
    float: left;
    width:100%;
    min-height:200px;
    background-image: url(../imagenes/budapest.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
#quienessomos1{
    display: block;
    clear: both;
    float: left;
    width:80%;
    min-height: 200px;
    margin-left:10%;
    margin-top: 30px;
    margin-bottom: 30px;
}
#quienessomos1 h1{
    font-family: AvenirDemi;
    text-align: center;
}
#quienessomos1 p{
    font-family: AvenirLight;
}
@media only screen and (min-width: 720px) {
#fondo_quienes{
    min-height:350px;
    background-size:auto;
    background-attachment: fixed;
}
#fondo_probono{
    min-height:350px;
    background-size:auto;
    background-attachment: fixed;
}
#quienessomos1{
    margin-top: 70px;
    margin-bottom: 70px;
}
#quienessomos1 h1{
    text-align: center;
    font-size: 25pt;
}
#quienessomos1 p{
    font-size: 15pt;
}
}
#menu_equipo{
    display: block;
    clear:both;
    float:left;
    width:80%;
    min-height: 80px;
    margin-left: 10%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
}
#menu_equipo li{
    margin-top: 5px;
}
#menu_equipo a:link{
    text-decoration: none;
    color:black;
}
#menu_equipo a:visited{
    text-decoration: none;
    color:black;
}
#informacion_equipo{
    display: block;
    clear:both;
    float:left;
    width:100%;
    min-height: 450px;
    background-color: rgb(42,103,153)
}
#texto_equipo{
    display: block;
    clear:both;
    float:left;
    width:80%;
    margin-left: 10%;
    margin-top: 25px;
    color:white;
}
#texto_equipo h2{
    font-size: 15pt;
    text-align: center;
    font-family: AvenirDemi
}
#texto_equipo p{
    margin-top: 10px;
    font-size: 12pt;
    font-family: AvenirLight;
}
@media only screen and (min-width: 720px) {
#menu_equipo{
    clear:none;
    width:30%;
    margin:0;
     margin-top: 120px;
}
#menu_equipo li{
    font-size: 15pt;
}
#informacion_equipo{
    clear:none;
    width:70%;
}
#texto_equipo{
    margin-top: 70px;
    color:white;
}
#texto_equipo h2{
    font-size: 20pt;
    text-align: center;
    font-family: AvenirDemi
}
#texto_equipo p{
    margin-top: 10px;
    font-size: 15pt;
    font-family: AvenirLight;
}   
}

