﻿@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko&display=swap');

@font-face {
	font-family: 'neonfuture20demo-l3jp3';
	src: url('../fonts/neonfuture20demo-l3jp3.otf') format('opentype');
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	font-size: 16px;
	background: #2b2d3e;
}

@keyframes move {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.main-container .row-header {
	background: url("../images/exterminium_x_bg.png");
	-webkit-background-size:cover ;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center;
	/*background-attachment: fixed;*/
	height: 1250px;
	overflow: hidden;
	/*animation: move 80s ease infinite;*/
	position: relative;
/*	margin-bottom: 100px;
	border-bottom: 2px solid rgba(82, 196, 255, 0.85);
	box-shadow: 0px 10px 4px 0px rgba(82, 196, 255, 0.55);*/
}


.main-container .col-menu {
	/*background: rgb(1,0,17);*/
	/*background: linear-gradient(180deg, rgba(1,0,17,1) 0%, rgba(4,4,46,1) 63%, rgba(0,212,255,0) 100%);*/
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 85%, rgba(14,75,80,1) 92%, rgba(56,124,138,1) 99%);
	height: 40px;
	position: relative;
	vertical-align:central;
	display:block;
	vertical-align:central;
	
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	background-color: black;
}
	.main-container  .col-login {
		height: 75px;
		padding: 10px;
	}

	.main-container .content .row-header .col-slogan {
		text-align: center;
	}

		.main-container .content .row-header .col-slogan p {
			font-family: 'Cinzel', serif;
			color: #52c4ff;
			font-size: 1.4em;
		}

			.main-container .content .row-header .col-slogan p:hover {
				text-shadow: none;
			}

		.main-container .content .row-header .col-slogan .shine-box {
			position: absolute;
			top: 5%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 300px;
			height: 85px;
			border-radius: 3px;
			overflow: hidden;
		}

		.main-container .content .row-header .col-slogan .btn {
			padding: 20px;
			margin: 10px;
			width: 200px;
			height: 67px;
			border: 2px solid rgba(82, 196, 255, 0.7);
			background: rgba(38, 34,34, 0.80);
			color: #fff;
			text-shadow: 0 0 3px #0495dd;
			animation: neon 3s infinite;
		}

@keyframes neon {


	0% {
		text-shadow: 0 0 0 #a2dcf9;
	}

	50% {
		text-shadow: 1px 1px 5px 10px #a2dcf9;
		color: #1bb1fc;
	}

	75% {
		text-shadow: 1px 1px 10px 7px #0495dd;
	}

	100% {
		text-shadow: 1px 1px 2px 10px #0495dd;
	}
}

.main-container .content .row-header .col-slogan .shine-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: -150px;
	width: 15px;
	height: 100%;
	background: rgba(255, 240, 176, 0.1);
	box-shadow: 0 0 5px 10px rgba(233, 220, 162, 0.1);
	transform: skewX(-40deg);
	animation: shineshine 8s infinite;
}


@keyframes shineshine {
	0% {
		top: 0;
		left: -40px;
	}

	100% {
		top: 0;
		left: 220px;
	}
}

.main-container .row-header .col-slogan .btn:hover {
	background: rgba(38, 34,34, 0.80);
	box-shadow: 0px 0px 10px 1px #6bcaf9;
	border: solid 2px rgba(82, 196, 255, 0.7);
	color: #fff;
	animation: none;
}

.btn:hover {
	background: rgba(50, 185,252, 0.80) !important;
	box-shadow: 0px 0px 10px 1px #6bcaf9;
	border: solid 2px rgba(82, 196, 255, 0.7);
	color: rgba(45, 44,44, 0.80) !important;
	animation: none;
}
.btn {
	background: rgba(45, 44,44, 0.80);
	border: solid 2px rgba(82, 196, 255, 0.7) !important;
	color: #3c8eb7 !important;
	animation: none;
}

@keyframes move-ship {
	0% {
		top: -5px;
	}

	50% {
		top: 30px;
	}

	100% {
		top: -5px;
	}
}

.main-container .row-header .col-ship {
	position: relative;
	padding-left: 10%;
}

	.main-container .row-header .col-ship img {
		width: 200px;
		top: 10px;
		animation: move-ship 8s ease infinite;
		position: absolute;
	}



