
*{
    font-family: 'Roboto', sans-serif;
    font-weight: 300
}
html {
    scroll-behavior: smooth;
}
body{

}
ol, ul{
    padding: 0;
   
    list-style-position: inside
}
ol li, ul li{
    padding: 3px 0
}
h1{
    font-weight: 900 !important
}
h2{
    font-weight: 700 !important
}
#equipo p{
    margin: 5px 0
}



#cabezal{
    height: 40px;

    background-color: rgba(173,66,33, .3);
    border-top: 4px solid #AD4221;
}

#menu_gr .nav-link{
    padding: 2rem 1rem;
    border-top: 4px solid transparent;
    color: #AD4221;
    text-transform: uppercase;
    font-weight: bold;

}
#menu_gr .nav-link:hover{
    border-top: 4px solid #AD4221;
    color: #AD4221;
}
#menu .nav-link{
    color: #AD4221;
    border-bottom: 1px solid transparent;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase
}
#menu .nav-link:hover{
    border-bottom: 1px solid #AD4221
}
#logo{
    height: 80px
}
.navbar-toggler{
    border: none
}
button:focus{
    outline: none
}

#principal{
    height: 400px;
    background-image: url(../img/principal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: right bottom

}
.fondo{

    background-color: #AD4221;
    background-size: initial;
    background-attachment: fixed;
    background-repeat: no-repeat;

    background-position: left bottom
}
#primero{
    background-image: url(../img/fondo.svg);
}
@media (min-width: 992px){
    #principal{
        height: 800px;
        background-size: cover;

    }

    #primero{
        background-size: auto
    } 
    #menu_gr .nav-link{
        padding: 3.2rem 1rem;
        margin:0 10px;
    }
}
#servicios article
{

}.mr{
    padding: 20px;
    margin-right: 10px;
    background-color: #fff;
}
.linea{
    border-top: 1px solid #AD4221;
    margin-top: 50px;
}
p{
    font-weight: 300
}
h1{
    text-transform: uppercase;

    color: #AD4221
}
.fondo .linea{
    border-top: 1px solid #fff;
    margin-top: 50px;
}
.fondo h1{
    color: #fff
}
h2{
    padding: 5px 0;
    margin: 5px 0 30px 0;
    font-size: 1.35rem;
    text-align: center;
    text-transform: uppercase;
    color: #AD4221;
    border-bottom: 1px solid #AD4221
}
textarea{
    height: 225px
}
.enviar{
    padding: 10px 25px;
    background-color: #AD4221;
    color: #fff
}
#equipo h2{
    text-align: left;
    width: 50%
}
#equipo figure img{
    padding: 3px;
    border: 1px solid #AD4221
}
#equipo article
{
  border-bottom: 1px solid #AD4221;
  margin-bottom: 40px
}
#mapa p, #mapa p a{
    color: #AD4221;
    margin: .2em;
    font-weight: bold
}
#volverAlTope {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 5px;
    outline: none;
    border-radius: 50%;

    background-color:#AD4221;
    color: white;
    cursor: pointer;
    padding:  15px;
    border: 2px solid white;
}
#volverAlTope img{
    width: 30px;

}
@media (max-width: 575px) {
    #volverAlTope{
        right: calc(50% - 31px);
        bottom: 45px;
    }
    #equipo h2{
    text-align: center;
    width: 100%
}
}