/*Main styles*/
/*Author == GodIdeas Estudio 2019 ==*/

@font-face{
	font-family: 'Avenir Book';
	src: url(../fonts/avenir/Avenir-Book.ttf);
}

@font-face{
	font-family: 'Avenir Light';
	src: url(../fonts/avenir/Avenir-Light.ttf);
}

@font-face{
	font-family: 'Avenir Medium';
	src: url(../fonts/avenir/Avenir-Medium.ttf);
}

@font-face{
	font-family: 'Avenir Black';
	src: url(../fonts/avenir/Avenir-Black.ttf);
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

body{
	overflow-x: hidden;
}

/*== SIDEMENU ==*/
div.fademenu{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.9);
	z-index: 20;
}

div.sidemenu{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 270px;
	background: white;
	z-index: 9999;
	overflow-y: auto;
}

div.sidemenu div.logo{
	padding: 40px 20px;
	display: flex;
	justify-content: center;
}

div.sidemenu div.logo>div{
	width: 150px;
}

div.sidemenu div.logo>div img{
	width: 100%;
}

div.sidemenu ul{
	position: relative;
	padding: 40px 20px 20px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
	border-top: 1px solid #e4001b;
	border-bottom: 1px solid #e4001b;
	margin-bottom: 80px;
}

div.sidemenu ul div.flag{
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	display: flex;
	justify-content: center;
}

div.sidemenu ul div.flag img{
	width: 50%;
}

div.sidemenu ul li{
	font-family: 'Avenir Medium';
	font-size: 15px;
	color: #e4001b;
	margin-bottom: 20px;	
}

div.sidemenu ul a{
	color: #e4001b;
	text-decoration: none;	
}

div.sidemenu ul a:last-child li{
	margin-bottom: none;
}

/*== HEADER ==*/
header{
	padding: 20px 40px 40px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header div.logo{
	width: 160px;
}

header div.logo img{
	width: 100%;
}

header div.menu{
	display: inline-flex;
	align-items: center;
}

header div.menu ul{
	display: inline-flex;
	font-family: 'Avenir Medium';
	font-size: 16px;
	color: #606060;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-right: 20px;
}

header div.menu ul a{
	color: #606060;
	text-decoration: none;
    
}

header div.menu ul li{
	margin: 0 10px;
}

header div.menu ul li.on{
	font-family: 'Avenir Black';
    color: #e4001b;	
}

header div.menu i.buscar-ico{
	color: #606060;
	cursor: pointer;
	font-size: 22px;
}

header div.menu i.menu-ico{
	color: #e4001b;
	cursor: pointer;
	margin-left: 15px;
	font-size: 22px;
}

/*== BANNER ==*/
section.top-banner{
	position: relative;
	padding: 0 40px;
}

.carousel-indicators{
	justify-content: flex-end;
	margin-right: 100px;
}

.carousel-indicators li{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: rgba(255,255,255,1);
}

.carousel-indicators li.active{
	background: #e4001b;
}

.carousel-item div.lay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.carousel-item div.lay div.deko-line{
	position: absolute;
	right: 0;
	top: 50px;
	width: 40%;
	height: 1px;
	background: white;
}

.carousel-item div.lay div.deko-line>div{
	position: absolute;
	left: 0;
	top: -5px;
	width: 1px;
	height: 10px;
	background: white;
}

.carousel-item div.lay div.text{
	position: absolute;
	width: 40%;
	right: 0;
	top: 80px;
	padding-right: 100px;
}

.carousel-item div.lay div.text h2{
	font-family: 'Avenir Medium';
	font-size: 46px;
	color: white;
	margin: 0;
	text-shadow: 2px 2px 2px #000;
}

.carousel-item div.lay div.text p{
	font-family: 'Avenir Medium';
	font-size: 15px;
	text-align: justify;
	color: white;
	text-shadow: 2px 2px 2px #000;
}

.carousel-item div.lay div.text h3{
	font-family: 'Avenir Light';
	font-size: 30px;
	color: white;
	margin: 0;
	text-align: right;
}

.redes{
  position: fixed;
  z-index: 100; 
  right: 0px; /*Con este margen posicionamos el div donde queramos*/
}
.redes div.side-buttons{
	position: absolute;
	top: 0;
	right: 1px;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1;
}

.redes div.side-buttons div.lang{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e4001b;
	width: 28px;
	height: 22px;
	margin-bottom: 10px;
    cursor: pointer;	
}

.redes div.side-buttons div.lang p{
	font-family: 'Avenir Black';
	color: white;
	font-size: 7px;
	margin: 0;
}

.redes div.side-buttons div.langDis{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #c3c3c3;
	width: 28px;
	height: 22px;
	margin-bottom: 10px;
    cursor: pointer;	
}

.redes div.side-buttons div.langDis p{
	font-family: 'Avenir Black';
	color: #000;
	font-size: 7px;
	margin: 0;
}

.redes div.side-buttons div.social{
	display: flex;
	flex-direction: column;
}

.redes div.side-buttons div.social a{
	color: #808080;
	text-decoration: none;
}

.redes div.side-buttons div.social div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #808080;
	margin-bottom: 6px;
}

