/*!
Theme Name: ZTE Escudería TELMEX TELCEL
Theme URI: https://www.escuderiatelmex.com/portal/et/es/
Author: Escudería TELMEX TELCEL
Author URI: https://www.escuderiatelmex.com/portal/et/es/
Description: Tema landing celular ZTE ESCUDERÍA TELMEX TELCEL
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: escuderiatelmex.com
*/

@font-face {
	font-family: 'AMX-Bold';
	src: url('fonts/amx-bold.eot');
	src: url('fonts/amx-bold.eot?#iefix') format('embedded-opentype'),url('fonts/amx-bold.svg#amx-bold') format('svg'),url('fonts/amx-bold.ttf') format('truetype'),url('fonts/amx-bold.woff') format('woff'),url('fonts/amx-bold.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'AMX-Regular';
	src: url('fonts/amx-regular.eot');
	src: url('fonts/amx-regular.eot?#iefix') format('embedded-opentype'),url('fonts/amx-regular.svg#amx-regular') format('svg'),url('fonts/amx-regular.ttf') format('truetype'),url('fonts/amx-regular.woff') format('woff'),url('fonts/amx-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'AMX-Light';
	src: url('fonts/amx-light.eot');
	src: url('fonts/amx-light.eot?#iefix') format('embedded-opentype'),url('fonts/amx-light.svgamx-light') format('svg'),url('fonts/amx-light.ttf') format('truetype'),url('fonts/amx-light.woff') format('woff'),url('poppins-light.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

:root{
	--minHeightHeaderInterior: 290px;
	--minHeightHeader: 250px;
	--minHeightFooter: 700px;
	--marginBottomButtonHome: 70px;
	
	--minHeightHeaderTablet: 180px;
	--minHeightHeaderInteriorTablet: 200px;
	--marginBottomButtonHomeTablet: 40px;
	--minHeightFooterTablet: 500px;
	
	--minHeightHeaderPhone: 120px;
	--minHeightHeaderInteriorPhone: 200px;
	--marginBottomButtonHomePhone: 15px;
	--minHeightFooterPhone: 400px;
}

/* Basics */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, body{
	height:100%;
	color: #fff;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
}

body {
 line-height:1;
 }

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
 display:block;
}

nav ul {
 list-style:none;
}

blockquote, q {
 quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
 content:'';
 content:none;
}

a {
 margin:0;
 padding:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
}

input, select {
 vertical-align:middle;
}
/*End Basics*/

/*Background*/
body{
	background-color: #001429;
}
/*Background*/

/* Content mobile*/
.content-mobile{
	max-width: 1024px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: url("images/background-base.jpg");
	background-position: center center;
	background-size: cover;
}
/* Content mobile*/

/*Header*/

header{
	width: 100%;
	min-height: var(--minHeightHeader);
	position: relative;
	z-index: 10;
}
header .background-header{
	width: 100%;
	min-height: var(--minHeightHeader);
	background: #b30000;
	position: absolute;
	top: 0;
	left: 0;
}
header .background-header:before{
	background-image: url("images/patt-1.jpg");
	background-repeat: repeat-y;
	background-position: center center;
	background-size: contain;
  	content: '';
	width: 100%;
	min-height: var(--minHeightHeader);
	display: block;
	position: absolute;
	top: -6px;
	left: 0px;
}	
header .content-header{
	width: 100%;
	min-height: var(--minHeightHeader);
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
header .content-header.interior{
	min-height: var(--minHeightHeaderInterior);
}	
header .background-header , header .background-header:before{
	clip-path: polygon(0% 0%, 100% 0%, 100% 35%, 0% 100%);
}
header .content-header .logo-zte{
	display: inline-block;
	max-width: calc(50% - 30px);
	text-align: left;
	margin-left: 30px;
}	
header .content-header .logo-zte img{
	width: 85%;
}	
header .content-header .logo-et{
	display: inline-block;
	max-width: calc(50% - 30px);
	text-align: right;
	margin-right: 30px;
}	
header .content-header .logo-et img{
	width: 46%;
}	

header .content-header .back-button{
	width: 35px;
    margin-left: 30px;
    margin-top: -70px;
}
header .content-header .back-button img{
	width: 100%;
}	
header .content-header .back-button:hover{
	opacity: 0.8;
}	
/*End Header*/

/* Footer */
footer{
	width: 100%;
	min-height: var(--minHeightFooter);
	position: relative;
	z-index: 10;
}
footer .background-footer{
	width: 100%;
	min-height: var(--minHeightFooter);
	background: #b30000;
	position: absolute;
	top: 0;
	left: 0;
}
footer .background-footer:before{
	background-image: url("images/patt-2.jpg");
	background-repeat: repeat-y;
	background-position: center center;
	background-size: contain;
  	content: '';
	width: 100%;
	min-height: var(--minHeightFooter);
	display: block;
	position: absolute;
	top: 6px;
	left: 0px;
}
footer .background-footer , footer .background-footer:before{
	clip-path: polygon(0% 26%, 100% 0%, 100% 100%, 0% 99%);
}
footer .content-footer{
	position: relative;
}
footer .content-footer .download-app{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	visibility: hidden;
}

footer .content-footer .download-app .download-btn{
	display: inline-block;
	font-family: 'AMX-Bold';
	color: #fff;
	text-decoration: none;
	background-color: #0099d8;
	padding: 12px 28px;
	border-radius: 10px;
	font-size: 18pt;
	text-align: center;
}

footer .content-footer .download-app .download-btn:hover{
	color: #0099d8;	
	background-color: #fff;
}

footer .content-footer .download-app .download-icon{
	display: inline-block;
	text-align: center;
	width: 150px;
	margin-left: 50px;
}

footer .content-footer .download-app .download-icon img{
	width: 100%;
}	

footer .content-footer .social-media{
	margin-top: 150px;
}
footer .content-footer .social-media p{
	font-family: 'AMX-Bold';
	color: #fff;
	font-size: 18pt;
	text-align: center;
}	
footer .content-footer .social-media ul{
	margin: 50px 0;
	padding: 0;
	text-align: center;
}
footer .content-footer .social-media ul li{
	display: inline-block;
}
footer .content-footer .social-media ul li a{
	display: block;
	width: 100px;
	height: 100px;
	margin-left: 20px;
}	
footer .content-footer .social-media ul li a img{
	width: 100%;
}	
footer .content-footer .tos{
	text-align: center;
}
footer .content-footer .tos a{
	text-decoration: none;
	font-family: 'AMX-Regular';
	color: #fff;
}	
footer .content-footer .tos a:hover{
	text-decoration: underline;	
}	
/* End Footer */

/* Content Main */
.content-main{
	padding: 30px;
	position: relative;
	margin-bottom: 50px;
	z-index: 10;
}
.content-main.home{
	margin-top: -50px;
}
.content-main .large-btn-home{
	margin-bottom: var(--marginBottomButtonHome);
}
.content-main .large-btn-home .btn-image{
	display: block;
}
.content-main .large-btn-home .btn-image img{
	width: 100%;
}	
.content-main .large-btn-home .btn-title{
	font-family: 'AMX-Bold';
	display: block;
	margin-top: 10px;
	text-decoration: none;
	color: #fff;
	background-color: #e50e0e;
	text-align: center;
	font-size: 17pt;
	padding: 10px 0;
}
.content-main .large-btn-home .btn-title:hover , .content-main .large-btn-home .btn-title.hover{
	background-color: #fff;
	color: #e50e0e;	
}	
.content-main .list-small-btn-home{
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.content-main .list-small-btn-home li{
	display: inline-block;
	max-width: calc(33.3% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: var(--marginBottomButtonHome);
}
.content-main .list-small-btn-home li .btn-image{

}
.content-main .list-small-btn-home li .btn-image img{
	width: 100%;
}	
.content-main .list-small-btn-home li .btn-title{
	font-family: 'AMX-Bold';
	display: block;
	margin-top: 10px;
	text-decoration: none;
	color: #fff;
	background-color: #e50e0e;
	text-align: center;
	font-size: 15pt;
	padding: 10px 0;
}
.content-main .list-small-btn-home li .btn-title:hover , .content-main .list-small-btn-home li .btn-title.hover{
	background-color: #fff;
	color: #e50e0e;	
}
.content-main h1{
	margin-top: 15px;
	margin-bottom: 25px;
	font-family: 'AMX-Bold';
	font-size: 25pt;
	letter-spacing: 0.08em;
}
.content-main p a{
	text-decoration: none;
	color: #fff;	
}	
.content-main p a:hover{
	text-decoration: underline;
}
/* End Content Main*/

/* Boletos */
.content-main .boletos-content{
	text-align: center;
	position: relative;
}
.content-main .boletos-content p{
	font-family: 'AMX-Bold';
	font-size: 19pt;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
/* End Boletos*/

/*TOS*/
.content-main .tos{
	
}
.content-main .tos p{
	font-family: 'AMX-Regular';
	font-size: 12pt;
	text-align: justify;
	padding: 10px;
}
.content-main .tos p strong , .content-main .tos p b{
	font-family: 'AMX-Bold';
	font-size: 12pt;
}
/*End TOS*/

/* Wallpapers */
.wallpapers-box{
	margin: 75px auto;
}
.wallpapers-box .bxslider{
	padding: 0;
	margin: 0;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}
.wallpapers-box .bxslider li{
	display: inline-block;
    width: calc((100% / 3) - 30px);
    text-align: center;
    margin: 15px 15px;
    position: relative;
}	
.wallpapers-box .bxslider li a {
    position: relative;
    display: block;
}
.wallpapers-box .bxslider li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal-contenido{
  background-color: #fff;
  max-width:290px;
  width: calc(100% - 60px);
  padding: 10px 30px;
  margin: 10% auto;
  position: relative;
  z-index: 20;
  border-radius: 10px;
}
.modal{
  background-color: rgba(0,0,0,.8);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  pointer-events:none;
  transition: all 1s;
  display: none;
  text-align: center;
  z-index: 9999;
}
.modal.show{
	pointer-events: all;
}
.modal .preview-box{
	position: relative;
}
.modal .preview-box .preview{
	width: 100%;
}
.moda-contenido-close{
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
}
.modal p{
	font-family: 'AMX-Bold';
	font-size: 13pt;
	margin: 15px auto;
}	
.modal .boton-modal{
	margin-top: 10px;
	
}
.modal .boton-modal:first-child {
	border-bottom: 1px solid #cfcfcf;
}	
.modal .boton-modal img{
	width: 50px;
	vertical-align: middle;
	margin-right: 10px;
}
.modal .downloadDesktop , .modal .downloadMovil{
	text-decoration: none;
	color: #0099d7;
	font-family: 'AMX-Bold';
	display: inline-block;
	font-size: 13pt;
	margin-bottom: 30px;
	width: 215px;
}
/* End Wallpapers */

/* Ringtones */
.ringtones-list{
	margin: 0 auto;
	padding: 0;
	max-width: 520px;
	width: 100%;
}
.ringtones-list li{
	padding: 0 0 10px 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	
}
.ringtones-list li a.title{
	display: inline-block;
    width: calc((100% / 2) - 0px);
    text-align: center;
    position: relative;
    font-family: 'AMX-Bold';
    font-size: 13pt;
    line-height: 1.3em;
}
.ringtones-list li .controls{
	display: inline-block;
    width: calc((100% / 2) - 30px);
    text-align: right;
    margin: 15px 15px;
    position: relative;
}
.ringtones-list li .controls a{
	margin-left: 30px;
}	
.ringtones-list li a img{
	width: 50px;
}	
/* End Ringtones */

/* Boletos NASCAR*/
.content-main .boletos-content .list-events{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 520px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.content-main .boletos-content .list-events li{
	width: calc(50% - 30px);
	padding: 15px;
	margin-bottom: 40px;
}	
.content-main .boletos-content .list-events li .title-event{
	font-family: 'AMX-Bold';
	font-size: 15pt;
	padding-bottom: 10px;
	border-bottom: 4px solid #f31111;
}
.content-main .boletos-content .list-events li .date-event{
	margin-top: 15px;
	font-size: 17pt;
}
.content-main .boletos-content .list-events li  .city-event{
	font-family: 'AMX-Regular';
	margin-top: 10px;
	background-color: #f31111;
	padding: 10px 5px;
	font-size: 13pt;
}
.content-main .boletos-content .legend{
	font-family: 'AMX-Bold';
	font-size: 14pt;
}
.content-main .boletos-content .solicita-boletos{
	background-color: #0099d8;
	color: #fff;
	text-decoration: none;
	font-family: 'AMX-Bold';
	font-size: 14pt;
	padding: 15px 20px;
	margin: 20px 0;
	display: inline-block;
	border-radius: 8px;
}
.content-main .boletos-content .solicita-boletos:hover{
	color: #0099d8;
	background-color: #fff;
}	
/* Boletos NASCAR*/

#popup-ios{
	display: none;
	width: 100%;
	background: #fff;
	color: #000;
	position: fixed;
	bottom: 0;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 100;
}
#popup-ios h4{
	margin-top: 10px;
	margin-bottom: 10px;
}
#popup-ios a{
	display: inline;
	text-align: center;
	line-height: 1.3em;
}	
#popup-ios img{
	width: 17px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}	
.popup-close-icon{
	position: absolute;
	right: 10px;
	font-size: 20pt;
	top: 0px;
	
}

/* Modal contacto */
#showFormContact{
	
}
#showFormContact .modal-contenido{
	background-image: url("images/bgContact.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	min-height: 200px;
	margin: 5% auto;
	padding-bottom: 20px;
	max-width: 520px;
	width: calc(100% - 60px);
	overflow: auto;
	height: 500px;
}

#showFormContact .modal-contenido::-webkit-scrollbar {
	-webkit-appearance: none;
}

#showFormContact .modal-contenido::-webkit-scrollbar:vertical {
	width: 11px;
}

#showFormContact .modal-contenido::-webkit-scrollbar:horizontal {
	height: 11px;
}

