body{
    font-family: 'Times New Roman', Times, serif;
    color:#C26109;
    margin: 0px;
    background-color: #D1C6B1;
}

header{
    display: flex;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    background-color:#C26109 ;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
} 

.boton{
  background-color:#D1C6B1;
  margin-left: 40px;
  margin-bottom: 10px;
}

.botonyoutu{
  background-color: #D1C6B1;
    padding: 10px 20px; /* Espaciado interno */
    border: none; /* Sin borde */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
    text-align: center;
 
}

.animado {
  transition: transform 0.3s ease-in-out;
}

.animado:hover {
  transform: scale(1.1);
}

.logo {
  display: flex;
  align-items: center; 
  color: white;
}

.logo img{
  height: 82px;
  margin-right: 15px;
  margin-left: 25px;
}

.logo-nombre{
  font-size: 20px;
  font-weight: 200;
}

nav a{
    font-size: 18px;
    font-weight: 200;
    padding-right: 30px;
    color: white;
    transition: 0.4s;
}

nav a:hover{
    color: #BFC209;
}

.mostrar-menu, .esconder-menu{
  font-size:30px;
  cursor: pointer;
  transition: 0.4s;
  display: none;
  color: #fff;
}

.mostrar-menu{
  order:1;
}

#check{
  display: none;
}


.slider-box {
    width: 90%;
    height: 1000px;
    margin: 45px auto 35px;
    overflow: hidden; 
  }
  
  .slider-box ul {
    display: flex;
    padding: 0;
    width: 600%;
    animation: slide 20s infinite alternate ease-in-out;
  }
  
  .slider-box li {
    width: 100%;
    list-style: none;
    position: relative;
  }


  .texto h1{
  margin-bottom: 25px;
    font-size: 45px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
  }
  .texto {
    position: absolute;
    text-align: center;
    justify-content: center;
    padding: 0 250px;
    top: 250px;
    color:#000000;
  }

.slider-box img{
    width: 100%;
    height: 1000px;
}

.entrada{
  opacity: 0; /* Configura la opacidad inicial */
  transform: translateY(-20px); /* Configura la posición inicial */
  animation: entradaAnimacion 5.0s ease-out forwards; /* Aplica la animación */
}

@keyframes entradaAnimacion{
  
    0% { opacity: 0; transform: translateY(-20px); }
    100% { opacity: 1; transform: translateY(0); }
  
}

.icono{
  transition: transform 0.4s ease;
}

.icono:hover{
  transform: translateY(-10px);
}

.te{
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
  color: black;

}

.imgo{
  height: 33px;
  width: 33px;
}

.texto p{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: auto;
    color: black;
    font-size: 35px;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: white;
}

@keyframes slide{
    0% {margin-left: 0;}
    20%{margin-left: 0;}
    25%{margin-left: -100%;}
    30%{margin-left: -100%;}
    35%{margin-left: -200%;}
    40%{margin-left: -200%;}
    50%{margin-left: -300%;}
    60%{margin-left: -300%;}
    65%{margin-left: -400%;}
    80%{margin-left: -400%;}
    85%{margin-left: -500%;}
    100%{margin-left: -500%;}
}

.main{
    margin-top: 15vh;
}

.mision-vision{
    color: #BD1A0C;
    text-align: center;
    font-size: 28px;
}

.parrafomv{
    position: relative;
    color: black;
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
    padding: 0px 20% 0px;
}

.servicios{
    text-align: center;
    color: #BD1A0C;
    font-weight: 10px;
}

.servi{
  text-align: center;
  color: #b07240;
  font-weight: 40px;
}

.img-youtube{
  align-items: center;
  height: 200px;
  width: 200px;
  text-align: center;
}

.tramites-registrales{
    width: 95%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}

.img-registrales{
    height: 40px;
    justify-content: space-around;
    text-align: center;
}

.img-regis{
margin-left: 50px;
  height: 40px;
}

.img-regi{
  margin-right: 50px;
    height: 40px;
  }

.img-regist{
  margin-right: 65px;
    height: 40px;
  }

.cont{
  text-align: center;
  margin: 0 auto;
}

.conte{
  display: flex;
}

.sec{
  flex:1;
  padding-right: 10%;
  padding-left: 10%;
}

.cuadro-lateral{
  background-color: #b38f6e;
  border: 2px solid black;
  border-radius: 4px;
  height: auto;
  width: 100%;
  padding: 10%;
}


