*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none;
}

.container-fluid{
    max-width: 1200px;
    margin: 0 auto;
}

.header{
    background-color: rgb(179, 179, 179);
}

.header a{
    color: black !important;
    text-decoration: none;
}

.txt-wh a{
    text-decoration: none;
    color: white !important;
}

.navbar{
    background-color: rgb(153, 151, 151);
}

.nav-listado a{
    font-weight: bold;
    text-align: center;
    padding: 5px;
    width: 140px;
    display: block;
}
.navbar a{
    font-size: 20px;
    padding: 5px;
    text-align: center;
    color:black;
    width: 140px;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

.navbar a:hover{
    background-color: black;
    color: whitesmoke;
}

.nav-listado a:hover{
    background-color: black;
    color: white !important;
}

.banner{
    background-color: black;
    border-bottom-left-radius: 120px;
    color: white;
    padding: 40px;
}

.banner button a{
    text-decoration: none;
    font-weight: bold;
    color: white;
}

.banner button a:hover{
    color: rgb(153, 151, 151);
}

.banner button{
    background-color: rgb(153, 151, 151);
    border-radius: 10px;
}

.banner button:hover{
    background-color:white;
}
.info-1{
    padding-top: 15px;
    padding-bottom: 25px;
}

.banner-2{
    background-color: black;
    border-bottom-right-radius: 120px;
    padding: 40px;
}

.justificar-text{
    text-align: justify;
}

.info-iconos a{
    text-decoration: none;
    color: black;
    padding-left: 5px;
    padding-bottom: 15px;
}

.separacion{
    background-color: black;
    width:100%;
    height: 120px;
}

.info-2{
    padding-top: 25px;
    padding-bottom: 5px;
}

.img-perfil{
    width: 15%;
    height: auto;
}

.info-3{
    padding-bottom: 25px;
}

.info-3 h3{
    text-align: center;
}

.formulario{
    border-radius: 20px;
    border: 1 solid rgb(236, 236, 236);
    background-color: rgb(236, 236, 236);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
    padding: 15px;
    
}

.formulario button{
    background-color: black;
    border-radius: 7px;
    width: 100px;
    height: 40px;
    color: white;
}

.formulario button:hover{
    box-shadow: 3px 3px 20px rgba(61, 66, 29, 0.3);
    color: white;
    background-color: #3b3b3b;
}

.cuadro{
    border: 1px solid black;
    padding: 10px;
    width: 200px;
    height: 200px;
}

.cuadro img{
    height: 70%;
    width: 100%;
}

.mapa{
    background-image: url(/img/google.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom-right-radius: 120px;
    padding: 150px;
}

.footer{
    background-color: black;
    color: white;
}

.footer-logo{
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-logo a{
    width: 100px;
    height: 40px;
    padding-top: 5px;
    text-align: center;
    display: block;
    background-color: #3b3b3b;
}

.footer-listado a{
    padding-left: 5px;
}

/* DATOS DEL SEPARADOR DEL INDEX-4*/


.separado-linea{
    border-bottom: 1px solid black;
    padding-bottom: 1px;
}

.bar-gris{
    background-color: rgb(153, 151, 151);
}

.bar-negro{
    background-color: black;
}

.info-notas a{
    text-decoration: none;
    color: black;
    margin-bottom: 10px;
}

.info-notas img{
    border-bottom-right-radius: 15px;
    background-color: black;
    padding: 3px;
    height: 100%;
    width: 100%;
}

.cont-img{
    height: 200px;
    width: 200px;
    margin-bottom:3px;
}

/* DATOS DEL SEPARADOR DEL INDEX-5*/

.info-etiquetas img{
    border-bottom-right-radius: 155px;
    background-color: black;
    padding: 3px;
    height: 300px;
    width: 100%;
}


/*
.cont-img-2{
    height: 300px;
    width: 200px;
    margin-bottom:3px;
}*/

/* DATOS DEL SEPARADOR DEL INDEX-6*/
.cuadro-2{
    background-color: rgb(221, 213, 213);
    border-radius: 15px;
    padding: 10px;
}

.cuadro-2 img{
    height: 200px;
    width: 100%;
}

.boton-dec button a{
    text-decoration: none;
    font-weight: bold;
    color: white;
}

.boton-dec button a:hover{
    color: white;
}

.boton-dec button{
    background-color: rgb(153, 151, 151);
    border-radius: 10px;
}

.boton-dec button:hover{
    background-color:black;
}

.info-7-cuadros img{
    border-bottom-right-radius: 100px;
    width: 100%;
    height: 300px;
}