@font-face {
	font-family: Helvetica1;
	src: url("../fonts/Helvetica.ttf");
}
@font-face {
	font-family: Helvetica1-light;
	src: url("../fonts/Helvetica-Light.ttf");
}
@font-face {
	font-family: Helvetica1-bold;
	src: url("../fonts/Helvetica-Rounded-Bold.otf");
}

body {
	font-family: Helvetica1;
	background: black;
	margin: 0 auto;
	height: 100%;

	color: white;
	line-height: 19px;
	font-size: 14px;
	text-align: center;
}
.negrita {
	font-family: Helvetica1-bold;
}

.interlineado1 {
	line-height: 20px;
}

.vista-mobile {
	display: block;
}
.vista-desktop {
	display: none;
}
.principal {
	min-height: 100vh;
	width: 100%;
	/*background-color: black;*/
}
.back-mobile {
	position: absolute;
	width: 100%;
	z-index: -1;
	max-height: 1400px;
	opacity: 0.5;
}
.back-desktop {
	position: absolute;
	width: 600px;
	margin-left: calc(50% - 300px);
	z-index: -1;
	max-height: 100vh;
	opacity: 0.5;
}
.seccion {
	width: 100%;
}

.puntos {
	background-image: url("../img/back-puntos-7.png");
	background-repeat: repeat;
	height: 100%;
}

/*  S0  */

.div-logo-roshfrans {
	text-align: center;
	padding-top: 25px;
}
.logo-roshfrans {
	width: 50%;
}

/*  S1  */

.s1 {
	padding-top: 30px;
}
.content-logocombustible {
	text-align: center;
}
.logo-aditivos {
	width: 40%;
}
.img-frase {
	width: 118%;
}
.div-texto1 {
	margin-top: 30px;
}
.div-texto1 p {
	text-align: center;
}
.txt-poder {
	font-size: 16px;
	color: #fa2c7e;
	font-weight: bold;
	letter-spacing: 1px;
}
.nice-select {
	font-size: 13px;
}
.select-content {
	z-index: 10;
	margin: 0 auto;
	margin-left: calc(50% - 120px);
}

/*  S2  */

.s2 .container {
	padding-top: 20px;
}
.owl-carousel {
	z-index: 0 !important;
}

.titulo-aditivos-producto {
	font-size: 23px !important;
	margin-top: 10px;
	text-transform: uppercase;
}

.boton-desplegable {
	position: absolute;
	right: 0;
	z-index: 1;
	padding: 0;
	margin: 0;
}
.popover {
	background: transparent;
	transform: inherit;
	left: 26px !important;
	font-family: Helvetica1;
}
a {
	color: white !important;
}
.arrow {
	display: none !important;
}
.popover-body {
	border-top-left-radius: 75px;
	border-bottom-left-radius: 75px;
	border: 10px solid rgba(70, 70, 70, 0.6);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: black;
	color: white;
	padding: 1.7rem 1rem 1.7rem 2rem;
	width: 340px;
}
#btn-cerrar {
	position: absolute;
	top: 13px;
	right: -3rem;
	cursor: pointer;
	font-weight: 800;
	font-size: 12px;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
	display: none;
}

.am-prev {
	position: absolute;
	width: 35px;
	top: 40%;
	left: 10%;
}
.am-next {
	position: absolute;
	width: 35px;
	top: 40%;
	right: 10%;
}