.titulo-registral{
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    display: block;
    margin:0 auto;
    color: #C26109 !important;
}


.contenedor{
    background-color: #C26109;
    padding-bottom: 3%;
    padding-top: auto;
    width: 100%;
}

.visitanos{
    width: 100%;
    align-items: center;
    text-align: center;
    margin: 35px auto;
    padding-top: 35px;
    color: aliceblue;
    font-family: 'Times New Roman', Times, serif;
}

.youtube{
  width: 100%;
  align-items: center;
  text-align: center;
  margin: 35px auto;
  padding-top: 35px;
  color: #BD1A0C;
  font-family: 'Times New Roman', Times, serif;
}

.youtube-conte{
  display: flex;
  justify-content: center;
  align-items: center;
}

.mapas{
    justify-content: space-around;
    display: flex;
    width: 100%;
}

.imagen-port{
    width: 40%;
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 400px;
    box-shadow: 0 10px 20px 0 #2E0805;
}

.imagen-port >iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hover-galery{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: hsla(62, 100%, 89%, 0.907);
    transition: transform .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 25px;
    color: #BD1A0C;
    font-family: 'Times New Roman', Times, serif;
}


.hover-galery img{
    width: 45px;  
  }
  
  
  .imagen-port:hover .hover-galery{
    transform: scale(0);
  }
  
  footer{
    background: rgb(8, 8, 8);
    padding: 15px;
  }
  
  .container-footer{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .contenido-footer{
      width: 35%;
      padding: 0px;
      justify-content: center;
      align-items: center;
  
  }
  
  .container-footer h3{
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
    color: white;
  }
  
  .contenido-footer p{
    text-align: center;
    margin: 0px;
    padding: 7px;
    color: white;
  }
  
  .contenido-footer ul{
    text-align: center;
  }
  .social-icons{
    text-align: center;
    padding: 0;
  }
  
  .social-icons li{
    display: inline-block;
    text-align: center;
    padding: 5px;
  }
  
  .social-icons i{
    font-size: 30px;
    color: white;
  }
  .hover-galery p{
    font-size: 15px;
    font-weight: bold;
  font-family: "calibri light";
  }
  
  .botom-bar{
    background: rgb(8, 8, 8);
    text-align: center;
    padding: 10px 0;
    margin-top: 50px;
  
  }
  
  .botom-bar p{
    color: rgb(255, 255, 255);
    margin: 0;
    font-size: 15px;
    padding: 2px;
  }
  
  .wsp {
    color: white;
  }
  .wsp:hover {
    color: #25d366;
  }
  
  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    bottom: 40px;
    right: 40px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
  }
  
  .fa-whatsapp{
    font-size: 60px;
  }
  
  .float:hover{
    background-color: #25d366;
  }
  
  
  @media(max-width:768px){
  
    .logo img{
      margin: 0%;
    }
  
    .slider-box {
    width: 100%;
    }
  
    .texto h1{
      font-size: 46px;
      margin-bottom: 15px;
    }
  
    .texto {
      top: 50px;
      padding: 0 25px;
    }
    
    .texto p{
      font-size: 13px;
    }
  
    .mostrar-menu, 
    .esconder-menu{
      display: block;
    }
    .menu{
      position: fixed;
      width: 100%;
      height: 100vh;
      background:#512601;
      right: -100%;
      top: 0;
      text-align: center;
      padding: 100px 0px;
      z-index: 100;
      transition: 0.8s;
    }
    
    .menu a{
      display: block;
      padding: 20px;
    }
    .esconder-menu{
      position: absolute;
      top: 40px;
      right: 40px;
    }
  
    #check:checked ~ .menu{
      right: 0;
    }
  
    .mision-vision{
      padding-top: 35px;
    }
  
    .texto{
      width: 100%;
      display: block;
      padding: 15px;
      text-align: center;
    }
  
    .container-footer{
      text-align: center;
      width: 100%;
      align-items: center;
      flex-direction: column;
  
    }
  
    .mapas{
      width: 100%;
      align-items: center;
      flex-direction: column   ;
    }
  
    .imagen-port{
      width: 80%;
      height: 300px;
    }
  
    .tramites-registrales{
      flex-direction: column;
  
    }
   
    .servicios {
      margin: 0;  }
  
      .slider-box{
        padding-bottom: 0px;
      }
  
      .contenido-footer p{
        text-align: center;
      }
  
      .botom-bar{
        padding: 0 18% 0 18%;
      }
    
  }