.main-container .row-header .col-exterminium-text {
	top:50px;
	text-align: center;
	padding: 20px;
	position: relative;
	width: 450px;
	height: 150px;
}


	.main-container .row-header .col-exterminium-text img {
		width: 450px;
		animation: flash 8s infinite;
	}


@keyframes flash {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}



/* barra menu */

.main-container .col-menu ul {
	list-style-type: none;
	margin: 0;
	width: 100%;
	padding: 5px 0px;
	vertical-align:middle;
}

	.main-container .col-menu ul li {
		display: inline;
		padding: 5px, 0px;
		position: relative;
		width: 150px;
	}

	.main-container .col-menu ul li a {
		color: #cecece;
		padding: 5px 20px;
	}

	.main-container .col-menu ul li a:hover {
		text-decoration: none;
		color: #52c4ff;
	}

.main-container  .col-login {
	padding: 10px;
}


.main-container .col-menu .submenu .dropdown-submenu {
	position: absolute;
	display: none;
	top: 20px;
	left: 19px;
}


.main-container .col-menu .submenu ul {
	border-left: 1px solid #c4c4c4;
	background-color: rgba(38, 34,34, 0.95);
	width: 180px;
	box-shadow: 0px 0px 10px 1px #6bcaf9;
	border: solid 1px rgba(82, 196, 255, 0.7);
}

	.main-container .col-menu .submenu ul li {
		display: block;
		left: 10px;
		padding: 5px 0;
	
	}

		.main-container .col-menu .submenu ul li a {
			padding: 5px;
			text-align: left;
			border-bottom: 0;
		}

			.main-container .col-menu .submenu ul li a:hover {
				color: #52c4ff;
			}

.main-container .col-menu .submenu:hover .dropdown-submenu {
	display: block;
	font-size: .9em;
}

.main-container .col-menu .submenu .dropdown-submenu span {
	font-size: .7em;
	opacity: .8;
}

.main-container .col-login a {
	color: #cecece;
	padding: 5px;
}

	/*.main-container .col-login a:hover {
		font-size: 1.2em;
		transition: ease 1s all;
	}*/


.main-container .row-def-format p {
	font-family: Teko;
	font-size:x-large;
	text-align:justify;
	color: #cecece;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left:3px;
	margin-right:3px;

}

/* socials */

.main-container .row-socials {
	text-align: center;
}

	.main-container .row-socials p {
		color: #cecece;
	}



	.main-container .row-socials ul li {
		display: inline-block;
	}



	.main-container .row-socials .col-socials a {
		color: whitesmoke;
		font-size: 2.5em;
		padding: 20px 15px;
	}

	.main-container .row-socials .col-socials a:hover {
		color: gold;
	}



/* footer links */


.main-container .row-links ul {
	list-style-type: none;
	margin: 0;
	width: 100%;
	position: relative;
	text-align: center;
	/* overflow: hidden; */
	padding: 5px 0px;
}

	.main-container .row-links ul li {
		display: inline;
		padding: 5px 0px;
		/* overflow: hidden; */
	}

		.main-container .row-links ul li a {
			color: #fcc550;
			
			padding: 5px;
		}


.main-container .row-links .col-links a:hover {
	text-decoration: none;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
}




.main-container .row-footer .col-footer {
	text-align: center;
	color: #c4c4c4;
	font-size: .8em;
}




/* 
=====================================
SECCION 1
=====================================  
*/

.main-container .row-section-1 {
	background: #191d2aff;
	color: #c4c4c4;
	position: relative;
	overflow: hidden;
	padding: 0;
}

	.main-container .row-section-1 .section-title,
	.row-section-2 .section-title,
	.row-section-3 .section-title {
		padding: 20px 15px;
		background: #000;
	}

	.main-container .row-section-1 .section-img {
		width: 100%;
		padding: 0;
		overflow: hidden;
	}

		.main-container .row-section-1 .section-img img {
			padding: 0;
			margin: 0;
		}

			.main-container .row-section-1 .section-img img:hover {
				transform: scale(1.2);
				transition: ease 1.5s all;
			}



.main-container .row-section-2 {
	/*background: #272A2E;*/
	color: #c4c4c4;
	position: relative;
	overflow: hidden;
}

	.main-container .row-section-2 .section-img {
		width: 100%;
		overflow: hidden;
		padding: 10px;
	}


		.main-container .row-section-2 .section-img img {
			width: 100%;
		}

			.main-container .row-section-2 .section-img img:hover {
				border: solid 1px #b4b1b1;
			}