.img-desplegable {
	position: absolute !important;
	right: 0 !important;
	width: 65px !important;
}
.img-producto {
	width: 50% !important;
	display: initial !important;
}
.div-botones {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.boton {
	border: none;
	background: #282727;
	color: white;
	width: 100%;
	height: 45px;
	margin-top: 15px;
	font-size: 16px;
}
.boton:focus {
	outline: none;
}
.boton:hover {
	outline: none;
	border: 2px solid #fa2c7e;
}

.boton-pesado:hover {
	border: 2px solid #e42cfa !important;
}
.boton-izq {
	padding-right: 7px;
}
.boton-der {
	padding-left: 7px;
}
.div-boton-video {
	margin-left: auto;
	margin-right: auto;
}

/*  S3  */

/*  S4  */
.s4 {
	margin-top: -70px;
}
.s4 .container-fluid {
	padding: 0;
}

.div-nom {
	background-color: black;
	padding-top: 25px;
}
.logo-nom {
	width: 100%;
}
.txt-nom {
	text-align: left;
	color: #fa2c7e;
}

/*  S5  */

.s5 .container {
	padding-top: 30px;
	padding-bottom: 20px;
}
.imagen-redes {
	width: 40px;
}

/*  MODAL  */

.modal-content {
	width: 90%;
	height: 85vh;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	border-radius: 0;
	background-color: black;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;

	-webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.3);
}
.modal-header {
	border-bottom: transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 10px;
}
.modal-body {
	margin-top: 15%;
}
.close {
	font-size: 30px;
	font-weight: 100;
	line-height: 1;
	color: white;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.6;
}
.nombre-producto {
	text-transform: uppercase;
	color: #0266b4;
}

.modal-titulo h2 {
	font-size: 19px;
	font-family: Helvetica1-bold;
}

.modal-texto {
	margin-top: 20px;
}

.modal-texto ul {
	margin-left: -1.5rem;
}

.div-viscosidades {
	text-align: center;
}
.img-certificacion {
	width: 50px;
}

.div-viscosidades h4 {
	color: #fa2c7e;
	font-family: Helvetica1-bold;
}

#modalVideo {
	background: rgba(0, 0, 0, 0.7);
}
#modalVideo .modal-content,
#modalCapsulas .modal-content {
	width: 100%;
	height: 85vh;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#modalVideo,
#modalCapsulas {
	background: rgba(0, 0, 0, 0.7);
}

.video-individual {
	width: 100%;
	margin-top: 10%;
}
.carousel-indicators {
	bottom: -60px;
}

.carousel-control-prev {
	left: 0;
}
.carousel-control-prev,
.carousel-control-next {
	top: calc(100% + 20px);
	height: 23px;
}

.aditivos-combustibles {
	color: #fa2c7e;
}
.aditivos-aceites {
	color: #e42cfa;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #fa2c7e;
}

.transmision-manual {
	color: #fa2c7e;
}

.vista-mobile-guion {
	display: inherit;
}
.vista-desktop-guion {
	display: none;
}

@media (max-width: 349px) {
	.img-frase {
		width: 124%;
		margin-left: calc(100% - 95px);
	}
}
@media (min-width: 350px) {
	.img-frase {
		width: 124%;
		margin-left: calc(100% - 115px);
	}
}
@media (min-width: 400px) {
	.img-frase {
		width: 124%;
		margin-left: calc(100% - 135px);
	}
}
@media (min-width: 450px) {
	.img-frase {
		width: 124%;
		margin-left: calc(100% - 155px);
	}
}
@media (min-width: 500px) {
	.img-frase {
		width: 114%;
	}
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
	@media (max-width: 349px) {
		.img-frase {
			width: 124%;
			margin-left: calc(100% - 95px);
		}
	}
	@media (min-width: 350px) {
		.img-frase {
			width: 124%;
			margin-left: calc(100% - 115px);
		}
	}
	@media (min-width: 400px) {
		.img-frase {
			width: 124%;
			margin-left: calc(100% - 135px);
		}
	}
}

