html,
body,
.container {
  /*height: 100%;*/
}
.color_institucional, .infe, .inferior_masinfo{
	background: rgba(26, 26, 26, 1); 
}
.color_rosa, .linea_rosa, .boton-menu{background: rgba(71, 164, 194, 1);}

.linea_rosa{
    /*height:200px;*/
    background: rgb(255, 51, 102);
    background: linear-gradient(90deg, rgba(45,178,0) 0%, rgba(255,51,102,1) 0%, rgba(150,126,197,1) 48%, rgba(0,255,222,1) 100%);
    background-size: 300% 100%;
    animation: gradient 3s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.txto_rosa, a:link, a:visited, a:hover, a:active, .timeline .swiper-slide .timeline-year{ color: rgba(255, 51, 102, 1); }

.cursor:hover, .patrocinador:hover, .close_caja:hover, .social:hover, .socialt: hover;{cursor: pointer;}
.color_amarillo, .de, .patrocinador:hover #txt_vidcom, .patrocinador:hover #txt_tar, .patrocinador:hover #txt_etv, .patrocinador:hover #txt_rt, .patrocinador:hover #txt_rcp, .patrocinador:hover #txt_rpc, .patrocinador:hover #txt_ml, .patrocinador:hover #txt_rc, .novedades .izq .sup{ color: rgba(255, 147, 38, 1); }
audio {
    filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
    width: 200px;
    height: 10px;
}
body {
  /*font-family: "Open Sans", sans-serif;*/
  font-size: 14px;
  background: rgba(23, 65, 112, 1); 
  /*background: url(../img/dark.jpg) center center no-repeat;*/
  background-size: cover;
  text-align:center;
}
.txt_general::-webkit-scrollbar {
  width: 8px;               /* width of the entire scrollbar */
  padding:0px;
  margin:0;
}

.txt_general::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08); 
  border-radius:4px;      /* color of the tracking area */
  -moz-border-radius: 4px;
}

.txt_general::-webkit-scrollbar-thumb {
  background: rgba(176, 50, 62, 1);    /* color of the scroll thumb */
  border-radius:4px;       /* roundness of the scroll thumb */
  -moz-border-radius: 4px;
}
.txt_general{
	scrollbar-width: thin;          /* "auto" or "thin" */
  	scrollbar-color: rgba(176, 50, 62, 1) rgba(255, 255, 255, 0.08);
	}
.corner_top_mask {
	border-radius:20px;
}
/***************   play   ****************/
a:link {
	text-decoration: none;
	}
	a:visited {
	text-decoration: none;
	}
	a:hover {
	text-decoration: none;
	}
	a:active {
	text-decoration: none;
	}
	
	#player {
	width: 132px; 									
	height:132px;
	left:calc(50% - 66px);																					
	position: relative;
	/*top: 150px;*/
	}
	
	#play{
	width:118px;
	height:118px;
	/*margin-left:calc(50% - 120px);
	left:50%;*/
	border-radius: 60px;
	border-style:solid;
	border-width:1px;
	border-color:rgba(255, 255, 255, 0.4);
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.4);			
	background-image:url(../svg/play_white.svg);
	background-size: 118px 118px;			
	-moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  
	}
	
	#play:hover{
	border-color:rgba(255, 51, 102, 0.8);
	background: rgba(255, 51, 102, 1);
	background-image:url(../svg/play_white.svg);
	background-size: 118px 118px;			
	-moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
	cursor:pointer;
	box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.4);
	border-style: solid;
    border-color:rgba(255, 51, 62, 0.8);
    border-width: 1px;
	}
	
	#pause{
	height: 118px;  								
	width: 118px;				
	background-color:rgba(0, 0, 0, 0.6);					
	background-image:url(../svg/pause_white.svg);	
	background-size: 118px 118px;
	-moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
	-webkit-animation: 3s rotate linear infinite;
	animation: latidos .9s infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;	
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.4);
    border-style: solid;
    border-color:rgba(0, 0, 0, 0.8);
    border-width: 1px;
	}

	@keyframes latidos {
    from { transform: none; }
    50% { transform: scale(0.8); }
    to { transform: none; }
}
	  
	#pause:hover{
	width:118px;
	height:118px;								
	background-color:rgba(255,255,255,1);	
	animation:paused;
	border-color:rgba(255, 51, 102, 0.8);
	background: rgba(255, 51, 102, 1);
	background-image:url(../svg/pause_white.svg);
	background-size: 118px 118px;			
	-moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
	cursor:pointer;
	}
	
	#play, #pause {									
	position: absolute;							
	left:6px;											
	top:9px;			
	}

