nav{
    font-family: 'Barlow', sans-serif;
    color:#000;
    font-weight: 400;  
}
.navbar{
    padding: 0rem 0rem;
}
.navbar-brand img{
    max-width: 300px;
    height: auto;
    width: 100%;
}
.navbar-nav li.nav-item a{
    text-transform: uppercase;
    color: #000;
}
.nav-item a.nav-link{
    padding: 40px 15px;
    margin: 0px 7px
}
.nav-item.active a.nav-link{
    border-bottom: 3px solid #000;
}
h1{
    font-family: 'Barlow', sans-serif;
    
    font-size: 1.6rem;
    line-height: 2.1rem;
    position: relative;
}

.h1-before{
    font-family: 'Merriweather', serif;
}
.h1-before:before{
    content:'';
    background-color: #beb7a1;
    height: 2px;
    width: 60px;
    position: absolute;
    top: 13px;
    left: -80px;
}
.c-dorado{
    color: #bcb095;
}
.c-black{
    color: #474747;
}
.c-white{
    color: #fff;
}
h2{
    font-family: 'Barlow', sans-serif;
    color: #606060;
    font-weight: 300;  
    font-size: 1.5rem;
    line-height: 2rem;
}
h3{
    font-size: 22px;
    font-family: 'Barlow', sans-serif;
}
h3 span{
    font-weight: 800;
}
h5{
    font-family: 'Barlow', sans-serif;
    font-weight: 300;  
    font-size: 18px;
}
hr.dorada{
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid #beb7a1;
clear: both;
height: 1px;
width: 100%;
}

hr.gris{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #897d71;
    clear: both;
    height: 1px;
    width: 100%;
    }

.carousel-caption {
        top: 27%;
}
.carousel-caption h5{
    color: #d8cdb4;
    font-family: 'Merriweather', serif;
    font-size: 50px;
    font-weight: 900;
}

.carousel-caption p {
    color:#d8cdb4;
    border: 1px solid #d8cdb4;
    Border-radius: 30PX;
    padding: 15px 35px;
    overflow: hidden;
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1PX;
    background-color: rgba(0,0,0,0.4);
}
/**/
.bgk-gris-claro{
    background-color: #e0e0e0;
}
.bck-gris-oscuro{
    background-color: #565656;
}
.bck-oscuro{
    background-color: #474747;
}
.bck-dorado{
    background-color: #bcb095;
}
/**/
section{
    padding: 50px 0px;
}
section.estudio{
    padding: 100px 25%;
}
section.contacto{
    padding: 100px 0px;
}
section.header-section{
    padding-top: 0px !important;
}
section.areas-de-practica{
    padding: 100px 0px;
}
.titulo-section{
    font-family: 'Merriweather', serif;
    font-size: 35px;
}
.titulo-section:before{
    content:'';
    background-color: #beb7a1;
    height: 2px;
    width: 60px;
    position: absolute;
    top: 25px;
    left: -60px;
}
.bajada-section{
    font-family: 'Barlow', sans-serif;
    color: #a79f8d;
    font-weight: 300;  
    font-size: 1.3rem;
    line-height: 1.5rem;
}
.btn-simple{
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    border: none;
    background: none;
outline:none;

}
.btn-simple:hover{
    color:#8e7335;
outline:none;

}
.btn-block{
    background-color:  #bcb095;
    color: #fff;
    text-transform: uppercase;
    Border-radius: 30PX;
    padding: 12px 35px;
    overflow: hidden;
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1PX;
    border: none;
outline:none;
}
.btn-outline{
    border: 1px solid #bcb095;
    color: #bcb095;
    text-transform: uppercase;
    Border-radius: 30PX;
    padding: 12px 35px;
    overflow: hidden;
    display: block;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1PX;
    outline:none;
    background: none;
}
.btn-outline-dorado{
    border: 1px solid #988b6e;
    color: #988b6e;
    text-transform: uppercase;
    Border-radius: 30PX;
    padding: 12px 35px;
    overflow: hidden;
    display: block;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1PX; 
    outline:none;
    background: none;
}
.btn-outline-dorado:hover{
    color: hsl(40, 15%, 69%);
}
.areas-de-practica ul{
    padding: 0px;
}
.areas-de-practica ul li{
    font-family: 'Merriweather', serif;
    color: #fff;
    font-size:19px;
    border-bottom: 1px solid #988b6e;
    padding: 20px 0px;
    list-style-type: none;
    margin-bottom: 0px;
}

form{
    background-color: #fff;
    padding: 60px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.31);
    box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.31);
}
label{
    font-family: 'Barlow', sans-serif;
    color: #474747;
    font-weight: 300;  
    font-size: 16px;
}
input, textarea{
    background-color:#f5f5f5;
    border: 0px;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}
.iconos-redes{
    display: flex;
    justify-content: center;
    align-items: center;
}