.main-container .row-section-3 {
	background: #191d2aff;
	color: #c4c4c4;
	height: 200px;
}


/* =======================
====== Socials and Footer ===== 
==========================*/

.main-container .row-socials {
	padding: 25px;
}

.main-container .row-socials p {
	color: #686761;
	font-weight: bold;
}


.main-container .row-socials a:hover {
		
}

.main-container .row-links {
	background: #0C0B09;
	padding: 20px;
	color: rgba(255,215,0, .5);
}

	.main-container .row-links li {
		margin: 20px;
	}

	.main-container .row-links a {
		border: 1px solid #0C0B09;
		padding: 20px;
	}

	.main-container .row-links a:hover {
		border: 1px solid rgba(255,215,0, .3);
	}



.main-container .row-footer {
	background: #0C0B09;
}

.main-container .row-footer .footer-brand a {
	font-size: 1em;
	color: #BF9C65;
}

	.main-container .row-footer .footer-brand img {
		width: 150px;
	}
	.main-container .row-footer .footer-brand img:hover {
		transform: scale(1.2);
		transition: 2s ease all;
	}

	.main-container .row-footer .col-rights p {
		color: #949494;
		font-size: .9em;
		padding: 5px;
	}


/* =======================
====== Modal Login ===== 
==========================*/
	.modal {
		background: rgba(0, 0, 0, 0.7);
		padding: 8px;
	}

		.modal .modal-content {
			background: rgba(10, 9,9, 0.80);
			box-shadow: 0px 0px 10px 1px #6bcaf9;
			border: solid 2px rgba(82, 196, 255, 0.7);
		 
		}

		.modal .modal-header {
			background: rgb(0,0,0);
			background: linear-gradient(180deg, rgba(0,0,0,1) 85%, rgba(14,75,80,1) 92%, rgba(56,124,138,1) 99%);
			border-bottom: solid 1px #6bcaf9;
		}

	.modal .modal-body {
		padding: 0;
		border: 0;
	}

	.modal .modal-footer {
		border: 0;
	}


	.modal .modal-content .form-box {
		font-family: sans-serif;
		width: 380px;
		height: 680px;
		position: relative;
		margin: 0 auto;
		padding: 5px;
		overflow: hidden;
	}

	.modal .modal-content .toggle-box {
		width: 220px;
		height: 40px;
		position: relative;
		margin: 0 auto;
		background: rgba(0,0,0, .1);
		box-shadow: 0 0 10px 4px rgba(57, 10, 10, 0.6);
		border-radius: 15px;
		text-align: center;
		top: 10px;
		box-sizing: border-box;
	}


	.modal .modal-content .toggle-btn {
		padding: 10px 25px;
		cursor: pointer;
		background: rgba(255, 255, 255, 0);
		border: 0;
		outline: none;
		position: relative;
		color: #fff;
		font-weight: bold;
		box-sizing: border-box;
	}

	.modal .modal-content #btn {
		top: 0;
		left: 0;
		position: absolute;
		width: 110px;
		height: 100%;
	  
	}

	.modal .modal-content .input-group {
		top: 100px;
		position: absolute;
		width: 280px;
		transition: .5s ease all;
	}
		
		.modal .modal-content .modal-body .input-field {
			width: 100%;
			padding: 15px 0;
			margin: 5px 0 20px 0;
			border: solid 1px rgba(82, 196, 255, 0.7);
			outline: none;
			background: transparent;
			background-color: black !important;
			overflow: hidden;
			padding-left: 15px;
		}

			.modal .modal-content .input-field:focus {
				box-shadow: inset 0px 0px 10px 1px #6bcaf9, 0px 0px 3px 1px #6bcaf9;
				color: #6bcaf9;
			}

			.modal .modal-content input {
				color: #6bcaf9;
			}


			.modal .modal-content input:focus::-webkit-input-placeholder, .input-field {
				color: #6bcaf9;
			}

		.modal .modal-content .check-box {
			background-color: rgba(45, 44, 44, 0.80) !important;
			
			color: #6bcaf9;
		}
		.modal .modal-content .check-box:focus {
			box-shadow: 0px 0px 4px 1px #6bcaf9;
		}
	.modal .modal-content .submit-btn {
		width: 85%;
		padding: 10px 30px;
		cursor: pointer;
		display: block;
		margin: 40px auto;
		background: linear-gradient(to right, #d60c0c, #fdbd3e);
		border: 0;
		outline: none;
		border-radius: 30px;
	}

	.modal form p {
		position: absolute;
		font-size: .7em;
		bottom: 92px;
		left: 15px;
		padding-left: 10px;
		color: rgb(65, 65, 65);
	}


	.modal .modal-content #login {
		left: 50px;
	}

	.modal .modal-content #register {
		left: 50px;
	}

