@charset "utf-8";
/* CSS Document */

/*
nombre: style-manualesPSA
versión: V.01-25
fecha: 29-07-2025
*/

@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800&display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Volkhov:400italic);
/*@import "../styles/colors";*/ /* IMPORTANTE PARA SEPARAR LOS COLORES en otro css*/
*{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	box-sizing: border-box;
/*	outline: 0;*/
}

/*
html {
	scroll-behavior: smooth;
}
*/

::-webkit-scrollbar {
    display: none;
}

#sidebar,#menu { display:none; }
#page { width:99%; }
#content { width:99%; }

:root {
  --text--color-blanco: rgba(255,255,255,1.00);
  --color-aqua-01: #007bff;
  --jdb-indigo: #6610f2;
  --color-blanco: rgba(255,255,255,1.00);
  --color-grisF5F5F5: rgba(245,245,245,1.00);
  --color-gris-oscuro-01: rgba(92,92,92,1.00);
  --color-gris-oscuro-02: rgba(45, 45, 45, 1.00);
/*  var(--my-var);*/
}

body {
	background-color: white;
	min-height: 100vh;
	font-size: 100%;
	margin:0 auto;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osz-font-smoothing: grayscale;
	border: 0;
}

.back-grisF6F6FB {
	background: #F6F6FB;
}

.back-grisF5F5F5 {
	background: #F5F5F5;
}

.back-gradient01 {	
/*	background: rgba(36,189,249,1);*/
	background: -moz-linear-gradient(top, rgba(36,189,249,1) 0%, rgba(31,175,241,1) 16%, rgba(7,114,204,1) 86%, rgba(4,105,199,1) 96%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,189,249,1)), color-stop(16%, rgba(31,175,241,1)), color-stop(86%, rgba(7,114,204,1)), color-stop(96%, rgba(4,105,199,1)));
	background: -webkit-linear-gradient(top, rgba(36,189,249,1) 0%, rgba(31,175,241,1) 16%, rgba(7,114,204,1) 86%, rgba(4,105,199,1) 96%);
	background: -o-linear-gradient(top, rgba(36,189,249,1) 0%, rgba(31,175,241,1) 16%, rgba(7,114,204,1) 86%, rgba(4,105,199,1) 96%);
	background: -ms-linear-gradient(top, rgba(36,189,249,1) 0%, rgba(31,175,241,1) 16%, rgba(7,114,204,1) 86%, rgba(4,105,199,1) 96%);
	background: linear-gradient(to bottom, rgba(36,189,249,1) 0%, rgba(31,175,241,1) 16%, rgba(7,114,204,1) 86%, rgba(4,105,199,1) 96%);
}

.back-gradient04 {
	background: rgba(56,102,155,1.00);
	background: -moz-linear-gradient(top, rgba(56,102,155,1) 0%, rgba(0,157,224,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56,102,155,1)), color-stop(100%, rgba(0,157,224,1)));
	background: -webkit-linear-gradient(top, rgba(56,102,155,1) 0%, rgba(0,157,224,1) 100%);
	background: -o-linear-gradient(top, rgba(56,102,155,1) 0%, rgba(0,157,224,1) 100%);
	background: -ms-linear-gradient(top, rgba(56,102,155,1) 0%, rgba(0,157,224,1) 100%);
	background: linear-gradient(to bottom, rgba(56,102,155,1) 30%, rgba(0,157,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dc9', endColorstr='#83C3EF', GradientType=0 );
}

.back-gradient05 {
	background: rgba(56,102,155,1.00);
	background: -moz-linear-gradient(top, rgba(56,102,155,1) 0%, rgba(0,157,224,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56,102,155,1)), color-stop(100%, rgba(0,157,224,1)));
	background: -webkit-linear-gradient(top, rgba(56,102,155,1) 0%, rgba(0,157,224,1) 100%);
	background: -o-linear-gradient(top, rgba(56,102,155,1) 0%, rgba(0,157,224,1) 100%);
	background: -ms-linear-gradient(top, rgba(56,102,155,1) 0%, rgba(0,157,224,1) 100%);
	background: linear-gradient(to bottom, rgba(56,102,155,1) 30%, rgba(0,157,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dc9', endColorstr='#83C3EF', GradientType=0 );
}

/* =================================
						H E A D E R
================================= */

header {
	width: 100%;
	height: auto;
	margin-top: 30px;
	position: fixed;
	z-index: 1;
	
}

.container__menu {
	width: 100%;
	max-width: 1172px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}

.menu {
	width: 100%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	display: flex;
	flex-direction: row;
	justify-content:flex-end;
	align-items: center;
}

.top-menu {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: none;
}

.top-menu .logo-nav {
	display: none;
}

.top-menu h1 {
	display: none;
}

.menu #btn_ham {
		width: 35px;
		height: 35px;
		padding: 5px;
		background: rgba(255,255,255,0.50);
		fill: rgba(87,81,91,1.00);
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 0.5rem;
		font-size: 1.5rem;
		border-radius: 50px;
		cursor: pointer;
		transition: all .3s;
	}

.menu #btn_ham:hover {
	background: rgba(255,255,255,0.69);
}

.menu #cerrar {
	width: 35px;
	height: 35px;
	padding: 8px;
	margin: 0.7rem;
	background: rgba(255,255,255,0.05);
	fill: rgba(255,255,255,0.75);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	border-radius: 5px;
	cursor: pointer;
	transition: all .3s;
}

.menu #cerrar:hover {
	background: rgba(255,255,255,0.69);
}

.menu nav { 
	position: fixed; 
	width: 250px;
	height: 100vh;
	background: rgba(87,81,91,1.00);
	top: 0;
	right: -250px;
	box-sizing: border-box;
	transition: all .4s;
	z-index: 400!important;
}