button:hover{background-color:#988b6e;}

button:focus{outline:none;}
/**/

h4{
    font-family: 'Merriweather', serif;
    color: #474747;
    margin-bottom: 20px;
    position: relative;
}

h4:before{
    content: '';
    background-image: url(../img/flecha-negra.png);
    height: 30px;
    width: 30px;
    position: absolute;
    background-repeat: no-repeat;
    top: 4px;
    left: -45px;
}
p{
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #565656;
}

.b-t:nth-child(4),.b-t:nth-child(5),.b-t:nth-child(6) {
    border-top:1px solid #beb7a1;
}


.img-header-section{
    height: 320px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.img-header-section.areas{
    background-image: url(../img/header-areas.jpg);
}
.img-header-section.estudio{
    background-image: url(../img/header-estudio.jpg);
}
.img-header-section.clientes{
    background-image: url(../img/header-clientes-2.jpg);

 background-position: top;
}
.img-header-section.contacto{
    background-image: url(../img/header-contacto.jpg);
    height: 600px;
    background-attachment: fixed;
}
.img-header-contacto-portada{
    background-image: url(../img/fachada-1.jpg);
    height: 550px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.item-act{
    padding: 50px;
}
.imagen-item img{   
    width: 100%;
}


footer{
    background-color: #474747;
}
.subfooter{
    background-color: #474747;
    padding: 100px 0px;
}
.subfooter .item{
    padding: 30px;
    border: 1px solid  #a79f8d;
    color: #bcb095;
    font-family: 'Merriweather', serif;
}
.subfooter .item a{
    color: #bcb095;
    font-family: 'Merriweather', serif;
}
.legales-footer{
    background-color: #2b2b2b;
    color: #f5f5f5;
    padding: 20px;
    font-size: 12px;
    font-family: 'Merriweather', serif;
}
.legales-footer span a{
    color: #f5f5f5;
    opacity: 0.6;
}

/**/
.banner-nombre{
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 23px;
}
.modal-dialog {
    max-width: 900px;
}

button.close{
    background-color: #bcb095;
    width: 46px;
    height: 45px;
    border-radius: 50%;
    font-family: 'Merriweather', serif;
    color: #333;
    float: left;
    position: absolute;
    top: -30px;
    right: 11px;
    opacity: 1;
}

button.close span{
    font-family: 'Merriweather', serif;
}

.lista-logos{
    display: flex;
  
    flex-flow: row wrap;
    margin: 50px 0px;
}

.lista-logos img{
    max-height: 80px;
    width: auto;
    margin: 40px auto;
}

.nav-item:hover{
    background-color: #eae8e1;
}


.responsive-map-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-map-container iframe,   
.responsive-map-container object,  
.responsive-map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.contacto{ 
    font-family: 'Barlow', sans-serif;  
}

.item-contacto{
    margin-bottom: 20px;
    vertical-align: middle;

}
.item-contacto p{
    margin-left: 10px;
    display: inline;
}
.item-contacto p a{
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #565656;
}
.msg-correcto{
    text-align: center;
    color:  #fff;
    border:1px solid #175e2c;
    background-color: #175e2c;
    padding: 30px 10px;
    margin-bottom: 30px;
}
.msg-incorrecto{
    text-align: center;
    color:  #fff;
    border:1px solid #5f0015;
    background-color: #990122;
    padding: 30px 10px;
    margin-bottom: 30px;
}

.separador-contacto{
    height: 200px;
}


@media (max-width: 991px) {
    .separador-contacto{
        height: 460px;
    }
}


@media (max-width: 500px) {


    .img-header-contacto-portada {
        background-image: url(../img/fachada-1.jpg);
        height: 360px;
        background-attachment: inherit;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top left;
    }

}
@media (max-width: 500px) {

    .navbar-brand {
        width: 76%;
    }
    .navbar-brand img{
        width: 85%;
        padding: 10px;
    }
    section {
        padding: 20px 0px;
    }
    section.estudio {
        padding: 30px 2%;
    }
    section.contacto {
        padding: 30px 15px;
    }
    form {
        padding: 20px;
    }
    .bajada-section {
        margin-bottom: 29px;
    }
    .item-act {
        padding: 20px 20px 10px 50px;
    }
    .b-t:nth-child(11), .b-t:nth-child(2), .b-t:nth-child(3) {
        border-top: 1px solid #beb7a1;
    }
    h4:before {
        left: -36px;
    }
    .subfooter {
      padding: 0px 0px;
    }
    .nav-item:hover{
        background-color: #eae8e1;
    }
   a.nav-link:hover{
        background-color: #eae8e1;
    }
    li.nav-item.active{
        background-color: #a79f8d;
    }
    .nav-item.active a.nav-link {
        border-bottom: none;
    }
    .nav-item a.nav-link {
        padding: 9px 15px;
    }
    .img-header-section {
        height: 100px;
    }
    h1{
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .bajada-section {
        font-size: 1.2rem;}

    .h1-before {
        margin-left: 40px;
        margin-top: 30px;
    }
    .pl-5, .px-5 {
        padding-left: 1.2rem!important;
    }
    
    .pr-5, .px-5 {
        padding-right: 1.2rem!important;
    }
    .mt-5, .my-5 {
        margin-top: 1.2rem!important;
    }
    .mb-3, .my-3 {
        margin-bottom: 1.2rem!important;
    }
    .lista-logos {
        margin: 25px 0px}

    .lista-logos img {
        max-height: 47px;
        width: auto;
        margin: 16px auto;
    }
    .titulo-section {
        font-size: 25px;
    } 
    .subfooter .item {
        border: none;
        border-bottom: 1px solid #a79f8d;
    }
    .separador-contacto{
        height: 330px;
    }
    
}
