/*=============================================
estilos_indexV5.css
===============================================
css utilizado para los estilos antes
de ingresar al sistema
23-08-2022
=============================================*/
body, html {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

/* ============================ 
  INICIO
=============================== */

#fondo_inicio {
  width: 100%;
  background: url("../img/inicio/fondo_1_2026.webp") top center no-repeat;
  background-size: cover;
  position: relative;

}

/* ============================ c
  LETRAS
=============================== */
.letra16{
  font-size: 16px;
}

.letra24{
  font-size: 24px;
}

.letra15em{
  font-size: 1.5em;
}

span.btn.cambio:hover {
  color: blue;
}

table>tbody>tr.letra, table>tbody>tr>td.letra, table>thead>tr.letra, table>thead>tr>th.letra, table>tfoot>tr.letra, table>tfoot>tr>td.letra{
  margin: 0px;
  padding:0px;
  font-family: Calibri;
  font-size: .9rem;
  line-height: .9rem;
  
}

table>tbody>tr.letra-menor, table>tbody>tr>td.letra-menor, table>thead>tr.letra-menor, table>thead>tr>th.letra-menor, table>tfoot>tr.letra-menor, table>tfoot>tr>td.letra-menor{
  margin: 0px;
  padding:0px;
  font-family: Calibri;
  font-size: .8rem;
  line-height: .8rem;
  
}

table>tbody>tr.letra-peq, table>tbody>tr>td.letra-peq, table>thead>tr.letra-peq, table>thead>tr>th.letra-peq, table>tfoot>tr.letra-peq, table>tfoot>tr>td.letra-peq{
  margin: 0px;
  padding:0px;
  font-family: Calibri;
  font-size: .7rem;
  line-height: .7rem;
  
}

.letras{
  margin: 0px;
  padding:0px;
  font-family: Calibri;
  font-size: .9rem;
  line-height: .9rem;
  
}

.letras-sm{
  margin: 0px;
  padding:0px;
  font-family: Calibri;
  font-size: .7rem;
  line-height: .7rem;
  
}

/* ============================ 
  BOTONES
=============================== */
span.botones{
  padding: 0.1rem 0.2rem;
  line-height: 0.5rem;
  font-size: 0.875rem;
}

span.botones2{
  padding: 0.3rem 0.3rem;
  line-height: 0.5rem;
  font-size: 0.875rem;
}

span.botones3{
  padding: 0.3rem 0.3rem;
  line-height: 1rem;
  font-size: 1rem;
}

span.botones4{
  padding: 0;
  line-height: .7rem;
  font-size: .7rem;
}

/* ============================ 
  COLORES
=============================== */
div.bg-black9, .bg-black9{
  background: rgba(0, 0, 0, 0.7);
}

div.bg-black5, .bg-black5{
  background: rgba(0, 0, 0, 0.5);
}

div.bg-blue-light7, .bg-blue-light7{
  background: rgba(111, 168, 220, 0.7);
}

div.bg-blue-p1, .bg-blue-p1{
  background: rgba(44, 47, 125, 0.9);
}


div.bg-white7, .bg-white7{
  background: rgba(255, 255, 255, 0.7);
}



/* ============================ 
  FORM
=============================== */
.cuest-control {
  display: block;
  width: 100%;
  height: calc(1.5rem + 2px);
  padding: 0rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cuest-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* ============================ 
  Desactivar AOS en responsive
=============================== 
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}*/

/* ============================ 
  NAVBAR
=============================== */
.nav-link {
  font-size: 1.2rem;
}

#header {
  background: rgba(12, 11, 9, 0.6);
  border-bottom: 1px solid rgba(12, 11, 9, 0.6);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 15px;
  top: 0px;
}

#header.header-scrolled {
  top: 0;
  /*background: rgba(0, 0, 0, 0.85);*/
  background: rgba(0, 51, 255, 0.65);

  border-bottom: 1px solid #37332a;
}

.navbar-cepia .navbar-brand {
  color:#cda45e;
}

.navbar-cepia .navbar-brand:hover, .navbar-cepia .navbar-brand:focus {
  color:#cda45e;
}

.navbar-cepia .navbar-nav .nav-link {
  color: #fff;
}

.navbar-cepia .navbar-nav .nav-link:hover, .navbar-cepia .navbar-nav .nav-link:focus {
  color: #d9ba85;
}

.navbar-cepia .navbar-nav .nav-link.disabled {
  color: #fff;
}


.navbar-cepia .navbar-toggler {
  color: #d9ba85;
  border-color: #d9ba85;
}

.navbar-cepia .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-cepia .navbar-text {
  color: #d9ba85;
}

.navbar-cepia .navbar-text a {
  color:#cda45e;
}

.navbar-cepia .navbar-text a:hover, .navbar-cepia .navbar-text a:focus {
  color:#cda45e;
}

/* ============================ 
  BOTON SUBIR
=============================== */

ul>li.login a {
  border: 2px solid #cda45e;
  color: #fff;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

ul>li.login a:hover {
  background: #cda45e;
  color: #fff;
}

/* ============================ 
  BOTON SUBIR
=============================== */
#subirBtn {
  position: fixed;
  display: none;
  right: 50%;
  bottom: 25px;
  z-index: 995;
  background-color: rgba(0, 0, 0, 0.01);
  border-radius: 50px;
  border: 0px solid #cda45e;
}