/*****************************************/
.play{
	width:132px;
	height:132px;
	margin-left:calc(50% - 66px);
	background:none;
	position:absolute;
	top:280px;
	z-index:8;}

.playboton{
	width:118px;
	height:118px;
	/*margin-left:calc(50% - 120px);*/
	left:50%;
	/*margin-top:200px;*/
	border-radius: 60px;
	border-style:solid;
	border-width:1px;
	border-color:rgba(255, 255, 255, 0.4);
	background: rgba(255, 51, 62, 1);
	box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.4);
	}
.playboton:hover{
	border-color:rgba(255, 51, 62, 0.8);
	background: rgba(255, 51, 62, 0.6);
	cursor:pointer;
	}
.linea_rosa{
	width:100%;
	height:4px;}

.boton-menu{
	width:auto;
	height:auto;
	padding:10px;
	margin:0px 5px 5px 5px;
	display:inline-block;
	color:#FFF;
	border-radius: 4px;
	font-size:11px;
	letter-spacing:1px;
	font-family: 'Quicksand', sans-serif;
	}
.boton-menu:hover{
	background: rgba(255, 51, 102, 1);
	cursor:pointer;}

.pista{
	background: rgba(255, 51, 102, 1);
	width:220px;
	height:auto;
	padding:4px;
	color:#fff;
	font-family: 'Quicksand', sans-serif;
	text-align:center;
    font-size:12px;
    letter-spacing:1px;
	text-shadow: 0.1em 0.1em 0.05em #333;
	position:absolute;
	left:50%;
	margin-left:-114px;
	top:420px;
	z-index:5;
	box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	border-style:solid;
	border-width:1px;
	border-color:rgba(255, 255, 255, 0.4);}

.contenido_novedades{
	width:100%;
	height:auto;
	background: url(../img/atencion.png) center top repeat-y;}

.novedades{
	width:auto;
	height:90px;
	height: auto;
	padding:0px 5px;
	display:inline-block;
	margin:0px 10px;}
.novedades:hover .der{
	background: rgba(255, 51, 62, 0);
	cursor:pointer;
	-webkit-transform:scale(1);transform:scale(1);
	transition:all .3s ease-in-out;
	}
.novedades .der{
	-webkit-transform:scale(0.8);transform:scale(0.8);
	transition:all .3s ease-in-out;
	}
.novedades:hover .izq .sup, .izq .inf{
	cursor:pointer;
}
.novedades:hover .izq .sup{
	color: rgba(255, 147, 38, 1);
}
.img_nota{filter: grayscale(100%);}
.novedades:hover .img_nota{filter: grayscale(0%);}

.novedades .izq{
	width:200px;
	height:90px;
	float:left;}
.novedades .izq .sup{
	width:auto;
	height:auto;
	margin-left:auto;
	margin-bottom:5px;
	border-style:solid;
	border-width:0px 0 1px 0;
	border-color:rgba(255, 255, 255, 0.4);
	text-align:right;
	font-family: 'Bebas Neue', cursive;
	font-size:16px;
	padding-right:10px;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:1px;
	float:right;}

.novedades .izq .inf{
	width:auto;
	height:auto;
	margin-left:auto;
	color:#fff;
	text-align:right;
	font-family: 'Bebas Neue', cursive;
	font-size:18px;
	padding-right:10px;
	float:right;}

.novedades .der{
	width:80px;
	height:80px;
	/*margin-left:5px;*/
	background:none;
	float:left;
	/*border-style:solid;
	border-width:4px;
	border-radius:8px;*/
	border-color:rgba(55, 42, 9, 0);
	overflow:hidden;}

.seccion_contenido{
	width:260px;
	height:auto;
	padding:5px;
	display:inline-block;
	vertical-align:top;
	margin-top:40px;
	margin-bottom: 20px;
	/*background:#C36;*/}

.seccion_division{
	width:90%;
	margin:0px 0px;
	height:1px;
	display:inline-block;
	vertical-align:top;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3029586834733894) 48%, rgba(255,255,255,0) 100%);}

.titulos{
	font-size:40px;
	font-family: 'Bebas Neue', cursive;
	text-align:center;
	color:#fff;
	padding:2px 0 0 0;
	}
