/*
SoA Custom Styles
Sep-2017
*/


/*******************/
/*  TESTING TOOLS  */
/*******************/

.bg01{ background-color: #d9e4e4 }
.bg02{ background-color: #b5cbcb }
.bg03{ background-color: #a0bcbc }
.bg04{ background-color: #8badad }
.bg05{ background-color: #769e9e }


/**************/
/*  MENU  */
/**************/

#cssmenu{
	box-shadow: none;
	border-bottom: 1px solid #ccd1d3;
}



/**************/
/*  GENERALS  */
/**************/

/*Background Colors*/
.bg-superlight-gray{
	background-color: #f9f9f9;
}
.bg-light-gray{
	background-color: #f5f6f6;
}
.bg-medlight-gray{
	background-color: #ccd1d3;
}

/*Tricks*/
.vs-sm{
	display: none;
}

/*Buttons*/

/*small btn*/
.btn-soa-sm{
	text-align: center;
    border: 2px solid #000;
	padding: 2px 12px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	display: inline-block;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-soa-sm:hover{
    border: 2px solid #676767;
	background-color: #676767;
	color: #fff;
}

/*medium btn*/
.btn-soa-md{
	text-align: center;
    border: 2px solid #000;
    padding: 4px 18px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-soa-md:hover{
    border: 2px solid #676767;
	background-color: #676767;
	color: #fff;
}

/*Some Fonts*/
.h2-op1{
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 24px;
}
.fw-300{
	font-weight: 300;
}
.fw-400{
	font-weight: 400;
}


/*****************/
/*  PARTICULARS  */
/*****************/

/*Main Nav*/
#cssmenu > ul{}
#cssmenu > ul > li.it-mainav > a{
	position: relative;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
}
#cssmenu > ul > li.it-mainav > a,
#cssmenu > ul > li.it-mainav > a::before{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#cssmenu > ul > li.logo-mainav{
	margin-right: 250px;
}


#cssmenu > ul > li.it-mainav.it-home-ico > a::before{
	bottom: 10px;
}
#cssmenu > ul > li.it-mainav > a::before{
	content: "";
	position: absolute;
	bottom: 11px;
	left: 0;

	width: 100%;
	height: 4px;
	background-color: rgba(139, 139, 139, 0)
}

#cssmenu > ul > li.it-mainav.it-home-ico:hover > a::before{
	bottom: -3px;
}
#cssmenu > ul > li.it-mainav:hover > a::before{
	bottom: -4px;
	background-color: rgba(139, 139, 139, 1);
}



#cssmenu > ul > li.it-mainav > a::after{
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 15px;
	background-color: #000;
}
#cssmenu > ul > li.it-mainav:last-of-type > a::after{
	display: none;
}

/* Quita el hover deslizante del link de Productos cuando se muestra su submenú */
#cssmenu > ul > li.it-submenu-productos:hover > a::before {
  background-color: transparent;
  bottom: 11px;
}


