body {
 --color-text: #fff;
 --color-bg: #0e0e0f;
 --color-link: #826437;
 --color-link-hover: #fff;
	color: var(--color-text);
	background-color: var(--color-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #000000;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:auto;
	font-size: 12px;
	}

    .countdownimg {
    margin-top: 50px;
    display: inline;

}

.countdowtext {
   color: white;
  font-size: 25px;
  padding-right: 10px;

}


.contador {
    margin-top: 80px;
    display: inline-block;


}
canvas {
	display: block;
}
a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}
a:hover, a:focus {
	color: var(--color-link-hover);
	outline: none;
}
.message1 {
	position: fixed;
	top: 0;
	left: 10px;
	padding: 15px;
	z-index: 100000;
	text-align: center;
}
.frame {
	text-align: center;
	position: absolute;
	z-index: 100;
	height:auto;
	
	width: 100%
}
.frame > * {
	position: relative;
}
.frame__title {
	font-size: 1.25rem;
	font-weight: normal;
}
 .title {
 color:white;
font-size: 1.3rem;
}
.frame__links {
	margin: 1rem 0;
}


.box {
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
	margin: 20px;
	font-size: 14.5px;
}
.box:hover {
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.box:before {
	content: '';
	background: linear-gradient(#F3EFEF, #337DA0, #FFFFFF);
	height: 20px;
	width: 20px;
	border-radius: 50%;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotateX(360deg);
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transition: opacity 0.8s, height 0.2s ease 0.2s, width 0.2s ease 0.2s;
}
.box:hover:before {
	height: 150%;
	width: 150%;
	opacity: 0.8;
	transform: translateX(-50%) translateY(-50%) rotateX(0);
}
.box img {
	width: 100%;
	height: auto;
}
.box .box-content {
	color: #fff;
	width: 100%;
	padding: 0 30px;
	opacity: 0;
	transform: rotateX(90deg) scale(0.5);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transition: all 0.3s ease 0.4s;
}
.box:hover .box-content {
	opacity: 1;
	transform: rotateX(0deg) translateY(-50%) scale(1);
}
.box .title {
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 3px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}
.box .post {
	font-size: 16px;
	font-style: italic;
	text-transform: capitalize;
	margin-bottom: 10px;
	display: block;
}
.box .icon {
	padding: 0;
	margin: 0;
	list-style: none;
}
.box .icon li {
	display: inline-block;
	margin: 0 5px;
}
.box .icon li a {
	color: #5BD8F1;
	background: #fff;
	font-size: 20px;
	line-height: 35px;
	height: 35px;
	width: 35px;
	border-radius: 50% 0;
	display: block;
	position: relative;
	transition: all 0.3s;
}
.box .icon li a:hover {
	color: #fff;
	background: #000000;
	text-decoration: none;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.w3ls_head {
	font-size: 22px;
	color: rgba(0,176,240,1.00);
	font-weight: 400;
	margin-top: 10px;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: .6em;
	position: relative;
}
.w3ls_head span {
	color: #fff;
}
.w3ls_head:before, .w3ls_head:after {
	position: absolute;
	background: rgba(0,176,240,1.00);
	height: 2px;
	content: '';
}
.w3ls_head:after {
	width: 25%;
	right: 41%;
	bottom: 0%;
}

@media only screen and (max-width:990px) {
.box {
	margin-bottom: 30px;
}
.box .title {
	font-size: 20px;
}
.frame__title {
	font-size: 1.3rem;
	font-weight: normal;
	margin-top: -20px;
	text-align: center;
	margin-left: 5%;
	z-index: 1000px;
}
.frame__title-wrap h4 {
	font-size: 1.3rem;
	color: white;
	margin-bottom: 100px;
}
.w3ls_head {
	font-size: 1.0rem;
}
.box {
	margin-bottom: 10px;
}
.row {
	margin-left: 0;
}
}

@media only screen and (max-width:479px) {
.box .title {
	font-size: 20px;
}
.frame__title {
	font-size: 1.0rem;
	font-weight: normal;
	margin-top: 120px;
	text-align: center;
}
.frame__title-wrap h4 {
	font-size: 1.0rem;
	color: white;
	margin-bottom: 15px;
}
.frame__title-wrap h1 {
	font-size: 3.0rem;
	color: white;
	margin-bottom: 15px;
}

h2 {
	font-size: 2.5rem;
	color: white;

}
.frame__content {
	display: none;
}
.w3ls_head {
	font-size: 0.96rem;
	padding-bottom: 15px;
}
.box {
	margin-bottom: 10px;
}
.row {
	margin-left: 0%;
}
.frame__title-wrap {
	margin: 100px auto;
	width: 60%
}
video {
	display: none;
}
.message1 {
	width: 70%
}


}

@media screen and (min-width: 53em) {
.message {
	display: none;
}
.frame {
	position: absolute;
	text-align: left;
	z-index: 100;
	top: -30px;
	left: 0;
}
.frame__title-wrap {
	text-align: center;
	width: 100%;
}
.frame__title-wrap h1 {
	font-size: 3rem;
	text-align: center;
}
.frame__title-wrap h4 {
	font-size: 2.0rem;
	color: white;
	padding-top: 10px
}
.frame__title {
	text-align: center;
}
.frame__tagline {
	margin: 0 0 0 1rem;
	padding: 0 0 0 1rem;
	opacity: 0.6;
	display: block;
}

.row {
	width: 100%;
	margin: 8% 10% 0% 15%;
}
.frame__title-wrap {
	margin: 0 auto;
}
}

@media screen and (min-device-width : 480px) and (max-device-width : 740px) and (orientation : landscape) {
.frame {
	left: 35%;
	right: 35%
}
.frame__title {
	font-size: 1.0rem;
	font-weight: normal;
	margin-top: 400px;
	text-align: center;
}
.frame__title-wrap h4 {
	font-size: 0.8rem;
	color: white;
	margin-bottom: 15px;
}
.frame__content {
	display: none;
}
.w3ls_head {
	font-size: 0.8rem;
	color: rgba(0,176,240,1.00);
	padding-bottom: .16em;
	position: relative;
}
.frame__title-wrap {
	margin: 100px auto;
	width: 100%
}
}
 @media screen and (min-width: 1024px ) and (max-device-width : 1440px) {
.frame__title-wrap {
	margin: 0 auto;
	z-index: 1000;
	width: 75%
}

}
.bannerbg {
	min-height: 600px;
	z-index: 9;
	height: auto;
}
.banner video {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	min-width: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	overflow: hidden;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	
}


 
#news-slider{
    margin-top: 30px;
}
.post-slide{
    background: #fff;
    margin: 0 15px;
	 width: 80%;
}
.post-slide .post-img{
    position:relative;
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.50s linear;
	margin: 0 auto;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background:rgba(0, 0, 0,0.4);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 8px 30px 40px;
}
.post-slide .post-title{
    margin:8px 0 15px 0;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:40px;
}
.post-slide .post-date{
    color:#a9a9a9;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding:5px 10px;
    float: right;
    font-size:12px;
    background:#e9e9e9;
    color:#808080;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20

}
.owl-controls .owl-buttons .owl-prev{
    background:rgba(245,245,245,0.77);
    position: absolute;
    top:25%;
    left:-5px;
    padding: 0 13px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background:rgba(245,245,245,0.77);
    position: absolute;
    top:25%;
    right: -5px;
    padding: 0 13px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\2329";
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\232A";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding:10px;
    }
}

.counter-box {
	display: block;
	padding: 20px 10px 17px;
	text-align: center;
	width: 100%;
	margin: 10px auto;
	margin-top:-10px;
	background-color:transparent;

}

.counter-box h4 {
	margin: 10px;
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500
}


.counter { 
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: rgba(0,176,240,1.00);
	line-height: 28px
}

.counter-box.colored {
	background:rgba(247,247,247,0.63);
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
	color: #fff
}
.botones {
	width: 80%;
	margin: 0 auto;
	text-align: center;


}
.botones a {
	background-color:transparent;
	font-size: 18px;
    color: #FFFFFF;
    text-align:center;
    border: 2px #ffffff solid;
    padding: 7px;
    width: 40%;
    font-weight: 300;
    text-decoration:none;
    margin: 30px 10px 30px 0;
    text-transform:capitalize;
    display:inline-block;
	text-decoration: none;
 	
	}

.botones a:focus,
.botones a:hover{
    color:#fff;
    background-color:rgba(0,176,240,0.80);
    outline: 2px solid rgba(0,176,240,1.00);
    outline-offset: 3px;
	text-decoration: none;
}
@media only screen and (max-width: 767px){
    .botones a{ margin-bottom: 30px; }
}

.agile_banner_social ul li {
    display: block;
	
}
.agileits_social_list li a {
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
   
}
.agileits_social_list li a i{
	line-height:2.4em;
}
.agileits_social_list li a:hover{
	color:#fff;
}
li.facebook {
    border-color:rgba(76,105,199,1.00);
	border-width: 1.5px 1.5px 0px 1.5px;
   border-style:solid;
   background-color:rgba(76,105,199,0.80);
}

li.twitter {
   border-color: rgba(11,187,232,1.00);
   border-width: 1.5px 1.5px 0px 1.5px;
   border-style:solid;
 background-color:rgba(11,187,232,0.80);  
}
li.google {
   border-color:rgba(211,72,54,1.0);
   border-width: 1.5px 1.5px 0px 1.5px;
   border-style:solid;
   background-color:rgba(211,72,54,0.80);
}


li.pint {
   border-color: rgba(201,31,40,1.00);
   border-width: 1.5px 1.5px 0px 1.5px;
   border-style:solid;
   background-color:rgba(201,31,40,0.80);
}

li.linkedin {
   border-color:rgba(14,118,168,1.00);
    border-width: 1.5px 1.5px 0px 1.5px;
   border-style:solid;
    background-color:rgba(14,118,168,0.80);
}

li.instagram {
   border: 1.5px solid rgba(138,58,155,1.00);
     background-color:rgba(138,58,155,0.80);
}

li.youtube {
   border: 1.5px solid rgba(196,48,43,1.0);
    background-color:rgba(196,48,43,0.80);
}
li.wordpress {
   border-color: rgba(0,115,170, 1.0);
    border-width: 0px 1.5px 0px 1.5px;
   border-style:solid;
   background-color:rgba(0,115,170,0.80);
}
li.spotify {
   border: 1.5px solid rgba(16,188,76, 1.0);
   background-color:rgba(16,188,76,0.80);
}

li.tiktok {
   border: 1.5px solid rgba(0,0,0,1.0);
   background-color:rgba(0,0,0,0.80)
}



a.facebook:hover{
	background:#2300B3;
	border-color:#3b5998;
}
a.twitter:hover{
	background:#1da1f2;
	border-color:#1da1f2;
}

a.google:hover{
	background:rgba(211,72,54,1.0);
	border-color:rgba(211,72,54,1.0);
}

a.pint:hover{
	background:#C92228;
	border-color:#C92228;
}

a.instagram:hover{
	background:#8a3ab9;
	border-color:#8a3ab9;
}

a.linkedin:hover{
	background:#0e76a8;
	border-color:#0e76a8;
}
a.youtube:hover{
	background:#c4302b;
	border-color:#c4302b;
}
a.wordpress:hover{
	background:rgba(0,115,170, 1.0);
	border-color:rgba(0,115,170, 1.0);
}

a.spotify:hover{
   background:rgba(16,188,76,1.0);
   border-color: rgba(16,188,76, 1.0);
}

a.tiktok:hover{
   background:rgba(0,0,0,1.0);
   border-color: rgba(0,0,0, 1.0);
}




/*-- //banner --*/
.agile_banner_social {

	margin-top: 10em;
    text-align: left;
	right:2px;
    position:fixed;
    background-color: transparent;
    z-index: 100;
}
.countdown {display:inline-block;     margin-top: 50px;
 }

.countdown > div{display:inline-block; text-transform: uppercase;}
.countdown > div > span{display: block; }
.countdown-container{margin:0 auto}
.countdown-container .countdown-heading{font-size: 14px; margin: 3px; color: #f3f1f1; text-align:left; text-shadow:1px 1px 1px rgba(0, 0,0, 0)}
.countdown-container .countdown-value{font-size: 40px; background:none; padding:8px; color:rgba(201,31,40,100); font-weight:700; }
  
.modal-box{ font-family: 'Roboto', sans-serif; }
.modal-box .show-modal{
    color: #3A3939;
    background-color:rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    box-shadow: 5px 5px 1px rgba(10, 189, 227, 0.9);
    display: block;
    transition: all 0.3s;
}
.modal-box .show-modal:hover{
    color: #e84118;
    background-color: #fff;
    letter-spacing: 2px;
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal{ top: 60px !important; }
.modal-box .modal-dialog{
    width: 600px;
    margin: 30px auto 10px;
}
.modal-box .modal-dialog .modal-content{ text-align: center; }
.modal-box .modal-dialog .modal-content .close{
    color: #84838B;
    font-size: 32px;
    opacity: 0.5;
    position: absolute;
    left: auto;
    right: 5px;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close:hover{ opacity: 1; }
.modal-box .modal-dialog .modal-content .modal-body{  padding: 30px 20px !important; }
.modal-box .modal-dialog .modal-content .modal-body .icon:img{
    color: #fff;
    background: #48dbfb;
    font-size: 60px;
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    line-height: 120px;
    border-radius: 50%;
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    color: #222;
    font-family: 'Lobster Two', cursive;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    color:  #222;
    margin: 0 8px 15px;
	font-weight:600;
	 font-size: 16px;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control{
    color: #000;
    background:#E7E7E7;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    width: 80%;
    height: 40px;
    padding: 2px 15px;
    margin: 0 auto;
    border-radius:10px;
    border: none;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control:focus{ box-shadow: none; }
.modal-box .modal-dialog .modal-content .modal-body .form-control::placeholder{
    color: #63748B;
    font-size: 15px;
    font-weight: 500;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe{
    color: #fff;
    background: #e84118;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 80%;
    padding: 10px;
    margin: 0 auto 20px;
    border: none;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover{
    letter-spacing: 2px;
    background-color: #00BFE3;
    box-shadow: 5px 5px 1px #e84118;
}
.modal-box .modal-dialog .modal-content .modal-body .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.modal-box .modal-dialog .modal-content .modal-body .social li{
    margin: 0 5px;
    display: inline-block;
}
.modal-box .modal-dialog .modal-content .modal-body .social li a{
    color: #fff;
    background: #D0D2D0;
    font-size: 20px;
    line-height: 36px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .social li a:hover{ background: #e84118; }




@media only screen and (max-width: 576px){
    .modal-dialog{ width: 93% !important; }

   
}

@media  (min-width: 1850px )  {
    .box{
        font-size: 18px;
		width: 70%;
		margin: 20px auto;
        }
		.address p{
      font-size: 18px;
	}
   
    }
    @media screen and (min-width: 1800px ) and (max-device-width : 1900px) {
    .box{
        font-size: 18px;
		width: 70%;
		margin: 20px auto;
        
        }
    }
    
    @media screen and (min-width: 1900px ) and (max-device-width : 2024px) {
    .box{
        font-size: 18px;
		width: 70%;
		margin: 20px auto;
        
        }
        
    }

	.address{

		width: 70%;
		margin: 0 auto;
		margin-bottom: 20px;
	
	
	}

	.address i{
      font-size: 38px;
	  padding: 30px;
	}
	.address p{
      font-size: 16px;
	}


	.certificaciones{

		width: 80%;
		margin: 0 auto;
	}


	.cotizar {

	margin-top: 39em;
	right:2px;
    position:fixed;
    background-color:rgba(14,118,168,1.00);
    z-index: 12;
   width: 200px;
    height: 80px;
    color: #EFEFEF;
    padding-top:5px;
    padding-left:10px ;
    padding-right:14px;
    padding-bottom: 4px;
    border: #000000 thin solid;
    text-align:right;
}
.cotizar a{
    color: #EFEFEF;
    text-decoration: none;
    vertical-align: middle;
    font-size: 17px;
   
}

.cotizar p{
    color: #f8f8f8;
    margin-top: 3px;
    font-size: 17px;
}

.cotizar a:before {
    color: #EFEFEF;
    text-align: center;
}
.cotizar  a:after{
    color: #0c0c0c;
}


.servicios {

	margin-top: 16em;
	left:0;
    position:fixed;
    z-index: 12;
     width: 230px;
    height: 500px;
    color: #EFEFEF;
    padding-top:5px;
    padding-left:0 ;
    padding-right:14px;
    padding-bottom: 4px;
	text-align: left;
    
}

.servicios p {

     font-size: 17px;
   


}

.servicios .btn{
    color: #f6fcfb;
    background:rgba(2, 43, 58, 0.8);
    font-size: 16px;
    font-weight: 500;
    text-transform:capitalize;
    letter-spacing: 1px;
    padding: 10px 5px;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px #1258c0;
    position: relative;
    transition: all 0.5s ease 0.2s;
	margin-bottom: 5px;
	width: 100%;
    text-align: left;

}

.servicios .btn p{
    color: #f6fcfb;
    font-size: 16px;
    text-align: left;
    display: inline;

}

.servicios .btn i{
    width: 15px ;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.btn:focus,
.btn:hover{
    color: #1f66c4;
    background: transparent;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    text-decoration: none;

}
.btn:before,
.btn:after{
    content: '';
    border: 0 solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.btn:before{
    border-bottom-width: 4px;
    border-left-width: 4px;
}
.btn:after{
    border-top-width: 4px;
    border-right-width: 4px;
}
/* .btn:hover:before, .btn:focus:before,
.btn:hover:after, .btn:focus:after{
    width: 100%;
    height: 100%;
    border-color:rgb(0, 176, 240);
    background:transparent;
    transition: border-color 0s, width 0.25s, height 0.25s;
    
} */
.btn:focus:before,
.btn:hover:before{ transition-delay: 0s, 0s, 0.25s; }
.btn:focus:after,
.btn:hover:after{ transition-delay: 0s, 0.25s, 0s;  }
@media only screen and (max-width: 767px){
 .btn{ margin-bottom: 30px; }
 .servicios {
     width: 150px;
}
.servicios p {
     font-size: 15px;
}

.servicios .btn p {
     font-size: 13px;
}
}
.fancybox-slide>* {
    background-color: transparent;
}

.fancybox-container {
    position: fixed;
    top: 5%;
    left: 25%;
    width: 50%;
    height: 90%;
    z-index: 99992;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background:#011613;
    z-index: 10;
    cursor: pointer;
    font-size: 30px;
    color: white;
}

.fancybox-close-small:after {
    content: "X";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2;
}

/* Nuevo diseño */
@font-face {
    font-family: 'Computer says no';
    src: url('../../fonts/computer-says-no.otf.woff2') format('woff2'),
    url('../../fonts/computer-says-no.ttf') format('truetype');
}
@font-face {
    font-family: 'orbitron';
    src: url('../../fonts/Orbitron-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'TT Supermolot Neue Condensed';
    src: url('../../fonts/tt-supermolot-neue-condensed-rg.ttf') format('truetype');
}
/* menu */
.menu{
    transform: translateY(-100%);
    transition: transform 0.6s ease-out;
    height: 100px;
}
.navbar{
    font-family: 'Computer says no';
    height: 100px;
}
.menu.show{
    transform: translateY(0);
}
/* Index.php */
.video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.contenido_video{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.video-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}





.typewriter-effect {
      width: 100%; /* 🟦 El texto usa 90% del ancho */
    max-width: 1200px; /* límite opcional */
 
}
.typewriter-effect .line1 {
    text-align: center;
    font-family: 'orbitron';
    color: #ffffff;
    text-shadow: 1px 2px 3px #00e8ff;
    font-size: clamp(1rem, 8vw, 4rem);
    line-height: 1.5;
    white-space: nowrap;
    opacity: 0;
    margin: 0;
}
.typewriter-effect .line2a{
    text-align: center;
    font-family: 'orbitron';
    text-shadow: 1px 2px 3px #00e8ff;
    font-size: clamp(1rem, 7vw, 3rem);
    white-space: nowrap;
    opacity: 0;
    margin: 0;
    line-height: 1.5;

}
.typewriter-effect .line2b{
    text-align: center;
    font-family: 'orbitron';
    text-shadow: 1px 2px 3px #00e8ff;
    font-size: clamp(1rem, 7vw, 3rem);
    white-space: nowrap;
    opacity: 0;
    margin: 0;
    line-height: 1.5;

}
.typewriter-effect .line2c{
    text-align: center;
    font-family: 'orbitron';
    text-shadow: 1px 2px 3px #00e8ff;
    font-size: clamp(1rem, 7vw, 3rem);
    white-space: nowrap;
    opacity: 0;
    margin: 0;
    line-height: 1.5;

}


.main_title{
    text-align: center;
    font-family: 'orbitron';
    font-size: clamp(1rem, 7vw, 3rem);

}



/* Todas las líneas se superponen en el mismo lugar */
.typewriter-effect .line1,
.typewriter-effect .line2a,
.typewriter-effect .line2b,
.typewriter-effect .line2c {
  position: absolute;
  top: 18%;
  left: 3%;
  right: 3%;
}

#line1 {
  white-space: pre-line;
}
#line2a,#line2b,#line2c {

  white-space: pre-line;
}
@keyframes typing {
    from { width: 0; }
    to { width: var(--w); }
}

#logo_btn{
    opacity: 0;
}
.logo_btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.logo {
    width: 90%;
    max-width: 800px; /* límite en pantallas grandes */
    height: auto;
    position: relative;       /* lo sacamos del flujo normal */
 
} 
.btn_logo{
    color: white;
    width: 40%;
    border-radius: 1rem;
    font-family: 'Computer says no';
    font-size: clamp(1rem, 3rem, 3rem);
    cursor: pointer;
    animation: pulso 1.5s infinite ease-in-out;
}
@keyframes pulso{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


.bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.bottom-section {
    height: 90vh;
    background-image: url("../../images/fondoini.png");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.bottom-text {
    color: rgba(255, 255, 255, 0.88);
    font-family: 'TT Supermolot Neue Condensed'; 
    padding: clamp(20px, 5vw, 60px);
    border-radius: 10px;
    text-align: center;
    max-width: 90%;
    font-size: clamp(1rem, 5rem, 4rem);
}
@media (max-width: 1400px){
    .bottom-text{
        font-size: clamp(1rem, 5rem, 3rem);
    }
}
@media (max-width: 500px) {
    .logo {
        width: 70%; 
    }
}
@media (max-width: 375px){
    .logo-h{
        width: 200px;
    }
}
/* fin index.php */