/* ────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
/* ESTILOS 																						  					  */
/* ────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */


/** FUENTES ───────────────────────────────────────────────────────────────────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap');


/** CONFIGURACIÓN CSS ─────────────────────────────────────────────────────────────────────────────────────────────── */

.show-mobile { display:none !important; }
.show-tablet { display:none !important; }
.show-screen { display:inherit; }
.hide-mobile { display:inherit !important; }
.hide-tablet { display:inherit !important; }
.hide-screen { display:none !important; }

.max-img { width: 100%;	height: auto; }
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
body { -webkit-tap-highlight-color: rgba(0,0,0,0); }
body { -webkit-tap-highlight-color: transparent; }
table { overflow-x: auto; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #ececec inset; }
*:focus { outline: none !important; }

::-webkit-scrollbar-button{ display: none; height: 13px; border-radius: 0px; background-color: #AAA; } ::-webkit-scrollbar-button:hover{ background-color: #AAA; } ::-webkit-scrollbar-thumb{ background-color: #808080; border-radius: 0; } ::-webkit-scrollbar-thumb:hover{ background-color: #808080; border-radius: 0; } ::-webkit-scrollbar-track{ background-color: #c0c0c0; } ::-webkit-scrollbar-track:hover{ background-color: #c0c0c0; } ::-webkit-scrollbar{ width: 10px; }

::-webkit-input-placeholder { color: #a8a8a7; }
::-moz-placeholder { color: #a8a8a7; }
:-ms-input-placeholder { color: #a8a8a7; }
:-moz-placeholder { color: #a8a8a7; }

.noselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vacio {
	border-top: 0px !important;
	border-bottom: 0px !important;
	height: 0px !important;
}

input[type="email"] {
	text-transform: lowercase;
}


/** ELEMENTOS GENERALES ───────────────────────────────────────────────────────────────────────────────────────────── */

html {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	touch-action: manipulation;
	-ms-touch-action: manipulation;
	font-size: 16px;
}


/* ────────────────────────────────────────────────────── */

html body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
    background-color: #ffffff;
}

body.scrollOff {
	overflow: hidden;
}

/* ────────────────────────────────────────────────────── */

.enPreparacion {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 350px;
	transform: translate(-50%, -50%);
}

.enPreparacion img {
	width: 100%;
	margin-bottom: 10px;
}

.enPreparacion p {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;

}

/* ────────────────────────────────────────────────────── */

p {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: #333333;
}

sup {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 0.6rem;
}

b {
	font-weight: 500;
}

li {
	margin: 0px;
	margin-bottom: 10px;
	color: #333333;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

li p {
	font-size: 1rem;
}

li li {
	font-size: 1rem;
}

blockquote {
	padding: 10px 0px 10px 20px;
	border-style: solid;
	border-color: #444444;
	border-width: 0;
	border-left-width: 5px;
	font-family: 'Poppins', sans-serif;
	font-size: 1em !important;
	font-weight: 300;
	color: #333333;
}

th, td {
	color: #333333;
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: 300;
}

a {
	outline: none;
	color: #333333;
	/*text-decoration: none;*/
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	color: #333333;
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #333333;
}

h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: #333333;
}

h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #333333;
}

input {
    box-sizing: border-box;
    margin: 0px;
    margin-bottom: 1rem;
    padding: .5rem;
	width: 100%;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 1rem;
    color: #000000;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}
input[type="checkbox"], input[type="radio"] {
    height: 1rem;
    width: 1rem;
    float: left;
}

textarea {
    box-sizing: border-box;
    margin: 0px;
    margin-bottom: 1rem;
    padding: .5rem;
	width: 100%;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 1rem;
    color: #787878;
    border: 1px solid #ffffff;
    background-color: #ffffff;
	resize: none;
}

select {
    box-sizing: border-box;
    margin: 0px;
    margin-bottom: 1rem;
    padding: .5rem;
	width: 100%;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 1rem;
    color: #787878;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

fieldset {
    margin: 0rem auto .5rem auto;
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #666666;
    background-color: #ffffff;
}
fieldset p {
    line-height: 1.2rem;
}
fieldset.aviso {
    background-color: #f3f2a7;
}

legend {
    padding: 0;
    padding-top: 2rem;
    padding-bottom: 1rem;
    color: #94197c;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 1rem;
    font-style: italic;
    font-weight: bold;
}

/* ────────────────────────────────────────────────────── */

.contenedorMensajes {
	position: relative;
	margin-top: 10px;
	height: 25px;
}

.mC {
	width: 100%;
	padding: 2px 10px 2px 10px;
	position: absolute;
	display: none;
	color: #ffffff !important;
	background-color: #ff0000;
	font-family: 'Poppins', sans-serif;
	font-size: 0.7rem;
	font-weight: 300;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
}

#mensajeResultados a {
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	cursor: pointer
}

#mensajeResultados .flaticon-bolsa {
	margin-right: 10px;
}

/* ────────────────────────────────────────────────────── */

.boton {
	display: table;
	padding: 15px 30px;
	background-color: transparent;
	border: 1px solid #333333;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 0.9rem;
	font-weight: 500;
	text-align: center;
	color: #333333;
	line-height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.boton a {
	color: #333333;
	text-decoration: none;
}

.boton span {
	font-size: 1rem;
	color: #333333;
}

.boton:hover {
	color: #ffffff;
	background-color: #94197c;
}

.boton:hover a {
	color: #ffffff;
}

.boton:hover span {
	color: #ffffff;
}

.botonOff {
    border: 1px solid #dadada !important;
    cursor: default !important;
	background-color: dadada !important;
	color: #666666 !important;
}

/* ────────────────────────────────────────────────────── */

.botonEnviar {
    margin: 2rem auto;
}

/* ────────────────────────────────────────────────────── */

.grecaptcha-badge {
	opacity: 0 !important;
}

/* ────────────────────────────────────────────────────── */

#TT {
	display: none;
	position: absolute;
	z-index: 200000;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.9);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0px;
	padding: 2px 5px;
	color: #333333;
	font-family: 'Poppins', sans-serif;
	font-size: 0.7rem;
	font-weight: 300;
}

#TT h2 {
	margin: 0px !important;
	font-size: 1.5em !important;
}

#TT p {
	margin: 0px !important;
	font-size: 1rem;
}


/** ESTRUCTURA ────────────────────────────────────────────────────────────────────────────────────────────────────── */

#contenedor {
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}

