/*Hoja de Estilo - Quienes Somos*/
*{
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none !important;
    color: inherit;
}

h1 {
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    padding-bottom: 10px;
}

h3 {
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
    padding-bottom: 10px;
}

h5 {
    color: #d4a148d6;
    font-family: 'Roboto Slab', serif;
    padding-bottom: 5px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-size: 18px;
}

html { 
    scroll-behavior: smooth;
}

::selection { /*Cambia el fondo de la selección de los textos*/
    background-color: #d4a148a0;
    color: #ffffff;
}

/*Header*/

.primero {
    background-color: #DFE0DF;
}

.iconos a p {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
    color: #000000; 
}

.iconos a i {
    padding-left: 10px;
}

/*NAVBAR*/

.bg-dark {
    background-image: url(../imagenes/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.logo img {
    height: 40px;
} 

.nav-link.active {
    border: solid 2px #D4A048 !important;
}

.nav-link:hover {
    background-color: #D4A048 !important;
    color: #ffffff!important;
}

a.nav-link {
    padding: 14px 18px !important;
    border: solid 2px #d4a04800 !important;
}

/*Sección Nosotros*/

.nosotros {
    background-color: #000000;
}


strong {
    color: #D4A048;
}

.nosotros img {
    box-shadow: -4px -4px 6px #dfe0df99;
}

.nosotros p {
    color: #ffffff;
    padding-left: 25px;
    padding-bottom: 20px;
}

.imagen-principal img {
    width: 100%;
    height: auto;
    max-height: 700px;
    object-fit: cover;
}

.imagen-dos img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}

/* FOOTER*/

footer {
    color: #000000;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li {
    border-bottom: solid 1px #d4a148b6;
}

footer ul li p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: lighter;
}

footer ul li:hover{
    background-color: #DFE0DF;
    color: #000000;
}

.logo-footer img {
    height: 35px;
    margin-bottom: 10px;
}

.logo-footer p {
    padding: 20px 0;
}

.logo-footer a {
    padding-left: 10px;
}

.btn {
    padding: 0;
}

/*Botón para subir*/
.flecha {
    position: fixed;
    bottom: 33px;
    right: 20px;
}

.flecha img {
    width: 40px;
}

/*Botón whatsapp*/
.icono-wa {
    position: fixed;
    bottom: 130px;
    right: 20px;
}

.icono-wa i {
    color: #D4A048;
    font-size: 40px;
}

/*Media Querry*/
@media (max-width:1398px) {
    .imagen-principal img {
        width: 100%;
        height: auto;
        max-height: 700px;
        object-fit: cover;
    }
    
    .imagen-dos img {
        width: 100%;
        height: auto;
        max-height: 250px;
        object-fit: cover;
    }
}

@media (max-width:1198px) {
    .imagen-principal img {
        width: 100%;
        height: auto;
        max-height: 700px;
        object-fit: cover;
    }
    
    .imagen-dos img {
        width: 100%;
        height: auto;
        max-height: 202px;
        object-fit: cover;
    }
}

@media (max-width:990px) {
    .imagen-principal img {
        width: 100%;
        height: auto;
        max-height: 700px;
        object-fit: cover;
    }
    
    .imagen-dos img {
        width: 100%;
        height: auto;
        max-height: 222px;
        object-fit: cover;
    }
}

@media (max-width:767px) {
    .imagen-principal img {
        width: 100%;
        height: auto;
        max-height: 700px;
        object-fit: cover;
    }
    
    .imagen-dos img {
        width: 100%;
        height: auto;
        min-height: 430px;
        object-fit: cover;
        padding-bottom: 10px;
    }
} 