.redes div.side-buttons div.social div:hover{
	opacity: .8;
}

.redes div.side-buttons div.social div i{
	font-size: 16px;
	color: #808080;
}

iframe.video-header{
	height: 700px;
}

/*== TYPES GALLERY ==*/
section.types{
	padding: 35px 40px 0 40px;
}

section.types h2{
	text-align: center;
	font-family: 'Avenir Medium';
	font-size: 30px;
	color: #808080;	
	margin-bottom: 30px;
}

section.types div.row-types{
	display: flex;
	/*justify-content: space-between;*/
	margin-bottom: 40px;
}

section.types div.row-types>div{
	width: 24%;
    margin-right: 12px;
}

section.types div.row-types>div img{
	width: 100%;
}

section.types div.row-types>div p{
	text-align: center;
	font-family: 'Avenir Light';
	font-size: 17px;
	color: #808080;	
	margin-top: 5px;
	margin-bottom: 0;
}

/*== DOUBLE COLUMN GALLERY ==*/
div.filtersDoc{
    padding: 30px 40px 0 40px;
}

div.filtersDoc div.ref div.ico{
	position: relative;
	width: 24px;
	margin-left: 48%;
    margin-bottom: 10px;
}

div.filtersDoc div.ref div.ico img{
	width: 100%;
}

div.filtersDoc h3{
    margin-top: 8px;
	font-size: 15px;
    font-weight: 400;
}

div.filtersDoc div.ref div.ico div.bubble{
	position: absolute;
	right: -9px;
	top: -5px;
	width: 15px;
	height: 15px;
	background: #e4001b;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Avenir Black';
	font-size: 8px;
	color: white;
}

div.titler{
	display: flex;
	justify-content: flex-end;
	padding: 30px 40px 0 40px;
}

div.titler>div{
	width: 45%;
	text-align: center;
}

div.titler h1{
	font-family: 'Avenir Medium';
	font-size: 31px;
	color: #606060;
}

section.double-column{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 80px 40px;
	border-top: 1px solid #e4001b;
}

section.double-column img.divi-flag{
	position: absolute;
	top: -1px;
	right: 40px;
	width: 45%;
    background-image: url(../img/divi-flag_f.png);
    background-repeat: no-repeat;
}

section.double-column>div{
	width: 48%;
}
/*
section.double-column .especial1{
	width: 30% !important;
}

section.double-column .especial2{
	width: 69% !important;
}
*/
section.double-column h2{
	text-align: center;
	font-family: 'Avenir Medium';
	font-size: 33px;
	color: #808080;	
	margin-bottom: 30px;	
}

section.double-column h3{
	text-align: center;
	font-family: 'Avenir Medium';
	font-size: 20px;
	color: #808080;	
	margin-bottom: 20px;	
    margin-top: 15px;
}

section.double-column div.single-img img{
	width: 100%;
}

section.double-column p{
	font-family: 'Avenir Medium';
	font-size: 16px;
	color: #808080;	
	margin-bottom: 30px;
	text-align: justify;	
}

section.double-column div.tiles div.tile-row{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.tile-rowImg{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
    flex-direction: row;
}

section.double-column div.tiles div.tile-row>div{
	width: 48%;
}

section.double-column div.tiles div.tile-row>div p{
	font-family: 'Avenir Medium';
	font-size: 16px;
	color: #808080;	
	margin-bottom: 30px;
	text-align: justify;	
}

section.double-column div.tiles div.tile-row>div img{
	width: 100%;
}

/*== CATEGORY ==*/
div.banners{
	position: relative;
}

div.banners img{
	width: 100%;
}

div.banners div.lay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 80px;
}

div.banners div.lay h2{
	font-family: 'Avenir Medium';
	font-size: 50px;
	color: white;
	margin: 0;
}

div.titler.normal{
	justify-content: flex-start;
}

section.all-products{
    position: relative;
    padding: 80px 40px;
    border-top: 1px solid #e4001b;
}

section.all-products img.divi-flag{
    position: absolute;
    top: -1px;
    right: 40px;
    width: 45%;
}

div.row-products{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}


div.row-products>div{
	width: 24%;
	position: relative;
	overflow-y: hidden;
}

div.row-products>div>img{
	width: 100%;
}

div.row-products-arch{
	display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}

div.row-products-arch>div{
	width: 24%;
	position: relative;
	overflow-y: hidden;
    margin-right: 12px;
}

div.row-products-arch>div>img{
	width: 100%;
}

