﻿
/* Sobreescrituras Bootstrap
 **********************************************/
 
.modal {
	overflow-y: auto !important;
}

.modal-lg 
{
    width: 100% !important;
    max-width: 1500px !important;
}
@media (max-width: 992px) {
	.modal-dialog 
	{
		margin: 0 !important;
	}
}

.rc-anchor-normal {
    max-width: 100%;
}
.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
    border:0 !important;
    border-radius: 0 !important;
}
/* CSS propio matriz
 **********************************************/
.star-rating{
	font-size: 0;
}

.star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico{
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #FFB300;
}
.star-rating__ico:last-child{
	padding-left: 0;
}
.star-rating__input{
	display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before
{
	content: "\f005";
}

/* -- Cuadradores -- */
.height_350 {
	min-height: 350px !important;
}

.container-700 {
    min-height: 700px;
}
/* -- botones navegación artículos blog -- */
.blog_direc {
    position: fixed;
    bottom: 150px;
    opacity: 0.6;
	z-index: 99;
}

.blog_direc_iz {

    left: 3px;
}

.blog_direc_de {

    right: 3px;
}

.blog_editor_cab .txt{
	margin-top: 20px;
	text-align: right;
	line-height: 1;
}
/* -- cabecera editor blog -- */
.blog_editor_cab .avatar img{
	max-width: 140px;
}

.blog_editor_cab .tax{
	margin-top: 20px;
}

@media (max-width: 1200px) {
	.blog_editor_cab .txt{
		margin-top: 35px;
		text-align: center;
	}

	.blog_editor_cab .tax{
		text-align: center;
	}
}

.box_google{
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08)  !important;
    border-radius: 2px  !important;
    border: 0 !important;
}

.img_fixed_cover {
    background-color: #46769c;
    color: #fff;
    height: 100vh;
    max-height: 100%;
    position: relative;
    display: block;
    
    background-size: cover !important;
    -webkit-background-size: cover !important;
    
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
     .img_fixed_cover { background-attachment: scroll !important; }
}

.img_fixed_cover .sombra,
.img_fixed_cover .sombra,
.img_fixed_cover .sombra{
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
}

.img_fixed_cover .contenedor{
    opacity: 1;
    position: absolute;
    bottom: 15%;
    left: 30%;
    width: 90%;
    margin: -15% 0px 0px -25%;
    text-align: center;
}

.img_fixed_cover h1 {
    font-size: 7rem;
}

@media (max-width: 1200px) {
	.img_fixed_cover h1 {
	    font-size: 6rem;
	}

	.img_fixed_cover h2 {
	    font-size: 2rem;
	}
}

@media (max-width: 900px) {
	.img_fixed_cover h1 {
	    font-size: 5rem;
	}

	.img_fixed_cover h2 {
	    font-size: 2rem;
	}
}

@media (max-width: 768px) {
	.img_fixed_cover h1 {
	    font-size: 4rem;
	}

	.img_fixed_cover h2 {
	    font-size: 2rem;
	}
}

@media (max-width: 600px) {
	.img_fixed_cover h1 {
	    font-size: 3rem;
	}

	.img_fixed_cover h2 {
	    font-size: 1rem;
	}
}

@media (max-width: 320px) {
	.img_fixed_cover h1 {
	    font-size: 09rem;
	}

	.img_fixed_cover h2 {
	    font-size: 1.5rem;
	}
}
    
.as400{
	background-color: black !important;
	color: #00ff1f !important;
	font-family: monospace !important;
	padding: 0.5%;
	overflow-wrap: break-word;
}

.g_snippet div{
	width:100%;
	max-width:700px;
}

.g_snippet div{
	margin-bottom: 26px;
}

.g_snippet div > *{
	margin: 0;
}

.g_snippet h3{
	font-size: 22px;
	color: #1a0dab;
}

.g_snippet h3 a{
	color: #1a0dab;
}

.g_snippet h3 a:visited {
    color: #609;
}

.g_snippet h4{
	font-size: 18px;
	color: #006621;
	font-style: normal;
	word-wrap: break-word;
}

