@font-face {
    font-family: RobotoDraft;
    font-style: normal;
    font-weight: 400;
    src: local('RobotoDraft'), local('RobotoDraft-Regular'), url(https://fonts.gstatic.com/s/robotodraft/v1/0xES5Sl_v6oyT7dAKuoni4gp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2'), url(https://fonts.gstatic.com/s/robotodraft/v1/0xES5Sl_v6oyT7dAKuoni7rIa-7acMAeDBVuclsi6Gc.woff) format('woff')
}
@font-face {
    font-family: RobotoDraft;
    font-style: normal;
    font-weight: 500;
    src: local('RobotoDraft Medium'), local('RobotoDraft-Medium'), url(https://fonts.gstatic.com/s/robotodraft/v1/u0_CMoUf3y3-4Ss4ci-VwXJuJo8UJJfpGKt7pXjBv4s.woff2) format('woff2'), url(https://fonts.gstatic.com/s/robotodraft/v1/u0_CMoUf3y3-4Ss4ci-VwaTA90I55Xt7owhZwpPnMsc.woff) format('woff')
}
@font-face {
    font-family: RobotoDraft;
    font-style: normal;
    font-weight: 700;
    src: local('RobotoDraft Bold'), local('RobotoDraft-Bold'), url(https://fonts.gstatic.com/s/robotodraft/v1/u0_CMoUf3y3-4Ss4ci-Vwf79_ZuUxCigM2DespTnFaw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/robotodraft/v1/u0_CMoUf3y3-4Ss4ci-VwRbnBKKEOwRKgsHDreGcocg.woff) format('woff')
}
@font-face {
    font-family: RobotoDraft;
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300,400,500,600,700;
}


body {
	background: #FFFFFF;
    font-family: RobotoDraft, sans-serif;
    line-height: 1.5;
    padding: 0;
	margin: 0;
	overflow-x: hidden; /*------ AGREGADO PARA TSU EL 01JUL2021 -------*/
}

/*----------- HERRAMIENTAS ÚTILES -----------*/
.centext {text-align: center;}
.cenblock {margin: 0 auto;}
.none {display:none;}
.prel {position: relative;}
.pabs {position: absolute;}
.pfix {position: fixed;}

.cyan {background-color: #00BCD4;}
.teal {background-color: #009688;}
.blue {background-color: #2196F3;}
.pink {background-color: #ffc8df;}

.acomoda_texto{
    white-space: pre-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 41px !important;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 22px;
}
/*----------- FIN DE HERRAMIENTAS ÚTILES -----------*/



/*Botones*/
.button {
    padding: 1.2rem 1.6rem;
    color: #fff;
    transition: background .3s;
    background-color: rgba(0,0,0,0.4);
    border-radius: 2px;
}

.button:hover {
    background: rgba(0,0,0,0.6);
    color: #fff;
}



/*info*/
.info {
    background-color: rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.5);
    display: block;
    margin: 0 0 1rem;
    padding: 2rem;
    text-align: center;
    font-size: 1rem;
}

/*-------------------------------- HEADER ------------------------------*/
header {
    padding: 3rem;
    text-align: center;
    background: #fff;
    color: #969696;
    letter-spacing: 2px;
}

header > h1 {
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 0.2rem;
    font-weight: 500;
}

header > span {
    text-transform: capitalize;
    font-size: 1rem;
}
/*-------------------------------- FIN HEADER ------------------------------*/


/*---------------------------------------SEARCH------------------------------------------*/

/*---------------------------------------FIN SEARCH------------------------------------------*/


/*-------------------------------- TODO LO CORRESPONDIENTE AL WRAPPER ------------------------------*/
/*Responsive box*/
.box {         /*---------------------- ES EL WRAPPER ---------------------*/
    /*max-width: 1000px;
    max-width: 1500px;*/
	width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 1.5rem;
	/*background-image: url("../../img/fondo-ruido-2.png");*/
}
h1 {
    color: #515151;
    display: block;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.5em;
}

h2 {
    color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.5em;
}

h3{
	color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.5em;
}

h4{
	font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    color: #606060;
    /*text-align: center;*/
    margin: 0px 0px 25px 0px;
    letter-spacing: -2px;
}

h5{
	font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 6.5rem;
    color: #ffffff;
	text-align: center;
	margin: 0px 0px 25px 0px;
}
.box > h2:not(:first-child) {
    padding-top: 3rem;
}

.box > p {      /*---------------------- TEXTO DE PÁRRAFO CORRESPONDIENTE AL WRAPPER ---------------------*/
    color: #515151;
    display: block;
    font-weight: 400;
    font-size: 1.3rem;
}
.box > p > a {
    color: #00BCD4;
    font-weight: 500;
    text-decoration: none;
}
.box > p > strong {      /*---------------------- CLASE PARA NEGRITA DE TEXTO DE PÁRRAFO CORRESPONDIENTE AL WRAPPER ---------------------*/
    color: #515151;
}
.box > p > a:hover {
    text-decoration: none;
}
pre {      /*---------------------- TEXTO DE PÁRRAFO DESTACADO EN EL WRAPPER ---------------------*/
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}
/*-------------------------------- FIN DE TODO LO CORRESPONDIENTE AL WRAPPER ------------------------------*/


/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/


/* ---------- ANIMACIONES DE DIVS CON SCROLL ---------- */

.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {
	visibility: visible;
	
	animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-name: slide;
	-webkit-animation-duration: 1s;
	-moz-animation-name: slide;
	-moz-animation-duration: 1s;
	-ms-animation-name: slide;
	-ms-animation-duration: 1s;
	-o-animation-name: slide;
	-o-animation-duration: 1s;
}
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}

@-webkit-keyframes slide {
    0% {opacity: 0; transform: translateY(30%);} /* VALOR DE CARGA DE LA PÁGINA A PARTIR DEL CUAL APARECE EL DIV FLOTANTE. ORIGINALMENTE ERA AL 100% */
    100% {opacity: 1; transform: translateY(0);} 
}
@-moz-keyframes slide {
    0% {opacity: 0; transform: translateY(30%);} /* VALOR DE CARGA DE LA PÁGINA A PARTIR DEL CUAL APARECE EL DIV FLOTANTE. ORIGINALMENTE ERA AL 100% */
    100% {opacity: 1; transform: translateY(0);} 
}
@-ms-keyframes slide {
    0% {opacity: 0; transform: translateY(30%);} /* VALOR DE CARGA DE LA PÁGINA A PARTIR DEL CUAL APARECE EL DIV FLOTANTE. ORIGINALMENTE ERA AL 100% */
    100% {opacity: 1; transform: translateY(0);} 
}
@-o-keyframes slide {
    0% {opacity: 0; transform: translateY(30%);} /* VALOR DE CARGA DE LA PÁGINA A PARTIR DEL CUAL APARECE EL DIV FLOTANTE. ORIGINALMENTE ERA AL 100% */
    100% {opacity: 1; transform: translateY(0);} 
}
@keyframes slide {
    0% {opacity: 0; transform: translateY(30%);} /* VALOR DE CARGA DE LA PÁGINA A PARTIR DEL CUAL APARECE EL DIV FLOTANTE. ORIGINALMENTE ERA AL 100% */
    100% {opacity: 1; transform: translateY(0);} 
}

/*---------- FIN ANIMACIONES DE DIVS CON SCROLL -----------*/






/*code
code {
    padding: .3em .4em;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.8);
    font-size: .9em;
}*/








.main {
    padding: 4rem 0 0 0;
	background-color:#ffffff;
}



.section{
	width: 100%;
    height: auto;
    float: left;
    margin: auto;
    background-color: #FFFFFF;
	overflow: visible;
}

.section-contacto{
	width: 100%;
    height: auto;
    float: left;
    margin: auto;
    background-color: #4d4d4d;
	overflow: visible;
}

.article{
	width: 100%;
    height: auto;
    float: left;
    margin: auto;
    background-color:#FFFFFF;
	overflow: visible;
	/*padding: 20px 0px 20px 0px;*/
}
.article-1{
	width: 100%;
    height: auto;
    float: left;
    margin: auto;
    /*background-color:#FADBD8;*/
	background-color:#FADBD8;
	overflow: visible;
	padding: 20px 0px 20px 0px;
}
.contenedor-textos {
    width: 72%;
	height: auto;
	margin: 20px auto 20px;
}
.contenedor-textos-top {
    width: 72%;
	height: auto;
	margin: 20px auto 20px;
}
.contenedor-tapas-catalogos {
    width: 58%;
	height: auto;
	margin: 0px auto 150px;
}
.tapas-catalogos {
    width: 30.5%;
	height: 100%;
	float:none !important;
	margin: 0px 15px 30px 15px;
	/*border: 1px solid #c4c4c4;*/
	background-color: #f5f5f5;
    max-height: 596px;
    display: inline-block;
    vertical-align: top;
}

.tapas-catalogos:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	transition: transform 0.5s ease;

}

.tapas-catalogos ul li img{width:100%; height:auto; display:inline-block;}
.tapas-catalogos img{width:100%; height:auto; display:inline-block;}
.tapas-catalogos a{width:100%; height:auto; text-align:center; font-size:0.8em; font-color:#e94287 !important; font-weight:lighter; font-family: "Montserrat"}

.contenedor-destacados {
    width: 80%;
	height: auto;
	margin: 30px auto 30px;
}
.destacados {
    width: 30%;
	height: 100%;
	float:none !important;
	margin: 0px 20px 30px 20px;
	/*background-color: #f5f5f5;*/
	background-color: #ffffff;
    max-height: 750px;
    display: inline-block;
    vertical-align: top;
}

.destacados ul li img{width:100%; height:auto; display:inline-block;}
.destacados img{width:100%; height:auto; display:inline-block;}
.destacados a{width:100%; height:auto; text-align:center; font-size:0.8em; font-color:#e94287 !important; font-weight:lighter; font-family: "Montserrat"}

.contenedor-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 20px;
	padding: 10px;
	font-weight: 400;
    font-size: 0.9em;
    line-height: 1.5em;
	display: block;
	height: 300px;
    overflow:auto;
}

.titulo-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 10px;
	padding: 0px;
	display: block;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.2em;
	color: #999999;
}

/*.ver-detalle-destacados{width:100%; height:auto; margin-top:10px; padding: 0px 0px 0px 0px; text-align:center; background-color:#cb3c68; border:1px solid #c4c4c4; font-size:0.9em; font-weight:lighter; font-family: "Montserrat"; display: inline-block;}*/
.ver-detalle-destacados{width:50%; height:auto; margin:10px auto 0px; padding: 0px 0px 0px 0px; text-align:center; background-color:#702c8c; border:1px solid #ffffff; font-size:0.9em; font-weight:600; font-family: "Montserrat"; display: block;}
.ver-detalle-destacados a{ padding: 10px 0px 10px 0px; font-size:1em; color:#ffffff; text-decoration:none; font-family: "Montserrat"; display: inline-block;}


.contenedor-modulos-contacto {
    width: 90%;
	height: auto;
	margin: 30px auto 30px;
}
.modulo-contacto {
    width: 28%;
	height: 100%;
	float:none !important;
	margin: 0px 25px 30px 25px;
	/*background-color: #f5f5f5;*/
    max-height: 750px;
    display: inline-block;
    vertical-align: top;
}

.modulo-contacto ul li img{width:100%; height:auto; display:inline-block;}
.modulo-contacto img{width:100%; height:auto; display:inline-block;}
.modulo-contactos a{width:100%; height:auto; text-align:center; font-size:0.8em; font-color:#e94287 !important; font-weight:lighter; font-family: "Montserrat"}
.modulo-icono-contacto{width:35%; height:auto; margin:auto;}

.contenedor-textos-modulo-contacto {
    width: 90%;
    /*height: auto;*/
    margin: 10px auto 10px;
    padding: 10px;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #e94387;
    text-align: center;
    display: block;
    height: 65px;
    overflow: auto;
}

.titulo-textos-modulo-contacto {
    width: 100%;
	height: auto;
	margin: 10px auto 10px;
	padding: 0px;
	display: block;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
	color: #999999;
	text-align: center;
}

.texto-contenido-modulo-contacto{
	color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 1.08em;
    line-height: 1.5em;
    text-align: center;
}

/*.ver-detalle-modulo-contacto{width:100%; height:auto; margin-top:10px; padding: 0px 0px 0px 0px; text-align:center; background-color:#e2e2e2; border:1px solid #c4c4c4; font-size:0.9em; font-weight:lighter; font-family: "Montserrat"; display: inline-block;}*/
.ver-detalle-modulo-contacto{width:50%; height:auto; margin:22px auto 0px; padding: 0px 0px 0px 0px; text-align:center; background-color:#fd5d75; border:2px solid #ffffff; font-size:0.9em; font-weight:lighter; font-family: "Montserrat"; display: block;}
.ver-detalle-modulo-contacto a{ padding: 10px 0px 10px 0px; font-size:1em; color:#ffffff; text-decoration:none; font-family: "Montserrat"; display: block;}

.nombre{width:100%; height:auto; text-align:center; font-size:0.9em; font-weight:normal; font-family: "Montserrat"}
.detalle{width:100%; height:auto; text-align:center; font-size:0.9em; font-weight:lighter; font-family: "Montserrat"}
.ver-detalle-catalogo{width:100%; height:auto; margin-top:10px; text-align:center; background-color:#702c8c; font-size:0.9em; font-weight:lighter; font-family: "Montserrat";}
.ver-detalle-catalogo a{font-size:1em; color:#ffffff; text-decoration:none; font-family: "Montserrat"; display: inline-block; padding: 8px 0px 8px 0px;}



/*------------------------------------------------------------------------------------------------*/
.logo-espacio-tsu,
.logo-tienda {
    width: 150px;
    height: auto;
    float: right;
    margin: 0px 0px 0px 30px;
	/*background-color: #f5f5f5;*/
    display: inline-block;
    vertical-align: top;
}
.logo-espacio-tsu img{width:100%; height:auto; display:inline-block;}
.logo-tienda img{width:100%; height:auto; display:inline-block;}
/*------------------------------------------------------------------------------------------------*/



/*limpiador*/
.cleaner{
	clear: both;
}


table {
 border-spacing:15px;
 border-collapse:separate;
 background-color:transparent;
}
table2 {
 border-spacing:15px;
 border-collapse:separate;
 background-color:transparent;
 padding-left:10px !important;
}



/*------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/






@media screen and (min-width: 320px) {
.main {padding:0 0 0 0; margin-top:50px;}
	
/*.section{background-color:#f5f5f5;}*/
.section{background-color:#ffffff;}
.section-contacto{background-color:#fd5d75;}

.contenedor-textos-top {width:75%; height:auto; margin:12px auto 40px; z-index:8000; position:relative;}
.contenedor-textos {width:90%; height:auto; margin:20px auto 20px; z-index:8000; position:relative;}

h1{
    color: #515151;
    display: block;
    font-weight: 400;
    font-size: 0.85em;
    line-height: 1.35em;
	text-align: center;
}
h3{
	color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 1.15em;
    line-height: 1.5em;
}
h4{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 1.5em;
    color: #606060;
    margin: 0px 0px 15px 0px;
    letter-spacing: -2px;
}
h5{
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    color: #515151;
	text-align: center;
	margin: 20px 0px 20px 0px;
	line-height:1.2;
}
	
.contenedor-tapas-catalogos {width:90% !important; height:auto; margin:15px auto 15px; z-index:8000; position:relative;}
.tapas-catalogos {width:93% !important; height: auto; float:left; margin:0px 5px 25px 5px;}
	
.contenedor-destacados {width:80% !important; height:auto; margin:25px auto 40px; z-index:8000; position:relative;}
.destacados {width:100% !important; height: auto; float:left; margin:10px 0px 10px 0px;}

.contenedor-textos-destacados {
    width: 90%;
	height: auto;
	margin: 0px auto 10px;
	padding: 10px;
	font-weight: 400;
    font-size: 0.8em;
    line-height: 1.5em;
	/*display: block;
	height: 174px;
    overflow:auto;*/
}

.titulo-textos-destacados {
    width: 100%;
	height: auto;
	margin: 0px auto 10px;
	padding: 0px;
	display: block;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
	color: #999999;
}
	
.contenedor-modulos-contacto {width:88% !important; height:auto; margin:35px auto 40px; z-index:8000; position:relative;}
.modulo-contacto {width:100%; margin:0px 0px 60px 0px;}

.contenedor-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 10px;
    padding: 0px;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #ffffff;
    text-align: center;
    /* display: block;
    height: 75px;
    overflow: auto; */
}

.titulo-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
    padding: 0px;
    display: block;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #464646;
    text-align: center;
}
	
.logo-espacio-tsu, .logo-tienda {width: 98px; height: auto; float: right; margin: 0px 0px 0px 15px; display: inline-block;}
	
table {display:none; visibility:hidden;}
table2 {display:none; visibility:hidden;}
	
footer {background: #333333; padding: 20px 10px 50px 10px;}
	
}

@media screen and (min-width: 450px) {
.main {padding:0 0 0 0; margin-top:60px;}
	
/*.section{background-color:#f5f5f5;}*/
.section{background-color:#ffffff;}
.section-contacto{background-color:#fd5d75;}

.contenedor-textos-top {width:75%; height:auto; margin:12px auto 40px; z-index:8000; position:relative;}
.contenedor-textos {width:90%; height:auto; margin:20px auto 20px; z-index:8000; position:relative;}
	
p{
	color:#000000;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
}

h1{
    color: #515151;
    display: block;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.5em;
	text-align: center;
}
h2{
	color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 0.8em;
    line-height: 1.5em;
}
h4{
	font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 1.7em;
    color: #606060;
    margin: 0px 0px 25px 0px;
    letter-spacing: -2px;
}
h5{
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 1.8em;
    color: #515151;
	text-align: center;
	margin: 20px 0px 20px 0px;
	line-height:1.1;
}
	
.contenedor-tapas-catalogos {width:95% !important; height:auto; margin:15px auto 15px; z-index:8000; position:relative;}
.tapas-catalogos {width:44% !important; height: auto; float:left; margin:0px 10px 20px 10px;}
	
.contenedor-destacados {width:80% !important; height:auto; margin:25px auto 55px; z-index:8000; position:relative;}
.destacados {width:100% !important; height: auto; float:left; margin:10px 0px 10px 0px;}

.contenedor-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 20px;
	padding: 10px;
	font-weight: 400;
    font-size: 0.9em;
    line-height: 1.5em;
	/*display: block;
	height: 130px;
    overflow:auto;*/
}

.titulo-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 10px;
	padding: 0px;
	display: block;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
	color: #999999;
}
	
.contenedor-modulos-contacto {width:78% !important; height:auto; margin:35px auto 40px; z-index:8000; position:relative;}
.modulo-contacto {width:100%; margin:0px 0px 60px 0px;}

.contenedor-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 10px;
    padding: 0px;
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.3em;
    color: #ffffff;
    text-align: center;
    /* display: block;
    height: 75px;
    overflow: auto; */
}

.titulo-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
    padding: 0px;
    display: block;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #464646;
    text-align: center;
}
	
.logo-espacio-tsu, .logo-tienda {width: 110px; height: auto; float: right; margin: 0px 0px 0px 17px; display: inline-block;}
	
table {display:none; visibility:hidden;}
table2 {display:none; visibility:hidden;}
	
footer {background: #333333; padding: 30px 10px 50px 10px;}
	
}

@media screen and (min-width: 570px) {
.main {padding:0 0 0 0; margin-top:60px;}
	
/*.section{background-color:#f5f5f5;}*/
.section{background-color:#ffffff;}
.section-contacto{background-color:#fd5d75;}

.contenedor-textos-top {width:75%; height:auto; margin:12px auto 40px; z-index:8000; position:relative;}
.contenedor-textos {width:90%; height:auto; margin:20px auto 20px; z-index:8000; position:relative;}

h1{
    color: #515151;
    display: block;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.5em;
	text-align: center;
}
h3{
	color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.5em;
}
h4{
	font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 2.0em;
    color: #606060;
    margin: 0px 0px 25px 0px;
    letter-spacing: -2px;
}
h5{
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 2.0em;
    color: #515151;
	text-align: center;
	margin: 20px 0px 20px 0px;
	line-height:1.1;
}
	
.contenedor-tapas-catalogos {width:90% !important; height:auto; margin:15px auto 15px; z-index:8000; position:relative;}
.tapas-catalogos {width:45% !important; height: auto; float:left; margin:0px 10px 18px 10px;}
	
.contenedor-destacados {width:80% !important; height:auto; margin:25px auto 55px; z-index:8000; position:relative;}
.destacados {width:100% !important; height: auto; float:left; margin:10px 0px 10px 0px;}

.contenedor-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 20px;
	padding: 10px;
	font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5em;
	/*display: block;
	height: 115px;
    overflow:auto;*/
}

.titulo-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 10px;
	padding: 0px;
	display: block;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
	color: #999999;
}
	
.contenedor-modulos-contacto {width:75% !important; height:auto; margin:35px auto 40px; z-index:8000; position:relative;}
.modulo-contacto {width:100%; margin:0px 0px 60px 0px;}

.contenedor-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 10px;
    padding: 0px;
    font-weight: 600;
    font-size: 1.6em;
    line-height: 1.4em;
    color: #ffffff;
    text-align: center;
    /* display: block;
    height: 75px;
    overflow: auto; */
}

.titulo-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
    padding: 0px;
    display: block;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #464646;
    text-align: center;
}
	
.logo-espacio-tsu, .logo-tienda {width: 110px; height: auto; float: right; margin: 0px 0px 0px 20px; display: inline-block;}
	
table {display:none; visibility:hidden;}
table2 {display:none; visibility:hidden;}
	
footer {background: #333333; padding: 30px 10px 50px 10px;}
	
}

@media screen and (min-width: 610px) {
.main {padding:0 0 0 0; margin-top:60px;}
	
/*.section{background-color:#f5f5f5;}*/
.section{background-color:#ffffff;}
.section-contacto{background-color:#fd5d75;}

.contenedor-textos-top {width:75%; height:auto; margin:12px auto 40px; z-index:8000; position:relative;}
.contenedor-textos {width:90%; height:auto; margin:20px auto 20px; z-index:8000; position:relative;}
	
h1{
    color: #515151;
    display: block;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.5em;
	text-align: center;
}
h3{
	color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.5em;
}
h4{
	font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 2.0em;
    color: #606060;
    margin: 0px 0px 25px 0px;
    letter-spacing: -2px;
}
h5{
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 2.0em;
    color: #515151;
	text-align: center;
	margin: 20px 0px 20px 0px;
	line-height:1.1;
}
	
.contenedor-tapas-catalogos {width:98% !important; height:auto; margin:15px auto 15px; z-index:8000; position:relative;}
.tapas-catalogos {width:43% !important; height: auto; float:left; margin:0px 15px 23px 15px;}
	
.contenedor-destacados {width:80% !important; height:auto; margin:25px auto 60px; z-index:8000; position:relative;}
.destacados {width:100% !important; height: auto; float:left; margin:10px 0px 10px 0px;}

.contenedor-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 20px;
	padding: 10px;
	font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5em;
	/*display: block;
	height: 115px;
    overflow:auto;*/
}

.titulo-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 10px;
	padding: 0px;
	display: block;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
	color: #999999;
}
	
.contenedor-modulos-contacto {width:75% !important; height:auto; margin:35px auto 40px; z-index:8000; position:relative;}
.modulo-contacto {width:100%; margin:0px 0px 60px 0px;}

.contenedor-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 10px;
    padding: 0px;
    font-weight: 800;
    font-size: 1.6em;
    line-height: 1.4em;
    color: #ffffff;
    text-align: center;
    /* display: block;
    height: 75px;
    overflow: auto; */
}

.titulo-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
    padding: 0px;
    display: block;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #464646;
    text-align: center;
}
	
.logo-espacio-tsu, .logo-tienda {width: 110px; height: auto; float: right; margin: 0px 0px 0px 20px; display: inline-block;}

table {display:none; visibility:hidden;}
table2 {display:none; visibility:hidden;}
	
footer {background: #333333; padding: 30px 10px 50px 10px;}
	
}

@media screen and (min-width: 640px) {
.main {padding:0 0 0 0; margin-top:60px;}
	
/*.section{background-color:#f5f5f5;}*/
.section{background-color:#ffffff;}
.section-contacto{background-color:#fd5d75;}

.contenedor-textos-top {width:75%; height:auto; margin:12px auto 40px; z-index:8000; position:relative;}
.contenedor-textos {width:94%; height:auto; margin:20px auto 20px; z-index:8000; position:relative;}

h1{
    color: #515151;
    display: block;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.5em;
	text-align: center;
}
h3{
	color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.5em;
}
h4{
	font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 2.3em;
    color: #606060;
    margin: 0px 0px 25px 0px;
    letter-spacing: -2px;
}
h5{
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 1.7em;
    color: #515151;
	text-align: center;
	margin: 20px 0px 20px 0px;
	line-height:1.1;
}
	
.contenedor-tapas-catalogos {width:96% !important; height:auto; margin:18px auto 18px; z-index:8000; position:relative;}
.tapas-catalogos {width:44% !important; height: auto; float:left; margin:0px 15px 23px 15px;}
	
.contenedor-destacados {width:80% !important; height:auto; margin:25px auto 50px; z-index:8000; position:relative;}
.destacados {width:100% !important; height: auto; float:left; margin:10px 0px 10px 0px;}

.contenedor-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 20px;
	padding: 10px;
	font-weight: 400;
    font-size: 0.9em;
    line-height: 1.5em;
	/*display: block;
	height: 115px;
    overflow:auto;*/
}

.titulo-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 10px;
	padding: 0px;
	display: block;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
	color: #999999;
}
	
.contenedor-modulos-contacto {width:75% !important; height:auto; margin:35px auto 40px; z-index:8000; position:relative;}
.modulo-contacto {width:100%; margin:0px 0px 60px 0px;}

.contenedor-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 10px;
    padding: 0px;
    font-weight: 600;
    font-size: 1.6em;
    line-height: 1.4em;
    color: #ffffff;
    text-align: center;
    /* display: block;
    height: 75px;
    overflow: auto; */
}

.titulo-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
    padding: 0px;
    display: block;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #464646;
    text-align: center;
}
	
.logo-espacio-tsu, .logo-tienda {width: 110px; height: auto; float: right; margin: 0px 0px 0px 20px; display: inline-block;}

table {display:none; visibility:hidden;}
table2 {padding-left:5px !important; display:inline; visibility:visible;}
	
footer {background: #333333; padding: 30px 10px 50px 10px;}
	
}

@media screen and (min-width: 800px) {
.main {padding:0rem 0 0 0; margin-top: 60px;}

/*.section{background-color:#f5f5f5;}*/
.section{background-color:#ffffff;}
.section-contacto{background-color:#fd5d75;}

.contenedor-textos-top {width:75%; height:auto; margin:12px auto 40px; z-index:8000; position:relative;}
.contenedor-textos {width:90%; height:auto; margin:25px auto 25px; z-index:8000; position:relative;}

h1{
    color: #515151;
    display: block;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.5em;
	text-align: center;
}
h3{
	color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.5em;
}
h4{
	font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 2.3em;
    color: #606060;
    margin: 0px 0px 25px 0px;
    letter-spacing: -2px;
}
h5{
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 2.0em;
    color: #515151;
	text-align: center;
	margin: 20px 0px 20px 0px;
	line-height:1.1;
}
	
.contenedor-tapas-catalogos {width:92% !important; height:auto; margin:22px auto 22px; z-index:8000; position:relative;}
.tapas-catalogos {width:43% !important; height: auto; float:left; margin:0px 15px 20px 15px;}
	
.contenedor-destacados {width:94% !important; height:auto; margin:22px auto 45px; z-index:8000; position:relative;}
.destacados {width:30% !important; height: auto; float:left; margin:10px 10px 10px 10px;}

.contenedor-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 20px;
	padding: 10px;
	font-weight: 400;
    font-size: 0.9em;
    line-height: 1.5em;
	display: block;
	height: 194px;
    overflow:auto;
}

.titulo-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 10px;
	padding: 0px;
	display: block;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
	color: #999999;
}
	
.contenedor-modulos-contacto {width:100% !important; height:auto; margin:35px auto 40px; z-index:8000; position:relative;}
.modulo-contacto {width:27%; margin:0px 20px 30px 20px;}

.contenedor-textos-modulo-contacto {
    width: 96%;
    /* height: auto; */
    margin: 0px auto 10px;
    padding: 0px;
    font-weight: 600;
    font-size: 1.15em;
    line-height: 1.2em;
    color: #ffffff;
    text-align: center;
    display: block;
    height: 67px;
    overflow: auto;
}

.titulo-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
    padding: 0px;
    display: block;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #464646;
    text-align: center;
}
	
.logo-espacio-tsu, .logo-tienda {width: 110px; height: auto; float: right; margin: 0px 0px 0px 20px; display: inline-block;}

table {display:none; visibility:hidden;}
table2 {padding-left:10px !important; display:inline; visibility:visible;}
	
footer {background: #333333; padding: 30px 10px 50px 10px;}
	
}

@media screen and (min-width: 990px) {
.main {padding: 0 0 0 0; margin-top:50px; background-color:#ffffff;}	
	
/*.section{background-color:#f5f5f5;}*/
.section{background-color:#ffffff;}
.section-contacto{background-color:#fd5d75;}

.contenedor-textos-top {width:75%; height:auto; margin:12px auto 40px; z-index:8000; position:relative;}
.contenedor-textos {width:90%; height:auto; margin:30px auto 30px; z-index:8000; position:relative;}

h1{
    color: #515151;
    display: block;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.5em;
	text-align: center;
}
h3{
	color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.5em;
}
h4{
	font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 3em;
    color: #606060;
    margin: 0px 0px 25px 0px;
    letter-spacing: -2px;
}
h5{
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 1.85em;
    color: #515151;
	text-align: center;
	margin: 20px 0px 20px 0px;
	line-height:1.1;
}

.contenedor-tapas-catalogos {width:100% !important; height:auto; margin:35px auto 35px; z-index:8000; position:relative;}
.tapas-catalogos {width:22% !important; height: auto; float:left; margin:5px 12px 5px 12px;}
	
.contenedor-destacados {width:94% !important; height:auto; margin:25px auto 60px; z-index:8000; position:relative;}
.destacados {width:30% !important; height: auto; float:left; margin:10px 12px 10px 12px;}

.contenedor-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 20px;
	padding: 10px;
	font-weight: 400;
    font-size: 0.9em;
    line-height: 1.5em;
	display: block;
	height: 175px;
    overflow:auto;
}

.titulo-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 10px;
	padding: 0px;
	display: block;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
	color: #999999;
}
	
.contenedor-modulos-contacto {width:95% !important; height:auto; margin:35px auto 40px; z-index:8000; position:relative;}
.modulo-contacto {width:27%; margin:0px 25px 30px 25px;}

.contenedor-textos-modulo-contacto {
    width: 96%;
    /* height: auto; */
    margin: 0px auto 10px;
    padding: 0px;
    font-weight: 600;
    font-size: 1.15em;
    line-height: 1.2em;
    color: #ffffff;
    text-align: center;
    display: block;
    height: 67px;
    overflow: auto;
}

.titulo-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
    padding: 0px;
    display: block;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #464646;
    text-align: center;
}
	
.logo-espacio-tsu, .logo-tienda {width: 118px; height: auto; float: right; margin: 0px 0px 0px 20px; display: inline-block;}

table {display:none; visibility:hidden;}
table2 {display:inline; visibility:visible;}
	
footer {background: #333333; padding: 30px 10px 50px 10px;}
	
}


@media screen and (min-width: 1200px) {
/*.main {padding: 3em 0 0 0; margin-top:1px; background-color:#50c2f7;}*/	
.main {padding: 2.5em 0 0 0; margin-top:1px; background-color:#ffffff;}	
/*.section{background-color:#f5f5f5;}*/
.section{background-color:#ffffff;}
.section-contacto{background-color:#fd5d75;}

.contenedor-textos-top {width:75%; height:auto; margin:12px auto 40px; z-index:8000; position:relative;}
.contenedor-textos {width:90%; height:auto; margin:30px auto 30px; z-index:8000; position:relative;}

h1{
    color: #515151;
    display: block;
    font-weight: 400;
    /*font-size: 1.3em;*/
	font-size: 1em;
    line-height: 1.5em;
	text-align: center;
}
h3{
	color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.5em;
}
h4{
	font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3em;
    color: #ffffff;
	/*color: #515151;*/
	text-align: center;
	margin: 0px 0px 25px 0px;
	line-height:1.1;
}
h5{
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 2.0em;
    /*color: #ffffff;*/
	color: #515151;
	text-align: center;
	margin: 25px 0px 25px 0px;
	line-height:1.1;
}
	
.contenedor-tapas-catalogos {width:94% !important; height:auto; margin:30px auto 30px; z-index:8000; position:relative;}
.tapas-catalogos {width:22% !important; height: auto; float:left; margin:10px 15px 10px 15px;}
	
.contenedor-destacados {width:90% !important; height:auto; margin:35px auto 65px; z-index:8000; position:relative;}
.destacados {width:28% !important; height: auto; float:left; margin:10px 18px 10px 18px;}

.contenedor-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 20px;
	padding: 10px;
	font-weight: 400;
    font-size: 0.9em;
    line-height: 1.5em;
	display: block;
	height: 148px;
    overflow:auto;
}

.titulo-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 10px;
	padding: 0px;
	display: block;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
	color: #999999;
}
	
.contenedor-modulos-contacto {width:95% !important; height:auto; margin:35px auto 40px; z-index:8000; position:relative;}
.modulo-contacto {width:28%; margin:0px 27px 30px 27px;}

.contenedor-textos-modulo-contacto {
    width: 90%;
    /* height: auto; */
    margin: 0px auto 10px;
    padding: 10px;
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1.2em;
    color: #ffffff;
    text-align: center;
    display: block;
    height: 50px;
    overflow: auto;
}

.titulo-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
    padding: 0px;
    display: block;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2em;
    color: #464646;
    text-align: center;
}
	
.logo-espacio-tsu, .logo-tienda {width: 115px; height: auto; float: right; margin: 0px 0px 0px 30px; display: inline-block;}
	
table {display:inline; visibility:visible;}
table2 {display:none; visibility:hidden;}
}

@media screen and (min-width: 1300px) {
.contenedor-textos-top {width:75%; height:auto; margin:20px auto 40px; z-index:8000; position:relative;}
.contenedor-textos {width:75%; height:auto; margin:35px auto 35px; z-index:8000; position:relative;}
	
h5{
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 2.0em;
    color: #515151;
	text-align: center;
	margin: 25px 0px 25px 0px;
	line-height:1.1;
}
	
.contenedor-tapas-catalogos {width:96% !important; height:auto; margin:30px auto 30px; z-index:8000; position:relative;}
.tapas-catalogos {width:22% !important; height: auto; float:left; margin:10px 15px 10px 15px;}
	
.contenedor-destacados {width:94% !important; height:auto; margin:35px auto 80px; z-index:8000; position:relative;}
.destacados {width:28% !important; height: auto; float:left; margin:10px 30px 10px 30px;}
	
.contenedor-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 20px;
	padding: 10px;
	font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5em;
	display: block;
	height: 156px;
    overflow:auto;
}

.titulo-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 10px;
	padding: 0px;
	display: block;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2em;
	color: #999999;
}

.contenedor-modulos-contacto {width:98% !important; height:auto; margin:35px auto 40px; z-index:8000; position:relative;}
.modulo-contacto {width:28%; margin:0px 30px 30px 30px;}

.contenedor-textos-modulo-contacto {
    width: 90%;
    /*height: auto;*/
    margin: 0px auto 10px;
    padding: 10px;
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #ffffff;
    text-align: center;
    display: block;
    height: 60px;
    overflow: auto;
}

.titulo-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
    padding: 0px;
    display: block;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2em;
    color: #464646;
    text-align: center;
}
	
.logo-espacio-tsu, .logo-tienda {width: 150px; height: auto; float: right; margin: 0px 0px 0px 30px; display: inline-block;}
}

@media screen and (min-width: 1800px) {
.contenedor-textos-top {width:75%; height:auto; margin:20px auto 40px; z-index:8000; position:relative;}
.contenedor-textos {width:75%; height:auto; margin: 40px auto 40px; z-index:8000; position:relative;}
.contenedor-tapas-catalogos {width:86% !important; height:auto; margin:40px auto 40px; z-index:8000; position:relative;}
.tapas-catalogos {width:22% !important; height: auto; float:left; margin:10px 15px 10px 15px;}
	
.contenedor-destacados {width:88% !important; height:auto; margin:35px auto 80px; z-index:8000; position:relative;}
.destacados {width:28% !important; height: auto; float:left; margin:10px 40px 10px 40px;}

.contenedor-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 20px;
	padding: 10px;
	font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5em;
	display: block;
	height: 115px;
    overflow:auto;
}

.titulo-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 10px;
	padding: 0px;
	display: block;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2em;
	color: #999999;
}

.contenedor-modulos-contacto {width:95% !important; height:auto; margin:35px auto 40px; z-index:8000; position:relative;}
.modulo-contacto {width:23%; margin:0px 80px 30px 80px;}

.contenedor-textos-modulo-contacto {
    width: 90%;
    /*height: auto;*/
    margin: 0px auto 0px;
    /*padding: 10px;*/
	padding: 0px;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2em;
    /*color: #e94387;*/
    color: #ffffff;
    text-align: center;
    display: block;
    height: 78px;
    overflow: auto;
}

.titulo-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
    padding: 0px;
    display: block;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2em;
    color: #464646;
    text-align: center;
}
	
.logo-espacio-tsu, .logo-tienda {width: 150px; height: auto; float: right; margin: 0px 0px 0px 30px; display: inline-block;}
}

@media screen and (min-width: 2200px) {
.contenedor-textos-top {width:75%; height:auto; margin:20px auto 40px; z-index:8000; position:relative;}
.contenedor-textos {width:75%; height:auto; margin:30px auto 40px; z-index:8000; position:relative;}
.contenedor-tapas-catalogos {width:80% !important; height:auto; margin:60px auto 80px; z-index:8000; position:relative;}
.tapas-catalogos {width:23% !important; height: auto; float:left; margin:10px 15px 10px 15px;}
	
.contenedor-destacados {width:88% !important; height:auto; margin:35px auto 90px; z-index:8000; position:relative;}
.destacados {width:28% !important; height: auto; float:left; margin:10px 40px 10px 40px;}

.contenedor-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 20px;
	padding: 10px;
	font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5em;
	display: block;
	height: 107px;
    overflow:auto;
}

.titulo-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 10px;
	padding: 0px;
	display: block;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2em;
	color: #999999;
}

	
.contenedor-modulos-contacto {width:95% !important; height:auto; margin:35px auto 40px; z-index:8000; position:relative;}
.modulo-contacto {width:27%; margin:0px 50px 30px 50px;}

.contenedor-textos-modulo-contacto {
    width: 90%;
    /* height: auto; */
    margin: 10px auto 10px;
    padding: 10px;
    font-weight: 600;
    font-size: 1.8em;
    line-height: 1.4em;
    color: #ffffff;
    text-align: center;
    display: block;
    height: 80px;
    overflow: auto;
}

.titulo-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
    padding: 0px;
    display: block;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2em;
    color: #464646;
    text-align: center;
}
	