div.product-view div.lay{
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,.8);
}

div.product-view div.lay p{
	text-align: center;
    width: 90%;
    font-size: 14px;
}

div.product-view div.lay img{
	width:60%;
}

div.product-view:hover div.lay{
	display: flex;
}

div.product-view div.lay button{
	width: 85%;
	border-style: none;
	border-radius: 6px;
	border: 1px solid white;
	padding: 14px 10px;
	font-family: 'Avenir Book';
	font-size: 13px;
	color: white;
	margin: 5px 0;
	cursor: pointer;
}

div.product-view div.lay button:hover{
	opacity: .9;
}

div.product-view div.lay button.lite{
	background: #e4001b;
}

div.product-view div.lay button.dark{
	background: #e4001b;
}

div.product-view div.foot{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	padding: 5px;
    background-color: rgba(150,150,150,.6);
}

div.product-view div.foot p.ref{
	font-family: 'Avenir Book';
	font-size: 16px;
	color: white;
	margin: 0;
}

div.product-view div.foot p.cod{
	font-family: 'Avenir Black';
	font-size: 16px;
	color: white;
	margin: 0;
}

/*== DETAIL PRODUCT ==*/
div.full-layout{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);	
	padding: 50px;
	overflow-y: auto;
	z-index: 9999;
}

div.full-layout div.img{
	position: relative;
}

div.full-layout div.img img{
	width: 100%;
}

div.full-layout div.img div.closer{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 10px;
	right: 10px;
	padding: 5px;
	border: 1px solid #fff;
	cursor: pointer;
}

div.full-layout div.img div.closer i{
	color: white;
	font-size: 20px;
}

div.full-layout div.img div.closer p{
	font-family: 'Avenir Book';
	font-size: 12px;
	margin: 0;
	color: white;
}


div.titler.double{
	justify-content: space-between;
	position: relative;	
	align-items: center;
}

div.titler.double h1{
	font-family: 'Avenir Black';
	font-size: 28px;
	line-height: 28px;
	margin: 0;
}

div.titler.double div.ref{
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
}

div.titler.double div.ref p.ref{
	font-family: 'Avenir Book';
	font-size: 28px;
	color: #808080;
	margin: 0;	
}

div.titler.double div.ref p.cod{
	font-family: 'Avenir Black';
	font-size: 28px;
	color: #808080;
	margin: 0;
	margin-left: 20px;
}

div.titler.double div.ref div.ico{
	position: relative;
	width: 24px;
	margin-left: 30px;
}

div.titler.double div.ref div.ico img{
	width: 100%;
}

div.titler.double div.ref div.ico div.bubble{
	position: absolute;
	right: -9px;
	top: -5px;
	width: 15px;
	height: 15px;
	background: #e4001b;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Avenir Black';
	font-size: 8px;
	color: white;
}

div.side-buttons div.ico{
	position: relative;
    width: 24px;
	margin-left: 0px;
    margin-top: 2px;
    cursor: pointer;
}

div.side-buttons div.ico img{
	width: 100%;
}

div.side-buttons div.ico div.bubble{
	position: absolute;
	left: 4px;
	top: 11px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Avenir Black';
	font-size: 13px;
	color: #e4001b;
}

section.detail-products {
    position: relative;
    padding: 80px 40px 20px 40px;
    border-top: 1px solid #e4001b;
    display: flex;
    justify-content: space-between;
}

section.detail-products img.divi-flag {
    position: absolute;
    top: -1px;
    right: 80px;
    width: 32%;
    background-image: url(../img/divi-flag_f.png);
    background-repeat: no-repeat;
}

section.detail-products div.product-big{
	width: 55%;
	position: relative;
	align-self: flex-start;
}

section.detail-products div.product-big img{
	width: 100%;
}

section.detail-products div.product-big div.full{
	position: absolute;
	left: 10px;
	top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.detail-products div.product-big div.full>div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border: 1px solid white;
	font-size: 25px;
	color: white;
	margin-bottom: 4px;
	cursor: pointer;
}

section.detail-products div.product-big div.full h4{
	font-family: 'Avenir Black';
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: white;
	margin: 0;
}

section.detail-products div.product-big div.full p{
	font-family: 'Avenir Book';
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	color: white;
	margin: 0;
}

section.detail-products div.product-big div.actions{
	position: absolute;
	left: 0;
	bottom: 24px;
    background: rgba(100,100,100,.3);
	right: 0;
	padding: 10px ;
	display: flex;
	justify-content: space-between;
}

section.detail-products div.product-big div.actions>div{
    display: inline-flex;
}

section.detail-products div.product-big div.actions button{
	border-style: none;
	border: 1px solid white;
	background: transparent;
	padding: 8px;
	font-family: 'Avenir Book';
	color: white;
	font-size: 13px;
	cursor: pointer;
}

