/*Hoja de Estilo - Servicios & Soluciones*/
*{
    font-family: 'Poppins', sans-serif;
}

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

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

h2 {
    color: #D4A048;
    font-family: 'Roboto Slab', serif;
    padding-bottom: 24px;
}

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

h4 {
    font-family: 'Roboto Slab', serif;
}

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 1 - Lista de Servicios*/
.serv {
    background-color: #000000;
}

.icon img {
    width: 25px !important;
}

strong {
    color: #D4A048;
}

.img-somb {
    box-shadow: -6px 6px 10px #dfe0df85;
}

/*Sección 2 -Cableado Estructurado */

.texto {
    background-color: #DFE0DF;
    padding: 159px 40px;
}

.cableado i {
    color: #D4A048;
    font-size: 20px;
}

.ico img {
    width: 25px !important;
}

.boton {
    border: solid 3px #D4A048;
    padding: 12px 31px;
    margin-top: 68px;
}

.boton:hover {
    background-color: #D4A048;
    color: #ffffff;
}

.imagen1 {
    box-shadow: -4px 4px 6px #c3c3c3;
}

.imagen2 {
    box-shadow: 4px 4px 6px #c3c3c3;
}

/*Sección 3 - CCTV */
.texto2 {
    background-color: #DFE0DF;
    padding: 85px 40px;
}

.imagen-camara1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

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

/*Sección 4 - Control de Acceso */
.texto3 {
    background-color: #DFE0DF;
    padding: 82px 20px;
    margin-top: 51px;
}

.img-control1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.img-control2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.boton2 {
    border: solid 3px #D4A048;
    padding: 12px 31px;
    margin-top: 32px;
}

.boton2:hover {
    background-color: #D4A048;
    color: #ffffff;
}

/*Sección 5 - Cómputo*/

.computo h4 {
    padding: 20px 0;
}

.comp-texto {
    background-color: #DFE0DF;
}

.comp-texto p {
    padding-left: 20px;
}

/* FOOTER*/

footer {
    background-color: #000000;
    color: #ffffff;
}

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 {
    color: #ffffff;
    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:1399px) {
    .texto {
        padding: 130px 0;
    }

    .texto2 {
        padding: 66px 40px;
    }

    .texto3 {
        padding: 60px 20px;
        margin-top: 45px;
    }
}

@media (max-width:1199px) {
    .texto {
        padding: 76px 0;
    }

    .texto2 {
        padding: 32px 40px;
    }

    .texto3 {
        padding: 25px 20px;
        margin-top: 36px;
    }
}


@media (max-width:990px) {
    .texto {
        padding: 20px 0;
    }
    .imagen1 {
        padding: 0;
    }

    .texto2 {
        padding: 20px 40px;
    }

    .boton {
        margin-top: 40px;
    }

    .texto3 {
        padding: 3px 20px;
        margin-top: 25px;
    }
} 