/* ────────────────────────────────────────────────────── */

#cabecera {
	width: 100%;
	padding: 0px 10px;
	background-color: rgba(255,255,255,0.95);
}

#cabecera #logo {
	margin: 10px auto;
	height: 100px;
}

#cabecera #logo2 {
	opacity: 0;
	width: 75px;
	height: 50px;
}

#cabecera #logo2 img {
	height: 100%;
}

#cabecera.cabFija {
	position: fixed;
	left: 0px;
	z-index: 1000;
}

#cabecera.cabFija #logo {
	display: none;
}

#cabecera.cabFija #logo2 {
	opacity: 1;
}

#cabecera .menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

#cabecera .menu ul {
	margin: 0px;
	padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#cabecera .menu ul li {
    margin: 0px 20px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    list-style: none;
    color: #333333;
}

#cabecera .menu ul li div {
	width: 25px;
	height: 2px;
	background-color: #94197c;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: height 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

#cabecera .menu ul li:hover {
    color: #333333;
}

#cabecera .menu ul li:hover div, #cabecera .menu ul li.on div {
	opacity: 1;
}

#cabecera .menu ul li.on {
    color: #333333;
}


#cabecera .menu ul li img.contacto {
	width: 29px;
}

#cabecera .menu ul li img {
	width: 30px;
}

#cabecera .links {
	width: 35px;
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

#cabecera .link span {
	cursor: pointer;
	margin-left: 10px;
	font-size: 25px;
	color: #94197c;
}

#cabecera .link span sup {
	font-size: 0.5rem;
	font-weight: 500;
}

#cabecera .link a {
	text-decoration: none;
}

/* ────────────────────────────────────────────────────── */

#menuMovil {
	z-index: 15;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 50px;
	background-color: #94197c;
}

#menuMovil img {
	float: right;
	margin: 10px 10px 0px 2.5rem;
	height: 30px;
}

#menuMovil .link {
    margin: 10px 0 0 0;
    float: right;
    color: #ffffff;
}
#menuMovil .link a {
    color: inherit;
    text-decoration: none;
}
#menuMovil .link span {
    font-size: 25px;
}

#fMenuMovil {
	display: none;
	position: fixed;
	z-index: 9;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#botonMenuMovil {
	position: fixed;
    top: 7px;
    left: 7px;
    z-index: 15;
    padding: 1px;
    cursor: pointer;
    background-color: transparent;
    border-radius: 5px;
}

#botonMenuMovil .bar1, #botonMenuMovil .bar2, #botonMenuMovil .bar3 {
    margin: 5px;
    width: 25px;
    height: 5px;
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
}

#botonMenuMovil .bar:last-child {
    margin-bottom: 0;
}

