/************** GENERAL & PSEUDO CLASSES ****************/
@import url(https://fonts.googleapis.com/css?family=Roboto);
@font-face {
    font-family: tuintra;
    src: url(/font/multicolore.otf);
}
/*Montserrat*/
input {
    -webkit-appearance: none;
    border-radius: 0;
}

#main-container{
	width: 100%;
	overflow: hidden;
}

#legal-container {
	padding: 70px 20px 20px 20px;
	min-height: calc(100vh - 253px);
	text-align: justify;
}

#legal-container div {
	padding: 20px;
}

#legal-container h2, #legal-container h3 {
	margin-top: 40px;
}

section{
	padding-bottom: 44px;
}

.inner-section{
	padding-top: 44px;
	padding-bottom: 44px;
}

.slide-left{
	padding-left: 60px;
}

.slide-right{
	padding-right: 60px;
}

.even-section{
	background-color: #eee;
}

.odd-section{
	background-color: #fff;
}

.go-btn, .btn-plain{
	border: 2px solid #eeeeee;
	padding: 10px;
	color: #fff;
	font-family: 'Roboto';
	cursor: pointer;
	position: relative;
	text-transform: initial;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: -10px;
}
.blue-btn{
	border-bottom: 3px solid #226eb6;
	background-color: #4794dd;
	padding: 20px;
	color: #fff;
	font-family: 'Roboto';
	cursor: pointer;
	position: relative;
}

.green-btn{
	border-bottom: 3px solid #20a86a;
	background-color: #30d589;
	padding: 20px;
	color: #fff;
	font-family: 'Roboto';
	cursor: pointer;
	position: relative;
}

.red-btn{
	border-bottom: 3px solid #a02a2c;
	background-color: #dd4749;
	padding: 20px;
	color: #fff;
	font-family: 'Roboto';
	cursor: pointer;
	position: relative;
}
.dblue-btn{
	border-bottom: 3px solid #884325;
	background-color: #c36036;
	font-size: 18px;
	padding: 20px;
	color: #fff;
	font-family: 'Roboto';
	cursor: pointer;
	position: relative;
}

.section-preamble h2{
	color: #dd4749;
	margin-bottom: 11px;
	font-weight: normal;
}

.section-preamble .hr{
	border: 1px solid #ccc;
	width: 20%;
	margin: 0px auto;
}

.section-preamble p{
	font-size: 18px;
	color: #777;
	margin: 0px auto;
	width: 80%;
	margin-bottom: 44px;
}
/*
.blue-btn{
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}

.btn{
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}
*/





/************* NAV STYLES *********************/

#main-nav{
	min-height: 55px;
	max-height: 55px;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	z-index: 20;
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.open-nav{
	max-height: 400px !important;
}

#mobile-toggle{
	float: right;
	font-size: 40px;
	color: #888;
	display: block;
	cursor: pointer;
	position: relative;
	bottom: 35px;
}

#logo{
	padding-top: 30px;
}

#logo h5{
	color: #888;
	font-family:'Lily Script One';
	font-size: 30px;
	position: relative;
	top: -5px;
	font-weight: 300;
}

#nav-holder ul{
	list-style: none;
	margin: 0px;
	padding-top: 15px;
	overflow: hidden;
}

#nav-holder li{
	float: left;
	list-style: none;
	margin-left: 22px;
	/*text-transform: uppercase;*/
}

#nav-holder li a{
	font-family: 'Roboto';
	color: #888;
	
}

#nav-holder li:first-child{
	margin-left: 0px;
}

#main-nav .blue-btn{
	top: -10px;
}

#main-nav .blue-btn a{
	color: #fff;
}

#main-nav .blue-btn:hover{
	top: -5px;
	border-bottom: 0px solid #4aa89f;
	
}

/*************** HOME STYLES ******************/

#home{
	padding-top: 60px;
	/*background:url('http://placehold.it/1280x800');*/
	background-size: cover;
	background-color: #235071;
	overflow: hidden;
	margin-bottom: 44px;
	padding-bottom: 0px !important;
}	

