@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

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

body {
    font-family: "Poppins", sans-serif;
    background-color: rgb(245,245,245);
}

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

.header {
    background-color: rgb(245,245,245);
    background-image: url(../images/bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    padding: 20px;
}

.logo img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.menu .navbar ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.menu .navbar ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menu .navbar ul li a {
    display: inline-block;
    font-size: 18px;
    padding: 20px;
    color: #fffdfc;
    font-weight: 600;
    line-height: 25px;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.header-txt {
    text-align: center;
}

.btn-1 {
    display: inline-block;
    padding: 12px 45px;
    border: 1px solid #fffdfc;
    color: #fffdfc;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.btn-1:hover {
    color: #1B293A;
    background-color: #fffdfc;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

button {
    font-size: 1.25em;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    color: white;
    background-color: rgb(30, 54, 83);
}

button:hover {
    background-color: rgb(19, 40, 65);
}

#nuestro-proyecto {
    background-color: rgb(245,245,245);
    text-align: center;
}

#nuestro-proyecto .container {
    padding: 150px 12px;
}

#nuestro-proyecto h2 {
    margin-top: 0;
    font-size: 3em;
}

#nuestro-proyecto .rombo {
    background-position: center center;
    background-size: cover;
    padding: 100px;
    margin: 20px;
    border-radius: 15px;
}

.rombo:first-child {
    background-image: url(../images/redes.png);
}

.rombo:nth-child(2) {
    background-image: url(../images/Podcast.png);
}

.rombo:last-child {
    background-image: url(../images/tienda.png);
}

.white-text h3 {
    color: white;
}

.general {
    padding: 50px 0;
    text-align: center;
}