section.detail-products div.product-big div.actions>div button{
	margin-right: 5px;
}

section.detail-products div.product-big div.actions>button{
	padding: 8px 12px;
}

section.detail-products div.info-product{
	width: 43%;
}

section.detail-products div.info-product p.excerpt{
	font-family: 'Avenir Book';
	font-size: 16px;
	color: #808080;
	text-align: justify;
}

section.detail-products div.info-product div.double{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

section.detail-products div.info-product p.titles{
	font-family: 'Avenir Book';
	font-size: 20px;
	color: #808080;
	margin-bottom: 10px;
}

section.detail-products div.info-product div.sizes div.tiles{
	display: flex;
	flex-wrap: wrap;
}

section.detail-products div.info-product div.sizes div.img{
	width: 80px;
	margin-right: 10px;
}

section.detail-products div.info-product div.sizes div.img img{
	
}

section.detail-products div.info-product div.espesor{
	padding-right: 50px;
}

section.detail-products div.info-product div.espesor>div{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

section.detail-products div.info-product div.espesor>div div{
	width: 120px;
	background: #666;
	margin-right: 10px;
}

section.detail-products div.info-product div.espesor>div div.esp_1{
	height: 1px;
}

section.detail-products div.info-product div.espesor>div div.esp_2{
	height: 1px;
}

section.detail-products div.info-product div.espesor>div div.esp_3{
	height: 2px;
}

section.detail-products div.info-product div.espesor>div div.esp_4{
	height: 2px;
}

section.detail-products div.info-product div.espesor>div div.esp_5{
	height: 2px;
}

section.detail-products div.info-product div.espesor>div div.esp_6{
	height: 3px;
}

section.detail-products div.info-product div.espesor>div div.esp_7{
	height: 4px;
}

section.detail-products div.info-product div.espesor>div div.esp_8{
	height: 6px;
}

section.detail-products div.info-product div.espesor>div div.esp_9{
	height: 8px;
}

section.detail-products div.info-product div.espesor>div div.esp_10{
	height: 10px;
}

section.detail-products div.info-product div.espesor>div div.esp_11{
	height: 13px;
}

section.detail-products div.info-product div.espesor>div div.three{
	height: 3px;
}

section.detail-products div.info-product div.espesor>div div.six{
	height: 6px;
}

section.detail-products div.info-product div.espesor>div div.nine{
	height: 9px;
}

section.detail-products div.info-product div.espesor>div div.twelve{
	height: 12px;
}

section.detail-products div.info-product div.espesor>div p{
	font-family: 'Avenir Book';
	font-size: 13px;
	color: #4d4d4d;
	margin: 0;
}

section.detail-products div.info-product div.single{
	margin-top: 30px;
}

section.detail-products div.info-product div.single div.acabados{
	display: flex;
	flex-wrap: wrap;
}

section.detail-products div.info-product div.single div.acabados>div{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #B3B3B3;
	margin-right: 5px;
	margin-bottom: 5px;
}

section.detail-products div.info-product div.single div.acabados>div p{
	font-family: 'Avenir Black';
	font-size: 12px;
	color: white;
	margin: 0;
}

section.detail-products div.info-product div.double div.squares div.rows{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

section.detail-products div.info-product div.double div.squares div.rows>div{
	width: 66px;
	margin: 0 3px;
}

section.detail-products div.info-product div.double div.squares div.rows>div img{
	width: 100%;
}

section.detail-products div.info-product div.double div.equi-righty{
	padding-right: 50px;
	padding-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.detail-products div.info-product div.double div.equi-righty div.rectangle{
	width: 160px;
	margin-bottom: 10px;
}

section.detail-products div.info-product div.double div.equi-righty div.rectangle img{
	width: 100%;
}

section.detail-products div.info-product div.double div.equi-righty div.square{
	width: 66px;
}

section.detail-products div.info-product div.double div.equi-righty div.square img{
	width: 100%;
}

section.detail-products div.info-product div.single div.imgs{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

section.detail-products div.info-product div.single div.imgs>div{
	width: 120px;
	margin-right: 15px;
}

section.detail-products div.info-product div.single div.imgs>div img{
	width: 100%;
}

section.detail-products div.info-product div.ctas{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

section.detail-products div.info-product div.ctas button{
	width: 48%;
	padding: 15px;
	border-radius: 5px;
	border-style: none;
	font-family: 'Avenir Book';
	font-size: 16px;
	color: white;
}

.btaslight{
	width: 48%;
    border: solid 1px #e4001b;
	padding: 10px;
	border-radius: 5px;
	font-family: 'Avenir Book';
	font-size: 16px;
	color: #e4001b;
    background: white;
}

.btaslight:hover{
	color: white;
    background: #e4001b;
}

.btas:hover{
	color: white;
    background: #e4001b;
}

.btas{
	width: 48%;
	padding: 10px;
	border-radius: 5px;
	border-style: none;
	font-family: 'Avenir Book';
	font-size: 16px;
	color: white;
    background: #e4001b;
}


section.detail-products div.info-product div.ctas button.lite{
	background: #e4001b;
}

section.detail-products div.info-product div.ctas button.dark{
	background: #e4001b;
}

section.related-carousel{
	padding: 0 40px 40px 40px;
}

section.related-carousel h2{
	font-family: 'Avenir Medium';
	font-size: 25px;
	color: #808080;
}

section.related-carousel .slider{
  width: 100%;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin: 20px 0;
  padding-left: 50px;
  overflow-x: hidden;
}

section.related-carousel .slider .ui-slider-handle{
  display: block;
  width: 200px;
  height: 20px;
  margin-left: -30px;
  background-image: url('../img/slider-handle.png');
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  outline: none;
}

section.related-carousel .carousel{
  width: 100%;
  height: auto;
}

section.related-carousel .carousel .slick-slide {
  height: auto;
}

section.related-carousel div.product-view{
	position: relative;
	margin: 0 10px;
}

section.related-carousel div.product-view img{
	width: 100%;	
}

/*== MODAL FORMS ==*/
button.open-modals{
	padding: 15px;
	border-radius: 5px;
	border-style: none;
	font-family: 'Avenir Book';
	font-size: 13px;
	color: white;
	background: #e4001b;	
	margin: 10px;
	cursor: pointer;
}

div.modal-forms{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,77,115,.8);
	z-index: 9999;
	display: none;
	padding: 100px 80px 0 80px;
	justify-content: center;
	overflow-y: auto;
}

div.modal-forms div.wrap-contents{
	display: flex;
	flex-direction: column;
}

#modal-triple div.wrap-contents{
	width: 100%;
}

div.modal-forms div.wrap-contents div.top-content{
	padding: 0 50px;
}

div.modal-forms div.wrap-contents div.top-content iframe.map{
	height: 380px;
}

div.modal-forms div.wrap-form{
	padding: 40px;
	background: white;
	position: relative;
}

div.modal-forms div.wrap-contents div.top-content div.wrap-form{
	margin-bottom: 80px;
}

div.modal-forms div.wrap-form div.close-form{
	position: absolute;
	right: 0;
	top: -28px;
	background: white;
	padding: 5px 10px 5px 0;
	cursor: pointer;
}

div.modal-forms div.wrap-form div.close-form:after{
	content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -9px;
    z-index: -1;
    background: #ffffff;
    transform-origin: top right;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    border-top-left-radius: 10px;
}

div.modal-forms div.wrap-form div.close-form p{
	font-family: 'Avenir Book';
	font-size: 11px;
	color: #e4001b;
	margin: 0;
}

div.modal-forms div.wrap-form div.close-form p span{
	font-family: 'Avenir Black';
}

div.modal-forms div.wrap-form div.header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

div.modal-forms div.wrap-form div.header div.titles{
	display: inline-flex;
	align-items: center;
}

div.modal-forms div.wrap-form div.header div.titles div.img{
	width: 30px;
	margin-right: 2px;
}

div.modal-forms div.wrap-form div.header div.titles div.img img{
	width: 100%;
}

div.modal-forms div.wrap-form div.header div.titles h3{
	font-family: 'Avenir Book';
	color: #e4001b;
	font-size: 22px;
	margin: 0;
}

div.modal-forms div.wrap-form div.header div.selects{
	display: flex;
	margin-left: 20px;
}

div.modal-forms div.wrap-form div.header div.selects.short{
	flex-direction: column;
}

div.modal-forms div.wrap-form div.header div.selects select{
	width: 180px;
	background: #e4001b;
	font-family: 'Avenir Book';
	font-size: 13px;
	color: white;
	padding: 5px;
	border-style: none;
	border-radius: 5px;
	margin-left: 5px;
}

.selects select{
	width: 180px;
	background: #e4001b;
	font-family: 'Avenir Book';
	font-size: 13px;
	color: white;
	padding: 5px;
	border-style: none;
	border-radius: 5px;
	margin-left: 5px;
}

div.modal-forms div.wrap-form div.header div.selects.short select{
	margin-bottom: 5px;
}

div.modal-forms div.wrap-contents div.bottom-content{
	display: flex;
	justify-content: space-between;
}

div.modal-forms div.wrap-contents div.bottom-content div.wrap-form{
	width: 48%;
	margin-bottom: 100px;
}

div.modal-forms div.wrap-form p.subtitles{
	font-family: 'Avenir Medium';
	font-size: 16px;
	color: #e4001b;
	margin: 20px 0 10px 0;
}

div.modal-forms div.wrap-form div.param{
	display: flex;
	flex-wrap: wrap;
}

div.modal-forms div.wrap-form div.param>div{
	display: inline-flex;
	flex-direction: column;
	margin-right: 15px;
	margin-bottom: 10px;
}

div.modal-forms div.wrap-form div.param>div div.ref{
	position: relative;
	padding: 5px 15px 5px 10px;
	border: 1px solid #e4001b;
	margin-bottom: 5px;
}

div.modal-forms div.wrap-form div.param>div div.ref div.closer{
	position: absolute;
	top: -7px;
	right: -9px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #e4001b;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 11px;
	padding-bottom: 2px;
	cursor: pointer;
}

div.modal-forms div.wrap-form div.param>div div.ref p{
	font-family: 'Avenir Book';
	color: #e4001b;
	margin: 0;
	font-size: 13px;
}

div.modal-forms div.wrap-form div.param>div select{
	width: 100%;
	background: #e4001b;
	font-family: 'Avenir Book';
	font-size: 13px;
	color: white;
	padding: 5px;
	border-style: none;
	border-radius: 5px;	
}

form.lami-form input,
form.lami-form textarea{
	width: 100%;
	background: #E6E6E6;
	border-style: none;
	border-radius: 12px;
	font-family: 'Avenir Book';
	font-size: 13px;
	color: #e4001b;
	padding: 7px 15px;
	margin-bottom: 10px;
}

form.lami-form select{
	width: 99%;
	background: #E6E6E6;
	font-family: 'Avenir Book';
	font-size: 13px;
	color: #e4001b;
	padding: 5px;
	border-style: none;
	border-radius: 10px;
	margin-left: 5px;
    margin-bottom: 10px;
}

form.lami-form input::placeholder,
form.lami-form textarea::placeholder{
	font-family: 'Avenir Book';
	font-size: 13px;
	color: #e4001b;	
}

form.lami-form div.terms{
	display: flex;
	justify-content: center;
	margin-top: 5px;
}

.headerSel{
	display: flex;
	justify-content: center;
	margin-top: 5px;
    flex-direction: row;
}

.contain{
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: 'Avenir Book';
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.contain input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0 !important;
  width: 0 !important;
}

.checkmark{
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid #e4001b;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmarks{
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background: transparent;
  border: 1px solid #e4001b;
}

.checkmarks:after {
  content: "";
  position: absolute;
  display: none;
}

.contain input:checked ~ .checkmark:after {
  display: block;
}

.contain .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #e4001b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contain input:checked ~ .checkmarks:after {
  display: block;
}

.contain .checkmarks:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #e4001b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

form.lami-form div.cta{
	display: flex;
	justify-content: center;
	margin-top: 5px;
}

form.lami-form div.cta button{
	width: 50%;
	font-family: 'Avenir Book';
	font-size: 15px;
	color: white;
	background: #e4001b;
	border-style: none;
	border-radius: 7px;
	padding: 20px 10px;
	cursor: pointer;
}

#modal-single div.wrap-contents{
	width: 56%;
}

#modal-single div.wrap-contents div.wrap-form{
	margin-bottom: 100px;
}

/*== CONTACT US ==*/
iframe#contact-map{
	height: 500px;
}