#menuLateralMovil {
	position: fixed;
	z-index: 10;
	top: 0px;
	left: -240px;
	width: 240px;
	height: 100%;
	padding: 60px 5px 0px 5px;
	overflow-y: auto;
	background-color: #000000;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: left 0.4s ease;
	-moz-transition: left 0.4s ease;
	-ms-transition: left 0.4s ease;
	-o-transition: left 0.4s ease;
	transition: left 0.4s ease;
}
#menuLateralMovil.open-sidebar {
    left: 0;
}

#menuLateralMovil h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	font-size: 1rem;
	font-weight: 300;
	color: #000000;
	background-color: #a3cbe7;
}

#menuLateralMovil ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
}

#menuLateralMovil ul li {
	cursor: pointer;
	margin: 0px 0px 15px 0px;
	/*padding: 0px 0px 0px 22px;*/
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 0px 2px;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#menuLateralMovil ul li.submenuM {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 0.7rem;
}

#menuLateralMovil .rs {
	margin: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

#menuLateralMovil img {
	width: 40px;
	margin: 10px 0px 10px 0px;
}

#menuLateralMovil .cliente {
	margin: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	border-top: 0.5px solid #ffffff;
	padding-top: 20px;
}

#menuLateralMovil .cliente div {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 2px;
}

#menuLateralMovil .cliente a {
	font-family: 'Poppins', sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

#menuLateralMovil .cliente i {
	margin: 20px 20px 20px 0px;
}

#menuLateralMovil .rs div {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 2px;
}

#menuLateralMovil .rs div span {
	font-size: 20px;
	color: #ffffff;
}

/* ────────────────────────────────────────────────────── */

.videoResponsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.videoResponsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* ────────────────────────────────────────────────────── */

.controlesPaginacion {
    margin: 1rem 0;
	width: 100%;

	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}

.controlesPaginacion > p {
    margin: 0 1rem;
    font-size: .9rem;
}

.controlesPaginacion .boton {
    margin: 0 .5rem !important;
    padding: 15px;
}

.controlesPaginacion .boton img {
    width: 100%;
    max-width: 15px;
}

/* ────────────────────────────────────────────────────── */

#cabeceraSeccion {
    margin: 2rem 0 4rem 0;
    width: 100%;
    min-height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#cabeceraSeccion h1 {
	margin: 0px;
	font-size: 2rem;
	font-weight: 500;
    color: #333333;
}

.contenidoCabeceraSeccion {
    min-height: 230px;

    display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.contenidoBloqueSeccion {
    margin: 0 10em;
}

/* ────────────────────────────────────────────────────── */

.bloqueAviso {
    margin: 1rem auto;
    padding: 1.5rem;
    border: 2px dashed #adb9c6;
    width: 75%;

    display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.bloqueAviso img {
    margin-right: 1rem;
    max-width: 48px;
}
.bloqueAviso p {
    margin: 0px;
    color: #adb9c6;
    line-height: 1.1rem;
}

/* ────────────────────────────────────────────────────── */

#pie {
	background-color: #333333;
}

#pie p {
	color: #f2f2f2;
	font-size: 0.9em;
}

#pie .flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}

.b1 {
	width: 200px;
}

.b1 img {
	width: 100%;
}