#subirBtn i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #cda45e;
  transition: all 0.4s;
  border: 2px solid #cda45e;
}

#subirBtn i:hover {
  background: #cda45e;
  color: #1a1814;
}

/* ============================ 
  NEON
=============================== */
.luz2.on{
  color: black;/*color del texto al cambiar*/
  background: rgb(255, 208, 70);/* color del fondo */
  /*opacity: 0.8;*/
  border-radius: 5px;
  padding: 4px;
  transition: 2s;
  text-align: center;
}
.luz2{
  font-size: 1.2em;
  background:blue;/* color del fondo */
  color: #AED6F1; /* Azul claro */
  border-radius: 5px;
  padding: 4px;
  transition: 2s;
  text-align: center;
}
.luz2.par{
  font-size: 1.2em;
  color: #eee; /* Gris */
  border-radius: 5px;
  padding: 4px;
  text-align: center;
}

@media screen and (min-width: 1600px) {
  .form-control {
    font-size: 2em;
    line-height: 3rem;
  }
  .luz2{
    font-size: 2em;
  }
  .luz2.on{
    font-size: 2em;
  }
}




/* ============================ 
  CONTACT
=============================== */
/*#contact{
  height: 100vh;
  background: url("../img/contactanos.jpg") center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width:719px) {
  .map{
    width: 80vw;
    height: 40vh;
    border: 3px solid #000000;
  }
}

@media only screen and (min-width : 720px) {
  .map{
    width: 40vw;
    height: 70vh;
    border: 2px solid #000000;
  }
}

.recuadro{
  background-color: rgba(52, 152, 219);
}*/

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #3f43fd;
  float: left;
  width: 44px;
  height: 44px;
  background: #f0f0ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #010483;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #0205a1;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 20px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #2E86C1;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #f0f0ff;
  border: 0;
  padding: 10px 30px;
  color: #2E86C1;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #2E86C1;
  color: #fff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ============================ 
  TITULOS
===============================*/

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #1acc8d;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #010483;
}

/* ============================ 
  SWIPER
=============================== 
.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 220px;
  height: 220px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}


.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: white;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background: black;
  opacity: 1;
}*/

/*:root {
  --swiper-theme-color: #F4A125;
}*/

/* ============================ 
  SWIPER
===============================*/
.swiper {
  width: 90%;
}

.swiper-slide {
  padding: 2px;
}

.swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

.swiper-slide img {
  opacity: 1;
  transition: 0.3s;
}

.swiper-slide img:hover {
  opacity: 1;
  filter: none;
  filter: grayscale(100);
}

.swiper-slide img {
  width: 100%;
}

/* ============================ 
  TARJETAS
===============================*/
/*.container-box a{
  text-decoration: none;
  color: rgb(0, 0, 0);

}*/

.container-box{
  text-align: center;

}

.box{
  height: 180px;
  /*padding: 20px;*/
  /*margin: 20px;*/
  /*width: 180px;*/
  background: rgb(255, 255, 255, 0.9);
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 300ms;
  box-shadow: -10px 10px 20px -10px rgb(0, 0, 0, 0.9);

}

.box:hover{
  transform: translate(5px, -5px);
  
}

.box .icon,
.box .imagen,
.box h5,
.box p{
  position: relative;
  z-index: 1;
  transition: all 200ms;
}

.box .imagen{
  width: 90px;
  transform: translateY(30px);
}

.box:hover .imagen{
  width: 60px;
  /*color: rgb(0, 0, 0);*/
  transform: translateY(0px);
}

.box h5{
  font-size: 1.5em;
  white-space: normal;
  transform: translateY(30px);
}

.box:hover h5{
  color: rgb(0, 0, 0);
  transform: translateY(0px);
  font-size: 1.3em;
  white-space: normal;
  font-weight: bold;
}

.box h5,
.box p{
  margin-top: 10px;
}

.box p{
  font-size: 14px;
  opacity: 0;
}
.box:hover p{
  color: rgb(0, 0, 0);
  transform: translateY(0px);
  opacity: 1;
  white-space: normal;
  font-size: 1.2em;
}

.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    text-shadow: 2px 2px black;
}


/* ============================ 
  WAVES
===============================*/

.hero-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

/* ============================ 
 BOTONES ACCESO A REDES
===============================*/
.social-bar{
  position:fixed;
  top: 50%;
  z-index:100;
}

.social-bar .float{
  position:fixed;
  width:40px;
  height:46px;
  right:0px;
  color:#FFF;
  border-radius: 1rem 0 0 1rem;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.social-bar .float:hover {
  width:80px;
  text-decoration: none;
  color:#FFF;
  border-radius: 1rem 0 0 1rem;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  
}

.social-bar .my-float{
  margin-top:6px;
  font-size: 30px;
}

.social-bar .whatsapp{
  
  background-color:#04ff82;
}

.social-bar .istagram{

  background-color:#009A93;
}