#home-slider{
	overflow: hidden;
	position: relative;
	min-height: 534px;
}

#home-slider img{
	position: relative;
	top: 5px;
}

#home-slider h1{
	color: rgba(255,255,255,0.7);
	font-size: 48px;
}

#home-slider .hr{
	border: 1px solid rgba(255,255,255,0.7);
	margin-top: 44px;
	margin-bottom: 44px;
	width: 60%;
	float: right;
}

#home-slider p{
	font-size: 18px;
	color: rgba(255,255,255,0.7);
	margin-bottom: 44px;
}

#home-slider .btn{
	background-color: #dd4749;
	padding: 20px;
	color: #fff;
	font-size: 18px;
	border-bottom: 4px solid #a02a2c;
	font-family:'Roboto';
	cursor: pointer;
	position: relative;
	margin-bottom: 88px;
}

#home-slider .btn:hover{
	top: 5px;
	border-bottom: 0px solid #a02a2c;
	
}

#home-slider iframe{
	width: 100% !important;
	height: 290px;
	margin-top: 44px;
	border: none;
}

/********************* FEATURES SECTION *********************/

.feature h4{
	margin-top: 22px;
	margin-bottom: 22px;
	border-bottom: 2px solid;
	display: inline-block;
	font-size: 16px;
	color: #444;
	padding-bottom: 2px;
}

.platform-row h2{
	color: #dd4749;
	font-weight: normal;
	margin-bottom: 11px;
}

.mid-row{
	background-color: #f5f5f5;
}

.platform-row .hr{
	width: 40%;
	border: 1px solid #ccc;
	margin-bottom: 0px;
	display: inline-block;
}

.platform-row p{
	margin-top: 22px;
	margin-bottom: 44px;
}

.platform-row img{
	max-height: 400px;
	text-align: center;
}

.platform-row .blue-btn{
	display: inline-block;
	font-size: 18px;
	padding: 20px;
	margin-left: 18px;
}

.platform-row .blue-btn:hover{
	top: 5px;
	border-bottom: 0px solid #4aa89f;
	
}

.platform-row .green-btn{
	display: inline-block;
	font-size: 18px;
	padding: 20px;
}

.platform-row .green-btn:hover{
	top: 5px;
	border-bottom: 0px solid #4aa89f;
	
}

/*************** NEWSLETTER SECTION **************/

#newsletter{
	background:url('http://placehold.it/1280x800');
	background-size: cover;
	background-color: #235071;
	padding-top: 49px;
}

#newsletter .inner-section{
	padding-bottom: 10px;
}

#newsletter i{
	float: left;
	display: block;
	font-size: 170px;
	height: 100px;
	width: 100px;
	line-height: 0.35;
	color: rgba(255,255,255,0.7);
	float: left;
}

#newsletter h3{
	color: rgba(255,255,255,0.7);
	font-weight:normal;
}

.newsletter-email{
	width: 60% !important; 
	top: 3px;
	position: relative;
	height: 63px !important;
}

.newsletter-btn{
	background-color: #dd4749;
	border-style: none;
	border-bottom: 3px solid #222;
	padding: 20px;
	color: #fff;
	font-family: 'Roboto';
	border-bottom: 3px solid #a02a2c;
	cursor: pointer;
	position: relative;
	width: 35%;
	margin-left: 5%;
	font-size: 18px;
}

.newsletter-btn:hover{
	top: 3px;
	border-bottom: 0px solid #a02a2c;
}

#newsletter .green-btn{
	border-bottom: 3px solid #20a86a !important;
	background-color: #30d589 !important;
	cursor: default !important;
}	

#newsletter .form-sent{
	top: 3px;
	height: 64px;
	text-align: center;
}

/**************** PRICING SECTION ****************/

.price-table h4{
	font-family: 'Roboto';
}

.price-headingred{
	padding: 25px;
	background-color: #dd4749;
}
.price-amountred{
	padding: 35px;
	/*background-color: #e2897f;*/
	background-color: #e57274;
}
.price-headinggreen{
	padding: 25px;
	background-color: #30d589;
}
.price-amountgreen{
	padding: 35px;
	background-color: #72e5aa;
}