@media (max-width: 374px) {
	/*	S2	*/
	.popover-body {
		width: 300px;
	}
	.popover {
		left: -20px !important;
	}
	#btn-cerrar {
		right: 0;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 17px;
	}
	.logo-nom {
		max-width: 75px;
	}
	.img-frase {
		width: 120%;
		margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	#btn-cerrar {
		position: absolute;
		top: 13px;
		right: -4.5rem;
		cursor: pointer;
		font-weight: 800;
		font-size: 12px;
	}
	.boton-desplegable {
		right: 10%;
	}
	.popover-body {
		border-top-right-radius: 75px;
		border-bottom-right-radius: 75px;
		padding: 1.8rem 1.8rem 1.8rem 2.2rem;
		width: 400px !important;
	}
	.popover {
		left: -40px !important;
	}
	.datos-tec {
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	body {
		text-align: left;
	}
	.vista-mobile {
		display: none;
	}
	.vista-desktop {
		display: block;
	}

	/*  S0  */

	.logo-roshfrans {
		width: 30%;
	}

	/*  S1  */
	.logo-aditivos {
		width: 100%;
		margin-top: 15px;
		max-width: 250px;
	}
	.img-frase {
		width: 70%;
		margin-top: 15px;
		margin-bottom: 15px;
		max-width: 360px;
		margin-left: 25%;
	}
	.div-texto1 {
		margin-top: 50px;
	}
	.div-texto1 p {
		text-align: left;
	}
	.select-content {
		margin-left: 13%;
		margin-top: 50px;
	}

	/*  S2  */
	.s2 {
		margin-top: -440px;
	}
	.s2 .container {
		padding-top: 5%;
	}
	.titulo-aditivos-producto {
		text-align: center;
		margin-left: calc(50% - 340px);
		margin-top: 10px;
	}

	.img-producto {
		max-width: 250px;
		width: 100% !important;
	}
	.am-prev {
		left: auto;
		right: 43%;
		top: 50%;
	}
	.am-next {
		top: 50%;
		right: 9%;
	}
	.div-botones {
		margin-top: 435px;
		margin-bottom: 0px;
		margin-left: 7%;
	}
	.div-boton-video {
		margin-left: 22%;
	}

	/*  S3  */
	.s3 {
		margin-top: -240px;
	}

	/*  S4  */
	.s4 {
		margin-top: -150px;
	}
	.s4 .container-fluid {
		padding-left: 15px;
	}
	.div-nom {
		background-color: transparent;
		padding-top: 25px;
		margin-top: 55px;
	}
	.logo-nom {
		max-width: 45px;
	}

	/*	S5	*/
	.s5 {
		padding-bottom: 30px;
		margin-top: 30px;
	}

	/*  MODAL   */
	.modal-dialog {
		width: 60%;
		max-width: 800px;
		line-height: 30px;
	}
	.modal-content {
		height: auto;
	}
	.modal-texto ul {
		margin-left: -1.5rem;
	}
	.modal-header > .close {
		z-index: 1;
	}
	.modal-body {
		margin-top: -40px;
	}
	.modal-subtitulo-viscosidades h3 {
		font-size: 19px;
	}
	.div-fin-viscosidad p {
		font-size: 19px;
	}
	.video-individual {
		-webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.3);
		-moz-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.3);
		box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.3);
	}
}

@media (min-width: 1100px) {
	.vista-mobile-guion {
		display: none;
	}
	.vista-desktop-guion {
		display: inherit;
	}
}

@media (min-width: 1200px) {
	body {
		font-size: 19px;
	}
	.interlineado {
		line-height: 23px;
	}
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1500px;
	}

	.select-content {
		margin-left: 18%;
	}

	/*	S0	*/

	/*	S1	*/
	.img-frase {
		margin-left: 16%;
	}
	.div-boton-video {
		margin-left: 24%;
		max-width: 240px;
	}

	/*  S2  */
	.s2 {
		margin-top: -460px;
	}
	.s2 .container {
		padding-top: 20px;
	}

	.titulo-aditivos-producto {
		margin-left: -40%;
	}

	.div-botones {
		margin-top: 485px;
		margin-bottom: 0px;
	}
	.img-producto {
		max-width: 300px;
		margin-top: 30px;
		width: 100% !important;
	}
	.am-next {
		right: 12%;
	}

	#btn-cerrar {
		position: absolute;
		top: 13px;
		right: -4.5rem;
		cursor: pointer;
		font-weight: 800;
		font-size: 12px;
	}

	.boton-desplegable {
		right: 15%;
	}
	.popover-body {
		border-top-right-radius: 75px;
		border-bottom-right-radius: 75px;
		padding: 2rem 2rem 2rem 3rem;
		width: 400px !important;
	}

	.popover {
		left: -40px !important;
	}

	.datos-tec {
		font-size: 16px;
	}

	.img-descarga {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.margin-poco {
		margin-top: 10px;
	}

	.arrow {
		display: none !important;
	}

	/*  S3  */
	.s3 {
		margin-top: -300px;
	}

	/*	S4	*/
	.logo-nom {
		max-width: 55px;
	}

	/*  S5  */
	.s5 {
		margin-top: 0px;
		padding-top: 10px;
	}
}