.info-1 {
    background-color: rgb(245,245,245);
    padding: 250px 0;
    background-image: url(../images/bg2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    margin-bottom: 170px;
}

.info-content {
    text-align: center;
}

.info-content h2 {
    color: #fffdfc;
}

.info-2 {
    background-color: rgb(245,245,245);
    padding: 250px 0;
    background-image: url(../images/bg3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 100px;
}

.nosotros {
    display: flex;
    align-items: center;
    text-align: left;
}

.nosotros-left {
    width: 50%;
    padding-right: 100px;
}

.nosotros-right {
    width: 50%;
    padding-left: 100px;
}

.andrea-txt {
    text-align: center;
}

h2 {
    text-align: center;
    color: #1B293A;
    font-size: 50px;
}

.recaptcha-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}


.footer {
    background-color: rgb(245,245,245);
    padding: 150px 0 100px 0;
    background-image: url(../images/footer.png);
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.footer ul li {
    margin: 0 10px; /* Espacio entre cada elemento li */
}

.footer ul li:last-child {
    margin-right: 0; /* Elimina el margen derecho del último elemento li */
}

.footer ul li a {
    color: #1B293A;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #31527a;
}

.form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.campo {
    margin-right: 10px;
    padding: 17px 35px;
    border: 2px solid #b4b4b4;
    outline: none;
    color: #1B293A;
}

.campo::placeholder {
    color: #b4b4b4;
}

.campo,
textarea {
    margin: 0;
    padding: 17px 35px;
    border: 2px solid #b4b4b4;
    outline: none;
    color: #1B293A;
    width: calc(50% - 15px); /* Ajusta el ancho para que dos campos ocupen el 100% del contenedor, menos el espacio del gap */
    max-width: 300px; /* Ajusta el ancho máximo para los campos */
    box-sizing: border-box; /* Incluye el padding y border en el ancho total */
}

textarea {
    width: calc(100% - 40px); /* Ajusta el ancho para ocupar el 100% del contenedor menos el padding */
    max-width: 600px; /* Ajusta el ancho máximo para el textarea */
    height: 150px; /* Ajusta la altura del textarea */
    margin-bottom: 20px; /* Espacio debajo del textarea */
    box-sizing: border-box; /* Incluye el padding y border en el ancho total */
}

.campo::placeholder,
textarea::placeholder {
    color: #b4b4b4;
}

.btn-2 {
    padding: 17px 35px;
    border: 2px solid #1B293A;
    background-color: #1B293A;
    color: #fffdfc;
    cursor: pointer;
}

.btn-2:hover {
    background-color: #213348;
}

.footer-txt {
    margin-top: 100px;
    border-top: 1px solid #B4B4B47E;
    padding: 20px 0;
    color: #1B293A;
    font-size: 16px;
}

.footer-txt p {
    color: #1B293A;
    font-size: 16px;
}

.aviso-cookies{
    display: none;
    background-color: white;
    padding: 20px;
    width: calc(100% / 40px);
    max-width: 300px;
    line-height: 150%;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    padding-top: 60px;
    box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, .25);
    text-align: center;
}

.aviso-cookies.activo{
   display: block; 
}

.aviso-cookies .galleta {
    max-width: 100px;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
    margin-bottom: 15px;
}

.aviso-cookies .boton-cookies{
    width: 100%;
    background: #595959;
    border: none;
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-align: center;
    padding: 15px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

.aviso-cookies .boton-cookies:hover{
    background: black;
}

.aviso-cookies .enlace-cookies{
    color: #4dbfff;
    text-decoration: none;
    font-size: 14px;
}

.aviso-cookies .enlace-cookies:hover{
    text-decoration: underline;
}

.fondo-aviso-cookies {
    display: none;
    background: rgba(0, 0, 0, .20);
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.fondo-aviso-cookies.activo {
    display: block;
}

#message-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

.popup-close-btn {
    padding: 10px 20px; /* Tamaño del botón */
    border: 2px solid #1B293A; /* Borde del botón */
    background-color: #1B293A; /* Color de fondo del botón */
    color: #fffdfc; /* Color del texto del botón */
    cursor: pointer; /* Cambia el cursor a una mano */
    border-radius: 4px; /* Esquinas redondeadas */
    font-size: 14px; /* Tamaño de fuente más pequeño */
    transition: background-color 0.3s; /* Transición suave para el cambio de color */
    margin-top: 10px; /* Espacio encima del botón */
}

.popup-close-btn:hover {
    background-color: #213348; /* Color de fondo más claro cuando se pasa el cursor */
}



@media(max-width: 991px) {
    .menu {
        padding: 20px;
    }

    .menu label {
        display: initial;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.782);
        backdrop-filter: (10px);
        box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, .25);
        display: none;
        border-radius: 5px;
        z-index: 100;
        padding: 0; /* Agregar margen a los lados */
    }

    .menu .navbar ul li {
        width: 100%;
        padding: 10px 0; /* Ajuste del padding para evitar desbordamientos */
        text-align: center; /* Centrar el texto */
    }

    .menu .navbar ul li a {
        color: #1b293a; /* Cambia el color del texto de los enlaces a blanco */
        padding: 10px; /* Ajuste del padding */
        width: 100%;
        display: block;
        font-size: 16px; /* Reducir el tamaño de fuente */
    }

    #menu:checked ~ .navbar {
        display: initial;
    }

    .header {
        min-height: 0vh;
    }

    .header-content {
        padding: 100px 30px;
    }

    .header-txt h1 {
        font-size: 50px;
    }

    .header-txt p {
        padding: 0;
    }

    .general {
        padding: 30px 30px 0 30px;
    }

    .general-content {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .info-1 {
        padding: 200px 30px;
        background-size: cover;
        margin-top: -110px;
    }

    .info-2 {
        padding: 280px 30px;
        background-size: cover;
        margin-top: -180px;
        color: #fffdfc;
    }

    .nosotros {
        flex-direction: column;
    }

    .nosotros-left {
        width: 100%;
        padding-right: 0;
    }

    .nosotros-right {
        width: 100%;
        padding-left: 0;
    }

    h2 {
        font-size: 40px;
    }

    .footer {
        padding: 150px 25px 100px 25px;
        margin-top: -140px;
    }

    .form{
        display: flex;
        flex-direction: column;
        padding: 0 50px;
    }

    .campo {
        margin: 0 0 10px 0;
    }

    .footer-txt {
        margin-top: 30px;
    }

    .form-group {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .campo,
    textarea {
        margin: 0;
        padding: 17px 35px;
        border: 2px solid #b4b4b4;
        outline: none;
        color: #1B293A;
        width: calc(50% - 15px); /* Ajusta el ancho para que dos campos ocupen el 100% del contenedor, menos el espacio del gap */
        max-width: 300px; /* Ajusta el ancho máximo para los campos */
        box-sizing: border-box; /* Incluye el padding y border en el ancho total */
    }
    
    textarea {
        width: calc(100% - 40px); /* Ajusta el ancho para ocupar el 100% del contenedor menos el padding */
        max-width: 600px; /* Ajusta el ancho máximo para el textarea */
        height: 150px; /* Ajusta la altura del textarea */
        margin-bottom: 20px; /* Espacio debajo del textarea */
        box-sizing: border-box; /* Incluye el padding y border en el ancho total */
    }
    
    .campo::placeholder,
    textarea::placeholder {
        color: #b4b4b4;
    }

}


.info-2 h2, .info-2 p, .info-2 .andrea-txt h3, .info-2 .andrea-txt p {
    color: #fffdfc;
}

.info-2 .andrea-txt img {
    width: 200px;
    margin-bottom: 15px;
}

.wrapper {
    background-color: rgb(245,245,245);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.wrapper .button {
    display: inline-block;
    height: 60px;
    width: 60px;
    display: flex;
    margin: 0 5px;
    overflow: hidden;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
}

.wrapper .button:hover {
    width: 200px;
}

.wrapper .button .icon {
    color: black;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 60px;
    transition: all 0.3s ease-out;
}

.wrapper .button:nth-child(1):hover .icon {
    background: #4267B2;
}

.wrapper .button:nth-child(2):hover .icon {
    background: #1DA1F2;
}

.wrapper .button:nth-child(3):hover .icon {
    background: #E1306C;
}

.wrapper .button:nth-child(4):hover .icon {
    background: #333;
}

.wrapper .button:nth-child(5):hover .icon {
    background: #ff0000;
}

.wrapper .button .icon i {
    font-size: 25px;
    line-height: 60px;
    transition: all 0.3s ease-out;
}

.wrapper .button:hover .icon i {
    color: #fff;
}

.wrapper .button span {
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    margin-left: 10px;
    transition: all 0.3s ease-out;
}

.wrapper .button:nth-child(1) span {
    color: #4267B2;
}

.wrapper .button:nth-child(2) span {
    color: #1DA1F2;
}

.wrapper .button:nth-child(3) span {
    color: #E1306C;
}

.wrapper .button:nth-child(4) span {
    color: #333;
}

.wrapper .button:nth-child(5) span {
    color: #ff0000;
}
