@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');


body {
    background-image: url(img/background.png) ;
    background-attachment: fixed;
    background-size:100%;
    overflow-x: hidden;
    
}
.contenedor{
    background-color: #000000bf;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5rem;
}
    
h1{
    color: white;
}
.m_nav{
    margin-right: 5rem;
}

.hero_index{
    margin-top: 9rem;
}

.highlight {
        padding: 0.2rem 0.4rem;
        border: 2px solid #00FF7F;
        display: inline-block;
        margin: 0 0.2rem;
      }

.text_bajar{
    margin-top:11rem
}

.text_h1{
    font-size: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 9rem;
    text-transform: uppercase;
    

}

.align_gral{
    padding-top: 12rem;
}


.text_h1-m1{
    font-size: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 6rem;
    text-transform: uppercase;
}

/* fuentes*/
@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic.ttf') format('truetype');
  }

.didact-gothic-regular{
    font-family: "Didact Gothic", serif;
    font-weight: 150;
    padding-right: 2rem;
    font-style: normal;
    font-size: 1.5rem;
    

}

.prueba_font{
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6rem;
    padding-right: 1rem;
  }
   

/* fin fuentes*/ 

.btn_verde-grande{
    background-color: #00FF7F;
    height: 4rem;
    width: 22rem;
    color: black;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
}

.p_center{
    width: 35rem;
    font-size: 1.7rem;
    margin-left: auto;
    margin-right: auto;

}
.services{
    margin-top: 5rem;
}

.icons_social{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    margin-top: 4rem;
    
}

.icons_social2{
margin-right: 4rem;
}

.log_vert{
    display: flex;
    justify-content:space-around;
    padding: 3.5rem;
    
}
.r_negro{
   height: 20rem;
   width: 20rem;
   margin: auto;
   padding-top:auto;
   padding-bottom: auto;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
 
}

.img_izq{
    height: 25rem;
    margin-top: 8rem;
    
    
}

.cande_pic{
    width: 350px; /* Define el tamaño de la imagen */
    height: 350px; /* El mismo valor que el width para mantenerla cuadrada */
    object-fit: cover; /* Asegura que la imagen cubra el área sin distorsionarse */
    border-radius: 50%; /* Hace la imagen circular */
    
}

.dobble_cont{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.txt_li{
    font-size: 1.5rem;
    margin-top: 2rem;
}

.btn_verde-largo{
    background-color: #00FF7F;
    height: 4rem;
    width: auto;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}

.bg-black{
    background-color: rgb(26, 21, 21);
}
.f_mod{
    background-color: #191129e2;
}

.img_13{
    height:auto;
    width: 30rem;
    margin-left: -8rem;
}
.txt_13{
    margin-left: 5rem;
    margin-top: 3rem;
}

.img_cont{
    height: 10rem;
    margin-top: 5rem;
    margin-left: 3rem;
}

/*formulario*/
form {
    background: #2c132a56;
    margin-left: 3rem;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 300px;
    
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
input{
    background-color: #1b1b1b;
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #ffffff;
    color: black;

}
textarea {
    background-color: #1b1b1b;
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 14px;
    color: black;
}
button {
    width: 100%;
    padding: 10px;
    background-color: #28a745;
    color: rgb(94, 51, 51);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
button:hover {
    background-color: #218838;
}

/*carousel*/


  .carousel {
    position: relative;
    max-width: 200px;
    margin: auto;
    
  }
    
  /* Animación para el desplazamiento continuo */
  .slides {
    display: flex;
    width: 100%;
    animation: scroll 35s linear infinite; /* Animación de 66 segundos */
  }
  
  .slides img {
    width: 100%;
    flex-shrink: 0;
  }
  
  /* Animación continua sin "reinicio" visible */
  @keyframes scroll {
    0% { transform: translateX(0); } /* Empieza en la primera imagen */
    100% { transform: translateX(-1100%); } /* Desplaza todo el carrusel fuera de vista */
  }
  
  .b_box{
    height: 25rem;
    width: 30rem;
    text-align: center;
    padding-top: 6rem;
    background-color: #000000f8;
    
  }
  

  /*linea de guines*/
  hr {
    border: none;
    border-top: 5px dashed #ffffff; /* Línea de guiones */
    width: 100%; /* Ocupa todo el ancho */}

.history_text{
    margin-top: 10rem; ;
}
/* RESPONSIVE DESIGN */

/* Tablets */
@media (max-width: 992px) {
  .text_h1, .text_h1-m1 {
    font-size: 3rem;
    padding-top: 5rem;
  }

  .p_center {
    width: 90%;
    font-size: 1.5rem;
  }

  .btn_verde-grande {
    width: 80%;
    font-size: 1.8rem;
  }

  .dobble_cont {
    flex-direction: column;
    gap: 2rem;
  }

  .cande_pic {
    width: 250px;
    height: 250px;
  }

  .img_13 {
    width: 100%;
    margin-left: 0;
  }

  form {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Móviles */
@media (max-width: 768px) {
  .text_h1, .text_h1-m1 {
    font-size: 2.5rem;
  }

  .p_center, .prueba_font, .didact-gothic-regular {
    font-size: 1.3rem;
  }

  .btn_verde-grande {
    height: 3.5rem;
    font-size: 1.6rem;
  }

  .b_box {
    width: 90%;
    height: auto;
    padding: 2rem 1rem;
  }

  .carousel {
    max-width: 100%;
  }

  .img_cont {
    height: auto;
    margin-left: 0;
  }

  .log_vert {
    flex-direction: column;
    padding: 2rem;
  }
}

/* Teléfonos pequeños */
@media (max-width: 480px) {
  .text_h1, .text_h1-m1 {
    font-size: 2rem;
    padding-top: 4rem;
  }

  .btn_verde-grande, .btn_verde-largo {
    font-size: 1.4rem;
    width: 100%;
  }

  .icons_social {
    flex-direction: column;
    gap: 1rem;
  }

  .cande_pic {
    width: 200px;
    height: 200px;
  }

  .img_izq {
    height: auto;
    width: 100%;
    margin-top: 3rem;
  }

  .slides {
    animation-duration: 50s; /* más lento en móviles */
  }
}


footer {
  background-color: black;
  position: absolute;
 
  width: 100%;
  height: 40px;
  color: white;
}
.footer {
  background-color: black;
  position: absolute;
 bottom: 0;
  width: 100%;
  height: 40px;
  color: white;
}


/*historia*/
.histori_t{
    text-align: center;
    font-size:1.5rem;
    text-decoration: bold;
    
    
}

.history_text{
    margin: 10rem;
    background-color: rgba(0, 0, 0, 0.500);
    font-size:1.3rem;
    padding: 2rem;
}


