
*{
	font-family:Arial, Helvetica, sans-serif;
}
.bienvenido{
	margin-top:6rem;
}
.cont1{
	background-image: url('assets/images/Wave.svg');
	overflow:hidden;
	
}
.benef{
	background: rgb(242,238,238);
background: radial-gradient(circle, rgba(242,238,238,1) 24%, rgba(196,192,192,1) 72%);
box-shadow: inset 0px 0px 1px 1px white;
}
#main-nav {
  position: relative;
  transition: top 0.5s ease;
   width: 100%;
    text-align: center;
}
#main-nav.fixed {
   position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#main-nav ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#main-nav li {
  display: inline-block;
}
#main-nav a {
  display: block;
  text-decoration: none;
  color: #000;
}
.uppercase-text {
  text-transform: uppercase;
}
.fade-image {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.fade-out {
  opacity: 0;
}
h1.codeOK{
	font-size:6em;
	text-shadow: 2px 1px 9px rgba(159,157,157,0.6);
	
}
.lista-token{
	text-align:justify;
	list-style-image: url('assets/images/favicon.ico');
	margin-right:1em
}
.code{
	color:#fffff;
}
.custom-hr {
  height: 8px; /* Altura del hr */
  border: none; /* Eliminar el borde predeterminado */
  background-color: black; /* Color del hr (cambia según tus necesidades) */
  box-shadow: 0 0 10px red; /* Sombra en rojo (cambia según tus necesidades) */
  background-image: linear-gradient(to left, transparent 0%, black 10%, black 90%, transparent 100%); /* Gradiente a los costados (cambia según tus necesidades) */
  background-repeat: no-repeat; /* Evitar repetir el gradiente */
  background-size: 10% 100%; /* Tamaño del gradiente (cambia según tus necesidades) */
  background-position: 0 0; /* Posición inicial del gradiente */
}
.prot{
	color: #878a86;
  text-shadow: 2px 2px 4px #000000;
  animation: fadeInRight 1s ease-in-out;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
img{
 border:none;
}
.video{
	background-color:#d9d9d8 ; 
}
.imag{
	display:flex;
}
/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99999; /* makes sure it stays on top */
}
.loader {
	font-size: 10px;
	top: 300px;
	left: 45%;
	text-indent: -9999em;
	width: 11em;
	height: 11em;
	border-radius: 50%;	
	position: relative;
	-webkit-animation: load3 0.4s infinite linear;
	animation: load3 0.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.loader:before {
	width: 50%;
	height: 50%;	
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.loader:after {
	background: #fff;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*scrol to top*/
.scrollToTop {
	background: #f9f9f9 none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 60px;	
	display: none;
	font-size: 25px;
	height: 55px;
	line-height: 50px;
	position: fixed;
	right: 50px;
	text-align: center;
	text-decoration: none;
	width: 55px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; 
	z-index: 999;
}
.scrollToTop:hover,
.scrollToTop:focus{  
  color: #fff;
  text-decoration: none;
  outline: none;
}
/*--------------------*/
/* HOME HEADER */
/*--------------------*/
#header{
	float: left;
	display: inline;
	width: 100%;
	max-width:100%;
	max-height:100%;
	height: 100%;
	margin: 0px;
}
.header-inner{	
	display: inline;
	position: relative;
	float: left;	
	width: 100%;
}
.header-inner>img{
	width: 100%;
}
.header-overlay{
	background-color: #fffff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.header-content {
	text-align: center;
	margin-top:6rem;

}
.header-content h2 {
	font-weight: bold;
	text-transform: uppercase;
	 text-shadow: 2px 2px 4px #5a5a5a;
}
.header-content h2 span {
	font-weight: normal;
	line-height: 93px;
}
.header-btn-area{
	margin-top: 90px;
	float: left;
	display: inline;
	width: 100%;
	text-align: center;
}
.header-btn-area a{
	margin: 0px 10px;
	float:center;
}
.knowmore-btn{
	border: 2px solid #fff;
	border-radius: 2px;
	color: #fff;	
	font-size: 15px;	
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	padding: 1em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.knowmore-btn:hover,
.knowmore-btn:focus
{
	color: #fff;
	text-decoration: none;
	outline: none;

}
/*--------------------*/
/* MENU */
/*--------------------*/

.logo-compressed {
	height: 80px;  
	width: 70px;
}
.logo img {
	height: 100%;
	width: 100%;
}
.hrok{
    height: 5px;
  background-image: linear-gradient (to right, rgba(0, 0, 0, 0), gray, rgba(0, 0, 0, 0)); 
}

.one:hover {
  animation-name: bounce;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: 3s;
  animation-fill-mode: forwards;
  animation-play-state: running;

}
.textBounce{
	-webkit-animation: bounce2 2s ease infinite alternate;
}
/*--------------------*/
/* CONTACT */
/*--------------------*/
.contact {
	background-image: url("assets/images/fondo1opt.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.fcode{
	width: 100%;
	padding:1em;
	margin:0.5em;
	color:white;
	border:solid gray;
	box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
	border-radius:10px;
}

#contacto input::placeholder  {
  color:lightgray;
}
/*--------------------*/
/* FOOTER */
/*--------------------*/
#footer{
	background-color: #000000;
	display: inline;
	width: 100%;
}
.footer-top {
	background-color: #000000;
	display: inline;
	float: left;  
	width: 100%;
}
.footer-top-area{
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}
.footer-logo{
	display: inline-block;
}
.footer-bottom{
	display: inline;
	border-top: 1px solid #434343;
	float: left;
	padding: 40px 0;
	width: 100%;
	text-align: center;
}
.footer-bottom p{
	color: #fff;
	font-size: 18px;
	margin-bottom: 0px;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(1);
  }
  25%,
  75% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes bounce2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@media(max-width:1199px ){
.logo {
  margin-right: 0;	  
}
#navFont{
    font-size: 0.8em;
}
h1.codeOK {
	font-size:4em;
}
.header-content {
	margin-top:5rem;
}
}
@media(max-width:767px ){
iframe{
	width:80%;
}
h1.codeOK {
	font-size:3em;
}
.header-content {
	margin-top:2rem;
}
.header-btn-area{
	margin-top: 2em;
	width: 100%;
	text-align: center;
}
}
@media(max-width:480px ){
.knowmore-btn {
  font-size: 14px;
  padding: 10px 15px;
}
h1.codeOK {
	font-size:2em;
}
.header-content {
	margin-top:0.5rem;
}
.header-btn-area{
	display:none; 
}
}
@media(max-width:360px ){
.knowmore-btn {
  font-size: 14px;
  padding: 7px 8px;	  
}
}
  .reveal {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 1.5s ease-out, transform 1s ease-out;
  }
   .reveal.active {
    opacity: 1;
    transform: translateY(0);
  }
  
.slide-in {
    opacity: 0;
    transition: opacity 1.5s ease-out, transform 1s ease-out;
}

/* Desplazamiento inicial de la izquierda */
.slide-in-left {
    transform: translateX(-100%); /* Desde la izquierda */
}

/* Desplazamiento inicial de la derecha */
.slide-in-right {
    transform: translateX(100%); /* Desde la derecha */
}

/* Al activarse la animación */
.slide-in.active {
    opacity: 1;
    transform: translateX(0); /* Elementos vuelven a su posición original */
}