@media (min-width: 1300px) {
	.titulo-aditivos-producto {
		margin-left: -44%;
	}
	.am-next {
		right: 14%;
	}
}

@media (min-width: 1400px) {
	/*	S1	*/
	.img-frase {
		margin-left: 25%;
		max-width: 360px;
		width: 100%;
	}
	/*.select-content-div {
		margin-top: 30px;
	}*/
	.select-content {
		margin-top: 40px;
	}
	.div-boton-video {
		margin-left: 21%;
		max-width: 280px;
	}
	/*	S2	*/
	.s2 {
		margin-top: -450px;
	}
	.titulo-aditivos-producto {
		margin-left: -43%;
		margin-top: 10px;
	}
	.div-botones {
		margin-top: 460px;
	}
	.img-producto {
		max-width: 260px;
		margin-left: 6%;
		margin-top: 10px;
	}

	/*	S3	*/
	.s3 {
		margin-top: -335px;
	}
	/*	S4	*/
	.s4 {
		margin-top: -145px;
	}
	/*	S5	*/
	.s5 {
		padding-bottom: 30px;
		padding-top: 0;
		margin-top: 15px;
	}
}

@media (min-width: 1500px) {
	/*	S2	*/
	.titulo-aditivos-producto {
		margin-left: -45%;
	}
	.am-next {
		right: 15%;
	}
	.am-prev {
		right: 44%;
	}
}

@media (min-width: 1800px) {
	body {
		font-size: 20px;
	}
	.principal {
		padding-left: 4%;
	}
	.interlineado {
		line-height: 25px;
	}

	.select-content {
		margin-left: 20%;
	}

	/*	S1	*/
	.div-boton-video {
		margin-left: 158px;
		max-width: 100%;
	}

	/*  S2  */
	.s2 {
		margin-top: -475px;
	}
	.owl-stage-outer {
		max-height: 650px;
	}
	.div-botones {
		margin-top: 495px;
		margin-bottom: 0px;
	}
	.titulo-aditivos-producto {
		margin-left: -35%;
		margin-top: 10px;
	}
	.img-producto {
		min-height: auto;
		max-width: 285px;
		width: 100% !important;
		margin-left: 10%;
	}
	.am-prev {
		top: 48%;
		right: 40%;
	}
	.am-next {
		right: 15%;
		top: 48%;
	}

	/*	S3	*/
	.s3 {
		margin-top: -350px;
	}

	/*  S4  */
	.s4 {
		margin-top: -95px;
	}
	.text-nom {
		margin-left: -50px;
	}

	/*  S5  */
	.s5 {
		margin-top: 10px;
		padding-bottom: 30px;
	}
	.s5 .container {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.imagen-redes {
		width: 50px;
	}
}

.pesado.focus {
	/*background-color: rgba(188, 3, 154, 1) !important;*/
	background-color: #e42cfa !important;
}

.pesado:hover {
	/*background-color: rgba(188, 3, 154, 1) !important;*/
	background-color: #e42cfa !important;
}

.pesado-txt-nom {
	color: #e42cfa !important;
}
