*{
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

/*intro*/



/*----mouse------*/


.mouse-follow{
    position: relative;
}

#follow-image{
    position: absolute;
    width: 50px;
    pointer-events: none;
    display: none;
    z-index: 1;
}

/*--------------------------------------------------*/
.ingresar1{
    background-color: #acc434;
    border-radius: 5px;

}
.ingresar1:hover{
    background-color: #9baf35;
}


body, html{
    margin: 0;
    padding: 0;
    width: 100%;
height: auto;
}

header{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 0 10px #000;
    background: rgba(0, 0, 0, 0.5);
}

#chk1{
    display: none;
}

i{
    color: #fff;
    cursor: pointer;
}

header .logo {
    flex: 1;
    color: #fff;
    margin-left: 50px;
    text-transform: uppercase;
    font-size: 15px;
    width: 50px;
}

header .search-box{
    flex: 1;
    position: relative;
}

.search-box input{
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    background: #f2f2f2;
    border-radius: 30px;
    color: #313280;
    font-size: 16px;
    text-align: center;
    padding-left: 5px;
    padding-right: 40px;
}

.search-box button{
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0.9);
    background: #acc434;
}
header ul{
    flex: 2;
    display: flex;
    justify-content: space-evenly;
}
header ul li{
    list-style: none;
}
header ul li a{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
}
header ul li a:hover{
    border-bottom: 2px solid cadetblue;
}
header .menu{
    font-size:  2.5em;
    display: none;
}


/*-------------------boton whats---------------------------*/

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 100;

    animation: bounce 2s infinite;
}

.whatsapp-button a {
    display: block;
    width: 100%;
    height: 100%;
}

.whatsapp-button img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button img:hover {
    transform: scale(1.2);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}


/* formulario ...................................*/

main{
    margin-top: 150px;
   
}

.logo2 {

    margin-bottom: 25px;
    text-align: center;
    font-size: 3em;
    color: #313280;

}

.logo2 span {
    color: #acc434;

    
}

.contact-wrapper {
    box-shadow: 0 0 30px 0 rgba(75, 48, 97, 0.3);
    margin-left: 50px;
    margin-right: 50px;
    padding: 0.2em;
    color: #fff;
    animation-duration: 600ms;
    animation-name: slidein;
}
@keyframes slidein {
    from {
      margin-left: 100%;
      width: 300%;
    }
  
    to {
      margin-left: 0%;
      width: 100%;
    }
  }

.contact-wrapper > * {
    padding: 1em;
}

.contact-form {
    background: linear-gradient(135deg, #222221, #313280);
}

.contact-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact-form form label {
    display: block;
}

.contact-form form p {
    margin: 0;
    padding: 1em;

}

.contact-form form .block {
    grid-column: 1 / 3;
}

.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: .7em;
    border: none;
    background: none;
    outline: 0;
    color: #fff;
    border-bottom: 1px solid #d63031;
}

.contact-form form .btn {
    background: #313280;
    border: 0;
    text-transform: uppercase;
    padding: 1em;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
}

.contact-form form .btn:hover,
.contact-form form .btn:focus {
    background: #4446a0;
    color: #fff;
    transition: background-color 1s ease-out;
    outline: 0;
    cursor: pointer;
}
/* CONTACT INFO */
.contact-info {
    background: linear-gradient(to right, #acc434, #222221);
}

.contact-info h4, .contact-info ul, .contact-info p {
    text-align: center;
    margin: 0 0 1rem 0;
    
}
.contact-info >p >a{
    color: #fff;
}

.contact-info >img{
    width: 250px;
}

/* LARGE SIZE */
@media(min-width: 700px) {
    .contact-wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
    .contact-wrapper > * {
        padding: 2em;
    }
    .contact-info h4,
    .contact-info ul,
    .contact-info p {
        text-align: left;
    }
}

@media(min-width: 400px) {
.imagenmapa{
    width: 300px;
}

.googlemaps{
    width: 300px;
}

}


/*mapa-----------------------------------------------------*/

.mapa{
    display:flex;
    justify-content:space-evenly;
    flex-wrap:wrap;
    padding: 60px 0;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.imagenmapa img{
    width: 500px;
}



/*---------------------footer------------------------*/
.footer {
    background: linear-gradient(135deg, #222221, #313280);
    color: white;
    text-align: center;
    padding: 40px 20px;

    bottom: 0;
    width: 100%;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.footer:hover {
    transform: translateY(-10px);
    box-shadow: 0 -8px 12px rgba(0, 0, 0, 0.2);
}

.footer-title {
    font-size: 2em;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.footer-description {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.social-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-button {
    background-color: white;
    color: #ff5f6d;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1em;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-button i {
    font-size: 1.2em;
}

.social-button:hover {
    background-color: #ff5f6d;
    color: white;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.whatsapp {
    background-color: #25d366;
    color: white;
}

.whatsapp:hover {
    background-color: #1da851;
}

.facebook {
    background-color: #3b5998;
    color: white;
}

.facebook:hover {
    background-color: #2d4373;
}

.instagram {
    background-color: #e1306c;
    color: white;
}

.instagram:hover {
    background-color: #c13584;
}


/*-------------------responsive-------------------------*/


@media(max-width:1000px){
    .search-box button{
        position: absolute;
    }
    header ul{
        position: fixed;
        top: 100px;
        right: -100%;
        background: rgba(0, 0, 0, 0.5);
        height: calc(100vh - 100px);
        width: 50%;
        flex-direction: column;
        align-items: center;
        transition: right 0.5s linear;
    }
    header .menu{
        display: block;
        width: 100px;
        text-align: center;
    }
    #chk1:checked ~ ul{
        right: 0;
    }
}

@media(max-width:600px){
    header .logo{
        font-size: 10px;
        margin-left: 8px;
    }
    header ul{
        width: 100%;
    }

    .column {
    
        width: 100%; /* Ancho completo por defecto */
        
    }
}

@media screen and (max-width: 800px){
  
    .mapa{
        
        display:flex;
        justify-content:space-evenly;
        flex-wrap:wrap;
        padding: 0px 0;
        width: 90%;
        max-width: 350px;
        margin: auto;
        overflow: hidden;
        flex-direction: column;
    }

    .mapa .imagenmapa img{
        width: 350px;
        margin-top: 50px;
    }

   #mapita{
    width: 350px;
    height: 250px;
    margin-bottom: 30px;
   }

}


@media(max-width:600px){
   

    .social-buttons {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    
    .contact-wrapper {
   
        margin-left: 10px;
        margin-right: 10px;
        padding: 0.2em;
       
    }
}