#showFormContact .modal-contenido::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 1px solid white; /* should match background, can't be transparent */
	background-color: rgba(0, 153, 216 , 0.8);
}
#showFormContact .modal-contenido .header-modal{
	display: flex;
	justify-content: space-between;
	padding-top: 45px;
}
#showFormContact .modal-contenido .header-modal img{
	width: 45%;
	object-fit: contain;
}	
#showFormContact .modal-contenido .header-modal img:first-child{

}
#showFormContact .modal-contenido .header-modal img:last-child{
	
}	
#showFormContact .modal-contenido  .rowContact{
	position: relative;
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}
#showFormContact .modal-contenido  .rowContact .textForm{
	flex-grow: 1;
	text-align: right;
	font-size: 11pt;
	font-family: 'AMX-Regular';
}
#showFormContact .modal-contenido  .rowContact .inputForm{
	font-family: 'AMX-Regular';
}

#showFormContact .modal-contenido .rowSubmit{
	margin: 7px 0px;
	font-family: 'AMX-Regular';
}
#showFormContact .modal-contenido .rowSubmit a{
	color: #fff;
	text-decoration: none;
	font-family: 'AMX-Regular';
	font-size: 11pt;
	margin-top: 10px;
	display: inline-block;
}
#showFormContact .modal-contenido .rowSubmit a:hover{
	text-decoration: underline;
}	
#showFormContact .modal-contenido .wpcf7-not-valid-tip {
	font-size: 11pt;
	margin: 5px;
	font-family: 'AMX-Regular';
}
#showFormContact .modal-contenido  .rowContact .inputForm input{
	padding: 5px;
	font-family: 'AMX-Regular';
	font-size: 11pt;
	border-radius: 5px;
	margin: 0 0px 0px 10px;
}
#showFormContact .modal-contenido  .rowContact .inputForm select{
	padding: 5px;
	font-family: 'AMX-Regular';
	font-size: 11pt;
	border-radius: 5px;
	margin: 0 0px 0px 10px;
	width: 100%;
}