/*Nav Whatsapp Button*/
.nav-whatsappbtn{
	padding-left: 12px !important;
	padding-right: 0px !important;
}
.nav-whatsappbtn i{
	background-color: #25d366;
	padding: 6px 7px 6px 8px;
	font-size: 18px;
	color: #fff;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.nav-whatsappbtn:hover i{
	background-color: #128c7e;
}
.nav-whatsappbtn::before,
.nav-whatsappbtn::after{
	display: none;
}
/*Footer Button*/
.footer-whatsappbtn{
	display: inline-block;
	padding-left: 12px !important;
	padding-right: 0px !important;
	background-color: #25d366;
	padding: 5px 10px !important;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.footer-whatsappbtn:hover{
	background-color: #128c7e;
}
.footer-whatsappbtn i{
	font-size: 17px;
}



/*Flex Slider and Text Slider*/
.flexslider .slides > li > a{
	display: inline-block;
}
.flexslider .slides > li > .sliderInfo{
    position: absolute;
    bottom: 7%;
    right: 5%;

    padding: 5px 42px 8px 30px;
    background-color: rgba(255, 255, 255, 0.9);
}
.flexslider .slides > li > .sliderInfo,
.flexslider .slides > li > .sliderInfo .uk-h2{
	font-size: 17px;
	line-height: 18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.flexslider .slides > li > .sliderInfo .uk-grid > div > p{
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
	margin-top: 3px !important;
	margin-bottom: 6px !important;
}
.flexslider .slides > li > .sliderInfo:focus .uk-h2,
.flexslider .slides > li > .sliderInfo:hover .uk-h2,
.flexslider .slides > li > .sliderInfo:focus,
.flexslider .slides > li > .sliderInfo:hover{
	color: #676767 !important;
}
.flexslider.carrusel{
	background-color: transparent;
}

/*Home SoA headline*/
.home-soa-hdl{
	padding-top: 70px;
	padding-bottom: 50px;
}
.home-soa-hdl h1{
	font-weight: 400;
	font-size: 44px;
	text-transform: capitalize;
}
.home-soa-hdl hr{
	width: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
    margin-bottom: -10px;
    height: 0;
    border: 0;
    border-top: 2px solid #000;
}
hr.soa-short-hr{
	width: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
    margin-bottom: -10px;
    height: 0;
    border: 0;
    border-top: 2px solid #000;
}
.home-soa-hdl h3{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	min-width: 270px;
	font-weight: 300;
	font-size: 20px;
}

/*Home mobiliario headline*/
.home-mob-hdl{
	padding-top: 60px;
	padding-bottom: 50px;
}
.home-mob-hdl h1{
	font-weight: 400;
	font-size: 44px;
}
.home-mob-hdl hr{
	width: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
    margin-bottom: -10px;
    height: 0;
    border: 0;
    border-top: 2px solid #000;
}
.home-mob-hdl h3{
	font-weight: 300;
	font-size: 20px;
}

/*Home Product Sliders*/
.flex-control-paging li a{
	background: rgba(255,255,255,.5);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.75);
}

/*Contact*/
input[type="submit"].btn-enviar,
input[type="button"].btn-enviar{
	background: none;
	border: none;
	border: 2px solid #000;
	padding: 4px 12px;
	cursor: pointer;
	height: 40px;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}
input[type="submit"].btn-enviar:hover,
input[type="button"].btn-enviar:hover{
	background-color: #626d71;
	border-color: #626d71;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*Footer Tweeks*/
footer{
	background-color: #fff;
	color:black;
	box-shadow: none;
	padding-bottom: 50px;
}

/*Full-Time Contact*/
.chat-btn{
	z-index: 99;
	position: fixed;
	bottom: 5px;
	right: 15px;
	background-color: #000;
	padding: 7px 10px 8px;
	text-align: center;
	font-size: 30px;
	line-height: 0;
	color: #fff !important;

	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.chat-btn:focus,
.chat-btn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #444;
	bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.floating-form{
	z-index: 999;
	position: fixed;
	display: inline-block;
	bottom: 5px;
	right: 15px;
	background-color: #e7eaeb;
	/*border: 1px solid #d9dedf;*/
	width: 290px;
	min-height: 100px;
	text-align: center;
}
.floating-form .cerr-btn{
	color: #626d71 !important;
	font-size: 16px;
	line-height: 10px;
	padding: 10px 13px;
	float: right;
}
.floating-form .cerr-btn:focus,
.floating-form .cerr-btn:hover{
	color: #a3acaf !important;
}



/*Contact Additions*/
.cont-right-sec{
	padding-bottom: 60px;
}
.cont-right-sec h1{
	font-weight: 300;
	margin-bottom: 5px;
}
.cont-right-sec h3{
	font-weight: 300;
	margin-top: 5px;
}
.cont-right-sec a.whapp-bt{
	display: inline-block;
	padding: 8px 20px;
	background-color: #25d366;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cont-right-sec a.whapp-bt:hover{
	background-color: #128c7e;
}
.cont-right-sec a.whapp-bt > i{
	font-size: 110%;
	margin-right: 6px;
}
.cont-right-sec div h2{
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}

.cnt-form-p{
	margin-top: 100px;
	padding: 50px 20% !important;
}
.cnt-form-p input,
.cnt-form-p select,
.cnt-form-p .uk-form-select {
	width: 100% !important;
}
#currenturl{
	display: block;
	margin: 0;
	margin-bottom: -25px;
	padding: 0;
	border: none;
	font-size: 9px;
	height: 5px !important;
	line-height: 5px !important;
	visibility: hidden;

}
.superhide{
	display: none;
}

/*Products Contact*/
.prod-cot-bt{
	display: inline-block;
	background-color: #626d71;
	padding: 11px 17px;
	color: #fff !important;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 40px;
}
.prod-cot-bt i{
	font-size: 20px;
	margin-left: 5px;
}
.prod-cot-bt:hover{
	color: #fff;
	background-color: #7a888c;
}
.fast-productcontact{
	background-color: #f1f2f2;
	padding: 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 40px;
	display: none;
}
.prod-form{
	padding: 0 !important;
}
.prod-form .frm-inputs{
	text-align: center;
}
.prod-form .frm-inputs h3,
.prod-form .frm-inputs h5{
	font-weight: 300;
	margin: 0;
}
.prod-form input,
.prod-form select{
	width: 80% !important;
}


/*Whatsapp Floating Button*/
.whatsapp-fbtn{
	z-index: 99999;
	position: fixed;
	bottom: 95px;
	right: 3px;
	display: block;
}
.whatsapp-fbtn a{
	display: block;
	background-color: #25d366;
	color: #fff; 
	width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 3px;
    font-size: 34px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.whatsapp-fbtn a:hover{
	background-color: #128c7e;
}



/************************/
/*  SPECIAL HOME BLOCK  */
/************************/
.special-hb{

}
.special-hb .sp-headline{
	text-align: center;
	padding-top: 30px;
}
.special-hb .sp-headline > img{
	width: 90px;
}
.special-hb .sp-headline > h2{
	font-size: 20px;
	font-weight: 300;
	margin-top: 5px;
}
.special-hb .special-hb-links{

}
.special-hb .special-hb-links > a{
	float: left;
	display: inline-block;
	min-height: 230px;
	width: 33%;
	background-color: #eee;
	position: relative;
	background-size: cover;
	background-position: center center;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.special-hb .special-hb-links > a{
	border: 2px solid #fff;
}
.special-hb .special-hb-links > a:hover,
.special-hb .special-hb-links > a:focus,
.special-hb .special-hb-links > a:active {
	opacity: 0.7;
}
.special-hb .special-hb-links > a > h4{
	opacity: 0.9;
	margin:0;
	position: absolute;
	bottom: 25px;
	left: 0;
	padding: 6px 12px;
	display: block;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	background-color: #fff;
}

/************************/
/*  SEARCH BAR GENERAL  */
/************************/

header.uk-flex-center{
	height: 117px;
}

.quick-search{
	position: relative;
	/*margin-top: 30px;*/
	background-color: #e7eaeb;
	padding-top: 22px;
	padding-bottom: 17px;
	margin-bottom: 24px;
	text-align: center;
}
.quick-search > .fs-trigger{
	display: none;
	position: absolute; 
	top: 8px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
	color: #000;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.quick-search > .fs-trigger:hover{
	opacity: 0.7;
}
.quick-search > .fs-trigger.fst-x{
	display: none !important;
	opacity: 0.15;
}
.quick-search > .fs-trigger.fst-x:hover{
	opacity: 1;
}
.quick-search.s-trig{
	padding-bottom: 23px;
}
.quick-search.s-trig.s-triged{
	padding-bottom: 17px;
}
.quick-search > .fs-trigger > i{
	color: #fff;
	background-color: #000;
	width: 30px;
	height: 30px;
	font-size: 16px;
	text-align: center;
	padding-top: 6px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.quick-search.s-trig > .fs-trigger{
	display: block;
}
.quick-search.s-trig h2,
.quick-search.s-trig .fs-input{
	display: none;
}
.quick-search.s-trig.s-triged h2{
	margin-top: 20px;
	display: block;
}
.quick-search.s-trig.s-triged .fs-input{
	display: flex;
}

.quick-search.s-trig.s-triged .fs-trigger{
	display: none;
}
.quick-search.s-trig.s-triged .fs-trigger.fst-x{
	display: block !important;
}

.quick-search h2{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 8px;
}
.quick-search .fs-input{
	min-width: 290px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.quick-search .input-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #969ea4;
}
.quick-search .input-group input::-moz-placeholder { /* Firefox 19+ */
  color: #969ea4;
}
.quick-search .input-group input:-ms-input-placeholder { /* IE 10+ */
  color: #969ea4;
}
.quick-search .input-group input:-moz-placeholder { /* Firefox 18- */
  color: #969ea4;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #969ea4;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #969ea4;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #969ea4;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #969ea4;
}


.uk-alert.alert-red{
	background-color: #d33a42;
	color: #fff;
	-webkit-border-radius: 5px;
}
.result-nof{
	background-color: #eff0f1;
	padding: 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
.result-nof h3{
	font-weight: 400;
	font-size: 20px;
}
.result-nof a{
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: 300;
	font-size: 16px;
}
.result-nof a span{
	font-size: 35px;
    color: #000;
    background-color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 4px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 10px;
}
.result-nof a:hover{
	opacity: 0.8;
}
.flex-direction-nav a:before{
	font-size: inherit;
}


/*****************/
/*  RESPONSIVES  */
/*****************/

@media only screen and (max-width : 1220px) {
	#cssmenu > ul > li.logo-mainav{
		margin-right: 50px;
	}
}
@media only screen and (max-width : 992px) {
	#cssmenu > ul > li.logo-mainav{
		margin-right: 5vw;
	}
}
@media only screen and (max-width : 959px) {
	#cssmenu > ul > li.logo-mainav{
		margin-right: 22px;
	}
	#cssmenu > ul > li.logo-mainav > a{
		padding-right: 0px;
	}
	#cssmenu > ul > li.it-mainav > a{
		padding: 17px 10px;
		font-size: 14px;
	}
	.flexslider .slides > li > .sliderInfo{
		bottom: 6%;
		max-width: 65%;
		padding: 10px 10px 7px 10px;
	}
}

@media only screen and (max-width : 768px) {
	.flexslider .slides > li > .sliderInfo{
		bottom: 4%;
		max-width: 80%;
		padding: 10px 10px 6px 10px;
	}
	/*Responsive Nav*/
	#cssmenu > ul > li.it-mainav > a{
		padding: 11px 10px;
		margin-top: 0;
	}
	.vs-sm{
		display: inline-block;
	}
	.cnt-form-p{
		margin-top: 5px;
	}
	header.uk-flex-center{
		height: 46px;
	}
}


@media only screen and (max-width : 576px) {
	.flexslider .slides > li > .sliderInfo{
		position: relative;
		margin-top: -6px;
		background-color: #f5f6f6;
		bottom: 8%;
		width: 100%;
		max-width: 100%;
		padding: 12px 15px 12px 15px;
	}
	.special-hb .special-hb-links > a{
		width: 100%;
	}
}

@media only screen and (max-width : 480px) {
	.home-soa-hdl h3{
		width: 100%;
		font-size: 18px;
	}
	.home-mob-hdl h3{
		font-size: 18px;
	}
	.cnt-form-p{
		padding: 30px 10% !important;
	}
}