.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}
.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

/*generales*/
body {
    margin: 0;
    text-align: center;
    background-image: url(../imagenes/carrusel1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

h1 {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
    font-size: 40px;
    color: #ffffff;
    padding-top: 20px;
    text-align: center;
}

h2 {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
    font-size: 25px;
}

h3 {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    padding-top: 15px;
}

h5 {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.bienvenidos p {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    color: #ffffff;
    text-align: justify;
    padding-top: 20px;
}
.carousel-item {
    height: 100vh; /* El carrusel y sus elementos ocuparán el 100% de la altura de la pantalla */
}
.carousel-item img {
    object-fit: cover; /* Asegura que las imágenes cubran el área sin distorsionarse */
    width: 100%;
    height: 100%; /* Las imágenes ocuparán el 100% del contenedor */
}

.container-fluid {
    background-color: #ffffff00;
}

.navbar-toggler {
    background-color: #ffffff;
}

a.nav-link {
    padding: 10px 25px !important;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    color: #ffffff;
}

.active {
    color: white !important;
    background-color: #054caf;
}

a.nav-link:hover {
    background-color: #054caf7b;
    color: #ffffff;
}

.logo {
    text-align: center;
    position: relative;
}

.bienvenidos{
    background-color:#032555;
    padding: 100px;
}

.boton {
    padding-top: 50px;
}
.boton a {
    border-radius: 25px;
    padding: 10px 60px;
    color: white;
    text-decoration: none;
    background-color: #054caf;
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
}

.boton a:hover {
    background-color: #ffffff;
    color: #054caf;
}
.mision {
    background-color: #032555a4;
    color: white;
    padding: 70px;
}

.servicios {
    background-color: rgba(255, 255, 255, 0.832);
    color: #032555;
    padding: 70px;
}

.servicios a {
    padding: 8px 50px;
    border-left: solid 3px #054caf;
    color:#032555;
    text-decoration: none;
}

.servicios a:hover {
    color: #ffffff;
    background-color: #054caf;
}
.vision {
    background-color: #054cafa0;
    color: white;
    padding: 70px;
}

.servicios li {
    text-align: left;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    padding-top: 15px;
    list-style: none;
    padding: 15px;
}

.afiscal {
    background-color:#032555;
    color: #ffffff;
    padding: 30px;
}

.nomina {
    padding: 50px;
    text-align: justify;
    background-color: #000000b4;
}

.calculo {
    border-radius: 20px;
    background-color:#054caf;
    padding: 30px;
    justify-content: center;
    margin: 10px;
}

.calculo p {
    color: #ffffff;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
}

.seguro {
    border-radius: 20px;
    background-color:#032555;
    padding: 30px;
    justify-content: center;
    margin: 10px;
}

.seguro p {
    color: #ffffff;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
}

.recibos {
    border-radius: 20px;
    background-color:#054caf;
    padding: 30px;
    justify-content: center;
    margin: 10px;
}

.recibos p {
    color: #ffffff;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
}

.logo-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    pointer-events: none; /* Para evitar que bloquee clics en el contenido detrás */
  }
  
  .logo {
    width: 300px; /* Ajusta según el tamaño del logo */
    height: auto;
    max-width: 100%; /* Asegura que sea responsivo */
  }

  .contacto {
    text-align: center;
    color:#032555;
    padding: 10px;
  }

.redes {
    padding-top: 50px;
}
.redes img {
    width: 100px;
    height: auto;
}

.redes img:hover{
filter: opacity(30%);
width: 80px;
}

.redes p {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
    color: #ffffff;
    padding-top: 15px;
}

.facebook {
    background-color: #054caf85;
    padding: 30px;
}

.whatsapp {
    background-color: #03255586;
    padding: 30px;
}

.mail {
    background-color: #054caf85;
    padding: 30px;
}

.telefono {
    background-color: #03255586;
    padding: 30px;
}

.legales {
    background-color: #000000 !important;
    padding: 20px;
}

.lfacebook img {
    width: 50px;
    background-color: #054caf;
    border-radius: 50px;
    padding: 10px;
}

.lmail img {
    width: 50px;
    background-color:#032555;
    border-radius: 50px;
    padding: 10px;
}

.lwhatsapp img { 
    width: 50px;
    background-color:#054caf;
    border-radius: 50px;
    padding: 10px;
}

.ltelefono img { 
    width: 50px;
    background-color:#032555;
    border-radius: 50px;
    padding: 10px;
}

.lfacebook img:hover {
    background-color:#848484;
}

.lmail img:hover {
    background-color:#848484;
}

.lwhatsapp img:hover {
    background-color:#848484;
}

.ltelefono img:hover {
    background-color:#848484;
}

.nombre {
    color: #ffffff;
    text-align: center;
    padding-bottom: 8px;
}

.mensaje {
    background-color: #ffffffac;
    padding: 50px;
}

@media (max-width:992px) {
    .bienvenidos {
        padding: 60px;
    }
}

@media (max-width:608px) {
    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 15px;
    }

    h3 {
        font-size: 12px;
    }

    h5 {
        font-size: 15px;
        text-align: center;
    }

    .servicios {
        padding: 20px;
    }

    .servicios a {
        padding: 4px 25px;
        font-size: 10px;
    }

    .calculo {
        padding: 15px;
    }
    .calculo p {
        font-size: 12px;
        padding: 7px;
    }

    .afiscal {
        padding: 30px;
    }

    .seguro {
        padding: 15px;
    }

    .seguro p {
        font-size: 12px;
        padding: 7px;
    }

    .recibos {
        padding: 30px;
    }

    .recibos p {
        font-size: 12px;
        padding: 7px;
    }

    .vision {
        padding: 30px;
    }

    .mision {
        padding: 30px;
    }

    .lfacebook {
        padding: 10px;
    }

    .lmail {
        padding: 10px;
    }

    .lwhatsapp {
        padding: 10px;
    }

    .ltelefono {
        padding: 10px;
    }
}

@media (max-width:552px) {
    .contactanos {
        font-size: 20px;
    }

    .mensaje {
        padding: 25px;
    }
}

@media (max-width:482px) {
    .bienvenidos p {
        font-size: 15px;
    }
}

@media (max-width:361px) {
    .boton a {
        padding: 10px 20px;

    }
}

@media (max-width:352px) {
    .bienvenidos p {
        font-size: 12px;
    }
}

@media (max-width:310px) {
    h1 {
        font-size: 15px;
    }
}