.b1 .rs {
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.b1 .rs span {
	cursor: pointer;
	font-size: 22px;
	color: #ffffff;
}

.b2 .rs span:hover {
	background-color: #94197c;
}

.b2 h3 {
	margin: 0px 0px 10px 0px;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 500;
}

.b2 p {
	margin: 20px 0px 0px 0px;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 400;
}

.b2 span {
	padding: 0px 10px 0px 0px;
	color: #ffffff;
}

.b2 p a {
	color: #ffffff;
	text-decoration: none;
}

.b2 p a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.b3 p {
	margin: 5px 0px 0px 0px;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 400;
	text-align: right;
}

.b3 p a {
	color: #ffffff;
	text-decoration: none;
}

.b3 p a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div.b4 {
	width: 100%;
	background-color: #ffffff;
	padding: 1em 4em 1em 4em;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.b4 p {
	font-size: 0.9em;
	margin-right: 20px;
}

.b4 img {
	width: 80px;
}

/* ────────────────────────────────────────────────────── */

.bloqueCampoFormulario {
    position: relative;
    margin: 0px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    float: left;
}

.bloqueCampoFormulario p {
    margin-top: 0;
    margin-bottom: 0.2rem;
    border: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: .725rem;
    color: #000000;
}

.bloqueCampoFormulario p.secundario {
    margin: 0px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: .5rem;
    font-size: .9rem;
    width: 100%;
}

.bloqueCampoFormulario input:not([type=radio]):not([type=checkbox]):not([type=button]),
.bloqueCampoFormulario select,
.bloqueCampoFormulario textarea {
    margin: 0px;
    margin-top: 0rem;
    padding: 1.75rem .75rem .75rem;
    width: 100%;
    height: 100%;
    min-height: 4.125rem;
    float: left;
    background: #fafafa;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    -webkit-border-radius: .5rem;
    border: 1px solid #dcdcdc;
    border-radius: .5rem;
    outline: 0;
}
.bloqueCampoFormulario input:not([type=radio]):not([type=checkbox]):not([type=button]):focus,
.bloqueCampoFormulario select:focus,
.bloqueCampoFormulario textarea:focus {
    background: #ececec;
    border-color: #bbbbbb
}

.bloqueCampoFormulario select {
    padding: .6rem;
    font-weight: normal;
    font-size: 1rem;
}
.bloqueCampoFormulario select option:first-of-type {
    font-weight: normal;
}
.bloqueCampoFormulario input[type='checkbox'] {
    width: 20px;
    height: 20px;
}
.bloqueCampoFormulario img {
    float: left;
    margin-top: 1.5px;
    margin-left: 5px;
}

.bloqueCampoFormulario .control-label {
    position: absolute;
    top: .35rem;
    left: .85rem;
    border: 0;
    font-family: 'Roboto', Arial, sans-serif;
    color: #000000;
    font-size: .725rem;
    opacity: 1;
}

.bloqueCampoFormularioNoLabel input:not([type=radio]):not([type=checkbox]):not([type=button]),
.bloqueCampoFormularioNoLabel textarea {
    padding: .75rem !important;
}

.bCampoFormulario_100 textarea#txtMotivo {
	height: 150px;

}

.bCampoFormulario_100 {
	width: calc(100% - 20px);
}
.bCampoFormulario_85 {
	width: calc(85% - 20px);
}
.bCampoFormulario_75 {
	width: calc(75% - 20px);
}
.bCampoFormulario_70 {
	width: calc(70% - 20px);
}
.bCampoFormulario_60 {
	width: calc(60% - 20px);
}
.bCampoFormulario_50 {
	width: calc(50% - 20px);
}
.bCampoFormulario_40 {
	width: calc(40% - 20px);
}
.bCampoFormulario_33 {
	width: calc(33% - 20px);
}
.bCampoFormulario_30 {
	width: calc(30% - 20px);
}
.bCampoFormulario_25 {
	width: calc(25% - 20px);
}
.bCampoFormulario_15 {
	width: calc(15% - 20px);
}

.campoObligatorio {
    color: #cf4636;
    font-size: 1rem;
    line-height: .6rem;
}

.campoFormularioError {
    border: 2px solid #cf4636 !important;
}


/** AVISO DE COOKIES ──────────────────────────────────────────────────────────────────────────────────────────────── */

#avisoCookie {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    padding: 1rem;
    width: 25%;
    display: none;
    border: 4px solid #941d7c;
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,0.8);
    z-index: 1000003;
    overflow: hidden;
}

#contenidoAvisoCookie {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

#contenidoAvisoCookie p {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: .9rem;
    text-align: left;
    color: #000000;

    flex-basis: 100%;
}

#contenidoAvisoCookie a {
    text-decoration: none;
    color: #941d7c;
    font-weight: 600;
}

.botonCookies {
    display: table;
    margin: 0px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #000000;
    cursor: pointer;
}
.botonCookies:hover {
    background-color: #e53e30;
}

.botonCookies p {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff !important;
}


/** AVISO LEGAL ───────────────────────────────────────────────────────────────────────────────────────────────────── */

.cabeceraLegal {
    background-image: url('../imagenes/cabeceraSeccionL.jpg');
}
.cabeceraLegal h1 {
    color: #f2f2f2 !important;
}

.contenidoLegal h3 {
    color: #94197c;
}


/** INDEX ─────────────────────────────────────────────────────────────────────────────────────────────────────────── */

.slider .swiper-slide {
	position: relative;
}

.swiper-prev, .swiper-next {
  	cursor: pointer;
	padding: 0px;
	position: absolute;
  	top: 50%;
  	transform: translate(0%, -50%);
  	z-index: 10;
  	width: 70px;
	background-color: rgba(255,255,255,0.6);
}

.swiper-prev p, .swiper-next p {
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-weight: 400;
	line-height: 40px;
	font-size: 2rem;
	color: #333333;
}

.swiper-prev {
  left: 0px;
  right: auto;
}

.swiper-next {
  right: 0px;
  left: auto;
}

.slider .swiper-slide img {
	width: 100%;
}