div.titler.contacto{
	padding-right: 100px;
}

div.titler.contacto>div{
	width: 424px;
}

section.contacto{
	position: relative;
    padding: 80px 100px;
    border-top: 1px solid #e4001b;
}

section.contacto img.divi-flag{
	position: absolute;
	width: 424px;
	top: -1px;
	right: 100px;
}

form.lami-form div.columnas{
	display: flex;
	justify-content: space-between;
}

form.lami-form div.columnas>div{
	width: 46%;
}

section.contacto form.lami-form div.cta button{
	padding: 10px;
}

/*== FOOTER ==*/
footer{
	display: flex;
	justify-content: space-between;
	padding: 30px 40px;
	border-top: 3px solid #e4001b;
}

footer div.info{
	display: inline-flex;
	align-items: center;
}

footer div.info div.logo{
	width: 240px;
	margin-right: 15px;
}

footer div.info div.logo img{
	width: 100%;
}

footer div.info div.data p{
	font-family: 'Avenir Book';
	font-size: 12px;
	color: #e4001b;
	margin: 0;
}

footer div.sponsor{
	display: flex;
	justify-content: center;
	align-items: center;
}

footer div.sponsor>div:first-child{
	width: 350px;
}

footer div.sponsor>div:last-child{
	width: 240px;
}