.price-headingblue{
	padding: 25px;
	background-color: #4794dd;
}
.price-amountblue{
	padding: 35px;
	background-color: #72ade5;
}


.price-details{
	list-style: none;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;

}

.price-details li{
	font-size: 16px;
	padding: 15px;
}

.price-details li:nth-child(odd){
	background-color: #fff;
}

.price-details li:nth-child(even){
	background-color: #eee;
}

.price-purchase{
	padding: 25px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	min-height: 112px;
	background-color: #fff;
}

.price-purchase .btn{
	/*display: inline-block;*/
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.price-purchase .btn:hover{
	top: 3px;
	border-bottom: 0px solid #fff;
}

/******************** FAQ Section ********************/

.question-holder{
	margin-bottom: 22px;
	width: 100%;
}	

.question{
	background-color: #2b516f;
	padding: 25px;
	cursor: pointer;
	width: 100%;
}

.question:hover span{
	bottom: 3px;
}

.question span{
	font-size: 16px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
	position: relative;
}

.question i{
	display: inline-block;
	font-size: 55px;
	height: 5px;
	
}

.show-question{
	font-size: 40px !important;
	margin-left: 11px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	float: right;
	margin-top: 10px;
	position: relative;
}

.show-rotate{
	-moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    top: -5px;
}

.answer{
	border-bottom: 3px solid #ccc;
	background-color: #eee;
	max-height: 1px;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.answer p{
	padding: 15px;
}

.answer-open{
	max-height: 400px;
}

/************************ AS SEEN ON SECTION *******************/

.critic-review{
	margin-top: 22px;
}

.critic-review i{
	color: #fb0;
	font-size: 20px;
}

.critic-review h5{
	margin-top: 11px;
	color: #777;
	font-family:'Roboto';
	font-weight: normal;
}

/*********************** FOOTER SECTION *******************/

#footer{
	/*background:url('http://placehold.it/1280x800');*/
	background-size: cover;
	background-color: #222;
	color: #000;
	/*padding-top: 44px;*/
}

#footer h4, #footer h5, #footer h6{
	color: #fff;
	font-family: 'Roboto';
}

#footer h3{
	font-family: 'Lily Script One';
	color: #fff;
	opacity: 0.2;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 0px;
	margin-top: 66px;
}

#footer li{
	list-style: none;
	font-family: 'Roboto';
	font-size: 17px;
	margin-bottom: 3px;
}

#footer li a{
	color: #fff;
}

.footer-title{
	margin-bottom: 44px;
	color: #fff;
}

#footer p{
	color: #fff;
}

#footer i{
	font-size: 40px;
	margin-left: 22px;
	color: #fff;
	opacity: 0.5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

#footer i:hover{
	opacity: 1;
}

.footer-social{
	margin-top: 11px;
}

#footer .newsletter-email{
	background-color: #fff;
	border: 1px solid #fff;
	height: 54px !important;
	color: #666;
	width: 100% !important;
}	

#footer .newsletter-btn{
	padding: 15px;
	font-size: 16px;
	right: 0px;
	width: 130px !important;
}

#footer .green-btn{
	border-bottom: 3px solid #20a86a !important;
	background-color: #30d589 !important;
	cursor: default !important;
	text-align: center;
}	


.mail-link a{
	color: #fff;
}

.mail-link{
	margin-top: 22px;
	font-size: 16px;
	margin-bottom: 44px;
}