#showFormContact .modal-contenido  .rowSubmit .wpcf7-submit{
	color: #000;
	background-color: #67cadd;
	border: 0;
	font-family: 'AMX-Regular';
	padding: 10px 35px;
	font-size: 12pt;
	border-radius: 25px;
	margin-top: 15px;
}
#showFormContact .modal-contenido .warning-contact{
	font-size: 11pt;
	line-height: 1.3em;
	font-family: 'AMX-Regular';
}
#showFormContact .modal-contenido  .rowSubmit .wpcf7 input[type="file"]{
	font-family: 'AMX-Regular';
	font-size: 11pt;
}
#showFormContact .modal-contenido  .wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
}    
.formulario{
	
}
.resultado-formulario{
	display: block;
	margin: 35px auto;
	max-width: 320px;
	display: none;
}
.resultado-formulario h3{
	font-family: 'AMX-Regular';
	font-size: 21pt;
}
.resultado-formulario p{
	font-family: 'AMX-Regular';
	font-size: 11pt;
}
.resultado-formulario .back_closeModal{
	color: #000;
	background-color: #67cadd;
	border: 0;
	font-family: 'AMX-Regular';
	padding: 10px 35px;
	font-size: 12pt;
	border-radius: 25px;
	margin-top: 15px;
	text-decoration: none;
	display: inline-block;
}	
.closeModal img , .closeModalContact img{
	width: 40px;
}
/* Modal contacto*/