.g_snippet p{
	line-height: 1.4;
	word-wrap: break-word;
	font-size: 16px;
	color: #545454;
}

.puntero{
	cursor:pointer;
}

.cke_skin_v2 input.cke_dialog_ui_input_text, 
.cke_skin_v2 input.cke_dialog_ui_input_password {
	/* new lines */
	position: relative !important;
	z-index: 9999 !important;
}

.cd-top {
  color: chocolate;
  position: fixed;
  bottom: 45px;
  right: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, 
.cd-top.cd-fade-out, 
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 0.6;
}

/* Miniatura tienda */

.ec_fixed_buy{
	position:fixed !important;
	bottom:30px;
	z-index:99;
	left:0;
	width:100%;
}

/*	Pié páginas	*/

#pie {
	min-height: 100px;
	height: 100%;
}

#pie > img{
	margin: auto;
}

.padding2por{
	padding: 2%;
}

.padding15px{
	padding: 15px;
}

.rem07{
	font-size : 0.7rem !important;
}

.rem08{
	font-size : 0.8rem !important;
}

.rem09{
	font-size : 0.9rem !important;
}

.rem1{
	font-size:1rem !important;
}

.rem12{
	font-size:1.2rem !important;
}

.rem15{
	font-size:1.5rem !important;
}

.rem2{
	font-size:2rem !important;
}

.rem25{
	font-size:2.5rem !important;
}

.rem3{
	font-size:3rem !important;
}

.rem4{
	font-size:4rem !important;
}

.rem5{
	font-size:5rem !important;
}

.rem6{
	font-size:6rem !important;
}

.rem7{
	font-size:7rem !important;
}

.rem8{
	font-size:8rem !important;
}

.rem9{
	font-size:9rem !important;
}

.rem10{
	font-size:10rem !important;
}

.fa{
	cursor:pointer;
}

/*Es una lista ul que emula el resultado de	google*/
.seo_snippet_preview{
	max-width:600px;
	margin:0 !important;
	font-family: arial,sans-serif !important;
	list-style: none !important;
	background-color: white;
}

/*Título SEO*/
.seo_snippet_preview>li:nth-child(1){
	text-decoration: none !important;
	color: #1a0dab !important;
	font-size: 18px !important;
	font-weight: normal !important;
}
/*Url SEO*/
.seo_snippet_preview>li:nth-child(2){
	color: #006621 !important;
	font-style: normal !important;
	font-size: small !important;
	line-height: 16px !important;
}
/*Meta desription SEO*/
.seo_snippet_preview>li:nth-child(3){
	color: #545454 !important;
	font-size: small !important;
	font-family: arial,sans-serif !important;	
	line-height: 1.4 !important;
}

.input-mpago {
  font-size: 2rem;
  /*width: 300px;*/
  text-align: center;
  vertical-align: super;
}

.accesocms{
	position: relative;
	left: 0;
	top: 0;
	opacity: 0.5;
}

.accesocms:hover{
	opacity: 1;
}

.espera {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 10000;
	opacity: 0.6;
	background-image: url("/images_sys/ajaxloading.gif");
	background-repeat: no-repeat;
	background-position: center;
	animation: fade_in 1.5s;			
}

@keyframes fade_in {
    from { opacity: 0; }
    to   { opacity: 0.6; }
}

/*Contenido sólo se muestra en móvil*/
.only_phone{
	display:none;
}

@media all and (max-width:959px){  
	.only_phone{
		display:block;
		width:100%;
	}
}

/*Contenido sólo se muestra en pc*/
.only_desktop{
	display:block;
	width:100%;	
}

@media all and (max-width:959px){  
	.only_desktop{
		display:none;		
	}
}

.pol_cookies{
	position:fixed;
	z-index:1002;
	
	width:100%;
	background-color:rgba(111, 111, 111, 0.79);
	color:white;
	bottom:0;
}

.div_zoomer{
	position:relative;
	width: 96%;
	margin:2%;
	height:400px;	
}

.div_zoomer_big{
	height:650px;	
}

@media all and (max-width:959px){  
	.div_zoomer_big{
		height:400px;	
	}	
}

