/* 2.8 -->> grid, flexbox, pos-sticky-top */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;700&display=swap');

:root {
    --color-yellow: #f8b508;
    --color-orange: #ef772d;
    --color-black: rgb(0,0,0);
    --color-black-alfa: rgba(0,0,0,0.3);
    --color-white: rgb(255, 255, 255);
    --color-white-alfa: rgba(255,255,255,0.8);
    --color-red: #e44132;
    --color-pink: rgb(255, 210, 223);
    --color-blue: #7aacab;
    --color-purple: rgb(171, 159, 209);
    --color-beige: rgb(233, 224, 194);
    --color-green: #3e755f;
    --color-gray: #ebebe6;
    --color-light: rgb(245,245,245);
    --color-dark: #1d1d1b;
    --color-brown: #b8a480;
}

* {
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body { 
 	background-color: white;
 	color: var(--color-dark);
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
}


b {
	font-family: 'Poppins', sans-serif;
}

h1,h2,h3,h4,h5,
.as-h1,
.as-h2,
.as-h3,
.as-h4,
.as-h5{
	font-weight:700;
}

h1,
.as-h1 {
	font-size: 3.9rem;
}

h2,
.as-h2 {
	font-size: 2.9rem;
}

h3,
.as-h3 {
	font-size: 2.1rem;
}

h4,
.as-h4 {
	font-size: 1.4rem;
}

h5,
.as-h5 {
	font-size: 1.1rem;
}

hr {
	width: 100%;
	height: 2px;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: var(--color-dark);
}

a:hover {
	text-decoration: none;
}


p a{
	text-decoration: underline;
}

p {
    margin-bottom: 0.5rem;
}

img {
	max-width: 100%;
}

li {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

input,
textarea {
    font-family: 'Roboto', sans-serif;
    float: left;
    font-size: 1rem;
    padding: 0.6rem 0.5rem 0.6rem 0.5rem;
    width: calc(100% - 1rem);
    background-color: var(--color-light);
    -webkit-appearance: none;
}

input::placeholder,
textarea::placeholder{
    position: relative;
    padding-left: 1rem;
    transition: padding-left ease-out 0.2s;
    color: var(--color-dark);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--color-dark);
}

input:focus::placeholder,
textarea:focus::placeholder{
    padding-left: 0rem;
}

input,
textarea{
    transition: all ease-out 0.2s;
}

button {
    float: left;
    font-size: 1rem;
}

/* ID */

/* END ID */

/* CUSTOM CLASES */

.ctm-full-vh {
    height: 100vh;
}

/* END CUSTOM CLASES */

/* CLASES */

.aviso {
	width: 100%;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
}

.aviso__close{
	position: absolute;
	top: -0.9rem;
	left: 50%;
	height: 1rem;
	border-radius: 1rem;
	padding: 0.4rem 1rem 0.5rem 1rem;
	border: solid white 1px;
	cursor: pointer;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.alert {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: rgb(230,56,18);
	color: white;
	text-align: center;
	padding: 0.5rem;
	z-index: 9999;
	border-top: 1px solid white;
}

.articulo-img-preview {
    height: calc(76rem * 0.3);
}

.articulo-texto-preview {
	overflow: hidden;
}

.boton{
	transition: all 0.3s;
	cursor: pointer;
}

.boton:hover{
	background-color: rgb(245,190,30) !important;
	color: rgb(87,87,87) !important;
}

.border {
	box-shadow: 0px 0px 0px 1px var(--color-dark);
}

.border-round {
	border-radius: 1.5rem;
}

.box-margen-03 {
	float: left;
	width: calc(100% - 0.6rem);
	margin: 0.3rem;
}

.box-margen-05 {
	float: left;
	width: calc(100% - 1rem);
	margin: 0.5rem;
}

.box-margen-10 {
	float: left;
	width: calc(100% - 2rem);
	margin: 1rem;
}

.box-margen-20 {
	float: left;
	width: calc(100% - 4rem);
	margin: 2rem;
}

.bloque-fondo-parallax {
    overflow:hidden;
    position: relative;
}

.burger{
	position: fixed;
	z-index: 998;
	top: 1rem;
	right: 1rem;
	width: 3rem;
	height: 3rem;
	background-color: var(--color-black);
    border-radius: 3rem;
    font-size: 1rem;
}

.burger svg {
	width: 100%;
	height: 100%;
}

.burger__bar:nth-of-type(1){
		transform:rotate(0);
		-ms-transform:rotate(0);
		transform-origin: 3rem 0.7rem;
		-ms-transform-origin: 3rem 0.7rem;

	    transition: transform 0.2s ease-in-out;	
}

.burger__bar:nth-of-type(2){
		transform:rotate(0);
		-ms-transform:rotate(0);
		transform-origin: 3rem 2rem;
		-ms-transform-origin: 3rem 2rem;

	    transition: transform 0.2s ease-in-out;
}

.burger--opened .burger__bar:nth-of-type(1) {		
    transform:rotate(-36deg) translate(-0.1rem,-0.1rem);
    -ms-transform:rotate(-36deg) translate(-0.1rem,-0.1rem);
}

.burger--opened .burger__bar:nth-of-type(2) {	
	transform:rotate(36deg) translate(-0.1rem,0.1rem);
	-ms-transform:rotate(36deg) translate(-0.1rem,0.1rem);
}

.carrusel-imagenes{
	height: 11rem;
	overflow: hidden;
}

.carrusel-imagenes__secc{
	position: absolute;
	top:0;
	left:100%;
	float: left;
}

.carrusel-imagenes__secc:nth-of-type(1)  {
	left:0;
}

.flex {
    display: flex;
    flex-direction: row;
}

.flex__col-25 {
    flex: 25%;
}

.flex__col-50 {
    flex: 50%;
}

.flex__col-75 {
    flex: 75%;
}

.logo{
    float: left;
    position: relative;
    top: 55%;
    transform: translateY(-50%);
}

.logo--responsive {
   float: left; 
}

.menu {
	float: left;
	width: 100%;
	left: 0;
}

.menu__nav{
	height: 4.5rem ;
	transition: height 0.3s;
}

.menu__tab {
	position:relative;
    top: 50%;
    transform: translateY(-50%);
}

.menu__tab-lupa {
    position:relative;
    top: 50%;
    transform: translateY(-50%);
}


.sm-menu {
    position: fixed;
	top: 100%;
	left: 0;
	z-index: 997;
	width: 100%;
	height: 100%;
    transition: top 0.4s ease-out, clip-path 0.4s ease-out;
    clip-path: circle(10%);
}

.sm-menu--opened {
    top: 0;
    clip-path: circle(75%);
}

.sm-menu__nav{
    position: absolute;
    bottom: 7rem;
}

.sm-menu__nav img{
	width: 5rem;
}

.container{
	display: initial;
	float:left;
	width: 100%;
}

.contenido-centrado{
	width: 100%;
    max-width: 76rem;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.col-10 {
	float: left;
	width: 10%;
	min-height: 1rem;
}

.col-14 {
	float: left;
	width: 14.28%;
	min-height: 1rem;
}

.col-16 {
	float: left;
	width: 16.66%;
	min-height: 1rem;
}

.col-20 {
	float: left;
	width: 20%;
	min-height: 1rem;
}

.col-25 {
	float: left;
	width: 25%;
	min-height: 1rem;
}

.col-33 {
	float: left;
	width: 33.33%;
	min-height: 1rem;
}

.col-40 {
	float: left;
	width: 40%;
}

.col-50 {
	float: left;
	width: 50%;
	min-height: 1rem;
}

.col-60 {
	float: left;
	width: 60%;
	min-height: 1rem;
}

.col-67 {
	float: left;
	width: 66.67%;
	min-height: 1rem;
}

.col-75 {
	float: left;
	width: 75%;
	min-height: 1rem;
}

.col-80 {
	float: left;
	width: 80%;
	min-height: 1rem;
}

.col-100 {
	float: left;
	width: 100%;
	min-height: 1rem;
}

.color-bg-azul {
	background-color: var(--color-blue);
}

.color-bg-beige {
	background-color: var(--color-beige);
}

.color-bg-verde {
	background-color: var(--color-green);
}

.color-bg-amarillo {
	background-color: var(--color-yellow);
}

.color-bg-marron {
	background-color: var(--color-brown);
}

.color-bg-naranja {
	background-color: var(--color-orange);
}

.color-bg-rojo {
	background-color: var(--color-red);
}

.color-bg-rosa {
	background-color: var(--color-pink);
}

.color-bg-morado {
	background-color: var(--color-purple);
}

.color-bg-blanco {
	background-color: var(--color-white);
}

.color-bg-light {
	background-color: var(--color-light);
}

.color-bg-gris {
	background-color: var(--color-gray);
}

.color-bg-dark {
	background-color: var(--color-dark);
}

.color-bg-blanco-alfa {
	background-color: var(--color-white-alfa);
}

.color-bg-negro {
	background-color: var(--color-black);
}

.color-bg-negro-alfa {
	background-color: var(--color-black-alfa);
}

.color-font-negro {
	color: var(--color-black) !important;
}

.color-font-dark {
	color: var(--color-dark) !important;
}

.color-font-amarillo {
	color: var(--color-yellow) !important;
}

.color-font-naranja {
	color: var(--color-orange) !important;
}

.color-font-rojo {
	color: var(--color-red);
}

.color-font-rosa {
	color: var(--color-pink);
}

.color-font-blanco {
	color: var(--color-white) !important;
}

.color-font-gris {
	color: var(--color-gray) !important;
}

.color-font-verde {
	color: var(--color-green) !important;
}

.color-font-azul {
	color: var(--color-blue) !important;
}

.expand {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.expand-arrow {
    transition: transform 0.2s;
}

.fixed-height {
	position: relative;
	height: calc(80rem * 0.56);
	max-height: calc(100vw * 0.56);
	overflow: hidden;
}

.full-height {
	height: 100%;
}

.grid {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
}

.height-10 {
	height: 10rem;
}

.height-15 {
	height: 15rem;
}

.height-20 {
	height: 20rem;
}

.height-30 {
	height: 30rem;
}

.height-40 {
	height: 40rem;
}

.height-50 {
	height: 50rem;
}

.height-60 {
	height: 60rem;
}

.img-cover{
	float: left;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.img-fondo {
	position: absolute;
	top:0;
	left:0;
	object-fit: cover;
	height: 100%;
	width: 100%;
	z-index: -99;
}

.img-fondo-parallax{
	float: left;
	position: absolute;
	top: -130px;
	object-fit: cover;
	height: 120%;
	width: 100%;
	z-index: -99;
}

.img-height-10{
	height: 10rem;
}

.img-height-13{
	height: 13rem;
}

.img-height-17{
	height: 17rem;
}

.img-height-30{
	height: 30rem;
}

.left {
	float: left;
}

.margen-05 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.margen-10 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.margen-20 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.margen-25 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.margen-35 {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}

.margen-45 {
	margin-top: 4.5rem;
	margin-bottom: 4.5rem;
}

.margen-left-right-00 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.margen-left-05 {
	margin-left: 0.5rem;
}

.margen-left-10 {
	margin-left: 1rem;
}

.margen-left-20 {
	margin-left: 2rem;
}

.margen-left-25 {
	margin-left: 2.5rem;
}

.margen-left-35 {
	margin-left: 3.5rem;
}

.margen-left-45 {
	margin-left: 4.5rem;
}

.margen-right-05 {
	margin-right: 0.5rem;
}

.margen-right-10 {
	margin-right: 1rem;
}

.margen-right-20 {
	margin-right: 2rem;
}

.margen-right-25 {
	margin-right: 2.5rem;
}

.margen-right-35 {
	margin-right: 3.5rem;
}

.margen-right-45 {
	margin-right: 4.5rem;
}

.margen-top-05 {
	margin-top: 0.5rem;
}

.margen-top-10 {
	margin-top: 1rem;
}

.margen-top-20 {
	margin-top: 2rem;
}

.margen-top-25 {
	margin-top: 2.5rem;
}

.margen-top-35 {
	margin-top: 3.5rem;
}

.margen-top-45 {
	margin-top: 4.5rem;
}

.margen-bottom-05 {
	margin-bottom: 0.5rem;
}

.margen-bottom-10 {
	margin-bottom: 1rem;
}

.margen-bottom-20 {
	margin-bottom: 2rem;
}

.margen-bottom-25 {
	margin-bottom: 2.5rem;
}

.margen-bottom-35 {
	margin-bottom: 3.5rem;
}

.margen-bottom-45 {
	margin-bottom: 4.5rem;
}

.sm-only-display,
.md-only-display {
	display:none;
}

.no-display {
	display: none;
}

.onscroll-up .onscroll-up__elem {
    opacity: 0;
    transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transition: all ease-out 0.5s;
}

.onscroll-down .onscroll-down__elem {
    opacity: 0;
    transform: translateY(-3rem);
    -ms-transform: translateY(-3rem);
    transition: all ease-out 0.5s;
}

.onscroll-right .onscroll-right__elem {
    opacity: 0;
    transform: translateX(-3rem);
    -ms-transform: translateX(-3rem);
    transition: all ease-out 0.5s;
}

.onscroll-left .onscroll-left__elem {
    opacity: 0;
    transform: translateX(3rem);
    -ms-transform: translateX(3rem);
    transition: all ease-out 0.5s;
}

.onscroll-parallax {
    position: relative;
}

.padding-05 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.padding-10 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.padding-20 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.padding-left-05 {
	padding-left: 0.5rem;
}

.padding-left-10 {
	padding-left: 1rem;
}

.padding-left-20 {
	padding-left: 2rem;
}

.padding-right-05 {
	padding-right: 0.5rem;
}

.padding-right-10 {
	padding-right: 1rem;
}

.padding-right-20 {
	padding-right: 2rem;
}

.pointer {
	cursor: pointer;
}

.popup,
.galeria-modal {
	z-index: 999;
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 50rem;
	max-height: 100vh;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.popup-full {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

.popup-close{
	position: absolute;
    top: 2rem;
    right: 2rem;
}

.popup-fondo,
.galeria-modal-fondo {
	z-index: 900;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

.popup-content {
    min-width: calc(100% - 6rem);
    max-height: 50vh;
    overflow-y: scroll;
    margin-left: 3rem;
    margin-right: 3rem;
}

.pos-relative {
	position: relative;
}

.pos-absolute {
	position: absolute;
}

.pos-centrado {
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.pos-centrado-x {
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.pos-centrado-y {
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.pos-sticky-top{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

.pos-bottom {
    bottom: 0;
}

.pos-top {
    top: 0;
}

.pos-right {
    right: 0;
}

.pos-left {
    left: 0;
}

.right {
	float:right;
}

.row {
	float: left;
	width: 100%;
}

.shadow {
	box-shadow: 0 3px 16px 0 rgba(30,130,160, 0.2);
}

.shadow-2 {
	box-shadow: 10px 10px 30px 0 rgba(30,130,160, 0.2);
}

.shadow-font-negro {
	text-shadow: 0 0 0.5rem rgba(0,0,0,0.3);
}

.shadow-font-blanco {
	text-shadow: 0 0 0.5rem rgba(255,255,255,0.4);
}

.slider-imagenes {
	position: relative;
    width: 100%;
	height: calc(80rem * 0.60);
	max-height: calc(100vw * 0.60);
	overflow: hidden;
}

.slider-imagenes__viewport{   
	width: 100%;
	height: 100%;
    overflow: hidden;
    cursor: -webkit-grab;
    position: absolute;
    top: 0;
    left: 0;
}

.slider-imagenes__img{
	position: absolute;
	top:0;
	left:100%;
	width: 100%;
	height: 100%;
}

.slider-imagenes__img:nth-of-type(1)  {
	left:0;
}

.slider-imagenes__flecha{
	position: absolute;
	height: 100%;
	top:0;
	width: 5rem;
    cursor: pointer;
}

.slider-imagenes__flecha--left i,
.slider-imagenes__flecha--right {
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.slider-imagenes__flecha--left {
	left:2rem;
}

.slider-imagenes__flecha--right {
	right:2rem;
}

.slider-imagenes__flecha--left:hover i{
    transform: translateX(-25%);
    -ms-transform: translateX(-25%);
}

.slider-imagenes__flecha--right:hover i{
    transform: translateX(25%);
    -ms-transform: translateX(25%);
}

.slider-imagenes__content {
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.slider-imagenes__dots {
    position: absolute;
    right: 0;
    bottom: -2rem;
}

.slider-imagenes__dot {
    float: left;
    margin-left: 0.5rem;
}

.slider-imagenes__dot--on,
.slider-imagenes__dot--off {
    float: left;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

.table td, .table th {
    padding: 0.8rem;
    vertical-align: middle;
    text-align: inherit;
}

.table td {
    border-top: 2px solid var(--color-light);
}

.texto-center {
	text-align: center;	
}

.texto-justify {
	text-align: justify;	
}

.texto-right {
	text-align: right;	
}

.texto-espaciado {
	line-height: 1.5rem;
}

.texto-espaciado div{
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.texto-espaciado a{
	text-decoration: underline;
}

.transition-opacity {
	opacity: 1;
	transition: opacity 0.2s;
}

.transition-opacity:hover {
	opacity: 0.6;
}

.transition-bg-blanco,
.transition-bg-rosa,
.transition-bg-negro,
.transition-bg-naranja,
.transition-bg-amarillo,
.transition-bg-azul,
.transition-bg-verde {
	transition: background-color ease-out 0.2s;
}

.transition-bg-blanco:hover {
	background-color: var(--color-white) !important;
}

.transition-bg-negro:hover {
	background-color: var(--color-black) !important;
}

.transition-bg-naranja:hover {
	background-color: var(--color-orange) !important;
}

.transition-bg-amarillo:hover {
	background-color: var(--color-yellow) !important;
}

.transition-bg-azul:hover {
	background-color: var(--color-blue) !important;
}

.transition-bg-rosa:hover {
	background-color: var(--color-pink) !important;
}

.transition-bg-verde:hover {
	background-color: var(--color-green) !important;
}

.transition-font-blanco,
.transition-font-rosa,
.transition-font-negro,
.transition-font-naranja,
.transition-font-amarillo,
.transition-font-azul {
	transition: color ease-out 0.2s;
}

.transition-font-blanco:hover {
	color: var(--color-white) !important;
}

.transition-font-negro:hover {
	color: var(--color-black) !important;
}

.transition-font-naranja:hover {
	color: var(--color-orange) !important;
}

.transition-font-amarillo:hover {
	color: var(--color-yellow) !important;
}

.transition-font-azul:hover {
	color: var(--color-blue) !important;
}

.transition-font-rosa:hover {
	color: var(--color-pink) !important;
}

.transition-border-amarillo,
.transition-border-rosa,
.transition-border-negro,
.transition-border-azul {
    transition: box-shadow ease-out 0.2s;
}

.transition-border-rosa:hover {
	box-shadow: 0px 0px 0px 2px var(--color-pink);
}

.transition-border-amarillo:hover {
	box-shadow: 0px 0px 0px 2px var(--color-yellow);
}

.transition-border-negro:hover {
	box-shadow: 0px 0px 0px 2px var(--color-black);
}

.transition-border-azul:hover {
	box-shadow: 0px 0px 0px 2px var(--color-blue);
}

.tooltip {
	position: relative;
    display: inline-block;
}

.tooltip__text {
	width: 8rem;
    text-align: center;
	border: 1px solid var(--color-red) !important;
	background-color: var(--color-white);
    border-radius: 6px;
    padding: 0.3rem 0.3rem;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -4.3rem;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;

}

.tooltip__text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--color-white) transparent transparent transparent !important;
}

.tooltip__text:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: var(--color-red) transparent transparent transparent !important;
}

.tooltip:hover .tooltip__text {
    opacity: 1;
    transform: scale(1,1);
    -ms-transform: scale(1,1);
}

.video-cover {
	position: absolute;
	top:0;
	left:0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/* para 1050px o menos */
@media screen and (max-width:1050px) {

    h1,
    .as-h1 {
    		font-size: 2.4rem;
	}
	
	h2,
    .as-h2 {
		font-size: 1.6rem;
	}

	h3,
    .as-h3 {
		font-size: 1.4rem;
	}
	
	h4,
	.as-h4 {
		font-size: 1.2rem;
	}
	
	h5,
    .as-h5 {
		font-size: 1.1rem;
    }

    .articulo-img-preview {
        height: calc(100vw * 0.35);
    }

    .md-col-10 {
        float: left;
        width: 10% !important;
    }

    .md-col-14 {
        float: left;
        width: 14.28% !important;
    }

    .md-col-16 {
        float: left;
        width: 16.66% !important;
    }
    
    .md-col-20 {
        float: left;
        width: 20% !important;
    }
    
    .md-col-25 {
        float: left;
        width: 25% !important;
    }
    
    .md-col-33 {
        float: left;
        width: 33.33% !important;
    }
    
    .md-col-40 {
        float: left;
        width: 40% !important;
    }
    
    .md-col-50 {
        float: left;
        width: 50% !important;
    }
    
    .md-col-60 {
        float: left;
        width: 60% !important;
    }
    
    .md-col-67 {
        float: left;
        width: 66.67% !important;
    }
    
    .md-col-75 {
        float: left;
        width: 75% !important;
    }

    .md-col-80 {
        float: left;
        width: 80% !important;
    }
    
    .md-col-100 {
        float: left;
        width: 100% !important;
    }

    .md-no-display {
		display:none;
    }
    
    .md-only-display {
		display: initial;
	}
	
	.md-center {
		text-align: center;
    }
    
    .md-right {
		float: right;
    }

    .md-left {
        float: left;
    }

    .md-texto-left {
        text-align: initial;
    }

	.md-no-margen {
		margin:0;
	}
	
    .md-contenido-centrado {
		width: 85% !important;
		margin-left: 7.5% !important;
		margin-right: 7.5% !important;
	}

    .md-height-initial {
        height: initial;
        max-height: initial;
    }

    .md-height-13 {
        height: 13rem;
    }

    .md-height-20 {
        height: 20rem;
    }

    .md-height-30 {
        height: 30rem;
    }

    .md-height-40 {
        height: 40rem;
    }

    .md-height-50 {
        height: 50rem;
    }
    
    .md-height-60 {
        height: 60rem;
    }

    .md-margen-0 {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .md-margen-05 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    .md-margen-10 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    .md-margen-20 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    
    .md-margen-25 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    
    .md-margen-35 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    
    .md-margen-45 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }
    
    .md-margen-left-right-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .md-margen-left-0 {
        margin-left: 0rem;
    }
    
    .md-margen-left-05 {
        margin-left: 0.5rem;
    }
    
    .md-margen-left-10 {
        margin-left: 1rem;
    }
    
    .md-margen-left-20 {
        margin-left: 2rem;
    }
    
    .md-margen-left-25 {
        margin-left: 2.5rem;
    }
    
    .md-margen-left-35 {
        margin-left: 3.5rem;
    }
    
    .md-margen-left-45 {
        margin-left: 4.5rem;
    }

    .md-margen-right-0 {
        margin-right: 0rem;
    }
    
    .md-margen-right-05 {
        margin-right: 0.5rem;
    }
    
    .md-margen-right-10 {
        margin-right: 1rem;
    }
    
    .md-margen-right-20 {
        margin-right: 2rem;
    }
    
    .md-margen-right-25 {
        margin-right: 2.5rem;
    }
    
    .md-margen-right-35 {
        margin-right: 3.5rem;
    }
    
    .md-margen-right-45 {
        margin-right: 4.5rem;
    }

    .md-margen-top-0 {
        margin-top: 0rem;
    }
    
    .md-margen-top-05 {
        margin-top: 0.5rem;
    }
    
    .md-margen-top-10 {
        margin-top: 1rem;
    }
    
    .md-margen-top-20 {
        margin-top: 2rem;
    }
    
    .md-margen-top-25 {
        margin-top: 2.5rem;
    }
    
    .md-margen-top-35 {
        margin-top: 3.5rem;
    }
    
    .md-margen-top-45 {
        margin-top: 4.5rem;
    }

    .md-margen-bottom-0 {
        margin-bottom: 0rem;
    }
    
    .md-margen-bottom-05 {
        margin-bottom: 0.5rem;
    }
    
    .md-margen-bottom-10 {
        margin-bottom: 1rem;
    }
    
    .md-margen-bottom-20 {
        margin-bottom: 2rem;
    }
    
    .md-margen-bottom-25 {
        margin-bottom: 2.5rem;
    }
    
    .md-margen-bottom-35 {
        margin-bottom: 3.5rem;
    }
    
    .md-margen-bottom-45 {
        margin-bottom: 4.5rem;
    }

    .md-pos-relative {
        position: relative;
    }

    .md-pos-absolute {
        position: absolute;
    }
    
    .md-pos-centrado {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }
    
    .md-pos-centrado-x {
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        position: relative;
    }
    
    .md-pos-centrado-y {
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        position: relative;
    }

    .md-pos-initial {
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
		-ms-transform: initial;
		
    }

}

/* para 800px o menos */
@media screen and (max-width:800px) {

    .custom-iconos__icon {
        width: 4rem;
    }

    h1,
    .as-h1 {
    		font-size: 1.8rem;
	}
	
	h2,
    .as-h2 {
		font-size: 1.5rem;
	}

	h3,
    .as-h3 {
		font-size: 1.3rem;
    }
    
    .articulo-img-preview {
        height: calc(100vw * 0.6);
    }

    .flex {
        flex-direction: column;
    }

    .popup {
        width: 90vw;
    }

    .popup-content {
        min-width: calc(100% - 3rem);
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .sm-col-10 {
        float: left;
        width: 10% !important;
    }

    .sm-col-14 {
        float: left;
        width: 14.28% !important;
    }

    .sm-col-16 {
        float: left;
        width: 16.66% !important;
    }
    
    .sm-col-20 {
        float: left;
        width: 20% !important;
    }
    
    .sm-col-25 {
        float: left;
        width: 25% !important;
    }
    
    .sm-col-33 {
        float: left;
        width: 33.33% !important;
    }
    
    .sm-col-40 {
        float: left;
        width: 40% !important;
    }
    
    .sm-col-50 {
        float: left;
        width: 50% !important;
    }
    
    .sm-col-60 {
        float: left;
        width: 60% !important;
    }
    
    .sm-col-67 {
        float: left;
        width: 66.67% !important;
    }
    
    .sm-col-75 {
        float: left;
        width: 75% !important;
    }

    .sm-col-80 {
        float: left;
        width: 80% !important;
    }
    
    .sm-col-100 {
        float: left;
        width: 100% !important;
    }

    .sm-no-display {
		display:none;
	}
	
	.sm-center {
		text-align: center;
    }
    
    .sm-right {
		float: right;
    }

    .sm-left {
        float: left;
    }

    .sm-texto-left {
        text-align: initial;
    }

	.sm-only-display {
		display: initial;
	}

	.sm-no-margen {
		margin:0;
	}
	
    .sm-contenido-centrado {
		width: 85% !important;
		margin-left: 7.5% !important;
		margin-right: 7.5% !important;
	}

    .sm-height-initial {
        height: initial;
        max-height: initial;
    }

    .sm-height-13 {
        height: 13rem;
    }

    .sm-height-20 {
        height: 20rem;
    }

    .sm-height-30 {
        height: 30rem;
    }

    .sm-height-40 {
        height: 40rem;
    }

    .sm-height-50 {
        height: 50rem;
    }
    
    .sm-height-60 {
        height: 60rem;
    }

    .sm-margen-0 {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .sm-margen-05 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    .sm-margen-10 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    .sm-margen-20 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    
    .sm-margen-25 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    
    .sm-margen-35 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    
    .sm-margen-45 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }
    
    .sm-margen-left-right-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .sm-margen-left-0 {
        margin-left: 0rem;
    }
    
    .sm-margen-left-05 {
        margin-left: 0.5rem;
    }
    
    .sm-margen-left-10 {
        margin-left: 1rem;
    }
    
    .sm-margen-left-20 {
        margin-left: 2rem;
    }
    
    .sm-margen-left-25 {
        margin-left: 2.5rem;
    }
    
    .sm-margen-left-35 {
        margin-left: 3.5rem;
    }
    
    .sm-margen-left-45 {
        margin-left: 4.5rem;
    }

    .sm-margen-right-0 {
        margin-right: 0rem;
    }
    
    .sm-margen-right-05 {
        margin-right: 0.5rem;
    }
    
    .sm-margen-right-10 {
        margin-right: 1rem;
    }
    
    .sm-margen-right-20 {
        margin-right: 2rem;
    }
    
    .sm-margen-right-25 {
        margin-right: 2.5rem;
    }
    
    .sm-margen-right-35 {
        margin-right: 3.5rem;
    }
    
    .sm-margen-right-45 {
        margin-right: 4.5rem;
    }

    .sm-margen-top-0 {
        margin-top: 0rem;
    }
    
    .sm-margen-top-05 {
        margin-top: 0.5rem;
    }
    
    .sm-margen-top-10 {
        margin-top: 1rem;
    }
    
    .sm-margen-top-20 {
        margin-top: 2rem;
    }
    
    .sm-margen-top-25 {
        margin-top: 2.5rem;
    }
    
    .sm-margen-top-35 {
        margin-top: 3.5rem;
    }
    
    .sm-margen-top-45 {
        margin-top: 4.5rem;
    }

    .sm-margen-bottom-0 {
        margin-bottom: 0rem;
    }
    
    .sm-margen-bottom-05 {
        margin-bottom: 0.5rem;
    }
    
    .sm-margen-bottom-10 {
        margin-bottom: 1rem;
    }
    
    .sm-margen-bottom-20 {
        margin-bottom: 2rem;
    }
    
    .sm-margen-bottom-25 {
        margin-bottom: 2.5rem;
    }
    
    .sm-margen-bottom-35 {
        margin-bottom: 3.5rem;
    }
    
    .sm-margen-bottom-45 {
        margin-bottom: 4.5rem;
    }

    .sm-pos-relative {
        position: relative;
    }

    .sm-pos-absolute {
        position: absolute;
    }
    
    .sm-pos-centrado {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }
    
    .sm-pos-centrado-x {
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        position: relative;
    }
    
    .sm-pos-centrado-y {
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        position: relative;
    }

    .sm-pos-initial {
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
		-ms-transform: initial;
		
    }
    
    .slider-imagenes__flecha {
		width: 2rem;
    }

    body {
        font-size: 1.1rem;
    }

    .texto-espaciado {
        line-height: 1.7rem;
    }
	
}

/* imprimir */
@media screen {
	#para-imprimir {
		display: none;
	}
}

@media print {

	body {
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
	 }

	body * {
	  visibility: hidden;
    }
    
    .container {
        display: none;
    }

	#para-imprimir {
		visibility: visible;
		display: block;
	}

	#para-imprimir * {
		visibility: visible;
	}

}