.slider .textos {
	position: absolute;
	top: 0%;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
}

.slider .textos h1 {
	margin: 0px 0px 30px 0px;
	padding-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 50px;
	text-align: left;
	color: #94197c;
	border-left: 5px solid #94197c;
}

.slider .textos p {
	margin: 0px 0px 30px 0px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #000000;
}

.slider .bSlide {
	display: table;
	padding: 8px 30px;
	background-color: rgb(148,25,124,1);
	border: 1px solid rgb(148,25,124);
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	line-height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.slider .bSlide:hover {
	background-color: rgb(148,25,124,0.7);
}

.slider a {
	color: #ffffff;
	text-decoration: none;
}

/* ────────────────────────────────────────────────────── */

#bloqueQuienesSomos {
    background-color: #ffffff;
}

#bloqueQuienesSomos p {
	font-weight: 500;
	text-align: center;
}

/* ────────────────────────────────────────────────────── */

#bloqueSecciones .contenidoBloqueSeccion {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
    background-color: #ffffff;
}

#bloqueSecciones .bSeccion {
	cursor: pointer;
	width: calc(33.33333% - 30px);
	height: 300px;
	margin: 45px 0px;
	padding: 30px;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
	-webkit-transition: background-size 0.5s;
	-moz-transition: background-size 0.5s;
	-o-transition: background-size 0.5s;
	-ms-transition: background-size 0.5s;
	transition: background-size 0.5s;
}

#bloqueSecciones .bSeccion:hover {
	background-size: auto 130%;
	-webkit-transition: background-size 3s;
	-moz-transition: background-size 3s;
	-o-transition: background-size 3s;
	-ms-transition: background-size 3s;
	transition: background-size 3s;
    border-color: #941d7c;
}

#bloqueSecciones .bSeccion h2 {
	margin: 0px;
	font-size: 2rem;
    line-height: 2.1rem;
	font-weight: 500;
	color: #333333;
}

#bloqueSecciones .bSeccion p {
	margin: 0px;
	font-size: 0.9rem;
	font-weight: 500;
	color: #94197c;
}

#bloqueSecciones .bSeccion p span {
	margin-left: 3px;
}

/* ────────────────────────────────────────────────────── */

#bloqueCompraOnline {
	position: relative;
    background-color: #000000;
}

#bloqueCompraOnline img.fondo {
	width: 100%;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#bloqueCompraOnline:hover img.fondo {
	opacity: 0.6;
}

#bloqueCompraOnline .texto {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
}

#bloqueCompraOnline .texto h2 {
	margin: 0px;
	font-size: 3rem;
	letter-spacing: 5px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
}

#bloqueCompraOnline .texto p {
	margin: 0px;
	font-size: 1.5rem;
	letter-spacing: 3px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
}

#bloqueCompraOnline .texto div {
	margin: 20px auto 0px auto;
	font-size: 5rem;
	text-align: center;
	color: #ffffff;
}

/* ────────────────────────────────────────────────────── */

#bloqueProductos {
    background-color: #ffffff;
}

#bloqueProductos h1 {
	margin: 0px;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
}
#bloqueProductos h2 {
    margin-bottom: 0;
}

#bloqueProductos hr {
	width: 100px;
	margin-bottom: 50px;
}
#bloqueProductos hr.separadorSubtitulo {
    float: left;
}

#bloqueProductos .flex {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}

#bloqueProductos .productoListado {
	position: relative;
    margin: 0 12px 35px 12px;
	padding: 20px;
	border: 1px solid #f2f2f2;

	flex-basis: 23%;
}

#bloqueProductos .productoListado:hover {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(200,200,200,0.75);
	-moz-box-shadow:    0px 1px 3px 0px rgba(200,200,200,0.75);
	box-shadow:         0px 1px 3px 0px rgba(200,200,200,0.75);
    border-color: #e6e6e6;
}

#bloqueProductos .productoListado img {
	width: 100%;
}

.etiquetaDescuento, .etiquetaNovedad {
	position: absolute;
	top: 20px;
	left: 0px;
	margin: 0px;
	padding: 2px 5px;
	font-size: 0.9rem;
	font-weight: 500;
}
.etiquetaDescuento {
	color: #ffffff;
	background-color: #94197c;
}

#bloqueProductos .productoListado .etiquetaNovedad {
	color: #94197c;
	background-color: #e9c1d8;
}

#bloqueProductos .productoListado span.fav {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0px;
	font-size: 25px;
}

#bloqueProductos .productoListado span.flaticon-favoritoon {
	color: #94197c;
}

#bloqueProductos .productoListado .datos {
	width: 100%;
}