/*Se le añade a cualquier etiqueta, al final, 
se añade un p, dentro otro sin nada, hará la flecha, 
en el primer span se añadirá el contenido.*/
.globo{ 
	position:relative;
	z-index:1000;
}

.globo > note{
	top: 90%;
    right: -20%;
    display: block;
    width: auto;
    padding: 2px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.0, #FF4B4B ), color-stop(1, #D80000));
    background-color: red;
    position: absolute;
    color: white;
    min-width: 80px;
}

/* Tabla comun */

.tablacomun{
	width:100%;
}

.tablacomun caption{
	text-align:right;
}

.tablacomun thead{
	background: #B3B3B3;
	color: white;
}

.tablacomun > thead > tr > th {
    border-bottom: 0 !important;
    padding: 1%;
}

.tablacomun  > tbody > tr > td{
	border-bottom: solid 1px #dedede;
	padding: 1%;
}

/************************************************** Headers */

.bo1 img,/* Alto máximo para logos en barras 1 y 2 */
.bo2 img{
	max-height:25px;
}

.nb_t0 a,
.nb_t2 a,
.nb_t3 a{
	color: #777;
}

.nb_t0 .bo1,
.nb_t2 .bo1,
.nb_t3 .bo1,
.nb_t3 .bo2{ /* Padding para la Barra 1*/
	padding:5px 0;
}

.nb_t0 .bo1 > *,
.nb_t0 .bo_item,
.h_t0 .bo_item,
.nb_t2 .bo1 > *,
.nb_t2 .bo_item,
.nb_t3 .bo1 > *,
.nb_t3 .bo_item,
.nb_t1 .bo1 > *, /*Elementos de la barra 1*/
.nb_t1 .bo2 > *, /*Elementos de la barra 2*/
.nb_t1 .bo_item,/*Elemento*/
.h_t1 .bo_item,
.h_t2 .bo_item,
.h_t3 .bo_item{
	margin-right:15px;
}

.h_t1 h2,
.h_t2 h2,
.h_t3 h2{
	font-size:70px;
}

@media all and (max-width:768px){  
	.nb_t3 .bo1,
	.nb_t3 .bo2{
	    background-color: #343a40;
	    overflow: auto;
	    padding: 2px;
	}
	.nb_t3 .bo1 a,
	.nb_t3 .bo2 a{
	    color: #fff;
	}

	.h_t3 h2{
		font-size:30px;
	}

	.h_t1 h2,
	.h_t2 h2,
	.h_t3 h2{
		font-size:35px;
	}
}

.nb_t0 .bo_item.tam15{
	font-size: 15px;
}

.h_t0,
.h_t2,
.h_t3 {
    margin: 70px 0 15px 0;
}

@media all and (max-width:768px){  
	.h_t3 {
	    margin: 130px 0 15px 0;
	}
}

.h_t0 a,
.h_t2 a,
.h_t3 a{/*enlaces de la cabecera*/
	color: #777;
}

.nb_t1 .bo2{/*Contenedor de la barra opciones 2*/
	background-color: #000;
}

.nb_t1 .bo2 a{/*enlaces de la barra opciones 2*/
	color: #fff;
}

.nb_t1 .bo1{/*Contenedor de la barra opciones 1*/
	background-color: transparent;
}

.nb_t1 .bo1 a{/*enlaces de la barra opciones 1*/
	color: #fff;
}

.nb_t1 .bo1{/*contenedor grupo de elementos en barra 1*/
	padding:15px 0 15px 0;
}

.h_t1 a,/*enlaces de la cabecera*/
.h_t1 h2{/*enlaces de la cabecera*/
	color: #fff;
}

.h_t2 .bo2{
	background-color: #343a40;
	margin: 10px 0 10px 0;
	padding: 10px;
}

.h_t2 .bo2 a{
	color: #868e96;
}
.nb_t3 img{
	max-height:70px;
	margin:auto;
} 

.bo1_bg{
	background-color: #383838 !important;
	transition: background-color 1000ms linear;
}

