@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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



body{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #1f1f1f;
}

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

.header{
    background-image: url(images/fondo11.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.menu{
    position: fixed; /* Fija la barra */
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.logo{
    width: 100px;
    height: 100px;

}

.menu .navbar ul li {
    position: relative;
    float: left;  
}

.menu .navbar ul li a{
    font-size: 20px;
    padding: 20px;
    color: #0e7917;
    display: block;
}

.menu .navbar ul li a:hover{
    color: #ffffff;
}

#menu {
    display: none;
}

.menu-icono{
    width: 25px;
}

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

.header-txt{
    text-align: center;
    margin-bottom: 60px;

}

.header-txt h1,span,h3{
    font-size: 100px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #158033;
    margin-bottom: 15px;
   
}

.header-txt span{
    font-size: 70px;
}

.header-txt p{
    color: #38ac38;
    padding: 0 200px;
    margin: 50px 50px;
    text-shadow: rgb(0, 0, 0) 0 -2px;
    

    

}

.btn-1{
    display: inline-block;
    padding: 11px 25px;
    background-color: #0ca047;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    margin: 25px 0;
    border: 0;
}

.btn-1:hover{
    background-color: #0b7412;
}

.header-dir{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 20px;

}

.dir h3{
    font-size: 18px;

}

.dir p{
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
}

.welcome{
    display: flex;
}

.welcome-1{
    background-image: url(images/vision2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;

}

.welcome-2{
    width: 50%;
    padding: 150px 150px 150px 100px;
    background-color: #191919;

}

h2{
    font-size: 90px;
    line-height: 100px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;

}

p{
    font-size: 16px;
    color: #afafaf;
    margin: 25px 0;
    text-align: justify;
}

.b1{
    color: #83ffb4!important;
    justify-content: center;
 
}

.services{
    padding: 100px 400px;
    text-align: center;
}

.services-txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

hr{
    border: 1px solid #0ca047;
    width: 80px;
}

.services-txt p{
    padding: 50px 150px;
}

.services-group{
    display: flex;
    justify-content: space-between;
    margin: 45px 0;
}

.services-1{
    background-color: #070707;
    padding: 35px 25px;
    margin: 0 10px;
    border-radius: 15px;

}

.services-1 img{
    width: 25px;
    margin-bottom: 15px;

}

.services-1 h3{
    font-size: 25px;
    color: #ffffff;
}

.services-1 a{
    color: #0ca047;
    font-size: 16px;
}

.personal{
    padding: 100px 0;
    text-align: center;

}

.personal-txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom:25px;

}

.personal-gloup{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.personal-1{
    text-align: center;
}

.personal-1 img{
    width: 250px;
    border-radius: 15px;
    margin-bottom: 25px;

}

.personal-1 h3{
    font-size: 22px;

}

.personal-1 p{
    padding: 0 50px;
}

.personal-1 a{
    color: #0ca047;
}

.footer-bg{
    background-image: url(images/fondo3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 100px 0;
}

.footer-bg h2{
    color: #faf8f8;
}


form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.campo{
    margin: 5px;
    padding: 20px 15px;
    width: 250px;
    background-color: #ffffff;
    border: 1px solid #0ca047;
    outline: none;
    border-radius: 10px;
    color: #000000;
    font-size: 14px;
}

textarea{
    width: 520px !important; 
}

@media(max-width:991px){

    .logo{
        width: 60px;
        height: 60px;
    
    }
    
    .menu {
        padding: 20px;
    }

    .menu label{
        display: initial;
    }

    .menu .navbar{
        position: absolute;
        top: 100%;
        left: 0;
        right:0;
        background-color: #1f1f1f;
        display: none;
    }

    .menu .navbar ul li{
        width: 100%;
    }

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

    .header{
        min-height: 0;   
    }

    .header-content{
        padding: 80px 30px 50px 30px;

    }

    .header-txt{
        margin-bottom: 25px;
    }

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

    .header-txt p{
        padding: 0;
        margin: 15px 0;
    }

    .header-dir{
        flex-direction: column;
    }

    .dir p{
        font-size: 18px;
    }

    .welcome{
        flex-direction: column;
    }

    .welcome-1{
        display: none;
    }

    .welcome-2{
        width: 100%;
        padding: 30px;
        text-align: center;
    }

    .h2 {
        font-size: 70px;
        line-height: 80px;
    }

    p{
        margin: 15px 0;
    }

    .services{
        padding: 30px;

    }

    .services-txt p{
        padding: 0;
    }

    .services-group{
        flex-direction: column;
        margin: 0;

    }

    .services-1{
        margin: 0 0 20px 0;
    }

    .personal{
        padding: 30px;

    }

    .personal-gloup{
        flex-direction: column;
        margin-bottom: 0;
    }

    .personal-1{
        margin-bottom: 25px;
    }

    .footer-bg{
        padding: 30px;
    }

    textarea{
        width: 250px !important;
    }
}



/* CSS */
.button-33 {
  background-color: #c2fbd7;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: green;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}

a {
    color: rgb(54, 208, 56); /* Cambia 'blue' por el color que prefieras */
    text-decoration: none; /* Opcional: elimina el subrayado */
}
a:visited {
    color: rgb(68, 192, 115); /* Cambia 'blue' por el color que prefieras para enlaces visitados */
}