.txt_general{
	width:calc(100% - 20px);
	height:auto;
	font-size:12px;
	padding:10px;
	text-align:justify;
	color:fff;
	font-family: 'Quicksand', sans-serif;
	/*overflow-y: scroll;
	overflow-y: auto;*/
	max-height:215px;}
.de{
	font-family: 'Quicksand', sans-serif;
	font-size:12px;}

.infe{
	width:calc(100% - 40px);
	height: auto;
	padding:20px 20px 0 20px;
	text-align: center;
}

.infe .logo{
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background-size: 80px 80px;
	background-repeat: no-repeat;
    display: inline-block;
}

.infe .logo2{
	width: 180px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/logo_valero.png) center;
	background-size: 180px 46px;
	background-repeat: no-repeat;
    display: inline-block;
}

.inferior_txt{
	width: auto;
	height: auto;
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	color: rgba(255, 255, 255, 1.0);
	padding: 10px;
}

.inferior_masinfo{
	width: calc(100% - 20px);
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	color: #FFF;
}

.txt_patrocinador{
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	color: rgba(255, 255, 255, 1.0);
	color: #FFF;
	text-align: left;
	padding-top: 10px;
}

.patrocinador{
width: 100%;
height: 60px;
display: block;
}
.patrocinadorbio{
width: 260px;
height: 60px;
margin-bottom: 10px;
}
.patrocinadorme{
width: 260px;
height: 60px;
margin-bottom: 10px;
}
.img_patrocinador{
	width: 60px;
	height: 60px;
	margin-right: 5px;
	float: left;
}
#etv{ background: url(../patrocinador/equipo_tactico.png) no-repeat; 	background-size: 60px 114px; background-position: 0 0;}
#rt{ background: url(../patrocinador/ropa_tovar.png) no-repeat; 	background-size: 60px 114px; background-position: 0 0;}
#rcp{ background: url(../patrocinador/rincon_campestre.png) no-repeat; 	background-size: 60px 114px; background-position: 0 0;}
#rpc{ background: url(../patrocinador/repara_pc.png) no-repeat; 	background-size: 60px 114px; background-position: 0 0;}
#ml{ background: url(../patrocinador/my_love.png) no-repeat; 	background-size: 60px 114px; background-position: 0 0;}
#rc{ background: url(../patrocinador/rincon_chocolate.png) no-repeat; 	background-size: 60px 114px; background-position: 0 0;}
#tar{ background: url(../patrocinador/tarot.png) no-repeat; 	background-size: 60px 114px; background-position: 0 0;}
#bio{ background: url(../patrocinador/bio.png) no-repeat; 	background-size: 260px 120px; background-position: 0 0;}
#me{ background: url(../patrocinador/me.png) no-repeat; 	background-size: 260px 120px; background-position: 0 0;}