.h_t1::before {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.h_t1 {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	/*display: inline;
	float: left;*/
	position: relative;
	min-height: 350px;
	width: 100%;
	padding-top: 70px;
	margin-bottom: 15px;
}

/*	Clases para ocultar y superponer */
.bf_ocultar {
	top: -150px !important;
	transition: top .5s;

}
.bf_fijar_arriba {
	top:0 !important;
	z-index: 199 !important;
	transition: top .5s;
}


/*	Página: ecommerce */
.estado_ped{
	cursor: pointer;
	color: white;
	padding: 2px;
	border-radius: 3px;
	font-weight: bold;
	margin: auto;
}



.ep_azul{
background-color: Blue !important;
}

.ep_verde{
background-color: Green !important;
}

.ep_naranja{
background-color: Orange !important;
}

.ep_rojo{
background-color: red !important;
}

.ep_celeste{
background-color: #96C8FF !important;
}

.ep_gris{
background-color: #8F8F8F !important;
}

.ep_verdeclaro{
background-color: #86DF00 !important;
}

.ep_negro{
background-color: #000000 !important;
}

/* Barra de navegación de la cesta */
@media all and (max-width:576px){  

	.ec_cestanav{
		font-size:0.7rem;
	}
}  

/*	Formulario de entrada de datos */
.formulario{
	margin:1%;
	width:98%;
}

.formulario fieldset{
	padding:0;
	margin:0;
}

.formulario dl{
	display:block;
	margin:0;
	padding:0;
}

.formulario dt {/*Le ponemos un radio superior*/
	font-size: 2rem;
	margin: 1%; 
	width:98%;
}

.formulario dd { /*Dentro sólo habrá párrafos de ancho flexible*/
	margin: 1%; 
	width:98%;

	display: flex; 
	display: -webkit-flex;
	
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	
	align-content: flex-start;
	-webkit-align-content: flex-start;
	
}

@media all and (max-width:959px){
	.formulario dd {
		flex-flow: column wrap;
		-webkit-flex-flow: column wrap;
		
		align-content: stretch;
		-webkit-align-content: stretch;
	}
}

.formulario dd > p{
	width:98%;
	margin:1%;

	flex: 1;
	-webkit-flex: 1;
	position:relative;
}

.formulario dd > p > span{
	color:darkgray;
	display:block;
	font-size: 0.9rem;
}

.formulario dd > img{
	display:block;
	width:98%;
	height: 98%;
	margin:1%;
}

.formulario dd > div{
	border: 1px #808080 dashed;
	padding: 1%;
	width:100%;
	background-color: aliceblue;
}

.formulario dd > p > input,
.formulario dd > p > textarea,
.formulario dd > p > select,
.formulario dd > p > span,
.formulario dd > p > label{
	width:100%;
}
.formulario dd > p > input[type=color]{
	padding: 0px;
	margin: 10px;
}

.formulario dd > p > input[type=radio],
.formulario dd > p > input[type=checkbox] {
    width: 60px;
}

.formulario label input[type=checkbox]{
	display:none;
}

.formulario label input[type=checkbox] + span {
	display: block;
	position: relative;
	box-shadow: inset 0 0 10px 1px #d5d5d5;
	height: 19px;
	width: 60px;
	border-radius: 15px;
	padding: 0;
	background-color: crimson;
}

.formulario label input[type=checkbox] + span:before,
.formulario label input[type=checkbox] + span:after{
	content: "";
	position: absolute;
	display: block;
	height: 19px;
	width: 19px;
	top: 0;
	left: 0;
	border-radius: 15px;
	-moz-transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;

}

.formulario label input[type=checkbox] + span:before {
	background: rgba(19,191,17,0);
}

.formulario label input[type=checkbox] + span:after {
	background: white;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2), 0 2px 4px rgba(0,0,0,.2);
}	

.formulario label input[type=checkbox]:checked + span:before {
	width: 60px;
	background-color: #74bf00;
	border: 1px solid #949494;
}

.formulario label input[type=checkbox]:checked + span:after,
.formulario label input[type=checkbox]:checked + span:after {
	left: 41px;
	box-shadow: inset 0 0 0 1px rgba(98, 167, 255, 1), 0 2px 4px rgba(0,0,0,.2);
}