/* Clases Comunes*/
.bckgnd-primary {
	background: rgba(38, 34,34, 0.80)
}
.bckgnd-secondary {
	background: rgba(50, 185,252, 0.80)
}

.text-exter-primary {
	color: rgba(45, 44, 44, 0.80) !important;
}

.text-exter-exterblue {
	color: #6bcaf9;
}

.text-exter-active {
	color: rgba(50, 185,252, 0.80) !important;
}
.border-blur-primary {
	background: rgba(45, 44,44, 0.80);
	box-shadow: 0px 0px 10px 1px #6bcaf9;
	border: solid 2px rgba(82, 196, 255, 0.7);
}

.border-blur-secondary {
	background: rgba(50, 185,252, 0.80);
	box-shadow: 0px 0px 10px 1px #6bcaf9;
	border: solid 2px rgba(82, 196, 255, 0.7);
}

.border-blur-secondary-selected {
	background: rgba(50, 185,252, 0.80);
	box-shadow: 0px 0px 10px 1px #b3e4fc;
	border: solid 2px rgba(82, 196, 255, 0.7);
}

.btn-exter-primary {
	background: rgba(45, 44,44, 0.80);
	border: solid 2px rgba(82, 196, 255, 0.7);
	padding: 3px,3px,3px,3px;
	
}

.btn-exter-secondary {
	background: rgba(50, 185,252, 0.80) !important;
	border: solid 2px rgba(82, 196, 255, 0.7);
	padding: 3px,3px,3px,3px;
}


.btn-Steam {
	background: #0C1F2D !important;
	border: solid 1px rgba(82, 196, 255, 0.5);
	padding: 3px,3px,3px,3px;
	color: deepskyblue;
}

.h3-exter-title {
	font-family: 'Cinzel', serif;
	color: #52c4ff;
	font-size: 1.4em;
}

.counterdown {
	font-family:'Teko', serif;
	color: #52c4ff;
	font-size: 3.8em;
	text-align:center;
	width: 100%;
	height: 80px;
}

.indicator {
	font-family: 'Teko', serif;
	/*color: #52c4ff;*/
	font-size: 2.8em;
	text-align: center;
	width: 100%;
	height: 80px;
	border: 1px solid #52c4ff;
	box-shadow: inset 0px 0px 10px 1px #6bcaf9, 0px 0px 3px 1px #6bcaf9;
	color: #6bcaf9;
}

.col-shadow {
	background: rgba(10, 9,9, 0.80);
	box-shadow: 0px 0px 10px 1px #6bcaf9;
	border: solid 2px rgba(82, 196, 255, 0.7);
}

.bg-vertical-grad {
	background: rgb(29,101,114);
	background: linear-gradient(0deg, rgba(29,101,114,1) 18%, rgba(8,14,14,1) 59%);
}

.box-size-2x1-sm {
	height: 100px;
	width: 200px;
}
.box-size-2x1-md {
	height: 200px;
	width: 400px;
}
.box-size-2x1-lg {
	height: 300px;
	width: 600px;
}
.box-size-2x1-xlg {
	height: 450px;
	width: 900px;
}


.box-size-auto {
	height: auto;
	width: auto;
}

/* =======================
====== Products ===== 
==========================*/
.img-product {
	height: 400px;
	width: 650px;
	padding: 0px;
	left:0px;
}

.img-exterminium-med {
	height: 100px;
	width: 100px;
}

/*
.steam-container {
	background-color: #153a54;
	color: aliceblue;
	height: 850px;
}*/

.steam-container .col-steam {
	background-color: #153a54;
	color: aliceblue;
	height: 850px;
	margin: 0px;
	padding:0px;
}

.spinner-full {
	position:absolute;
	left:0px;
	top:0px;
	margin: 0px;
	padding: 0px;
}
.spinner-bg {
	background-color: black;
	opacity: 0.45;
	z-index: 5000;
}
/*Breack Points*/

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
	
}