@charset "utf-8";

.slider {
  height: auto !important;
  overflow: hidden;
  position: relative;
}

.slider .seccion {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0, 1.04, 0, 1.03), transform 0.6s ease-out;
    transform: translateY(100%);
}

.seccion.active {
  opacity: 1;
  transform: translateY(0);
}

/*.video-wrapper {
  width: 100%; /* Ajusta el ancho según tus necesidades 
  max-width: 800px; /* Establece el ancho máximo según tus necesidades 
  height: auto; /* Ajusta la altura según tus necesidades 
}*/

/* SLIDE CITA*/

.slidee-inf {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  height: 100%;
}

.slidee-inf.active {
  opacity: 1;
}

img {
  width: 100%;
}
/* PICO Y PLACA */
.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 !important;
}

.mySlides {display: none;}
img {vertical-align: middle;}

.slideshow-container {
  position: relative;
  background: white;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: black;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


#mensaje {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
      font-size: 1.8rem;
      color: black;
      display: flex;
		}
#numeros {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
      font-size: 2.8rem;
      color: black;
      display: flex;
      font-weight: 600;
		}

html {
	overflow: hidden;
  background: black;

}

#w3 img {
	width: 100%;
	height: 100%;
  animation: slide 10s ease-in-out infinite;
}


/*ubi*/
#w2 h2 {
  font-size: 1.8rem;
	font-weight: 900;
	color: black;
}

#w2 p {
  font-size: 1.2rem;
	margin: 0;
	color: black;
}

#pico {
	background-color: var(--gris_medioClaro);
	float: left;
	width: 100%;
	text-align: center;
}

/*Reloj*/
p,
.p,
.reloj,
blockquote {
	margin: 0 0 0;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.contenedor {
	background: black;
}

.widget p {
	display: inline-block;
	line-height: 1em;
	color: black;
}
.fecha p{
    color: black !important;
}
.fecha {
	text-align: center;
	font-size: 1.5em;
  background: rgb(255 255 255);
	width: 100%;
}
#mes{
  font-weight: 600;
}
#dia{
  font-weight: 600;
}
.reloj {
    width: 100%;
    font-size: 4.5rem;
    text-align: center;
    background: rgb(255 255 255);
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-weight: 600;
}

.reloj .cajaSegundos {
	display: inline-block;
}

.reloj .ampm,
.reloj .segundos {
	display: block;
	font-size: 2rem;
}


#resultado ul {
	margin: 0;
	padding: 0;
	height: 100%;
}

.e_widgets li {
	list-style: none;
	font-size: 1.55rem;
	color: #ffffff;
}

html:-moz-full-screen {
	background: black;
}

html:-webkit-full-screen {
	background: black;
}

html:fullscreen {
	background: black;
}

body {
	background: black repeat;
	overflow: hidden;
  margin: 0;
	padding: 0;
  width: 100%;
}

.content {
	background: url(https://14513484.fs1.hubspotusercontent-na1.net/hubfs/14513484/Renault/preloader.gif) no-repeat center center;
	display: table-cell;
	height: 84%;
	left: 0;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 74%;
}

.content img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.content iframe {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.widgets {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 200;
	overflow: hidden;
}

.modal {
	background: transparent;
	position: absolute;
	top: -100%;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 300;
}

.layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.1;
	z-index: 250;
	color: #fff;
}

iframe,
object {
	border: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#w0 {
	height: 16%;
	background: black;
}

#w1 {
	height: 17%;
  background: white;
}

#w2 {
	height: 10%;
	text-align: center;
	background: #d9d9d6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#w3 {
	height: 25%;
  
}

#w4 {
	height: 37%;
	display: flex;
	justify-content: center;
	align-items: center;
}




.e_widgets {
	display: block;
	float: left;
	height: 180px;
	overflow: hidden;
	width: 280px;

}

.widgets .right .e_widgets {
	width: 100%;
}

.widgets .bottom .e_widgets {
	border: none;
	height: 100%;
	width: 100%;
}

.widgets .right {
	height: 101%;
	position: fixed;
	right: 0;
	width: 26%;
}

.widgets .bottom {
	min-height: 183px;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 78%;
	height: 22%;
}


.fullscr {
	background: url("https://14513484.fs1.hubspotusercontent-na1.net/hubfs/14513484/Renault/full-screen.png") no-repeat scroll 0 0;
	top: 10px;
	display: block;
	height: 38px;
	opacity: 0.5;
	position: absolute;
	right: 10px;
	width: 38px;
	z-index: 1800;
  /*display: block !important;*/
}

.fullscr.quit {
	background-position: -40px 0;
}

.controls {
	top: 90px;
	right: 0;
	position: absolute;
	text-align: center;
	z-index: 1800;
}

/*.controls a {
	background: url(../images/controls.png);
	display: inline-block;
	height: 38px;
	width: 38px;
	margin: 0 10px;
	text-indent: 9999px;
	opacity: 0.8;
}*/

.controls a:hover {
	opacity: 1;
}

.controls a.next {
	background-position: -40px 0;
}

.seccion {
	/*background: url(../../images/big_module_bg.png) repeat-x #E2E2E2;*/
	height: 100%;
	padding-left: 16%;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.seccion span {
	background-size: auto 100% !important; 
	display: block;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 20px;
	width: 17%;
}

.seccion.twitter span {
	background: url(../../images/assets_labels.png) no-repeat 0 0;
	background-size: auto 200% !important;
}

.seccion h2 {
	color: #ffffff;
	font-size: 2rem;
	font-weight: 700;
	padding-top: 5%;
	text-transform: uppercase;
	margin: 0 !important;
}

.seccion p {
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 100;
	line-height: 1em;
	padding-right: 6%;
  /*width: 70%;*/
  box-sizing: border-box;
  
}

.seccion h2 strong {
	color: #FFFFFF;
	font-family: 'NouvelR', sans-serif;
	font-weight: normal;
}

.seccion img {
	width: 100%;
}

.seccion div {
	background: url(../../images/promo_bg-05.png) repeat-x #969696 bottom;
	padding: 22px 0;
	width: 100%;
}

.seccion div h3,
.seccion div h4 {
	color: #FFF;
	text-align: center;
}

.seccion div h3 {
	color: #FFF;
	font-size: 2.5em;
}

.seccion div h4 {
	color: #FFFFFF;
	font-size: 5.6em;
	line-height: 44px;
}

@media screen and (max-height: 200px) {
	.seccion {
		padding-left: 18%;
	}

}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0;
}

.galeria_single .bx-wrapper .bx-viewport {
	border: 0;
	left: 0;
	overflow: visible !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -25px;
	background: url(../images/assets_sliderarrows.png);
}

.bx-wrapper .bx-next {
	right: -25px;
	background: url(../images/assets_sliderarrows.png) -18px 0;
}

.bx-wrapper .bx-prev:hover {
	opacity: 0.6;
}

.bx-wrapper .bx-next:hover {
	opacity: 0.6;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	outline: 0;
	width: 9px;
	height: 20px;
	text-indent: -9999px;
	z-index: 9999;
	opacity: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}


.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: .85em;
	padding: 10px;
}



/* header y footer*/
.header__section.header__section--top.section {
	display: none;
}

.header__section.header__section--main.section {
	display: none !important;
}

.footer__section.footer__section--main.section {
	display: none;
}

.footer__section.footer__section--bottom.section {
	display: none;
}