#bio:hover {background-position: 0px -60px; cursor: pointer;}
#me:hover {background-position: 0px -60px; cursor: pointer;}
.patrocinador:hover #tar, .patrocinador:hover #etv, .patrocinador:hover #rt, .patrocinador:hover #rcp, .patrocinador:hover #rpc, .patrocinador:hover #ml, .patrocinador:hover #rc{ background-position: 0 -57px; 
}
.caja, #caja_saludos, #caja_whatsapp, #caja_reminiscente, #caja_suceso, #caja_noticia1, #caja_noticia2, #caja_frase{
width: 100%;
height: 100%;
margin: 0 0;
top: 0px;
bottom: 0px;
position: fixed;
z-index: 100;
background: rgba(0, 0, 0, 0.99);
overflow: hidden;
overflow-y: scroll;
}
.close_caja{
position: absolute;
width: 30px;
height: 30px;
position: absolute;
right: 20px;
top: 20px;
z-index: 105;
background: url(../svg/close_white.svg);
background-size: 30px 30px;
}
.social, .socialt{
width: 30px;
height: 30px;
display: inline-block;
margin: 10px 5px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.socialt{ background: #FFF; }
.social:hover, .socialt:hover{
	-webkit-transform:scale(1.4);transform:scale(1.4);
	transition:all .3s ease-in-out;
}

/*******************************************************************************************/
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  flex-direction: column;
}

.timeline {
  width: 100%;
  background-color: #000;
  /*box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);*/
}
.timeline .swiper-container {
  /*height: 600px;*/
  height:520px;
  width: 100%;
  position: relative;
  z-index:4;
}
.timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}
/*****************pantalla pequeña*********************/
.timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: 310px;
  right: 50%;
  top: 5%;
  transform: translate(50%, 0);
  font-size: 12px;
  z-index:200;
}
.timeline .swiper-slide .timeline-year {
  display: block;
  /*font-style: italic;*/
  font-size: 20px;
  margin-bottom: 20px;
  transform: translate3d(20px, 0, 0);
  font-family: 'Quicksand', sans-serif;
  /*font-weight: 300;*/
  opacity: 0;
  transition: 0.2s ease 0.4s;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 42px;
  margin: 0 0 20px;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.5s;
  font-family: 'Bebas Neue', cursive;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.8s;
}
.timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-family: 'Quicksand', sans-serif;
  /*font-style: italic;*/
  /*font-weight: 300;*/
  font-size:14px;
  letter-spacing:1px;
  z-index: 3;
}
/*************LINEA*************/
.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  /*background-color: rgba(255, 255, 255, 0.4);*/
  background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3029586834733894) 48%, rgba(255,255,255,0) 100%);
}
/******** texto menu ***********/
.timeline .swiper-pagination-bullet {

  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color:#fff;
  margin: 15px 0 !important;
  position: relative;
}
/************* vi;eta **************/
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -35px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #47A4C2;
  transform: scale(0);
  transition: 0.2s;
  border:solid;
  border-width:2px;
  border-color:#FFF;
}
.timeline .swiper-pagination-bullet-active {
  color:#47A4C2;
  /*text-shadow: 1px 1px 1px #000;*/
}
.timeline .swiper-pagination-bullet-active::before {
  transform: scale(1);
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 45%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 8;
  transition: 0.2s;
}
.timeline .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-prev:hover {
  transform: translateX(-3px);
}
.timeline .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-next:hover {
  transform: translateX(3px);
}
/**************************************************************************************************************************************/
@media screen and (min-width: 768px) {

	.play{
	width:132px;
	height:132px;
	margin-left:calc(25% - 66px);
	background:none;
	top: 160px;
	position:absolute;
	z-index:8;}

	.pista{
	background: rgba(255, 51, 102, 1);
	width:220px;
	height:auto;
	padding:4px;
	color:#fff;
	font-family: 'Quicksand', sans-serif;
	text-align:center;
    font-size:12px;
    letter-spacing:1px;
	text-shadow: 0.1em 0.1em 0.05em #333;
	position:absolute;
	left:25%;
	margin-left:-114px;
	top:300px;
	z-index:5;
	box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	border-style:solid;
	border-width:1px;
	border-color:rgba(255, 255, 255, 0.4);}

	.contenido_novedades{
	background: url(../img/atencion.png) center top no-repeat;}

	.seccion_contenido{
	width:260px;
	height:380px;
	padding:5px;
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
	/*background:#C36;*/}

.seccion_division{
	width:1px;
	margin:0px 10px;
	height:380px;
	display:inline-block;
	vertical-align:top;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3029586834733894) 48%, rgba(255,255,255,0) 100%);}

.close_caja{
	position: absolute;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 105;
	background: url(../svg/close_white.svg);
	background-size: 40px 40px;
}

.infe .logo{
	width: 80px;
	height: 80px;
	margin-left: 10px;
	margin-right: 10px;
	background-size: 80px 80px;
	background-repeat: no-repeat;
	display: inline-block;
}

.infe .logo2{
	width: 194px;
	height: 50px;
	margin: 0 auto;
	background: url(../img/logo_valero.png) center;
	background-size: 194px 50px;
	background-repeat: no-repeat;
	display: block
}

	.timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 310px;
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom:10px;
    font-size:19px;
	letter-spacing:1px;
	font-weight:bold;
  }
  .timeline .swiper-slide .timeline-title {
    font-size:64px;
	/*font-size:6vw;*/
    margin: 0;
  }
  
  .timeline .swiper-slide .timeline-text {
    font-size:16px;
  }
  
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 15%;
    left: auto;
    right: 17.5%;
    transform: rotate(90deg) translate(0, 10px);
    z-index: 8;
  }
  .timeline .swiper-button-prev:hover {
    transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    bottom: 15%;
    right: 17.5%;
    transform: rotate(90deg) translate(0, 10px);
    z-index: 8;
  }
  .timeline .swiper-button-next:hover {
    transform: rotate(90deg) translate(3px, 10px);
  }

}
/*********************************************************************************************************************************************************/
@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right:33%;
  }

  .contenido_novedades{
	background: url(../img/atencion.png) center top no-repeat;}
}