.logo-espacio-tsu, .logo-tienda {width: 150px; height: auto; float: right; margin: 0px 0px 0px 30px; display: inline-block;}
}

@media screen and (min-width: 2400px) {	
.contenedor-textos-top {width:75%; height:auto; margin:20px auto 40px; z-index:8000; position:relative;}
.contenedor-textos {width:75%; height:auto; margin:30px auto 40px; z-index:8000; position:relative;}
.contenedor-tapas-catalogos {width:80% !important; height:auto; margin:70px auto 150px; z-index:8000; position:relative;}
.tapas-catalogos {width:23% !important; height: auto; float:left; margin:10px 15px 10px 15px;}
	
.contenedor-destacados {width:86% !important; height:auto; margin:35px auto 90px; z-index:8000; position:relative;}
.destacados {width:28% !important; height: auto; float:left; margin:10px 50px 10px 50px;}

.contenedor-textos-destacados {
    width: 100%;
	/*height: auto;*/
	margin: 10px auto 20px;
	padding: 10px;
	font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5em;
	display: block;
	height: 107px;
    overflow:auto;
}

.titulo-textos-destacados {
    width: 100%;
	height: auto;
	margin: 10px auto 10px;
	padding: 0px;
	display: block;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2em;
	color: #999999;
}

	
.contenedor-modulos-contacto {width:95% !important; height:auto; margin:35px auto 40px; z-index:8000; position:relative;}
.modulo-contacto {width:27%; margin:0px 50px 30px 50px;}

.contenedor-textos-modulo-contacto {
    width: 90%;
    /* height: auto; */
    margin: 10px auto 10px;
    padding: 10px;
    font-weight: 600;
    font-size: 1.8em;
    line-height: 1.4em;
    color: #ffffff;
    text-align: center;
    display: block;
    height: 80px;
    overflow: auto;
}

.titulo-textos-modulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
    padding: 0px;
    display: block;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2em;
    color: #464646;
    text-align: center;
}
	