.mail-link i{
	display: inline-block;
	padding-bottom: 6px;
	padding-right: 10px;
	opacity: 1 !important;
}
/*CUSTOM*/
#home{
	background-image: url("/images/shadow.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-position-y: 135px;
	overflow-y: hidden;
	max-height: 740px;
}
#home, #main-nav{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.content_info{
	text-align: center;
	font-family: 'Roboto';
	width: 620px;
	margin: auto;
}
.content_info img{
	-webkit-filter: drop-shadow(5px 5px 5px #222);
    filter:         drop-shadow(5px 5px 5px #222); 
}
.content_info h3{
	font-size: 67px;
	font-family: 'tuintra';
	color: #FFF;
}
.content_info h1{
	margin-top: 40px;
	margin-bottom: 18px;
	font-size: 32px;
	font-family: 'Roboto';
	font-weight: normal;
}
.content_info h2{
	font-size: 17px;
	font-family: 'Roboto';
	font-weight: lighter;
}
.player {
	float: right;
}
.frame-img{
	background-image: url("/images/frame.png");
    float: right;
    margin: auto auto 0;
    min-height: 330px;
    width: 1140px;
}
.btn-large{
	max-width: 100%;
	font-size: 26px;
}
.btngrande{
	width: 290px;
	margin: auto;
	padding: 50px 0px 50px 0px;
	text-align: center;
}

/*CUSTOM RESPONSIVE*/
@media only screen and (max-width: 767px){
	.content_info{
		text-align: center;
		font-family: 'Roboto';
		width: 100%;
		margin: auto;
	}
	.price_form{
		width: 100%;
	}
}

.framecontent{
    float: left;
    height: 330px;
    overflow: hidden;
    position: relative;
    top: 62px;
    width: 1140px;
}

.ft-right, .ft-left{
	float: left;
	width: 50%;
}
.ft-right{
	text-align: right;
}

.cmimg{
	width: 150px;
	height: 150px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin: auto;
	overflow: hidden;
}
.price_form{
	width: 33.333%;
	margin: auto;
}
.fivecomments{
	width: 20% !important;
}
.formbuy{
	/*margin: 45px auto 0;*/
    /*max-width: 400px;*/
}
.formbuy .input-group input{
	width: 100%;
}
.input-name{
	margin-top: 30px;
}
.input-group {
    width: 100%;
}
.btn_error{
	border: 1px solid red !important;
}
.errBox_red, .errBox_green{
	padding: 30px;
	width: 100%;
}
.errBox_red{
	border: 1px solid #ff3434;
	background-color: #ff9a9a;
	color: #ff3434;
}
.errBox_green{
	border: 1px solid #007300;
	background-color: #9aff9a;
	color: #007300;
}
.aftermsg-social{
	margin-top: 30px;
}
.aftermsg-social a{
	font-size: 40px;
	color: #333;
}

@media (max-width: 768px) {
	.price_form{
		width: 100%;
	}
	.fivecomments{
		width: 100% !important;
	}
	.mas_deportes {
	    margin-left: 0px;
	}
	.btn-code{
		width: 100%;
	}
}
.mas_deportes {
    min-height: 115px;
    text-align: center;
    width: 100%;
	margin-left: 25%;
	margin-bottom: 55px;
}
.mas_deportes a div, .mas_deportes_gene a div{
    float: left;
    width: 100px;
    margin-right: 50px;
    color: #EEE;
    padding: 5px;
    text-align: center;
}
.mas_deportes a div img, .mas_deportes_gene a div img{
    width: 100%;
}
.mas_deportes_gene {
  margin: auto;
  min-height: 115px;
  width: 750px;
}
.mas_deportes_gene a div{
    color: #333;
}
.btn-code{
	width: 400px;
	margin: auto;
	text-align: center;
	text-transform: uppercase;
}
.span6{
	float: left;
	width: 50%;
	padding: 20px;
}
.padre_form{
	border: 1px solid black;
}

#cookiesMainContainer {
	width: 100%;
	grid-template-areas: "left content right";
	grid-template-columns: 1fr;
	grid-gap: 10px;
	position: fixed;
	bottom: 30px;
	z-index: 2;
}

#cookiesButtonContainer {
	display: flex;
}

#cookiesButtonContainer button {
	margin: auto;
	background: #226ca2;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 0.75px;
	height: 32px;
	width: auto;
	padding: 2px 32px 0px 32px;
	position: relative;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	border-radius: 16px;
}

#cookiesPolicyContainer {
	grid-area: content;
	padding: 10px;
	background-color: black;
	border-radius: 10px;
	color: red;
	display: grid;
	grid-template-columns: 1fr 200px;
}