#bloqueProductos .productoListado .datos h2 {
	margin: 0px;
    margin-bottom: 0.5rem;
	font-size: 1.1rem;
    line-height: 1.3rem;
}
#bloqueProductos .productoListado .datos h2 a {
    text-decoration: none;
}

#bloqueProductos .productoListado .datos p {
	margin: 0px;
	font-size: 1rem;
    line-height: 1.1rem;
	color: #666666;
}
#bloqueProductos .productoListado .datos p span.pvp {
	text-decoration: line-through;
}
#bloqueProductos .productoListado .datos p span.dto {
	color: #333333;
    font-size: .8rem;
    line-height: .9rem;
    text-decoration: none;
}
#bloqueProductos .productoListado .datos p.pvpDto {
	color: #aa0000;
    font-weight: 600;
}

#bloqueProductos .productoListado span.add {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0px;
	padding: 5px 8px;
	font-size: 25px;
	border: 1px solid #f2f2f2;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

#bloqueProductos .productoListado span.add:hover {
	color: #ffffff;
	background-color: #94197c;

}

#bloqueProductos .boton {
	margin: 0px auto;
}

.banners {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.banner {
	cursor: pointer;
	margin: 20px 20px;
	width: 500px;
	max-width: 90%;
	border: 1px solid #e6e6e6;
}

.banner:hover {
    border-color: #941d7c;
}

/* ────────────────────────────────────────────────────── */

#bloqueNewsletter {
	position: relative;
	background-color: #000000;
}

#bloqueNewsletter img.fondo {
	width: 100%;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#bloqueNewsletter:hover img.fondo {
	opacity: 0.6;
}


#bloqueNewsletter .flex {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

#bloqueNewsletter .texto h2 {
	margin: 0px;
	font-size: 2em;
	letter-spacing: 3px;
	font-weight: 500;
	text-align: left;
	color: #ffffff;
}

#bloqueNewsletter .texto p {
	margin: 0px;
	font-size: 1.5em;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: left;
	color: #ffffff;
}

#bloqueNewsletter .form {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

#bloqueNewsletter .form input {
	width: 500px;
	height: 50px;
}

#bloqueNewsletter .form .bNL {
	margin-left: 20px;
	width: 160px;
	display: table;
	padding: 15px 30px;
	background-color: rgb(148,25,124,1);
	border: 1px solid rgb(148,25,124,1);
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	line-height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

#bloqueNewsletter .form .bNL span {
	font-size: 1em;
	color: #ffffff;
}

#bloqueNewsletter .form .bNL:hover {
	background-color: rgb(148,25,124,0.7);
}


/** PRODUCTOS ─────────────────────────────────────────────────────────────────────────────────────────────────────── */
p.iva {
	font-size: 0.7em;
	margin: -0.2em 0px 0px 55px;
	color:#94197c;
}

span.iva {
	font-size: 0.5em;
	margin: 5px;
	color: #333333;
}

span.ivaPrecio  {
	font-size: 0.3em;
	margin: 5px;
	color: #333333;
}

div.totalPedido {
	border-top: 0.5px solid #a8a8a7;
	margin: 10px 0px 10px 900px;
}

del.gastosEnvio {
	font-size: 1.5em;
	color:#a5a5a5;
	font-weight: 500;
	margin-left: 10px;
}

.cabeceraProductos {
    background-image: url('../imagenes/cabeceraSeccionP.jpg');
}

.bloqueListadoProductos {
    margin-top: 0 !important;
}

.buscador {
    /*margin-bottom: 2rem;*/
    padding: 1rem;
    background-color: #dadada;
}

.buscador .flex {
    display: flex !important;
	flex-wrap: wrap !important;
	justify-content: flex-start !important;
	align-items: center !important;
}

.buscador .flex > img {
    margin-right: 1rem;
    max-height: 30px;
}

.buscador .bloqueCampoFormulario {
    margin: 0px;
    margin-right: 1rem;
}

.buscador select {
	width: 140px;
    min-height: 2rem !important;
}

.buscador select option:first-child {
    color: #94197c;
    font-style: italic;
}

/* ────────────────────────────────────────────────────── */

.contenidoFichaProducto {
    display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

#fichaProducto h1 {
	margin-top: 0;
	font-size: 1.7rem;
	line-height: 1.8rem;
}

.galeriaFotosProducto {
    margin-right: 1rem;
    flex-basis: 45%;
}
.galeriaFotosProducto img {
    width: 100%;
    border: 1px solid #e6e6e6;
}
.galeriaFotosProducto .fotoPpal {
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
}