.menu ul { 
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	border-radius: 0;
	color: white;
	background: none; 
	margin-top: 2rem;
}
	
.menu ul li {
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	line-height: 1rem;
	height: 2.7rem;
	transition: .4s;
	border-bottom: solid 1px rgba(255,255,255,0.03);
}

.menu ul li:first-child {
	margin-left: 0;
}

.menu ul li a {
	width: 100%;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0.5rem;
	color: rgba(255,255,255,0.70);
	font-size: 0.9rem;
	transition: all .3s;
}

.menu ul li:hover {
	background: rgba(255,255,255,0.12);
	border-radius: 0;
	color: white;
}

.menu ul li a:hover {
	color: white;
}
	
#selected {
	background: none;
	padding: 0;
	border-radius: 0px;
}
	
.menu nav img {
	display: block;
	width: 3rem;
	height: auto;
}

#back_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.3);
	display: none;
}	

header.abajo { 
	margin-top: 0;
	padding-right: 0;
	}

.container__menu.abajo {
	max-width: 100vw;
	justify-content: center;
	align-content: center;
	transition: .4s;
	background-color: rgba(60,60,60,1.00);
	color: white;
	box-shadow: 0px 3px 11px grey;
}

.container__menu.abajo .menu {
	max-width: 1182px;
}

.container__menu.abajo .menu ul {	}
	
.container__menu.abajo .menu ul li {
	height: 2.7rem;
	transition: .4s;
}

.container__menu.abajo .menu ul li a {	}
	
.container__menu.abajo .menu ul li:hover { }

.container__menu.abajo .top-menu {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.container__menu.abajo .menu #btn_ham {
	background: none;
	fill: rgba(242,240,244,0.62);
	margin-left: 0;
	font-size: 1.4rem;
	border-radius: 50px;
	transition: all .3s;
}

.container__menu.abajo .top-menu h1 {
	display: block;
	font-size: 0.8rem;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	margin-right: auto;
	color: rgba(249,249,249,0.71);
}
.container__menu.abajo p { display: none; }

.container__menu.abajo .logo-nav {
	display: flex;
	margin: 0.5rem 0.5rem 0.5rem 0;
	width: 2rem;
	height: 2rem;
	fill: rgba(255,255,255,0.48);
}

.active {
	background: rgba(255,255,255,0.03);
	transition: .3s;
}

.active a {
	color: rgba(255,255,255,1.00)!important;
	transition: .3s;
}

@media screen and (max-width: 1200px) {
	.container__menu.abajo .logo-nav { margin-left: 0.9rem; }
	.menu #btn_ham { margin-right: 1rem; }
}

@media screen and (max-width: 540px) {
	header { margin-top: 1rem; }
	.container__menu.abajo .top-menu h1 { margin-right: 0; }
	.top-menu p { display: none; }
}

/* fin HEADER */


/* ==================================
              COVER 
=================================== */
.container__cover {
	width: 100%;
	height: auto;
	padding: 0; margin-bottom: 0;
	display: flex; 
	flex-direction: column; 
	overflow: hidden;
}

.back__container-cover {	
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
/*	background: rgba(36,189,249,1);*/
	background: -moz-linear-gradient(top, rgba(36,189,249,1) 0%, rgba(31,175,241,1) 16%, rgba(7,114,204,1) 86%, rgba(4,105,199,1) 96%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,189,249,1)), color-stop(16%, rgba(31,175,241,1)), color-stop(86%, rgba(7,114,204,1)), color-stop(96%, rgba(4,105,199,1)));
	background: -webkit-linear-gradient(top, rgba(36,189,249,1) 0%, rgba(31,175,241,1) 16%, rgba(7,114,204,1) 86%, rgba(4,105,199,1) 96%);
	background: -o-linear-gradient(top, rgba(36,189,249,1) 0%, rgba(31,175,241,1) 16%, rgba(7,114,204,1) 86%, rgba(4,105,199,1) 96%);
	background: -ms-linear-gradient(top, rgba(36,189,249,1) 0%, rgba(31,175,241,1) 16%, rgba(7,114,204,1) 86%, rgba(4,105,199,1) 96%);
	background: linear-gradient(to bottom, rgba(36,189,249,1) 0%, rgba(31,175,241,1) 16%, rgba(7,114,204,1) 86%, rgba(4,105,199,1) 96%);
}

.back__container-cover-celeste01 {	
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: rgba(6,109,201,1);
	background: -moz-linear-gradient(top, rgba(6,109,201,1) 0%, rgba(48,176,236,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,109,201,1)), color-stop(100%, rgba(48,176,236,1)));
	background: -webkit-linear-gradient(top, rgba(6,109,201,1) 0%, rgba(48,176,236,1) 100%);
	background: -o-linear-gradient(top, rgba(6,109,201,1) 0%, rgba(48,176,236,1) 100%);
	background: -ms-linear-gradient(top, rgba(6,109,201,1) 0%, rgba(48,176,236,1) 100%);
	background: linear-gradient(to bottom, rgba(6,109,201,1) 30%, rgba(48,176,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dc9', endColorstr='#30b0ec', GradientType=0 );
}

.back__container-cover-mini {	
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: -moz-linear-gradient(top, rgba(31,175,241,1) 0%, rgba(36,189,249,1) 16%, rgba(7,114,204,1) 86%, rgba(49,154,217,1.00) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,189,249,1)), color-stop(16%, rgba(31,175,241,1)), color-stop(86%, rgba(7,114,204,1)), color-stop(96%, rgba(4,105,199,1)));
	background: -webkit-linear-gradient(top, rgba(31,175,241,1) 0%, rgba(36,189,249,1) 16%, rgba(7,114,204,1) 86%, rgba(49,154,217,1.00) 100%);
	background: -o-linear-gradient(top, rgba(31,175,241,1) 0%, rgba(36,189,249,1) 16%, rgba(7,114,204,1) 86%, rgba(49,154,217,1.00) 100%);
	background: -ms-linear-gradient(top, rgba(31,175,241,1) 0%, rgba(36,189,249,1) 16%, rgba(7,114,204,1) 86%, rgba(49,154,217,1.00) 100%);
	background: linear-gradient(to bottom, rgba(31,175,241,1) 0%, rgba(36,189,249,1) 16%, rgba(7,114,204,1) 86%, rgba(49,154,217,1.00) 100%);
}

