/* Fonts */

/* Fonts */
@font-face{
	font-family: 'Lato';
	src: url('fonts/Lato-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: sans-serif;
}

@font-face{
	font-family: 'Lato';
	src: url('fonts/Lato-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: sans-serif;
}

@font-face{
	font-family: 'Lato';
	src: url('fonts/Lato-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: sans-serif;
}
@font-face{
	font-family: 'Poppins';
	src: url('fonts/Poppins-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: sans-serif;
}

@font-face{
	font-family: 'Poppins';
	src: url('fonts/Poppins-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: sans-serif;
}

@font-face{
	font-family: 'Poppins';
	src: url('fonts/Poppins-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: sans-serif;
}

/* Main Colors variables */
:root {
	--primary-color: #253977;
	--secondary-color: #f05a25;
	--third-color:#2a4793;
	--four-color: #f4f4f4;
	--max-width: 1200px;
}

/* Init CSS base */

a:link, a:visited, a:hover, a:focus, a:active
{
	color:none;
	text-decoration: none;
	display:inline-block;
}

img {
  -webkit-user-drag: none;   
  user-drag: none;          
  user-select: none;         
  -webkit-user-select: none;
  -ms-user-select: none;    
}

p, a
{
	font-family: 'Lato', sans-serif;
}

h1, h2, li, div
{
	font-family: 'Poppins', sans-serif;
}

table
{
	border: none;
	border-top: none !important;
	border-left: none !important;
	border-collapse: collapse;
}

tr, td
{
	padding: 0px;
}

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

/*PRODUCT PAGE STYLES*/
.MR-header-container
{
	width: 100%;
}

.MR-curve-header
{
	width: 44px;
	height: 58px;
}

.MR-inner-header-container
{
	width: calc(100%);
	max-width: var(--max-width);
	margin: auto;
	display: flex;
	height: 58px;
}

.MR-inner-header-container-second
{
	width: 100%;
	display: flex;
	background-color: var(--third-color);
}

.MR-main-logo-container
{
	background-color: var(--primary-color);
}

.MR-header-first-section
{
	background: #253977;
	background: linear-gradient(90deg,rgba(37, 57, 119, 1) 0%, rgba(37, 57, 119, 1) 52%, rgba(42, 71, 147, 1) 52%, rgba(42, 71, 147, 1) 100%);
	width: calc(100%);
}

.MR-header-second-section
{
	background-color: var(--third-color);
	width: calc(100%);
	padding:0px;
}

.MR-curve-header-container
{
	background-color: var(--third-color);
}

.MR-header-icon-container
{
	gap: 10px;
	margin-left: auto;
	display: flex;
	background-color: var(--third-color);
	min-width: 94px;
	margin-right: 20px;
}

.MR-main-logo
{
	width: 100%;
  display: block;
  max-width: 157px;
  margin-top: 9px;
  margin-left: 20px;
}

.MR-main-logo-container
{
	margin-right: 0px;
}

.MR-header-icon
{
	width: 100%;
	display: block;
	max-width: 32px;
	margin-top: 12px;
	object-fit: contain;
	cursor: pointer;
}

ul.menu-desktop
{
	list-style-type: none;
  display: inline-flex;
}

.menu-desktop li
{
	padding: 0px;
	padding-right: 40px;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.8s ease;
	color: white;
	background-color: var(--third-color);
}

.menu-desktop li:hover
{
	transition: all 0.8s ease;
}

.MR-mobil-button
{
	width: 100%;
	max-width: 40px;
	margin: auto;
	padding: 10px 20px;
	display: block;
}

.MR-slider-general-container
{
	position: relative;
	width: 100%;
	min-height: 450px;
	overflow: hidden;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.MR-slider-background
{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	z-index: -1;
}

.MR-slider-title
{
	max-width: 600px;
	font-size: 33px;
	text-align: center;
	margin: auto;
	color: white;
	padding: 0px 20px;
}

.MR-text-countainer
{
	width: calc(100% - 40px);
	max-width: var(--max-width);
	margin: auto;
	padding: 0px 20px;
}

.MR-title-general
{
	font-size: 28px;
	text-align: center;
	margin: auto;
	font-weight: 700;
	color: #000000;
	margin-bottom: 30px;
	line-height: 34px;
}

.MR-text-general
{
	font-size: 18px;
	text-align: center;
	margin: auto;
	color: #565656;
	font-weight: 400;
	max-width: 800px;
}

.MR-catalogo-button-container
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 40px);
	padding: 20px;
	gap: 40px;
	margin: auto;
	max-width: 800px;
	margin-bottom: 60px;
	justify-content: center;
}

.MR-catalogo-button
{
	position: relative;
	border-radius: 30px;
	color: #000000;
	cursor: pointer;
	transition: all 0.5s ease;
	background: #e6e6e6;
	background: linear-gradient(180deg,rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 86%);
	height: 400px;
	max-width: 240px;
}

.MR-catalogo-button h2
{
	position: absolute;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0%);
	width: 100%;
}

.MR-catalogo-button.s1 .chair
{
	position: absolute;
  width: 300px;
  margin: auto;
  display: block;
  left: -40px;
  top: 20px;
  transition: all 0.5s ease;
	scale: 1;
}

.MR-catalogo-button.s2 .chair
{
	position: absolute;
  width: 300px;
  margin: auto;
  display: block;
  top: 20px;
  left: 50%;
	transform: translate(-50%,0%);
	transition: all 0.5s ease;
	scale: 1;
}

.MR-catalogo-button.s3 .chair
{
	position: absolute;
  width: 300px;
  margin: auto;
  display: block;
  top: 20px;
  right:-70px;
  transition: all 0.5s ease;
	scale: 1;
}

.MR-catalogo-button.s1
{
	transition: all 0.5s ease;
	background: #93d18c;
	background: linear-gradient(180deg,rgba(147, 209, 140, 1) 0%, rgba(255, 255, 255, 1) 86%);
	
}

.MR-catalogo-button.s2
{
	transition: all 0.5s ease;
	background: #ffc799;
	background: linear-gradient(180deg,rgba(255, 199, 153, 1) 0%, rgba(255, 255, 255, 1) 75%);
	
}

.MR-catalogo-button.s3
{
	transition: all 0.5s ease;
	background: #8cddff;
	background: linear-gradient(180deg,rgba(140, 221, 255, 1) 0%, rgba(255, 255, 255, 1) 75%);

}

.MR-catalogo-button.s1:hover .chair
{
	transition: all 0.5s ease;
	scale: 1.05;
}


.MR-catalogo-button.s2:hover .chair
{
	transition: all 0.5s ease;
	scale: 1.05;
}

.MR-catalogo-button.s3:hover .chair
{
	transition: all 0.5s ease;
	scale: 1.05;
}

.MR-catalogo-button.s1.select .arrow-container
{
	transition: all 0.5s ease;
	border-radius: 50px;
}

.MR-catalogo-button.s2.select .arrow-container
{
	transition: all 0.5s ease;
	border-radius: 50px;
}

.MR-catalogo-button.s3.select .arrow-container
{
	transition: all 0.5s ease;
	border-radius: 50px;
}



.arrow-container
{
	position: absolute;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	background-color: #c8c8c8;
	bottom: -37px;
	left: 50%;
	transform: translate(-50%,0%);
	transition: all 0.5s ease;
}

.arrow-container .arrow
{
	width: 20px;
  height: 30px;
  display: block;
  margin: auto;
  margin-top: 10px;
}

.arrow-container.green
{
	background-color: #93d18c;
}

.arrow-container.red
{
	background-color: #ffc799;
}

.arrow-container.blue
{
	background-color: #8cddff;
}




.MR-catalogo-contenedor-general
{
	width: calc(100% - 40px);
	padding: 0px 20px;
	max-width: var(--max-width);
	margin: auto;
}

.MR-catalogo-contenedor-seccion
{
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.MR-catalogo-item
{
	margin-top: 22px;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 370px;
	background: #F9F9F9;
	background: linear-gradient(180deg,rgba(237, 237, 237, 1) 0%, rgba(237, 237, 237, 1) 2%, rgba(254, 254, 254, 1) 55%, rgba(255, 255, 255, 1) 100%);
	border-radius: 10px;
}

.MR-catalogo-item-img
{
	width: 100%;
	position: absolute;
}


.MR-title-product
{
	color: #000000;
	font-size: 32px;
  margin-left: 30px;
  margin-bottom: 0px;
}

.MR-catalogo-color-container
{
	width: calc(100% - 60px);
	padding: 10px 30px;
}

.color-picker-container
{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 10px;
	justify-content: flex-end;
}

.color-title
{
	font-size: 30px;
	font-weight: 700;
	text-align: right;
	color: #2f2f2f;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 28px;
}

.color-subtitle
{
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	color: #616161;
	margin-bottom: 10px;
	margin-top: 0px;
}

.MR-rotate-button
{
	width: 80px;
	height: 80px;
	border-radius: 50px;
	margin-top: 20px;
	cursor: pointer;
	transition: all 0.5s ease;
	scale: 1;
}

.MR-rotate-button-container
{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 15;
}

.MR-rotate-button img
{
	width: 80px;
	height: 80px;
	position: absolute;
}

.MR-rotate-button:hover
{
	scale: 1.1;
	transition: all 0.5s ease;
}


.MR-catalogo-color-selector
{
	width: 30px;
	height: 30px;
	background-color: #000000;
	margin-bottom: 10px;
	cursor: pointer;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.MR-catalogo-color-selector:hover, .MR-catalogo-color-selector.select
{
	border-radius: 50px;
	transition: all 0.3s ease;
}

.MR-catalogo-color-selector.black
{
	background-color: #000000;
}
.MR-catalogo-color-selector.gray
{
	background-color: #666666;
}
.MR-catalogo-color-selector.blue
{
	background-color: #083994;
}
.MR-catalogo-color-selector.green
{
	background-color: #2d9246;
}
.MR-catalogo-color-selector.red
{
	background-color: #c32d2d;
}
.MR-catalogo-color-selector.orange
{
	background-color: #f05a25;
}
.MR-catalogo-color-selector.yellow
{
	background-color: #f8d43d;
}

.MR-nosotros-container
{
	width: calc(100% - 40px);
	display: flex;
	flex-wrap: wrap;
	max-width: var(--max-width);
	margin: auto;
	gap: 20px;
	padding: 0px 20px;
}

.MR-nosotros-icon
{
	width: 100%;
	max-width: 120px;
	display: block;
	margin: auto;
}

.MR-title-nosotros
{
	font-size: 18px;
	text-align: center;
	font-weight: 700;
}

.MR-circle-grain
{
	display: block;
	margin: auto;
	margin-top: 28px;
	width: 60px;
	height: 60px;
	border-radius: 50px;
}
.MR-circle-grain img
{
	width: 60px;
	height: 60px;
	border-radius: 50px;
}

.divider-product
{
	width: 109%;
  height: 2px;
  background-color: #d6d6d6;
  margin-left: auto;
  margin-right: 0px;
  margin-bottom: 22px;
  margin-top: 11px;
}

.imagetext-container
{
	position: relative;
	max-width: var(--max-width);
	width: 100%;
	gap: 50px;
	margin: auto;
}

.img-container-left
{
	position: relative;
	width: 100%;
	height: 519px;
	overflow: hidden;
	border-radius: 20px;
}

.img-container-right
{
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 20px;
}

.img-lateral-left
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 470px;
	border-radius: 20px;
}

.img-lateral-right
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 650px;
	border-radius: 20px;
}

.img-mobile
{
	width: 100%;
	border-radius: 10px;
}

.MR-catalogo-button-mobile
{
	position: relative;
	width: 100%;
	padding: 15px 10px;
	border-radius: 20px;
	background-color: #e2e2e2;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s ease;
}

.MR-catalogo-button-mobile:hover, .MR-catalogo-button-mobile.select
{
	background-color: var(--primary-color);
	color: white;
	transition: all 0.5s ease;
}

.footer-social-container-general
{
	width: 100%;
	background-color: var(--primary-color);
}

.footer-address-container-general
{
	width: 100%;
	background-color: var(--four-color);
}

.footer-social-container
{
	width: calc(100% - 40px);
	max-width: var(--max-width);
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 20px;

}

.footer-address-container
{
	width: calc(100% - 40px);
	max-width: var(--max-width);
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 20px 50px 20px;
	gap: 0px 40px;
}

.footer-title
{
	font-size: 18px;
  text-align: left;
  font-weight: 700;
}

.footer-social-icon, .footer_social_icon
{
	max-width: 40px;
}

.footer-address-container a
{
	display: block;
}

.footer-text, .footer-text-link
{
	font-size: 18px;
    text-align: left;
    font-weight: 400;
    color: #565656;
    margin-top: 10px;
    margin-bottom: 10px;
    flex: 50%;
    cursor: pointer;
}

.footer-text-link:hover
{
	color: var(--third-color);
}

.footer-addess-icon
{
	display: block;
	margin-right: 10px;
	max-width: 30px;
}

.footer-right-container-general
{
	width: 100%;
	background-color: #c6c6c6;
}

.footer-right-container
{
	width: calc(100% - 40px);
	max-width: var(--max-width);
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 20px;
}


.mobil-navmenu-container
{
  min-height: 100%;
  width: calc(100% - 40px);
  padding: 30px 20px;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: auto;
  z-index: 40000;
  background-color: rgba(120, 120, 120, 0.7);
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
  transform: translateX(-4000px);
  transition: 0.8s ease;
}

.mobil-navmenu-logo-container
{
  display: flex;
  width: 100%;
}

.mobil-navmenu-x-button
{
  width: 29px;
  height: 35px;
  border-radius: 10px;
  border: 4px solid var(--primary-color);
  background-color: var(--primary-color);
  font-size: 20px;
  padding: 2px 0px 0px 14px;
  color: #eef2ff;
  cursor: pointer;
  margin-left: auto;
  font-weight: 700;
}

.mobil-navmenu-x-button:hover
{
  border: 4px solid var(--secondary-color);
  background-color: var(--secondary-color);
}

.menu-mobil li
{
  margin-top: 10px;
  cursor: pointer;
  list-style-type: none;
}

.menu-mobil
{
	padding-left: 0px;
	margin-top: 40px;
}

.menu-mobil li
{
  color: #f1f7f7;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid white;
  border-radius: 10px;
  padding: 12px 10px;
  width: calc(100% - 25px);
  display: block;
  transition: color 0.3s ease;
}
.menu-mobil li:hover
{
  border: 1px solid var(--four-color);
  transition: color 0.3s ease;
}

.text-white
{
	color: white;
}

.footer_title
{
	font-size: 20px;
	margin: 0px;
}

.mobile-menu 
{
  position: fixed;
  top: -600px; 
  left: 0;
  height: 58px;
  transition: top 0.3s ease;
  z-index: 999;
  display: flex;
  background: linear-gradient(90deg,rgba(37, 57, 119, 1) 0%, rgba(37, 57, 119, 1) 52%, rgba(42, 71, 147, 1) 52%, rgba(42, 71, 147, 1) 100%);
}

.mobile-menu.active {
    top: 0;
}

.header_logo
{
	max-width: 170px;
}

.twist 
{
	width: 400px;
	height: 400px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.whatsapp-container 
{
  position: fixed;
  bottom: 35px;
  right: 35px;
}

.whatsapp-button 
{
  width: 65px;
  height: 56px;
  background-color: #25D366;
  cursor: pointer;
  border-radius: 100px;
  padding-top: 9px;
  box-shadow: -1px 10px 29px 1px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: -1px 10px 29px 1px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: -1px 10px 29px 1px rgba(0,0,0,0.42);
}

.whatsapp-button-icon 
{
  display: block;
  margin-top: 2px;
  margin-left: 13px;
  width: 40px;
  height: 40px;
}

/*RESPONSIVE STYLES*/

.flexme
{
	display: flex;
}

.containerflexwrap
{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0px 20px;
}

.block01 {flex: 8.333%;}
.block02 {flex: 16.666%;}
.block02b {flex: 16.666%;}
.block03 {flex: 25%;}
.block04 {flex: 33.333%;}
.block05 {flex: 41.666%;}
.block06 {flex: 50%;}
.block07 {flex: 58.333%;}
.block08 {flex: 66.666%;}
.block09 {flex: 75%;}
.block10 {flex: 83.333%;}
.block11 {flex: 91.666%;}
.block12 {flex: 100%;}
.blockauto {flex: 1 1 auto;}


@media (max-width: 767px)
{
  .block01, .block02, .block03, .block04, .block05, .block06, .block07, .block08, .block09, .block10, .block11, .block12, .blockauto
  {
  	flex: 100%;
  }
  .block02b
  {
  	flex: 40%;
  }
}

/* MEDIA FOR SPECIAL CASES */
@media only screen and (min-width: 0px)
{
  .visibledesk{display: none;}
  .visibledeskflex{display: none;}
  .visibledevice{display: block;}
  .visibledeviceb{display: block;}

  ul.menu-desktop
  {
  	display: none;
  }

  .MR-slider-title
  {
  	font-size: 25px;
  	line-height: 31px;
  }

  .MR-catalogo-button
	{
		font-size: 14px;
		max-width: 190px;
	}

	.MR-inner-header-container-second
	{
		width: 38%;
	}

	.MR-main-logo-container
	{
		width: 50%;
	}

	.MR-curve-header-container
	{
		width: 12%;
	}

	.twist
	{
		margin-left: 17%;
	}

	.MR-title-product
	{
		font-size: 25px;
	}

	.MR-catalogo-contenedor-general
	{
		width: calc(100% - 0px);
		padding: 0px;
	}

	.MR-catalogo-item
	{
		border-radius: 0px;
	}

	.color-title
	{
		font-size: 30px;
	}

	.margintop150
	{
		margin-top: 50px;
	}

	.MR-catalogo-button-container
	{
		gap: 20px;
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 768px)
{	
  .visibledesk{display: block;}
  .visibledeskflex{display: flex;}
  .visibledevice{display: none;}
  .visibledeviceb{display: none;}

  .margintop150
	{
		margin-top: 150px;
	}

  ul.menu-desktop
  {
  	display: inline-flex;
  }

  .MR-slider-title
  {
  	font-size: 33px;
  	line-height: 45px;
  }

  .MR-catalogo-button
	{
		font-size: 16px;
		max-width: 190px;
		height: 325px;
	}

	.MR-catalogo-button-container
	{
		margin-bottom: 70px;
	}

	.MR-catalogo-contenedor-general
	{
		max-width: var(--max-width);
	}

	.MR-inner-header-container-second
	{
		width: 74%;
	}

	.MR-main-logo-container
	{
		width: 232px;
	}

	.MR-curve-header-container
	{
		width: 44px;
	}

	.twist
	{
		margin-left: 16%;
	}

	.MR-title-product
	{
		font-size: 32px;
	}

	.MR-catalogo-contenedor-general
	{
		width: calc(100% - 40px);
		padding: 0px 20px;
	}

	.MR-catalogo-item
	{
		border-radius: 10px;
	}

	.color-title
	{
		font-size: 30px;
	}

	.MR-catalogo-button.s1 .chair, .MR-catalogo-button.s2 .chair, .MR-catalogo-button.s3 .chair
	{
		width: 200px;
	}

	.MR-catalogo-button.s1 .chair
	{
	  left: 0px;
	}

	.MR-catalogo-button.s3 .chair
	{
	  left: -24px;
	}

	.MR-catalogo-button-container
	{
		gap: 20px;
	}
}

@media only screen and (min-width: 1000px)
{
	.MR-catalogo-button
	{
		max-width: 240px;
		height: 400px;
	}

	.MR-catalogo-button.s1 .chair, .MR-catalogo-button.s2 .chair, .MR-catalogo-button.s3 .chair
	{
		width: 300px;
	}

	.MR-catalogo-button.s1 .chair
	{
	  left: -40px;
	}

	.MR-catalogo-button.s3 .chair
	{
	  left: -70px;
	}

	.MR-catalogo-button-container
	{
		gap: 40px;
	}

	.twist
	{
		margin-left: 25%;
	}
}	

.margintop5
{
	margin-top: 5px;
}
.margintop10
{
	margin-top: 10px;
}
.margintop20
{
	margin-top: 20px;
}
.margintop40
{
	margin-top: 40px;
}
.margintop50
{
	margin-top: 50px;
}
.margintop60
{
	margin-top: 60px;
}
.margintop80
{
	margin-top: 80px;
}
.margintop100
{
	margin-top: 100px;
}

.margintop250
{
	margin-top: 250px;
}
.marginbottom0
{
	margin-bottom: 0px;
}
.marginbottom20
{
	margin-bottom: 20px;
}
.marginbottom40
{
	margin-bottom: 40px;
}
.marginbottom50
{
	margin-bottom: 50px;
}
.marginbottom60
{
	margin-bottom: 60px;
}
.marginbottom80
{
	margin-bottom: 80px;
}
.marginbottom100
{
	margin-bottom: 100px;
}
.marginbottom120
{
	margin-bottom: 120px;
}
.paddingbottom0
{
	padding-bottom: 0px;
}
.paddingbottom40
{
	padding-bottom: 40px;
}
.paddingbottom60
{
	padding-bottom: 60px;
}
.paddingbottom100
{
	padding-bottom: 100px;
}
.paddingtop40
{
	padding-top: 40px;
}
.paddingtop60
{
	padding-top: 60px;
}
.paddingtop100
{
	padding-top: 100px;
}

.paddingleft0
{
	padding-left: 0px;
}

.centerme
{
	margin: auto;
}

.lefttext
{
	text-align: left;
}

.bigtext
{
	font-size: 22px;
}