.formulario label > input[type=radio]{
	display:none;
}
.formulario label > input[type=radio] + img{ /* IMAGE STYLES */
	display: block;
	cursor : pointer;
	border : 1px solid transparent;
	opacity : 0.6;
	animation: fade_in 1.5s;
	filter: grayscale(100%);
}
.formulario label > input[type=radio]:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
	border:1px solid #b5b5b5;
	opacity : 1;
	filter: grayscale(0%);
}

.formulario_plano{ /* Modifica el contenedor del form quitando fondo y border.*/
    background-color: transparent !important;
    border: 0 !important;
}

/* 
   Se le da la clase input_con_2_bot al párrafo y dentro ponemos un input text y dos
   iconos font awesome y queda cuadrado
*/
.formulario .input_con_2_bot > input[type="text"]{
	width:45%;
	margin-right: 20px;
}

.formulario .input_con_2_bot > button{
	vertical-align: bottom;
	width: 15%;
	text-align: center;
	margin-right: 20px;
}

/*	Página: Index 2 */
.index_banner{
	margin-top: 55px;
}

.index_banner img{
	margin: auto;
}

.index_banner .banner{
	margin-top:60px;
}

.index_banner .logo{
	display:none;
}

@media all and (max-width:767px){

	.index_banner .banner{
		display:none;
	}
	
	.index_banner .logo{
		display:block;
	}
}

/*	Header para index y sub páginas */

.header_index{	
	width: 100%;
	margin-top:55px;
	overflow: hidden;
}

.header_index_over{		/* Poner el banner sobre el slider*/
    position: absolute;
    z-index: 3;
}

.header_index img{
    margin: 1% auto;
    display: block;
    max-width: 100%;
}

.header_index div:nth-of-type(2){
	display:none;
}

@media all and (max-width:959px){  

	.header_index div:nth-of-type(1){
		display:none;
	}

	.header_index div:nth-of-type(2){
		display:block;
	}
	
}

/*	Onuba Menú
 **********************************************/
@keyframes om_kf_entrar{ 
	0% { opacity:0 }
	
	100% { opacity:1 } 
}

.onuba_menu .om_entrar { 
	animation: om_kf_entrar 1.5s both;
}

.onuba_menu .om_salir { 
	display: none;
}

/*	Tema para Onuba Menú */
.om_tema_plano .list-group-item{
	border: 0 !important;
	background-color: transparent !important;
}
.om_tema_plano .list-group-item a{
    color: inherit !important;
}
.om_tema_plano .om_ir{
    color: #b7b7b7 !important;
	padding-left: 40px;
}
.om_tema_plano .list-group-item.active,
.om_tema_plano .list-group-item.active:hover{
	border: 0 !important;
	background-color: #eee !important;
    color: inherit !important;
}

/*	Tema para Onuba Menú */
.om_tema_lista .list-group-item{
	border-bottom: 1px solid #eee !important;
	background-color: #fafafa !important;
}
.om_tema_lista .list-group-item a{
    color: inherit !important;
}
.om_tema_lista .om_ir{
    color: #1abc9c !important;
	padding-left: 40px;
}
.om_tema_lista .list-group-item.active .om_ir,
.om_tema_lista .list-group-item.active:hover .om_ir{
	color: inherit !important;
}

/*	menú Simpler Sidebar
 **********************************************/
.sidebar {
  position: fixed;
  top: 56px;
  bottom: 0;
  width: 300px;
  background-color: #fff;
  overflow: auto;
}

#sidebar-main {
  top: 56px;
}

.sidebar.right {
  right: -300px;
  text-align: right;
}

.sidebar.left {
  left: -300px;
}

.sidebar_styl_cms{
	background: #343a40;
	color: #868e96;
}

.sidebar_styl_cms hr {
	border-color: inherit;
}

/*	Tema para Onuba Menú */
.sidebar_styl_cms .onuba_menu .list-group-item{
	border: 0 !important;
	background-color: #343a40 !important;
}
.sidebar_styl_cms .onuba_menu .list-group-item a{
    color: inherit !important;
}
.sidebar_styl_cms .onuba_menu .om_ir{
    color: #b7b7b7 !important;
}
.sidebar_styl_cms .onuba_menu .list-group-item.active,
.sidebar_styl_cms .onuba_menu .list-group-item.active:hover{
	border: 0 !important;
	background-color: #eee !important;
    color: inherit !important;
}

