@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;    
}

/* INICIA PARA PAGINAS DE GALLERY */
.container4 {
    width: 100%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
}

.container42 {
    width: 60%;
    min-height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 8%;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.gallery img {
    width: 100%;
}

.gallery2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    grid-gap: 10px;
}

.gallery2 img {
    width: 40%;
}

.boton-personalizado {
    display: inline-block; /* Para respetar el padding y el margin */
    padding: 10px 20px; /* Espacio interior del botón */
    background-color: #4CAF50; /* Color de fondo */
    color: white; /* Color del texto */
    text-decoration: none; /* Quita el subrayado del enlace */
    border: none; /* Sin borde */
    border-radius: 5px; /* Bordes redondeados */
    cursor: pointer; /* Cambia el cursor a mano al pasar sobre él */
    font-size: 16px; /* Tamaño de la fuente */
}

.boton-personalizado:hover {
    background-color: #45a049; /* Color de fondo al pasar el cursor */
}

h4 {
    text-align: center;
    font-size: 35px;
    margin-top: 50px;
    text-transform: uppercase;
    -webkit-text-fill-color: blue;
    margin-bottom: 50px;
    /* -webkit-text-fill-color: lightpink; */
}


/* TERMINA PARA PAGINAS DE GALLERY */




.header {
    background-image: url(images/HEADERPIC.png) ;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
    align-items: center;
    display: flex;
    position: relative;
}

.menu {
    position: absolute ;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.logo {
    color: #fffdfc;
    font-size: 25px;
    font-weight: 800;
}

.logoreal img {
    width: 100px;
    margin-bottom: 15px;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #fffdfc;
    display: block;
    font-weight: 600;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.header-txt {
    text-align: center;
}

.header-txt h1 {
    font-size: 85px;
    color: #fffdfc;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 50px;
}

.header-txt p {
    color: #bebebe;
    font-size: 16px;
    padding: 0 250px;
    margin-bottom: 15px;
}

.btn-1 {
    display: inline-block;
    padding: 12px 45px;
    border: 1px solid #fffdfc;
    color: #fffdfc;
    font-size: 16px;
    font-weight: 600;
}

.btn-1:hover {
    color: #1b213a;
    background-color: #fffdfc;
}

.general {
    padding: 50px 0;
    text-align: center;
    align-items: center;
}

.general-content {
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
    justify-content: space-between;
    margin-top: 55px;
}

.general-1 {
    padding: 10px 55px;
    align-items: center;
}

.general11 img{
    width: 300px;
    margin-bottom: 15px;
    cursor: pointer; /* Cambia el cursor a mano al pasar sobre él */
}

.general-2 {
    padding: 10px 55px;
}

.general21 img{
    width: 300px;
    margin-bottom: 15px;
    cursor: pointer; /* Cambia el cursor a mano al pasar sobre él */
}

/* .general-2 {
    background-image: url(images/r2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    padding: 150px 55px;
} */

.general-3 {
    padding: 10px 55px;
}

.general31 img{
    width: 300px;
    margin-bottom: 15px;
    cursor: pointer; /* Cambia el cursor a mano al pasar sobre él */
}

.general-4 {
    padding: 10px 55px;
}

.general41 img{
    width: 300px;
    margin-bottom: 15px;
    cursor: pointer; /* Cambia el cursor a mano al pasar sobre él */
}

.general-5 {
    padding: 10px 55px;
    align-items: center;
}

.general51 img{
    width: 300px;
    margin-bottom: 15px;
    cursor: pointer; /* Cambia el cursor a mano al pasar sobre él */
 
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    grid-gap: 10px;
    align-items: center;

    /* width: 40%; */
}

.general-6 {
    padding: 10px 55px;
}

h2 {
    font-size: 70px;
    text-transform: uppercase;
    color: blue;
}

.txt h3 {
    font-size: 26px;
    color:black;
    text-transform: uppercase;
    margin-top: 0px;
    align-items: center;
    text-align: center;
}

.txt p {
    background-image: url(images/bgtxtgeneral.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fffdfc;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    align-items: center;
}

.info-1 {
    padding: 150px 0;
    background-image: url(images/HEADERPIC2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.info-content {
    text-align: center;
}

.info-content h2, span {
    color:#fffdfc;
}

.info-circle {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.circle-txt {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 10px;
}

.circle-1 {
    height: 120px;
    width: 120px;
    border: 3px solid #fffdfc;
    border-radius: 50%;
    padding-top: 35px;   
}

.circle-1 h3 {
    color: #fffdfc;
    font-size: 16px;
    text-shadow: 1px 1px 2px blue;
}

.circle-txt p {
    color:#fffdfc;
    margin-top: 25px;
    text-shadow: 1px 1px 2px blue;
}

.info-2 {
    padding: 250px 0;
    background-image: url(images/bg3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.testi {
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 35px;
}

.testi-left {
    width: 50%;
    padding-right: 25px;
}

.testi-right {
    width: 50%;
    padding-left: 25px;
}

.testi-txt {
    margin-bottom: 25px;
}

.testi-txt img{
    width: 50px;
    margin-bottom: 15px;
}

.testi-txt h3{
    font-size: 20px;
    color: #fffdfc;
}

.testi-txt p {
    color: #ebebeb;
    font-size: 16px;
}

.footer {
    padding: 100px 0 0 0;
    text-align: center;
}

.form {
    margin-top: 35px;
}

.campo {
    margin-right: 10px;
    padding: 17px 35px;
    border: 2px solid #b4b4b4;
    outline: none;
    color: #1b293a;
}

.campo::placeholder {
    color: #b4b4b4;
}

.btn-2 {
    padding: 17px 35px;
    border: 2px solid #1b293a;
    background-color: #1b293a;
    color: #fffdfc;
}

.footer-txt {
    margin-top: 100px;
    border-top: 1px solid #b4b4b47e;
    padding: 20px 0;
}

.footer-1 {
    margin-top: 20px;
    padding: 20px 0;
}

.footer-1 p {
    font-size: 40px;
    color: #1b293a;
}

.footer-txt p {
    color:#1b293a;
    font-size: 16px;
}

@media(max-width:991px) {
    .menu {
        padding: 30px;
    }

    .menu label {
        display: initial;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #1b293a;
        display: none;
    }

    .menu .navbar ul li {
        width: 100%;
    }

    #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;
    }

    .general-1,
    .general-2,
    .general-3,
    .general-4,
    .general-5,
    .general-6 {
        height: 350px;
        padding: 100px 30px;
        margin-bottom: 150px;
    }

    .info-1 {
        padding: 200px 30px;
        background-size: cover;
        margin-top: 210px;
    }

    .info-circle {
        flex-direction: column;
        align-items: center;
    }

    .circle-txt {
        width: 100%;
        margin-bottom: 25px;
    }

    .g2 {
        margin-top: 0;
    }

    .info-2 {
        padding: 280px 30px;
        background-size: cover;
        margin-top: 0px;
    }

    .testi {
        flex-direction: column;
    }

    .testi-left {
        width: 100%;
        padding-right: 0;
    }

    .testi-right {
        width: 100%;
        padding-left: 0;
    }

    h2 {
        font-size: 40px;
    }

    .footer {
        padding: 0;
        margin-top: 140px;
    }

    form {
        display: flex;
        flex-direction: column;
        padding: 0 50px;
    }

    .campo {
        margin: 0 0 10px 0;
    }

    .footer-txt {
        margin-top: 30px;
    }

    .footer-1 {
    margin-top: 20px;
    padding: 20px 0;
}

    .footer-1 p {
        font-size: 20px;
    }
}