.back__container-cover-vero {	
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: rgba(0,157,224,1);
	background: -moz-linear-gradient(top, rgba(0,157,224,1) 0%, rgba(131,195,239,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,157,224,1)), color-stop(100%, rgba(131,195,239,1)));
	background: -webkit-linear-gradient(top, rgba(0,157,224,1) 0%, rgba(131,195,239,1) 100%);
	background: -o-linear-gradient(top, rgba(0,157,224,1) 0%, rgba(131,195,239,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,157,224,1) 0%, rgba(131,195,239,1) 100%);
	background: linear-gradient(to bottom, rgba(0,157,224,1) 30%, rgba(131,195,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dc9', endColorstr='#83C3EF', GradientType=0 );
}

.back__container-cover-senior {	
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: rgba(6,109,201,1);
	background: -moz-linear-gradient(top, rgba(6,109,201,1) 0%, rgba(48,176,236,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,109,201,1)), color-stop(100%, rgba(48,176,236,1)));
	background: -webkit-linear-gradient(top, rgba(6,109,201,1) 0%, rgba(48,176,236,1) 100%);
	background: -o-linear-gradient(top, rgba(6,109,201,1) 0%, rgba(48,176,236,1) 100%);
	background: -ms-linear-gradient(top, rgba(6,109,201,1) 0%, rgba(48,176,236,1) 100%);
	background: linear-gradient(to bottom, rgba(6,109,201,1) 30%, rgba(48,176,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dc9', endColorstr='#30b0ec', GradientType=0 );
}

.back__container-cover-senik {	
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: -moz-linear-gradient(top, rgba(0,157,224,1) 0%, rgba(56,102,155,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31,175,241,1)), color-stop(96%, rgba(56,102,155,1)));
	background: -webkit-linear-gradient(top, rgba(31,175,241,1) 0%, rgba(56,102,155,1) 100%);
	background: -o-linear-gradient(top, rgba(31,175,241,1) 0%, rgba(56,102,155,1) 100%);
	background: -ms-linear-gradient(top, rgba(31,175,241,1) 0%, rgba(56,102,155,1) 100%);
	background: linear-gradient(to bottom, rgba(0,157,224,1) 0%, rgba(56,102,155,1) 100%);
}

.back__container-cover-s1000_2 {	
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: -moz-linear-gradient(top, rgba(31,175,241,1) 0%, rgba(36,189,249,1) 16%, rgba(7,114,204,1) 86%, rgba(49,154,217,1.00) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,189,249,1)), color-stop(16%, rgba(31,175,241,1)), color-stop(86%, rgba(7,114,204,1)), color-stop(96%, rgba(4,105,199,1)));
	background: -webkit-linear-gradient(top, rgba(31,175,241,1) 0%, rgba(36,189,249,1) 16%, rgba(7,114,204,1) 86%, rgba(49,154,217,1.00) 100%);
	background: -o-linear-gradient(top, rgba(31,175,241,1) 0%, rgba(36,189,249,1) 16%, rgba(7,114,204,1) 86%, rgba(49,154,217,1.00) 100%);
	background: -ms-linear-gradient(top, rgba(31,175,241,1) 0%, rgba(36,189,249,1) 16%, rgba(7,114,204,1) 86%, rgba(49,154,217,1.00) 100%);
	background: linear-gradient(to bottom, rgba(31,175,241,1) 0%, rgba(36,189,249,1) 16%, rgba(7,114,204,1) 86%, rgba(49,154,217,1.00) 100%);
}

.back__cover01 {
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: url("../imgs/manuales/back_OP-transp.png") no-repeat bottom center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;
}

.back__coverCeleste01 {
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: url("../imgs/manuales/back_celeste01-transp.png") no-repeat bottom center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;
}

.back__coverRombos {
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: url("../imgs/manuales/back_rombos-transp.png") no-repeat bottom center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;
}

.back__coverSenior {
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: url("../imgs/manuales/back_senior-transp.png") no-repeat bottom center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;
}

.back__coverMini {
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: url("../imgs/manuales/back_mini-transp.png") no-repeat bottom center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;
}

.back__coverVero {
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: url("../imgs/manuales/back_vero-transp.png") no-repeat bottom center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;
}

.back__coverPoli {
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: url("../imgs/manuales/back_rombos-transp.png") no-repeat bottom center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;
}

.back__coverDucha {
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: url("../imgs/manuales/back_ducha-transp.png") no-repeat bottom center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;
}

.back__coverSenik {
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: url("../imgs/manuales/back_senik-transp.png") no-repeat bottom center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;
}

.back__covers1000_2 {
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: url("../imgs/manuales/back_rombos-transp.png") no-repeat bottom center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;
}