.sidebar_styl_cms .sidebar_quitter{
    color: rgb(0, 255, 205)  !important;
    font-size: 2rem;
    text-align: end;
    padding: 10px;
    margin: 0 !important;
}
.sidebar_styl_cms .fa-chevron-right,
.sidebar_styl_cms .fa-chevron-left,
.sidebar_styl_cms .fa-plus{
    color: rgb(0, 255, 205)  !important;
}

.sidebar_styl_cms .list-group-item:hover{
	color: #01fbca !important;
}

.sidebar_styl_cms .list-group-item:hover a{
	text-decoration: none !important;
}

.sidebar_styl_cms .list-group-item a i{
	margin-right: 10px;
}

.sidebar_styl_cms .onuba_menu .list-group-item.active, 
.sidebar_styl_cms .onuba_menu .list-group-item.active:hover {
    border: 0 !important;
    background-color: #343a40 !important;
    color: rgb(0, 255, 205)  !important;
}

/*	Sweet-Dropdown
 **********************************************/
.dropdown-menu {
    z-index: 9;
}

/*	Sweet Alert 2
 **********************************************/
.swal2-container {
    z-index: 1200 !important;
}
.swal2-popup {
    font-size: 1.5rem !important;
}

/*	Clases para form-builder
****************************************************/
.form-builder-overlay {
    z-index: 1050 !important;
}
.form-builder-dialog {
    z-index: 1055 !important;
}

/*	Clases para jssocials
****************************************************/
@media all and (max-width:576px)
{ 
	#shareadaptive{
	    position: fixed;
	    z-index: 100;
	    bottom: 0;
	    left: 0;
	    width:100%;
	}
	.jssocials-shares {
	    margin: 0 !important;
	    display: flex!important;
	}
	.jssocials-share {
	    margin: 0 !important;
	    flex: 1 1 auto!important;
	}
	.jssocials-share-label {
	    display: none !important;
	}
	.jssocials-share > .jssocials-share-link{
		width: 100%!important;
		padding: 0.1em .6em !important;
	}
	
	.jssocials-share-count-box {
	    display: none !important;
	}	
}

/*	Clases para carrusel
****************************************************/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

@media all and (max-width:425px){
	.rslides_index img{
		display: block;
		max-height: 525px;
		z-index: -1;
		-webkit-transform: translatex(-50%);
		-moz-transform: translatex(-50%);
		-ms-transform: translatex(-50%);
		-o-transform: translatex(-50%);
		transform: translatex(-50%);
		left: 50%;
		position: relative;	
		width: auto;
	}
}

.rslides .contenido { /*DIV con título y botones.*/
	position: absolute;
	width: 100%;
	padding: 2% 6%;
}

.rslides .contenido p a {
	margin-right: 10px;
}

.rslides .contenido .titulo {
	font-size: 2.5rem;
	font-weight: bold;
	color: white;
	text-shadow: -2px 0 #000, 2px 0 #000, 0 2px #000, 0 -2px #000;
}

@media all and (max-width:425px){
	.rslides .contenido .titulo {
		font-size: 2rem;
	}
}

.rslides .c_c { /*contenido centrado*/
    text-align: center;
}

.rslides .c_d { /*contenido derecha*/
    text-align: right;
}

.rslides .c_i { /*contenido inferior*/
    bottom: 0;
}

.rslides .c_m { /*contenido medio*/
    top: 25%;
}

/*	Clases flexnav
****************************************************/
.fn_barra_arriba li a {
    padding: 0px 20px 0px 5px !important;
}    
/*	Clases para bricklayer
****************************************************/
@media screen and (min-width: 1200px){
	.bricklayer-column-sizer {
		width: 33% !important;
	}
}

/*	Clases para Paga Más Tarde
****************************************************/

.ClientSdkSimulator {
    margin: auto;
}