footer div.sponsor>div img{
	width: 100%;
}

.equivale{
    border: solid 2px #a8a8a8;
    margin: auto;
    text-align: center;
    width: 66px;
    height: 66px;
    color: #a8a8a8;
    font-weight: 600;
    padding-top: 18px;
    font-size: 11px;
}

.plantillaContent li{
    color: #808080;
}

.plantillaContent p{
    margin-bottom: 1rem !important;
}

.footGallery p{
    text-align: center;
    font-family: 'Avenir Light';
    font-size: 17px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 0;
}

/**== FIXMENUS ==**/
header div.menu>ul>li{
	position: relative;
	cursor: pointer;
}

header div.menu>ul>li ul.submenu{
	display: none;
	flex-direction: column;
	position: absolute;
	min-width: 210px;
    width: 100%;
	background: #f7f7f7;
	z-index: 1;
	padding: 0 5px;
	transition: all .3s ease;
}

header div.menu>ul>li:hover ul.submenu{
	display: flex;
}

header div.menu>ul>li ul.submenu li{
	padding: 8px 5px;
	transition: all .3s ease;
	margin: 0;
}

header div.menu>ul>li ul.submenu li:hover{
	background: #eee;
}

div.sidemenu>ul>li{
	cursor: pointer;
}

div.sidemenu>ul li{
	width: 100%;
	text-align: center;
}