.cover01 {
	width: 100%;
	max-width: 1172px;
/*	height: 83vh;*/
	height: auto;
	margin: auto;
	padding: 45px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cover02 {
	width: 100%;
	height: auto;
	margin: 0 0 -5px 0;
	padding: 0;
}

.back_cover_header {
/*	fill:#0469C7;*/
	fill:rgba(49,154,217,1.00);
	width: 100%;
	height: auto;
	margin-top: -2px;
}

.back_cover_header-celeste01 {
	fill:#30B0EC;
	width: 100%;
	height: auto;
	margin-top: -2px;
}

.back_cover_header-senior {
	fill:#30B0EC;
	width: 100%;
	height: auto;
	margin-top: -2px;
}

.back_cover_header-mini {
	fill:rgba(49,154,217,1.00);
	width: 100%;
	height: auto;
	margin-top: -2px;
}

.back_cover_header-vero {
	fill:#83C3EF;
	width: 100%;
	height: auto;
	margin-top: -2px;
}

.back_cover_header-senik {
	fill: rgba(56,102,155,1.00);
	width: 100%;
	height: auto;
	margin-top: -2px;
}

.back_cover_header-s1000_2 {
	fill:rgba(49,154,217,1.00);
	width: 100%;
	height: auto;
	margin-top: -2px;
}

.back__container-ROtech {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background: #AAE9EB;
}

.back__ROtech {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background: url("../ROtech/images/back_cocina-01.png") no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.back_cover_aqua01 {
    fill: #73E2E5;
    width: 100%;
    height: auto;
    margin-top: -2px;
}

.back_cover_last_aqua01 {
    fill: #73E2E5;
    width: 100%;
    height: auto;
    margin-top: -2px;
}

.back-aqua01 {
    background: rgba(115,226,229,1.00);
}

.back_cover_last-s1000_2 {
    fill: #38669B;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.container__cover .text {
	display: flex;
	flex-direction: column;
	margin: 0;
/*	margin-top: 20vh;*/
	width: 100%;
	max-width: 550px;
	padding: 0.5rem 0.5rem 5vh 0.5rem;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

.texto_blanco { color: var(--color-blanco); }
.texto_gris-oscuro-01 { color: var(--color-gris-oscuro-01); }
.vectorSVG_blanco { fill: white; }
.vectorSVG_gris-oscuro-01 { fill: var(--color-gris-oscuro-01); }
/*.vectorSVG_gris-oscuro-01 { fill: #5C5C5C; }*/

.logo {
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 6vh;
}

.logo svg {
	width: 150px;
	height: auto;
/*	fill: white;*/
}

.container__cover .text h1 {
	text-transform: uppercase;
  font-weight: 400;
	font-size: 4.6rem;
	line-height: 3.6rem;
/*	color: white;*/
}

.container__cover .text h1 > span {
  font-weight: 600;
}


.container__cover .text h2 {
	font-size: 2rem;
	font-weight: 300;
	margin-left: 0.25rem;
/*	color: white;*/
}

.container__cover .text h3 {
	font-size: 1.3rem;
	font-weight: 300;
	margin-top: 2rem;
	margin-left: 0.25rem;
/*	color: rgba(255,255,255,0.85);*/
}

.container__cover .text p {
	font-size: 0.9rem;
	font-weight: 100;
	margin-left: 0.3rem;
	margin-top: 1rem;
/*	color: rgba(255,255,255,0.85);*/
}

.container__cover .rne_num {	 
	font-size: 1.25rem;
  margin-left: 0.3rem;
/*  color: rgba(255,255,255,0.75);*/
  margin-top: 0.5rem;
}

.container__cover .producto img {
	width: 100%;
	height: auto; 
	max-height: 550px;
	padding-right: 4vw;
	animation: move-producto 3s linear infinite;
}

@keyframes back-animado {
	0%{
		background-position: 0% 50%;
	}
	50%{
		background-position: 100% 50%;
	}
	100%{
		background-position: 0% 50%;
	}
}

@keyframes move-producto {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes move-image-cover {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes move-image01 {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(-40px);
	}
	100% {
		transform: translateX(0px);
	}
}

@keyframes move-image02 {
	0% {
		transform: translateX(-40px);
	}
	50% {
		transform: translateX(40px);
	}
	100% {
		transform: translateX(-40px);
	}
}


section {
	width: 100%;
	min-width: 310px;
	margin: 0 auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 8vh 20px;
/*	padding: 2rem 1rem 0 1rem;	*/
}

.container-seccion { max-width: 1172px; }

.container-seccion h1 {
	color: rgba(45,45,45,1.00);
  font-size: 2.7rem;
	line-height: 90%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 1rem;
	text-align: left;
}

.container-seccion p {
	font-family: 'Open Sans', sans-serif;
  color: #867E83;
	font-size: 1.15rem;
  font-weight: 300;
  font-style: normal;
  line-height: 23px;
	padding: 8px 0 8px 0;
}


@media screen and (max-width: 700px) {
	.cover01 { flex-direction: column; }
	.container__cover .text { padding-bottom: 1rem; }
	.logo { justify-content: center; padding-top: 0; margin-bottom: 4vh; }
	.logo svg { width: 20vw; height: auto; min-width: 130px;}
	.container__cover .text h1 { font-size: 4rem; text-align: center; margin-bottom: 1rem;}
	.container__cover .text h2 { font-size: 1.8rem; text-align: center; margin-left: 0; }
	.container__cover .text h3 { font-size: 1.05rem; text-align: center; margin-left: 0; margin-bottom: 0; }
	.container__cover .rne_num { text-align: center; margin-left: 0; }
	.container__cover .text p { font-size: 1.05rem; margin-left: 0; margin-top: 0.5rem; text-align: center; }
	.container__cover .producto img { max-width: 300px; animation: move-producto 3s linear infinite; padding-right: 0; }
	.container__cover .producto img { padding-right: 0; animation: move-producto 5s linear infinite; }
	
	
}

@media screen and (max-width: 414px) {
	section { margin-top: 1rem; margin-bottom: 1rem; padding: 2.5rem 15px; }
	.container__cover .text { padding: 0; }
	.logo { padding-top: 1rem; }
	.container__cover .text h1 { font-size: 4rem; line-height: 3rem; padding-bottom: 1.5rem; }
	.container__cover .text p { padding-bottom: 1rem; }
	.container__cover .rne_num { font-size: 1.15rem; font-weight: 500; }
}

/* =======================
			felicitaciones
======================== */

.felicitaciones {
	margin-bottom: 0;
	padding-bottom: 0;
}

/**/

.contenedor-columnas { 
	width: 100%;
	max-width: 1172px;
	display: flex; 
	flex-direction: row; 
	margin:0 auto; 
}

.contenedor-columnas h1 {
	color: rgba(45,45,45,1.00);
  font-size: 2.2rem;
	line-height: 90%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 1rem;
	margin-right: auto;
	text-align: left;
}

.contenedor-columnas h2 {
	color: rgba(45,45,45,1.00);
  font-size: 1.25rem;
	line-height: 90%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding-bottom: 0;
	margin-top: 1.5rem;
  margin-bottom: 0rem;
	margin-right: auto;
	text-align: left;
}

.contenedor-columnas p {
	font-family: 'Open Sans', sans-serif;
  color: rgba(96,91,94,1.00);
	font-size: 1.15rem;
  font-weight: 300;
  font-style: normal;
  line-height: 26px;
	padding: 8px 0 8px 0;
}

.contenedor-columnas a {
	color: inherit;
	border-bottom: solid 0.5px rgba(213,213,213,0.47);
}

.contenedor-columnas a:hover {
	color: rgba(16,16,84,1.00);
}

.unaColumna {
	margin: 0 auto;
	width: 100%;
	padding: 5px 0;
	text-align: justify;
	box-sizing: border-box;
}

.columnax2 { 
	display: flex;
	align-content: center;
	align-items: center;
	width: calc((100% - 45px) / 2);
	flex-direction: column; 
	margin: 0 auto; 
	text-align: left; 
	padding: 5px 0;
}

.columnax3 { 
	display: flex;
	align-content: center;
	align-items: center;
	width: calc((100% - 30px) / 3);
	flex-direction: column; 
	margin: 0 auto; 
	text-align: left; 
	padding: 5px 0;
}

.BestoOf img {
	width: 100%;
	height: auto; 
	max-width: 450px;
	margin-left: auto;
	animation: move-image01 4s linear infinite;
}

.columnax2:nth-child(1) {margin-left: 0px; }
.columnax2:nth-child(2) {margin-right: 0px; }

.lista-simple p { text-indent: -0.7rem; margin-left: 0.7rem; border-bottom: solid 1px rgba(102,102,102,0.46); }

.lista-numerada p { text-indent: -1.3rem; margin-left: 1.3rem; border-bottom: solid 1px rgba(102,102,102,0.46); }

.lista-simple p:last-child, .lista-numerada p:last-child { border-bottom: none; }

hr {
	height: 1px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	border: 0;
	background: rgba(102,102,102,0.65);
}

.separa-listas { margin-left: 20px; }

.conte-imagenes-rd {
  width: 75%;
  background-color: rgba(228,228,228,1.00);
  border-radius: 10px;
  padding: 0;
	margin: 0 auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.conte-imagenes-rd div {
  width: 100%;
  background-color: none;
  border-radius: 0 0 10px 10px;
  padding: 0;
	margin: 0 auto;
	overflow: hidden;
	max-height: 280px;
}

.conte-imagenes-rd p {
	background: rgba(87,81,91,1.00);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: white;
	padding: 3px 10px;
	font-size: 1rem;
	font-weight: 200;
	text-align: center;
	letter-spacing: 0.5px;
}

.conte-imagenes-rd span {
	background: white;
	padding: 1px 7px;
	border-radius: 0.3rem;
	color: #777175;
	margin-right: 0.5rem;
	margin-left: 0.7rem;
}

.conte-imagenes-rd img {
	width: 100%;
	max-width: 450px;
	height: auto;
	border-radius: 0;
	vertical-align: middle;
	transition: 0.5s;
}


@media (hover) {
	.conte-imagenes-rd img:hover {
	transform: scale(1.3);
	cursor: zoom-in;
	}
}

.tabula01 {
	margin-left: 1.4em;
	text-indent: -1.3rem;
}

.tabula02 {
	margin-left: 0.5rem;
	text-indent: -0.5rem;
	border-bottom: solid 2px rgba(255,255,255,1.00);
}

.tabula02:last-child {
	border-bottom: none;
}

.tabula02 span {
	margin-left: 1.3rem;
	border-bottom: none;
} 

.tabula02-gris {
	width: 100%;
	margin: 0;
	padding: 0;
}

.tabula02-gris p {
	margin-left: 0.5rem;
	text-indent: -0.5rem;
	border-bottom: solid 2px rgba(232,232,232,1.00);
}

.tabula02-gris p:last-child {
	border-bottom: none;
}

.tabula03 {
	padding-left: 1rem!important;
	padding-right: 1rem!important;
	margin-left: 1rem;
	text-indent: -1.4rem;
	border-bottom: solid 1.5px rgba(255,255,255,1.00);
}

.destacado01 {
	width: 100%;
  background: rgba(226,232,239,1.00);
  margin-top: 0.5rem;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  display: flex;
  font-family: 'Open sans';
	flex-direction: column;
}

.destacado01 p {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

.destacado02 {
	width: 100%;
  background-color: rgba(100,124,152,1.00);
	color: white;
  margin: 0.5rem 0 2rem 0;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  display: flex;
  font-family: 'Open sans';
	flex-direction: column;
}

.destacado02 p {
	color: white;
}

.cuadro01 {
	width: 100%;
  background: rgba(226,232,239,1.00);
  margin: 2rem 0;
  padding: 0;
  border-radius: 0.5rem;
  display: flex;
  font-family: 'Open sans';
	flex-direction: column;
	overflow: hidden;
}

.cuadro01 h1 {
	border-top-right-radius: 0.5rem;
	border-top-left-radius: 0.5rem;
	color: white;
	background-color: rgba(100,124,152,1.00);
	font-size: 1.2rem;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 0.8rem;
	margin-top: 0;
	margin-bottom: 0.5rem;
	margin-right: 0;
	text-align: center!important;
}

.cuadro01 h2 {
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	color: white;
	background-color: rgba(100,124,152,1.00);
	font-size: 1.1rem;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding: 1rem 0.8rem;
	margin-top: 0.5;
	margin-bottom: 0rem;
	margin-right: 0;
	text-align: center!important;
}

 
@media screen and (max-width: 700px){
		
	p { text-align: left; }
	.backIngresos { }

	.contenedor-columnas {flex-direction: column;}
	.columnax2, .columnax3 {width: 100%;}
	.columnax2:nth-child(1) {margin-bottom: 20px; }
	.columnax3:nth-child(1) {margin-bottom: 20px; }

	.BestoOf { width: 100%; display: flex; justify-content: center; align-content: center; align-items: center;  }
	.BestoOf img { margin: 0 auto; max-width: 400px; overflow: hidden; padding-bottom: 0; animation: move-image02 5s linear infinite; 
	}
	}

@media screen and (max-width: 414px) {
	.contenedor-columnas h1 { font-size: 1.7rem; margin-bottom: 0.5rem; }
	.contenedor-columnas h2 { font-size: 1.15rem; line-height: normal; }
	.conte-imagenes-rd { width: 85%; }
	.destacado01 { padding: 0.8rem; }
	.tabula02 span { margin-left: 0.2rem; }
	.cuadro01 { margin: 1.5rem 0;}
	.cuadro01 h1 { font-size: 1.1rem; padding: 0.6rem; }
}

@media screen and (max-width: 320px) {
	.conte-imagenes-rd { width: 95%; }
	}

/* ============================================
					cuadro TIEMPO DE LLENADO
============================================ */

.contenedorCaudal {
	width: 100%;
	margin: 1.5rem 0;
/*	max-width: 1000px;*/
	display: flex;
	font-weight: 300;
	color: rgba(108,106,106,1.00);
	font-size: 1.0rem;
	border: 0;
}
		
.cuadroCaudal {
	width: 100%;
/*	background: white; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cuadroCaudal p { 
	margin: auto;
	padding: 0;
}

.cuadroCaudal div {
	width: calc((100% / 3) - 4px);
	padding: 0.7rem 0.6rem;
	box-sizing: border-box;
	display: flex;
	text-align: center;
	margin-right: 0.3rem;
}

.cuadroCaudal div:nth-child(3n+1) {
	border-radius: 5px 5px 0 0;
	background-color: rgba(100,124,152,1.00);
}

.cuadroCaudal div:nth-child(3n+1) p {
	font-weight: 600;
	color: white;
}

.cuadroCaudal div:nth-child(3n+2) {
	background-color: rgba(236,240,244,1.00);
}

.cuadroCaudal div:nth-child(3n+3) {
	background-color: rgba(226,232,239,1.00);
}

.cuadroCaudal div:nth-child(1n+7) {
	margin-right: 0;
}

.itemFipor-1 { order: 1; }
.itemFipor-2 { order: 4; }
.itemFipor-3 { order: 7; }
.itemFipor-4 { order: 2; }
.itemFipor-5 { order: 5; }
.itemFipor-6 { order: 8; }
.itemFipor-7 { order: 3; }
.itemFipor-8 { order: 6; }
.itemFipor-9 { order: 9; }

@media (max-width:600px) {

	.cuadroCaudal div {
	width: 100%;
	margin-right: 0;
}

	.cuadroCaudal div:nth-child(3n+3) {
	margin-bottom: 1rem;
	}

	.itemFipor-1 { order: 1; }
	.itemFipor-2 { order: 2; }
	.itemFipor-3 { order: 3; }
	.itemFipor-4 { order: 4; }
	.itemFipor-5 { order: 5; }
	.itemFipor-6 { order: 6; }
	.itemFipor-7 { order: 7; }
	.itemFipor-8 { order: 8; }
	.itemFipor-9 { order: 9; }
}

@media screen and (max-width: 414px) {
	.cuadroCaudal p { text-align: center; font-weight: 400; }
	.cuadroCaudal div:nth-child(3n+1) p { font-weight: 400; }
}


/* ============================================
					cuadro ESPECIFICACIONES
============================================ */
		
.cuadroEspecificaciones {
	width: 100%;
}

.cuadroEspecificaciones ul { 
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	width: 100%;
	background-color: #F5F5F5;
	margin-bottom: 0.5rem;
}

.cuadroEspecificaciones li {
	width: 100%;
/*	width: calc((100% / 2) - 4px);*/
	list-style: none;
	margin-right: 0.3rem;
	background-color: rgba(236,240,244,1.00);
}

.cuadroEspecificaciones ul li:nth-child(odd) { 
	background-color: rgba(226,232,239,1.00); 
	margin-right: 0.3rem;
}

.cuadroEspecificaciones ul li:nth-child(even) { 
	background-color: rgba(236,240,244,1.00);
}

.cuadroEspecificaciones li:last-child {
	margin-right: 0;
}

.cuadroEspecificaciones h1 {
	border-top-right-radius: 0.4rem;
	border-top-left-radius: 0.4rem;
	color: white;
	background-color: rgba(100,124,152,1.00);
	font-size: 1.2rem;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0.6rem;
	text-align: center!important;
}

.cuadroEspecificaciones h2 {
	font-size: 1.15rem;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
	margin: 0;
	padding: 0.5rem;
}

.cuadroEspecificaciones p {
	font-size: 1.15rem;
	font-weight: 300;
  font-style: normal;
  line-height: 26px;
	margin: 0 auto;
	padding: 0.5rem;
	text-align: center;
}

.cuadroEspecificaciones .copy {
	font-size: 1rem;
	font-weight: 300;
  font-style: normal;
  line-height: 24px;
	padding: 1.5rem 0;
	text-align: left;
/*	margin-bottom: 20rem;*/
}

@media (max-width:600px) {
	.cuadroEspecificaciones ul { margin-bottom: 0.2rem; }
}



/* =============================================
 						Cuadro CONCENTRACIONES
============================================= */

.cuadro-concentraciones {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.concent-data {
	width: 66%;	
}

.concent-copy {
	width: 33%;
	background-color: rgba(100,124,152,1.00);
	font-size: 1.1rem;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding: 1rem 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-right-radius: 0.4rem;
	border-top-left-radius: 0.4rem;
	border-bottom-right-radius: 0.4rem;
}

.concent-copy p {
	color: white;
}

.concent-data ul { 
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	width: 100%;
	background-color: #F5F5F5;
	margin-bottom: 0.4rem;
}

.concent-data ul:last-child {
	margin-bottom: 0;
}

.concent-data li {
	width: 100%;
	list-style: none;
	margin-right: 0.3rem;
	background-color: rgba(236,240,244,1.00);
	display: flex;
}

.concent-data ul:first-child li {
	border-top-right-radius: 0.4rem;
	border-top-left-radius: 0.4rem;
	background-color: rgba(100,124,152,1.00);
}

.concent-data li > h1 {	
	color: white;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: auto;
	padding: 0.6rem;
	text-align: center!important;
}

.concent-data li > p {
	font-size: 1.15rem;
	font-weight: 300;
  font-style: normal;
  line-height: 26px;
	margin: 0 auto;
	padding: 0.5rem;
	text-align: center;
}

@media (max-width:500px) {
	.cuadro-concentraciones { flex-direction: column; }
	.concent-data { width: 100%; }
	.concent-copy { width: 100%; 
		border-top-right-radius: 0;
		border-top-left-radius: 0rem;
		border-bottom-left-radius: 0.4rem;
		padding: 0 0.5rem; }
	.concent-data ul:last-child { margin-bottom: 0.4rem; }
	.concent-data li:last-child { margin-right: 0; }
	.concent-data li > h1 { margin: auto; }
}

.dureza00 {
	display: flex;
}

.dureza01 {
	width: 20%;
	height: auto;
	background-color: rgba(173,131,26,1.00);
}

.dureza01-01 {
	background-color: rgba(173,131,26,0.15)!important;
}

.dureza02 {
	width: 20%;
	height: auto;
	background-color: rgba(151,109,25,1.00);
}

.dureza02-01 {
	background-color: rgba(151,109,25,0.15)!important;
}

.dureza03 {
	width: 20%;
	height: auto;
	background-color: rgba(148,88,27,1.00);
}

.dureza03-01 {
	background-color: rgba(148,88,27,0.15)!important;
}

.dureza04 {
	width: 20%;
	height: auto;
	background-color: rgba(133,66,27,1.00);
}

.dureza04-01 {
	background-color: rgba(133,66,27,0.15)!important;
}

.dureza05 {
	width: 20%;
	height: auto;
	background-color: rgba(115,44,27,1.00);
}

.dureza05-01 {
	background-color: rgba(115,44,27,0.15)!important;
}


/* =============================================
 						Cuadro RENDIMIENTO
============================================= */

.cuadro-rendimiento {
	width: 100%;
	display: flex;
	margin: 1.5rem 0 1rem;
}

.rendimiento {
	width: 25%;	
	background-color: rgba(226,232,239,1.00);
	margin-right: 0.4rem;
	padding: 1rem 0.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.rendimiento h2, .rendimiento h1 {
	text-align: center!important;
	align-self: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.vida-util {
	width: 75%;
	font-size: 1.1rem;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	border-top-right-radius: 0.4rem;
	border-top-left-radius: 0.4rem;
	border-bottom-right-radius: 0.4rem;
}

.vida-util ul {
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	margin-bottom: 0.2rem;
}

.vida-util ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-right: 0.2rem;
	background-color: rgba(236,240,244,1.00);
}

.vida-util ul:last-child {
	margin-bottom: 0;
}

.vida-util ul li:last-child {
	margin-right: 0;
}

.vida-util ul h2 {
	width: 100%;
	margin: 0;
	padding: 0.8rem;
	background-color: rgba(100,124,152,1.00);
	color: white;
	text-align: center;
}

.vida-util ul p {
	margin: 0 8px;
}

@media screen and (max-width: 414px) {
	.cuadro-rendimiento { width: 100%; flex-direction: column; }
	.rendimiento { width: 100%; margin-bottom: 0.5rem; }
	.vida-util { width: 100%; }
	.vida-util ul p { text-align: center; }
}


/* =============================================
 						Cuadro GARANTIA
============================================= */
.cuadro_garantia{
	width: 100%;
  background: rgba(168,167,167,1.00);
  margin: 2rem 0;
  padding: 0 0 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  font-family: 'Open sans';
	flex-direction: column;
	overflow: hidden;
}

.cuadro_garantia h1 {
	border-top-right-radius: 0.5rem;
	border-top-left-radius: 0.5rem;
	color: white;
	background-color: rgba(104,102,102,1.00);
	font-size: 1.2rem;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 0.8rem;
	margin-top: 0;
	margin-bottom: 0.5rem;
	margin-right: 0;
	text-align: center!important;
}

.cuadro_garantia p {
	padding-left: 1rem;
	padding-right: 1rem;
	color: white;
}

.rn_box h2 {
	margin: 0.6rem 0 0.2rem;
	padding: 0.5rem;
	text-align: center;
	color: white;
	background: rgba(255,255,255,0.18);
	border-radius: 0.3rem;
}

@media screen and (max-width: 414px) {
	.cuadro_garantia h1 { font-size: 1.2rem; padding: 0.5rem; }
	.cuadro_garantia p { padding-left: 0.8rem; padding-right: 0.8rem; text-align: center; }
	.rn_box p { text-align: center; }
}


/* =============================================
						GLOSARIO
============================================= */

.glosario {
    width: 100%;
    /*background: rgba(226,232,239,1.00);*/
    margin: 2.5rem 0;
    padding: 0;
    border-radius: 0.5rem;
    display: flex;
    font-family: 'Open sans';
    flex-direction: column;
    overflow: hidden;
}

.glosario ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 100%;
    background-color: #F5F5F5;
    margin-bottom: 0.5rem;
}

.glosario h1 {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    color: white;
    background-color: rgba(100,124,152,1.00);
    font-size: 1.2rem;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0.8rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    margin-right: 0;
    text-align: center!important;
}

.glosario li {
	width: 100%;
	list-style: none;
	margin-right: 0.3rem;
	background-color: rgba(236,240,244,1.00);
}

.glosario ul li:nth-child(odd) { 
	background-color: rgba(226,232,239,1.00); 
	margin-right: 0.3rem;
}

.glosario ul li:nth-child(even) { 
	background-color: rgba(236,240,244,1.00);
}

.glosario ul li:last-child { margin-right: 0; }

.glosario h2 {
    font-size: 1.15rem;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    margin: 0;
    padding: 0.5rem;
}

.glosario p {
    padding: 0.5rem;
}

@media screen and (max-width: 414px) { 
	.glosario h1 { font-size: 1.15rem; padding: 0.7rem; margin-bottom: 0.3rem; }
	.glosario ul { margin-bottom: 0.3rem; }
	.glosario ul li:nth-child(odd) { width: 38%; }
	.glosario ul li:nth-child(even) { width: 62%; }
}


/* ======================================================
									RECUADRO ATENCION
====================================================== */

.recuadro-atencion {
	width: 100%;
	max-width: 800px;
  height: auto;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: rgba(255,237,53,0.83);
	border: 6px dashed #1e1e1e85;
	margin: 30px auto 20px auto;    
	box-shadow: 0px 2px 9px #0000003d;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-align: center;
}

.recuadro-atencion p {
	text-align: center!important;
	font-size: 1.1rem;
	line-height: normal;
	margin-top: 0.8rem;
	color: rgba(64,64,64,1.00);
}

.recuadro-atencion div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.recuadro-atencion div img {
  border-radius: 0;
	padding: 0;
}

.recuadro-atencion div h6 {
	color: white !important;
	padding-top: 3px;
	background-color: rgba(24,24,24,0.75);
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin: auto;
	font-size: 2rem;
	width: 74%;
	text-align: center;
	line-height: 4rem;
	border-radius: 4px;
}

.image-left4 {
	width: 100%;
	max-width: 80px;
  height: auto;
  opacity: .76;
}

.imgCircular01 {
	width: 100%;
	max-width: 280px;
	border-radius: 100%;
	border: solid 9px rgba(158,158,158,.95);
	margin: 1rem;
	padding: 0;
}


/* ======================================================
									LAST SECTION
====================================================== */

.last { 
	margin-bottom: 0;
	padding-bottom: 0;
}

._last-section {
	margin: 0;
	padding: 0;
}

.gradient_container {	
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
}

.back__cover02 {
	width: 100%;
	height: auto;
	padding: 0; 
	margin: 0; 
	background: url("../imgs/manuales/back_OP-transp-02.png") no-repeat top center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;
}

._last-section .unaColumna {
/*	max-width: 1000px;*/
	padding: 5rem 20px 7rem 20px;
}

._last-section p {
	color: white;
	font-size: 1.6rem;
	line-height: 1.9rem;
	text-align: center;
}

._last-section h2 {
	color: white;
	font-size: 2rem;
	line-height: normal;
	text-align: center;
	font-weight: 300;
	margin-top: 1rem;
}

._last-section h2 span {
	font-size: 2.2rem;
	font-weight: 500;
}

.back_cover_last {
	fill:#24BCF9;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}

.back_cover_last-ducha {
	fill:#978EC6;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}

.back_cover_last-vero {
	fill:#83C3EF;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}

.back_cover_last-senik {
	fill:#38669B;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}

.back_cover_last-s1000_2 {
	fill:#38669B;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 640px) {
	.back_cover_last { margin-bottom: -2px; }
	._last-section .unaColumna { max-width: 80%; padding: 3rem 0 4rem 0; }
	._last-section p { font-size: 1.25rem; }
	._last-section h2 { font-size: 1.5rem; }
	._last-section h2 span { font-size: 1.8rem; }
}

