@CHARSET "UTF-8";
/*
Theme Name: Recargas Theme
Theme URI: 
Description: Recargas Theme for the site, this theme is made for being fully responsive and adaptative to any resolution, 
it also have the options to manage the home and his contents.
Version: 1.0
Author: Alberto Almazan
Author URI:
Text Domain: recargastheme 
Tags: 
 */

/*
 *****************************************************************************************************************************************************
 * Estilo GENERAL
 *****************************************************************************************************************************************************
 */
@font-face {
	font-family: 'Biko';
	src: url('fonts/Biko.woff2') format('woff2'),
	url('fonts/Biko.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Biko-Bold';
	src: url('fonts/Biko-Bold.woff2') format('woff2'),
	url('fonts/Biko-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Biko-Black';
	src: url('fonts/Biko-Black.woff2') format('woff2'),
	url('fonts/Biko-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Biko-Light';
	src: url('fonts/Biko-Light.woff2') format('woff2'),
	url('fonts/Biko-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
body{
	font-family: 'Biko';
}
h1, h2, h3, h4, h5{
	font-family: 'Biko-Bold';
	color: #4280ba;
}
p{
	font-family: 'Biko';
	font-size: 1.2rem;
}
.yellow{
	color: #ffcc66 !important;
}
.green{
	color: #00a298 !important;
}
.blue{
	color: #4280ba !important;
}
.light-blue{
	color: #459eff !important;
}
.light-green{
	color: #66c7c1 !important;
}
.dark-blue{
	color: #3c71b5 !important;
}
.bg-yellow{
	background-color: #ffcc66 !important;
}
.bg-green{
	background-color: #00a298 !important;
}
.bg-blue{
	background: #4280ba !important;
}
.bg-light-blue{
	background-color: #459eff !important;
}
.bg-light-green{
	background-color: #66c7c1 !important;
}
.bg-dark-blue{
	background-color: #4280ba !important
}
.border-dark-blue{
	border-color: #4280ba !important;
}
#afiliate{
	font-size: 1.6rem;
}

/*
 *****************************************************************************************************************************************************
 * Estilo HEADER
 *****************************************************************************************************************************************************
 */
#header{
	height: 80px;
}
#top-nav{
	background: url('images/new/Fondo_menu_parte.jpg') repeat-x;
}
#top-nav .nav-item a{
	/*color: #3c71b5;*/
	color: #4280ba;
	padding: 5px 10px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#top-nav .nav-item a:hover{
	background-color: #4280ba;
	color: #fff;
	padding: 5px 10px;
}
#top-nav #social-list li{
	width: 25px;
	height: 25px;
	border-color: #4280ba !important;
}
#top-nav #social-list li:hover{
	border-color: #fff !important;
}
#top-nav #social-list li:hover a{
	color: #fff;
}

/*
 *****************************************************************************************************************************************************
 * Estilo INDEX
 *****************************************************************************************************************************************************
 */
#slider{
	position: relative;
}
#slider .contact-form{
	width: 100%;
	max-width: 450px;
	position: absolute;
	top: 10%;
	right: 15%;
}
#us-info{
	background-image: url('images/new/fondo_conocenos.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#services .services-container{
	max-width: 900px;
}
#why{
	background-image: url('images/new/fondo_beneficios.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#why .why-container{
	border-color: #4280ba !important;
	border-width: 2px;
	min-height: 50px;
}
#why .why-container .white-icon{
	display: none;
}
#why .why-container:hover{
	border-color: #4280ba !important;
	background-color: #4280ba !important;
}
#why .why-container:hover p{
	color:  #fff !important;
}
#why .why-container:hover .blue-icon{
	display: none;
}
#why .why-container:hover .white-icon{
	display: block;
}
#map{
	background-image: url('images/new/fondo_mapa.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#services-tabs .services-tabs-container #brand-tabs .nav-item .nav-link{
	background-color: #c5c5c5;
}
#services-tabs .services-tabs-container #brand-tabs .nav-item .nav-link.active{
	background-color: #e5e5e5;
}
#services-tabs .services-tabs-container #brand-content{
	background-color: #e5e5e5;
}
#how-to{
	background-image: url('images/new/fondo_registro.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#how-to .card{
	border-color: #4280ba !important;
	border-width: 3px !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#promotions{
	background-image: url('images/new/fondo_promociones.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#promotions .promotions-container img{
	visibility: hidden;;
}
#promotions .promotions-container img.animate__fadeInRight{
	visibility: visible;
}
#promotions .promotions-container img.animate__fadeInLeft{
	visibility: visible;
}
#contact{
	background-image: url('images/new/fondo_contacto.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#contact .contact-form{
	box-shadow: -1px 1px 17px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: -1px 1px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 1px 17px 0px rgba(0,0,0,0.75);
}

/*
 *****************************************************************************************************************************************************
 * Estilo ARCHIVE
 *****************************************************************************************************************************************************
 */

/*
 *****************************************************************************************************************************************************
 * Estilo SINGLE
 *****************************************************************************************************************************************************
 */

/*
 *****************************************************************************************************************************************************
 * Estilo PAGE
 *****************************************************************************************************************************************************
 */

/*
 *****************************************************************************************************************************************************
 * Estilo SIDEBAR
 *****************************************************************************************************************************************************
 */

/*
 *****************************************************************************************************************************************************
 * Estilo FOOTER
 *****************************************************************************************************************************************************
 */
footer{
	background-image: url("images/new/footer.jpg");
}
#footer{
	width: 100%;
	position: relative;
	height: auto;
	background-color: #4280ba;
}
#footer p,
#footer ul li{
	color: #4280ba;
}
#footer .row > .col-sm-3{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0px 20px 20px 20px;
}
#footer .row > .col-sm-3:last-child{
	border-right: 0 none;
}
#footer h2{
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 12px;
	line-height: 17px;
	padding: 20px 0px 5px 0px;
	color: rgba(255,255,255,0.2);
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.250em;
}
#footer ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li,
#footer ul li a{
	color: #66c7c1;
	font-size: 14px;
	font-family: inherit;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	cursor: pointer;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	text-decoration: none;
}
#footer ul li:hover,
#footer ul li a:hover{
	color: #ffffff;
	transition: .1s;
	-webkit-transition: .1s;
	-moz-transition: .1s;
}
.social ul li {
	display: inline-block;
	padding-right: 5px !important;
}
#footer-section{
	border-top: 1px ridge #202020;
	min-height: 20px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	/* Styles */
	#map-container{
		position: static;
	}
	#home-carousel .contact-form{
		position: static;
	}
	#slider .afiliate-button a{
		font-size: 4vw;
	}
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	/* Styles */
	#map-container{
		position: static;
	}
	#slider .afiliate-button a{
		font-size: 4vw;
	}
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	/* Styles */
	#map-container{
		position: absolute;
		right: 5%;
		top: 20%;
	}
	#slider .afiliate-button{
		left: 42%;
		bottom: 3%;
	}
	#slider .afiliate-button a{
		font-size: 3vw;
	}
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1024px) {
	/* Styles */
	#map-container{
		position: absolute;
		right: 5%;
		top: 20%;
	}
	#home-carousel .contact-form{
	}
	#slider .afiliate-button{
		left: 42%;
		bottom: 3%;
	}
	#slider .afiliate-button a{
		font-size: 3vw;
	}
}