.logo-espacio-tsu, .logo-tienda {width: 150px; height: auto; float: right; margin: 0px 0px 0px 30px; display: inline-block;}
}
/*--------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/











/*----------------------------------------- FOOTER --------------------------------------*/
@keyframes love {
    to {transform: scale(1.1);}
    from {transform: scale(1.6);}
}
footer {
    background: #333333;
	padding: 20px 10px 50px 10px;
	text-align: center;
	/*-- position: absolute; ---- AGREGADO PARA TSU EL 01JUL2021 -------*/
	/*-- bottom: 0; ---- AGREGADO PARA TSU EL 01JUL2021 -------*/
    /*-- width: 100%; ---- AGREGADO PARA TSU EL 01JUL2021 -------*/
}

footer > p {
    color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.5em;
}

footer > p a {
    color:#ffffff;
	text-decoration:none;
}
footer > p a:hover {
    color:#fe69b2;
}
footer > p .love {
    display: inline-block;
    animation: love 1s infinite;
}

.contenedor-qr {width:74px; margin:20px auto 20px;}
/*----------------------------------------- FIN FOOTER --------------------------------------*/


    #pushdownopen p{position:absolute;}
    img{width:100%; max-width:1300px; height:auto; margin:auto;}
    .resp-push{width:100% !important; max-width:1300px; height:auto; margin:auto;}
    .resp-pushh, div.resp-pushh div{width:100%; max-width:1300px; margin:auto;}
    /*.resp-push, div.resp-push div{width:100%; // height:auto; max-width:990px; margin:auto;}*/
    iframe{width:100%; max-width:1300px; margin:auto;}