div.sidemenu ul.submenu{
	display: none;	
	width: 100%;
	background: #f7f7f7;
	z-index: 1;
	padding: 0;
	margin-bottom: 0;
	border-top: 0;
}

div.sidemenu ul.submenu li{
	display: block;
	padding: 8px 5px;	
	margin: 0;
	transition: all .3s ease;
}

div.sidemenu ul.submenu li:hover{
	background: #eee;
}

@media (min-width: 1200px) {
.carousel-item img{
	width: 100%;
}
}

@media (min-width: 992px) and (max-width: 1199px){
.carousel-item img{
	width: 1200px;
}	
}

@media (min-width: 768px) and (max-width: 991px){
.carousel-item img{
	width: 992px;
}	
}


.size_1{
    width: 73px;
    height: 103px;
    border: solid 2px #666;
    font-family: 'Avenir Book';
    font-size: 13px;
    color: #808080;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    margin-left: 15px;
}

.size_2{
    width: 73px;
    height: 123px;
    border: solid 2px #666;
    font-family: 'Avenir Book';
    font-size: 13px;
    color: #808080;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    margin-left: 15px;
}

.size_3{
    width: 86px;
    height: 143px;
    border: solid 2px #666;
    font-family: 'Avenir Book';
    font-size: 13px;
    color: #808080;
    text-align: center;
    margin: auto;
    padding: 20px 5px;
    margin-left: 15px;
}

.size_4{
    width: 86px;
    height: 143px;
    border: solid 2px #666;
    font-family: 'Avenir Book';
    font-size: 12px;
    color: #808080;
    text-align: center;
    margin: auto;
    padding: 20px 5px;
    margin-left: 15px;
}

.size_5{
    width: 86px;
    height: 163px;
    border: solid 2px #666;
    font-family: 'Avenir Book';
    font-size: 13px;
    color: #808080;
    text-align: center;
    margin: auto;
    padding: 20px 5px;
    margin-left: 15px;
}

.backCertificades{
    height: 170px;
    width: 100%; 
    background-repeat: no-repeat;
    background-position: center;   
}

.descsearch{
   min-height: 70px;
}

.descsearch img{
   float: left;
   width: 50px;
   margin-right: 4px;
}

.descsearch h4{
    font-family: 'Avenir Light';
    font-size: 12px;
    color: #808080;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-weight: 800;
}

.descsearch p{
    font-family: 'Avenir Light';
    font-size: 13px;
    color: #808080;
    margin-bottom: 0px;
}

.buscando{
    display: none;
    position: absolute;
    top: 60px;
    right: 35px;
    
}

.comercial{
    position: absolute;
    right: 35px;
    bottom: 5px;
}

.comercial a{
    color: #e4001b;
    text-decoration: none;
}

#dondeComprar{
    width: 880px;
    height: 450px;
} 

.carousel-item a{
    margin-top: 8px;
    padding: 6px;
    font-size: 14px;
    color: #ffffff;
    background-color: #e4001b;
}

.bdark{
	width: 150px;
	border-style: none;
	border-radius: 6px;
	border: 1px solid white;
	padding: 4px 10px;
	font-family: 'Avenir Book';
	font-size: 13px;
	color: white;
	margin: 5px 0;
	cursor: pointer;
    background-color: #e4001b;
}

.circuloe{
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    width: 50px;height: 50px;
    float: left;
}

.listItem{
    color:#808080;
    width:90%;
    height: 50px;
    padding: 0px 30px;
    float: left;
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
}

.flotante  {
  width: 100%;
  font-size: 12px;
  height: 40px;
  background: #004D73;
  color: #fff;
  position: fixed;
  bottom: 0; /*Flotante arriba: top: 0; Flotante abajo: bottom:0;*/
  text-align: center;
  line-height: 39px;
  border-top: 1px solid #003586;
  font-family: sans-serif;
}

