body
{
	height: 100%;
  	margin: 0;
	text-rendering: optimizelegibility;
	font-family: 'Muli', sans-serif;
	background-color:#020a11;
}

a
{
	text-decoration:none;
	color:inherit;
} 

img
{
	vertical-align: bottom;
}


.topsection
{
	overflow:hidden;
	width:98%;
	margin:0 auto;
	background-image:url(2022_paginaPrincipal.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.top
{
	overflow:hidden;
	width:100%;
}

.logo
{
	width:241px;
	height:52px;
	margin: 24px 40px;
	float:left;
	background-image:url(logotop.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.login
{
	float: right;
	width: auto;
	height: auto;
	cursor:pointer;
	color:#fff;
	font-size: 17px;
	background-color:rgb(46, 100, 204);
	padding: 9px 20px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 35px 40px;
}

.login:hover
{
	background-color:rgb(60, 163, 187);
}

.topbox
{
	width: 50%;
	margin: 100px auto 0;
	text-align: center;
}

h1
{
	color:#fff;
	font-weight: 600;
	font-size: 45px;
	letter-spacing: -1px;
	line-height: 49px;
}

h2 {
    color:#fff;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 30px;
    margin: 20px 0 45px;
}

.trybox {

    overflow: hidden;
    width: 355px;
    margin: 0 auto;
    text-align: center;
    padding: 23px 15px 20px;
    background-color: rgba(36, 64, 84, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.trybox input
{
	padding: 11px 15px;
	font-size: 17px;
	width: 308px;
	color:#46576a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	margin-bottom: 20px;
}


.trybutton
{
	width: 300px;
	height: auto;
	cursor: pointer;
	color:#fff;
	font-size: 24px;
	background-color:rgb(36, 178, 151);
	padding: 10px 20px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto;
}

.trybutton:hover
{
	background-color: rgb(36, 178, 98);
}

.trybuttonTienes
{
	width: 200px !important;
	font-size: 18px !important;
	height: 25px !important;
	padding: 5px 20px 6px !important;
}
.tryCodigoTienes
{
	width: 200px !important;
	font-size: 16px !important;
	height: 20px !important;
	padding: 5px 15px !important;

}
.section
{
	width:100%;
	overflow:hidden;
	background-image: url(gradiente.png);
	background-position: center;
	background-size: 30% 100%;
	padding-bottom:50px;
	border-bottom: 7px solid #304c60;
}

.boxcenter
{
	margin: 130px auto 40px;
	width: 80%;
	overflow: hidden;
	max-width: 1000px;
}

.leftinf
{
	width: 40%;
	float: left;
	overflow: hidden;
}

.leftinf p a
{
	overflow: hidden;
	margin: 10px 5px 5px;
	height: 30px;
	width: 30px;
	display: inline-block;
}

.leftinf p a img
{
	height:100%;
	width:100%;
}

.rigthinf
{
	width: 60%;
	overflow: hidden;
	padding: 10px 0 0;
	float: left;
	text-align:center;
}

.rigthinf img
{
	width: 100%;
	max-width:700px;
	height:auto;
}

h5
{
	color:#fff;
	font-weight: 500;
	font-size: 35px;
	letter-spacing: 0px;
	line-height: 33px;
	margin:0 0 20px;
}

h4
{
	color:#fff;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 30px;
	margin: 0;
}

.foot
{
	overflow: hidden;
	color:#adadad;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	padding: 1px;
	background-color:#0a1621;
}

.footlogo
{
	width: 46px;
	height: 47px;
	overflow: hidden;
	background-image: url(logo-footer.png);
	background-size: cover;
	background-position: center;
	margin: 15px auto;
}

.sectionVideo
{
	width:620px;
	height:489px;
	overflow:hidden;
	margin: 60px auto 0;
	background-image:url(pantalla.png);
	background-repeat:no-repeat;
	background-size:100%;
}

.videobox
{
    width: 600px;
    height: 305px;
    margin: 10px auto;
}

.sectionimg
{	
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	/* border-bottom: 7px solid #21272b; */
}

.imgfull
{
	margin: 0 auto;
	width: 55%;
	max-width: 700px;
	height: auto;
	border: 2px solid #fff;
	overflow: hidden;
}

.imgfull img
{
	width: 100%;
}

.carouselbox
{
	max-width:656px;
	margin: 0 auto;
}

.itmfilm
{
	width:150px;
	height: 220px;
	margin: 0 7px;
	-webkit-border-radius: 3px;
-moz-border-radius:3px;
border-radius: 3px;
}


.slick-next::before {
    content: '\f061' !important;
	font-family: fontAwesome !important;
}

.slick-prev::before {
     content: '\f060' !important;
	font-family: fontAwesome !important;
}

.sectionSlick
{
	border-bottom: 7px solid #202226;
	border-top: 7px solid #202226;
	margin-top: 40px;
	padding: 88px 0 100px;
}

.sectionSlick p
{
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 35px;
    letter-spacing: 0px;
    line-height: 33px;
    margin: 0 0 45px;
}

.sectionimg p
{
	color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 35px;
    letter-spacing: 0px;
    line-height: 33px;
    margin: 0 0 45px;
}

.sectionimgTienes
{
	font-size: 20px !important;
	margin-bottom: 10px !important;
}

#accordion
{
	width: 70%;
	margin: 0 auto;
	max-width: 800px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
   border: 1px solid #303030 !important;
	background: #303030 !important;
	font-size: 1.625rem !important;
	color: #ffffff !important;
	margin: 0 0 1px;
	font-weight: 300;
	padding: 0.8em 2.2em 0.8em 1.2em;
	cursor:pointer;
}

.ui-accordion .ui-accordion-content {
    font-size: 1.600rem;
    font-weight: 200;
    background: #303030;
    color: #fff;
    padding: 1.2em;
	height: auto !important;
	border:none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #303030 !important;
	background: #303030 !important;
	font-size: 1.625rem !important;
	color: #ffffff !important;
	margin: 8px 0 1px;
	font-weight: 200;
	padding: 0.8em 2.2em 0.8em 1.2em;
	cursor:pointer;
}

.ui-accordion-content p
{
	padding:0;
	margin:0;
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
	background-image:url(close.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
    float: right;
    width:30px;
	height:30px;
	margin-right: -25px;
}

.ui-icon
{
    background-image:url(more.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
    float: right;
    width:30px;
	height:30px;
	margin-right: -25px;
}

#accordion p
{
	font-weight:200;
}


@media only screen and (max-width: 1000px) {
	
.topbox {

    width: 70%;
    margin: 80px auto 0;
}
	
}

@media only screen and (max-width: 850px) {
	
h1 {
    font-size: 35px;
    letter-spacing:inherit;
    line-height: 42px;
}

h2 {
    font-size: 24px;
    margin: 5px 0 30px;
}

.trybutton {

    width: 270px;
    font-size: 20px;
}

.trybuttonTienes
{
	width: 180px !important;
	font-size: 14px !important;
}

#accordion
{
	width:80%;
}

.sectionSlick p
{
    font-size:25px;
}

.sectionimg p
{
    font-size:25px;
}
.sectionimgTienes
{
	font-size: 15px !important;
}
	
}


@media only screen and (max-width: 770px) {

.carouselbox {
    max-width: 492px;
}

#accordion
{
	width:85%;
}

.ui-accordion .ui-accordion-content {
    font-size: 22px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    font-size: 23px !important;
}

}

@media only screen and (max-width: 670px) {

.boxcenter {

    margin: 110px auto 70px;
}
	
.topbox {

    width: 80%;
}	
	
.rigthinf {

    width: 100%;
    margin-top: 30px;
}

.leftinf {

    width: 100%;
	text-align:center;
}	

.footlogo {

    width: 37px;
    height: 36px;
}

.logo {

    width: 200px;
    height: 43px;
}
	
.sectionVideo {
    width: 400px;
    height: 315px;
}

.videobox {
    width: 386px;
    height: 197px;
    margin: 6px auto;
}
	
}

@media only screen and (max-width: 590px) {

.carouselbox {
    max-width: 332px;
}

#accordion
{
	width:90%;
}

.ui-accordion .ui-accordion-content {
    font-size: 19px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    font-size: 21px !important;
}

.sectionSlick p
{
    font-size:20px;
}

.sectionimg p
{
    font-size:20px;
}
.sectionimgTienes
{
	font-size: 18px !important;
}

}
.sectionVideo
{
	margin-top: 30px !important; 
}
.topbox
{
	margin-top:10px;
}
@media only screen and (max-width: 520px) {

.login {
    font-size: 14px;
    padding: 7px 20px 7px;
}

.trybox input {

    font-size: 16px;
    width: 85%;
}

.trybutton {

    width: 82%;
    font-size: 18px;
	padding: 10px 20px 11px;
}

.trybuttonTienes
{
	width: 50%px !important;
	font-size: 12px !important;
}

h5 {
    font-size: 30px;
}

h4 {
    font-size: 17px;
}

.boxcenter {

    margin: 110px auto 40px;
}
	
}

@media only screen and (max-width: 500px) {
	
.logo {

    width: 170px;
    height: 37px;
	margin: 25px;
}	

.login
{
	margin: 25px;
}

h1 {

    font-size: 29px;
    line-height: 37px;
}

h2 {

    font-size: 22px;
}

#accordion
{
	width:94%;
}


.leftinf p a
{
	height: 45px;
	width: 45px;
}

.trybox {

    padding: 20px 0 20px;
    width: 96%;
}

.trybox input {
    width: 80%;
}

.trybutton {

    width: 76%;
}

.trybuttonTienes
{
	width: 50% !important;
}

}

@media only screen and (max-width: 440px) {

.sectionVideo {
    width: 306px;
    height: 241px;
	margin: -100px auto 0;
}	
	
.videobox {
    width: 295px;
    height: 150px;
    margin: 5px auto;
}	

	
}
	


@media only screen and (max-width: 405px) {

.logo {

    width: 185px;
    height: 40px;
    float: none;
    margin: 25px auto;
}

.login
{
	float: none;
	width:100px;
    margin: 25px auto;
	text-align:center;
}

.imgfull
{
	width: 65%;
}

#accordion
{
	width:96%;
}

}

@media only screen and (max-width: 360px) {

.carouselbox {
    max-width: 164px;
}

}