.thumbnailsGaleria {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.thumbnail {
    margin-bottom: 1rem;
    flex-basis: 30%;
}

.datosProducto {
    margin-left: 1rem;
    flex-basis: 45%;
}
/*.datosProducto h1 {
    margin-top: 0;
    font-size: 1.7rem;
}*/
.datosProducto p.pvpFinal {
    margin: 0;
    font-size: 2rem;
    line-height: 2.1rem;
    font-weight: 700;
    color: #94197c;
}
.datosProducto p.oldPVP {
	margin: 0px;
	font-size: 1rem;
    line-height: 1.1rem;
	color: #666666;
}
.datosProducto p.oldPVP span.pvp {
	text-decoration: line-through;
}
.datosProducto p.oldPVP span.dto {
	color: #333333;
    font-size: .8rem;
    line-height: .9rem;
    text-decoration: none;
}

.bloqueTallas {
    margin-top: 2rem;
}
.bloqueTallas > p {
    margin-bottom: .5rem;
    font-size: .9rem;
    font-weight: 600;
}
.bloqueSelectorTallas {
    display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}

.selectorTallaOn, .selectorTallaOff {
    padding: .5rem .9rem;
    border: 1px solid #333333;
    border-right: 0;
    cursor: pointer;
}
.selectorTallaOn:last-child, .selectorTallaOff:last-child {
    border-right: 1px solid #333333;
}
.selectorTallaOn:hover, .tallaSeleccionada {
    background-color: #94197c;
}
.selectorTallaOn p, .selectorTallaOff p {
    margin: 0;
    color: #333333;
    font-size: 1.2rem;
    font-weight: 400;
}
.selectorTallaOn:hover p, .tallaSeleccionada p {
    color: #ffffff;
}

.selectorTallaOff {
    cursor: default !important;
}
.selectorTallaOff:hover {
    background-color: transparent !important;
}
.selectorTallaOff p {
    color: #dedede !important;
}
.selectorTallaOff:hover p {
    color: #dedede !important;
}

.bloqueCantidad {
	margin-top: 1.5rem;

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.bloqueCantidad #intCantidad {
	margin-right: 1.5rem;
	margin-bottom: 1rem;
	height: 53px;
	width: 4rem;
	background-color: #ffffff;
	border: 1px solid #333333;
}

.fichaTécnica {
	margin-top: 1.5rem;
}
.fichaTécnica p {
	margin: 0;
	margin-bottom: .5rem;
}
.fichaTécnica p span {
	color: #94197c;
	font-weight: 500;
}


/** REGISTRO ──────────────────────────────────────────────────────────────────────────────────────────────────────── */

.cabeceraRegistro {
    background-image: url('../imagenes/cabeceraSeccionR.jpg');
}


/** LOGIN ─────────────────────────────────────────────────────────────────────────────────────────────────────────── */

.bloqueLogin {
    margin: 3rem 0 0 0;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.cabeceraPassword {
    background-image: url('../imagenes/cabeceraSeccionPw.jpg');
}
.cabeceraPassword h1 {
    color: #f2f2f2 !important;
}


/** CARRITO ───────────────────────────────────────────────────────────────────────────────────────────────────────── */

.cabeceraCarrito {
    min-height: 150px !important;
    background-image: url('../imagenes/cabeceraSeccionC.jpg');
}
.cabeceraCarrito .contenidoCabeceraSeccion {
    min-height: 150px !important;
    justify-content: center !important;
}

.tablaCarrito {
    width: 100%;
}

.tablaCarrito th {
    padding: 1rem 0;
    font-weight: 600;
    font-size: 1.1rem;
}
.tablaCarrito th:first-child {
    text-align: left;
}

.tablaCarrito tbody tr td {
    border-top: 1px solid #ebebeb;
    padding: 1.5rem 0;
    text-align: center;
}

.tablaCarrito .bloqueProductoCarrito {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.tablaCarrito .bloqueProductoCarrito img {
    margin-right: 1.5rem;
    max-width: 100px;
    border: 1px solid #e6e6e6;
}
.tablaCarrito .bloqueProductoCarrito p {
    margin: 0;
    margin-bottom: .5rem;
    font-size: .8rem;
    line-height: 1rem;
    font-weight: 600;
    text-align: left;
}

.tablaCarrito .bloqueSelectorTallas {
    justify-content: center;
}

.tablaCarrito .celdaTotal {
    font-size: 1.2rem;
    text-align: right;
}
.tablaCarrito .celdaTotal span {
    font-size: .9rem;
    font-style: italic;
    text-align: right;
}
.tablaCarrito .boton {
    float: right;
	margin-left: 20px;
}

.tablaCarrito .botonEliminarCarrito {
    cursor: pointer;
}

.botonPagar {
    padding-left: 5rem;
    padding-right: 5rem;
    color: #ffffff !important;
	background-color: #94197c !important;
}

/***********************/

h3.cabeceraResumenCarrito {
    color: #941d7c;
}
h3.cabeceraResumenCarrito i {
    color: #000000;
}

.datosEnvio {
    margin-bottom: 4rem;
}
.datosEnvio p:last-child {
    text-decoration:underline;
    cursor: pointer;
}
.datosEnvio p:last-child:hover {
    text-decoration: none;
}

.filaProductoOff {
    opacity: 0.3;
}

div.procedimientoPago p {
	text-align: right;
}

div.tituloPC {
	display: flex;
}

div.tituloPC img {
	width: 30px;
	margin: 20px 20px 0px 0px;

}

div.tituloPC b {
	font-size: 1.5em;
	font-weight: 700;
    font-family: 'Roboto', Arial, sans-serif;
	margin: 20px 0px 0px 0px;
}

div.metodosPago {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

div.metodosPago img {
	width: 50px;
}
/***********************/

#breadcrumbsPedido {
    margin: 0 auto;
    margin-bottom: 1.5rem;
    width: 60%;
    background-image: url(../imagenes/fondoBreadcrumbsPedido.png);
    background-repeat: repeat-x;
    background-position-y: 25px;

    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.breadcrumbs_paso p.breadcrumbs_boton {
    margin: 0 auto;
    background-color: #c0c0c0;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    border-radius: 100px;
    width: 50px;
    height: 50px;
}
.breadcrumbs_pasoActivo p.breadcrumbs_boton {
    margin: 0 auto;
    background-color: #94197c;
}

.breadcrumbs_paso p:last-child {
    font-size: .9rem;
    line-height: 1rem;
    text-align: center;
}
.breadcrumbs_pasoActivo p:last-child {
    font-weight: 600;
}


/** ÁREA DE CLIENTE ───────────────────────────────────────────────────────────────────────────────────────────────── */

.cabeceraAreaCliente {
    background-image: url('../imagenes/cabeceraSeccionAC.jpg');
}

.fichaCliente > h2 {
	margin: 0 0 0.2rem 0;
	font-size: 1.5rem;
	line-height: 1.2rem;
    text-align: left;
    color: #94197c;
}
.fichaCliente h2 span {
	font-size: .6em;
	color: #868686;
	font-weight: normal;
	cursor: pointer;
}

.fichaCliente h3 {
    margin-top: 0.4rem;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    font-style: italic;
    line-height: 1.1rem;
    color: #444444;
    text-decoration: none;
}

.datosFichaCliente {
	padding-top: 1rem;
	padding-bottom: 2rem;

	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.bloqueDatosFichaCliente {
	position: relative;
	margin: 0 1em;
	padding: 1em;
	border: 2px solid #d8d8d8;
}


#datosCliente {
    flex-basis: 30%;
}
#datosCliente p {
    margin: 0;
}

#pedidos {
    flex-basis: 70%;
}
#pedidos p {
    margin: 0;
}

/***********************/

.bloqueDatosFichaCliente header {
	margin-bottom: .5em;
}
.bloqueDatosFichaCliente img {
	margin-right: .5em;
	float: left;
	max-width: 30px;
}
.bloqueDatosFichaCliente header p {
	line-height: 30px;
}
.bloqueDatosFichaCliente > p span {
    cursor: pointer;
}

.datosContactoCliente {
	margin-top: 1em;
}
.datosContactoCliente > div {
	margin-top: 0.3em;
}
.datosContactoCliente p {
	line-height: 30px;
}
.datosContactoCliente p.email {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.datosContactoCliente p.textoEmail {
    text-overflow: ellipsis;
    width: 20rem;
    white-space: nowrap;
    overflow: hidden;
}

/***********************/

.bloquePedidoAnterior {
    margin-top: 2rem;
    padding: 1rem 0 0 0;
    border-top: 2px solid #ebebeb;
}

.bloquePedidoAnterior p.referencia {
    font-size: 1.4rem;
    font-weight: 600;
    color: #94197c;
}
.bloquePedidoAnterior p.fechaPedido {
    font-size: .8rem;
    font-weight: 400;
    color: #666666;
}
.bloquePedidoAnterior p.fechaEnvio {
    text-align: right;
}
.bloquePedidoAnterior .datosPedido {
    margin: 1rem 0;

    display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.bloquePedidoAnterior .datosPedido p.totalPedido {
    font-weight: 600;
    font-size: 1.1rem;
}
.bloquePedidoAnterior .boton {
    padding: 5px 10px;
    float: right;
}