.flotante a {
	color:#fff;
    font-weight: 700;
}

*{
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
}
.container-double{
    display: grid;
    grid-template-columns: 50% 50%;
    border-bottom: 1px solid #288ECD;
    padding: 35px 20px 35px 20px;
}
.container-quadruple{
    display: grid;
    justify-items: center;
    grid-template-columns: 50% 50%;
    border-bottom: 1px solid #288ECD;
    padding: 35px 20px 35px 20px;
}
.content-grid{
    display: grid;
}
.content-grid>.video{
    margin: auto;
    width: 450px;
}
.content-grid>.paragraph{
    font-size: 12px;
    width: 93%;
    height: 250px;
}
.content-grid>.img>img{
    margin: auto;
    height: 270px;
}
.content{
    color: #808080;
    justify-content: center;
    display: flex;
}
.content>.video{
    margin: auto;
    width: 600px;
}
.content>.paragraph{
    font-size: 12px;
    width: 93%;
}
.content>.img>img{
    margin: auto;
    width: 600px;
}
.content>.btn{
    position: relative;
    top: 100%;
    right: 125px;
    max-width: 0px;
    max-height: 0px;
}
.paragraph>p{
    margin-bottom: 10px;
	font-size: 16px;
}
.paragraph>h3{
    font-size: 16px;
    margin-bottom: 8px;
}
.subtitle-video>h4{
    color: #808080;
    font-size: 14px;
    font-weight: 400;
}
.subtitle-video>h3{
    color: #808080;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}
.subtitle>h4{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.subtitle-video>.btn{
    position: relative;
    bottom: 70%;
    left: 72%;
    max-width: 0px;
    max-height: 0px;
}
.paragraph.subtitle>h3{
    margin-bottom: 0px;
}
.btn>button{
    width: 104px;
    height: 25px;
    background: #288ECD;
    appearance: none;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
}

section.single-column{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 20px 40px;
	border-top: 1px solid #268FCE;
}

section.single-column>div{
	width: 100%;
}

section.single-column img.divi-flag{
	position: absolute;
	top: -1px;
	right: 40px;
	width: 45%;
    background-image: url(../img/divi-flag_old.png);
    background-repeat: no-repeat;
}

section.single-column h3{
	text-align: center;
	font-family: 'Avenir Medium';
	font-size: 20px;
	color: #808080;	
	margin-bottom: 20px;	
    margin-top: 15px;
}
@media screen and (max-width: 1439px){
    .content>.video{
        width: 450px;
    }
    .content>.img>img{
        width: 450px;
    }

	.video iframe{
		width: 100%;
		min-height: 350px;
	}
}
@media screen and (max-width: 1023px){
    .container-double{
        grid-template-columns: 100%;
    }
    .container-quadruple{
        grid-template-columns: 100%;
    }
    .content-grid>.video{
        margin: auto;
        width: 100%;
    }
    .content-grid>.paragraph{
        font-size: 12px;
        width: 93%;
        height: auto;
    }

    .video iframe{
		width: 100%;
		min-height: 350px;
	}

	.content>.paragraph{
		font-size: 16px;
		width: 93%;
	}
	
	.content>.video{
        width: 100%;
    }
    .content>.img>img{
        width: 100%;
        height: auto;
    }
    
    .subtitle-video>.btn{
        bottom: 70%;
        left: 66%;
    }
    .paragraph>h3{
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .subtitle>h4{
        margin-bottom: 10px;
    }
    .subtitle-video>h4{
        margin-bottom: 10px;
    }
    .paragraph.second-paragraph>h3{
        max-height: 0px;
    }
    .paragraph.second-paragraph{
        position: relative;
        bottom: 20px;
    }
}
@media screen and (max-width: 1439px){
    .content>.video{
        width: 450px;
    }
    .content>.img>img{
        width: 450px;
    }
}

@media screen and (max-width: 1023px){
    .container-double{
        grid-template-columns: 100%;
    }
    .container-quadruple{
        grid-template-columns: 100%;
    }
    .content-grid>.video{
        margin: auto;
        width: 100%;
    }
    .content-grid>.paragraph{
        font-size: 12px;
        width: 93%;
        height: auto;
    }
    .content>.video{
        width: 100%;
    }
    .content>.img>img{
        width: 100%;
        height: auto;
    }
    .content>.paragraph{
        width: 100%;
        height: auto;
    }
    .subtitle-video>.btn{
        bottom: 70%;
        left: 66%;
    }
    .paragraph>h3{
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .subtitle>h4{
        margin-bottom: 10px;
    }
    .subtitle-video>h4{
        margin-bottom: 10px;
    }
    .paragraph.second-paragraph>h3{
        max-height: 0px;
    }
    .paragraph.second-paragraph{
        position: relative;
        bottom: 20px;
    }
}