/*=============================================
GLOBAL SETTINGS
=============================================*/
html {
	height: 100%;
	margin: 0; padding: 0;
}
body {
	min-height: 100%;	
	margin: 0; padding: 0;	
	font-family: 'Open Sans', sans-serif;
}
a,a:hover {
	text-decoration: none;
}
.mb-4 {
	margin-bottom: 4px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
textarea {
	resize: none;
}http://localhost/wys-constructores/web/quienesSomos
/* WOWJS */
.wow {
	visibility: hidden;
}


/*==============================
HEADER            
==============================*/
.header_wrapper {
	position: relative;
	z-index: 10;
	height: auto;
	background: #ddd;
	overflow: hidden;
}
#header {
	width: 100%;
	position: absolute;
	top: 0; left: 0;
	height: 87px;
	background: #003f68c9;
	z-index: 21;
}
#header img.logo {
	width: 160px;
	display: inline-block;
	margin-top: 16px;
}
#menu_header {
	height: 87px;	
	display: flex;
	align-items: center;
}
#menu_header nav {
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000;	
	text-transform: uppercase;
	font-size: 14px;
}
#menu_header nav ul {
  padding: 0; margin: 0;
  text-align:left;
}
#menu_header nav ul li {
  float:left;
  display:inline;
  position: relative;
}
#menu_header nav ul li:hover {

}
#menu_header nav ul li a {
  display:block;
  padding:10px 10px;
  color:#fff;
}
#menu_header nav ul li ul {
	position:absolute;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #489cc6e3;
  z-index: 999;
}
#menu_header nav ul li ul li {
	width:200px;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
}
#menu_header nav ul li ul li a {
  display:block;
  padding:5px 5px;
  color: #fff;	
}
#menu_header nav ul li ul li:hover a {
  background: rgba(255,255,255,0.1);
}
#menu_header nav ul li ul.fallback {
  display:none;
}
#menu_header nav ul li:hover ul.fallback {
  display:block;
}
@media screen and (max-width: 992px) {
	#menu_header {
		display: none;
	}
	
}
@media screen and (min-width: 992px) {
	.navbar {
		display: none;
	}
}



/* Seccion FOTO + Titulo */
.header_wrapper .foto {
	position: relative
	z-index: 10;
	width: 100%;
	height: auto;	
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.header_wrapper .txt {	
	z-index: 20;
	width: 100%;
	height: 100%;
	padding-top: 87px;		
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_wrapper .txt h2 {
	margin: 0; padding: 0;
	display: block;
	width: 100%;
	color: #fff;
	background: #489cc6ad;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 20;
}

/* Slider Index BXLIDER */
.header_wrapper .bx-wrapper {
	margin-bottom: 0;
	box-shadow: none;
	border: 0;
}

.header_wrapper .bx-wrapper .bx-controls-direction a {
	margin-top: 20px;
}

.header_wrapper .slide {
	width: 100%;
	height: auto;
	background-position: center top;
	background-repeat: no-repeat;
}

/* Contenido post slider */
.s01_contenido {
position: relative;
height: auto;
width: 100%;
z-index: 10;
}

.s01_contenido .s01_contenido_box {
	height: auto;
	width: 100%;
	padding-top: 87px;
	/*background: #ddd;*/
	box-sizing: border-box;
	display: flex;	
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
}

.s01_contenido .s01_contenido_box  h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 44px;
	text-shadow:0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1)
}
.s01_contenido .s01_contenido_box  h3,.s01_contenido .s01_contenido_box  h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 5px;
	margin-bottom: 26px;
	text-shadow:0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1)
}

.s01_contenido .s01_contenido_box a {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 13px;
	background: #cc9421;
	letter-spacing: 0.8px;
	color: #fff;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow:0px 13px 6px -5px rgba(142,142,142,0.47);
    transition:all 0.3s ease;
}
.s01_contenido .s01_contenido_box a:hover{
	background:#eaaa26;
	box-shadow:none;
}
@media screen and (max-width: 992px) {
	.s01_contenido .s01_contenido_box  h2 {
		font-size: 57px;
	}
	.s01_contenido .s01_contenido_box  h3 {
		
	}
}
@media screen and (max-width: 768px) {
	.s01_contenido .s01_contenido_box  h2 {
		font-size: 40px;
	}
	.s01_contenido .s01_contenido_box  h3 {
	
	}
}
@media screen and (max-width: 576px) {
	.s01_contenido .s01_contenido_box  h2 {
		font-size: 30px;
	}
	.s01_contenido .s01_contenido_box  h3 {

	}
}

/*==============================
FOOTER            
==============================*/
#footer {
	color: #fff;
	width: 100%;
	padding-bottom: 60px;	
	overflow: hidden;	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background: #003f68;
}
#footer #menu_footer {
	margin-top: 50px;	
}
#footer #menu_footer a {
	display: inline-block;
	width: 100%;	
	text-align: center;
	color: #fff;
}
#footer .info{
	text-align: center;
	font-size: 14px;
	margin-top: 60px;
	opacity: 0.7;
}

#footer .info a {
	color: #fff;
}
#footer .info ul li {
	display: inline-block;
	padding-left: 13px;
	padding-right: 13px;	
}
#footer .info ul li:last-child {
	border-left: 1px solid #ddd;
}
@media screen and (max-width: 576px ){

	#footer #menu_footer a {
		text-align: left;
	}		
	#footer .info {
		text-align: left;
	}
	#footer .info ul li {
		margin: 0; padding: 0;
	}
}
@media screen and (max-width: 768px ){
	#footer .info ul li { 
		display: block;
		margin-bottom: 5px;
	}	
	#footer .info ul li:last-child {
		border-left: 0;
	}
	#footer #menu_footer a {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 992px ){
	#footer #menu_footer a {
		margin-bottom: 10px;
	}
}

/*==============================
SECCION INICIO            
==============================*/
.sec01_seccionA {
	padding-top: 40px;	
}
.sec01_seccionA h2 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 30px;
	color: #003F6C;
	display: block;
}
.sec01_seccionA h2 span{
	text-align: center;
	background: #fff;
	opacity: 0.5;
	font-size: 600;
	font-size: 16px;
	color: #333332;	
	letter-spacing: 0.8;
	display: block;
	margin-bottom: 5px;
}
.sec01_seccionA .btn {
	display: inline-block;
	padding: 6px;
	border: 2px solid #cc9421;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #cc9421;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
}
.sec01_seccionA .box_serv {
	width: 100%;
	text-align: center;	
	margin-bottom: 30px;
}
.sec01_seccionA .box_serv img {
	display: inline-block;
}
.sec01_seccionA .box_serv span {
	display: block;	
	margin-top: 7px;
	font-size: 16px;
	color: #333332;
}
.sec01_seccionA .box_serv span a {
	color: #333332;	
}
.titular {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #003F6C;
	position: relative;
	display: block;
	padding-bottom: 10px;
	text-align: center;
}
.titular .linea {
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2px;
	border: 2px solid #B2B2B2;
	width: 50px;
	margin-left: -25px;	
}
.sec01_seccionB .box_revest {

}
.sec01_seccionB .box_revest a {
	color: #fff;
}
.sec01_seccionB .box_revest .foto {
	position: relative;
	height: 340px;
	width: 100%;
	background: #666;	
}
.sec01_seccionB .box_revest .foto.microcemento {
	background: url('../img/sec01_microcemento.jpg') center top no-repeat;
}
.sec01_seccionB .box_revest .foto.ceramica {
	background: url('../img/sec01_ceramico.jpg') center top no-repeat;
}
.sec01_seccionB .box_revest .foto.piedra {
	background: url('../img/sec01_piedra.jpg') center top no-repeat;
}
.sec01_seccionB .box_revest .titulo {
	width: 100%;
	background: rgba(0,0,0,0.7);
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 18px;
}
.sec01_seccionC {
	
}
.sec01_seccionC .contenido {
	background: #252525;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;	
}
.sec01_seccionC h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;	
	position: relative;
	display: block;
	padding-bottom: 15px;	
}
.sec01_seccionC h2 .linea {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	border: 2px solid #B2B2B2;
	width: 50px;
}
.sec01_seccionC p {
	font-size: 14px;
	font-weight: 300;
	max-width: 450px;
}

.sec01_seccionC p b {
	margin-top: 7px;
	display: inline-block;
}
.sec01_seccionC p a {
	color: #fff;
	font-weight: 500;
}
.sec01_seccionC .foto{
	width: 100%;
	height: 100%;
	background: #ddd;
	background: url('../img/sec01_llave_en_mano.jpg') top center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 576px) {
	.sec01_seccionC .foto {
		height: 300px;
		width: 100%;
	}
}

.sec01_seccionD {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.sec01_seccionD .logo-cliente {
	width: 100%;
	height:70px;
	/*background: #ddd;*/
	display: flex;   
	align-items: center;
	justify-content: center;
}
.sec01_seccionD .logo-cliente img {
	display: inline-block;
}
.sec01_seccionE {
	
}
.sec01_seccionE .slogan {
	height: 400px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background: #ddd;
	color: #fff;
	display: flex;   
	align-items: center;
	justify-content: center;
	background: url('../img/s01_fondo_obrero.jpg') center top;
}
.sec01_seccionE .slogan h2 {	
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	font-weight: 600;	
}
.sec01_seccionF  {
	position: relative;
}
.sec01_seccionF .mapa{
    overflow:hidden;
    padding-bottom:45%;
    position:relative;
    height:0;
}
.sec01_seccionF .mapa iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.sec01_seccionF .info-wrapper {	
	position: absolute;
	height: 250px;
	width: 100%;
	bottom: -30px;
	left: 0;	
	display: flex;
	justify-content: center;

}
.sec01_seccionF .info-wrapper .info-contacto {
	display: inline-block;
	background: rgba(255,255,255,0.9);	
	height: 250px;
	width: 90%;
	max-width: 500px;
	position: relative;
	z-index: 999;
	display: flex;
	align-items: center;

	-webkit-box-shadow: 0px 3px 17px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 3px 17px 0px rgba(0,0,0,0.18);
box-shadow: 0px 3px 17px 0px rgba(0,0,0,0.18);
}

.sec01_seccionF .info-wrapper .info-contacto .contenido {
	padding-left: 20px;
	padding-right: 20px;
}
.sec01_seccionF p a {
	color: #003F6C;
}
.sec01_seccionF .titulo {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	text-align: left;
	color: #003F6C;
	position: relative;
	display: block;
	padding-bottom: 10px;	
}
.sec01_seccionF .titulo .linea {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	border: 2px solid #58b6fc;
	width: 50px;	
}
.sec01_seccionF p {
	margin: 0; padding: 0;
	margin-top: 10px;
    font-size: 14px;
    color: #003F6C;
    text-align: left;
    line-height: 34px;
}
.sec01_seccionF p i {
	color: #003F6C;
	font-size: 20px;
}

@media screen and (max-width: 960px ){
	.sec01_seccionF .mapa{		
		padding-bottom:77%;		
	}	
}
@media screen and (max-width: 576px ){
	.sec01_seccionF .mapa{		
		padding-bottom:90%;		
	}		
}

/*==============================
SECCION LLAVE EN MANO            
==============================*/

.sec03_seccionA {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
.sec03_seccionB {
	
}
.grid {
	margin: 0 auto;
}
.grid-item {
  float: left;
  width: 300px;
  margin-bottom: 10px;
  background: #ddd;
  position: relative;
}
.grid-item:hover {	
	opacity: 0.9;
	-webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.38);
	box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.38);
}
.grid-item .foto img {
	width: 100%;
	height: auto;
}
.grid-item .bar {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	padding-left: 10px;	
	padding-top: 10px;
	padding-bottom: 7px;
	color: #fff;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.22+0,1+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.22) 0%, rgba(0,0,0,1) 100%); 
background: -webkit-linear-gradient(top, rgba(0,0,0,0.22) 0%,rgba(0,0,0,1) 100%); 
background: linear-gradient(to bottom, rgba(0,0,0,0.22) 0%,rgba(0,0,0,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

/*==============================
SECCION REVESTIMIENTOS        
==============================*/
.sec04_seccionA {
}
.sec04_seccionA .foto {
	margin-bottom: 20px;
}
.sec04_seccionA .foto img {
	width: 100%;
}
.sec04_seccionA .foto img:hover {	
	opacity: 0.9;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.38);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.38);
}

/*==============================
SECCION QUIENES SOMOS        
==============================*/
.sec05_seccionA .logo {	
	display: inline-block;
		
}
.sec05_seccionA .logo img {
	width: 100%;
	max-width: 190px;
}
.sec05_seccionA .titular {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #003F6C;
	position: relative;
	display: block;
	padding-bottom: 10px;
	text-align: center;
}
.sec05_seccionA .titular .linea {
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2px;
	border: 2px solid #B2B2B2;
	width: 50px;
	margin-left: -25px;	
}
.sec05_seccionA .foto {
	margin-bottom: 20px;
}
.sec05_seccionA .foto img {
	width: 100%;
    transition:all 0.3s ease;
}
.sec05_seccionA .foto img:hover {	
	opacity: 0.9;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.38);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.38);
}
.sec05_seccionA h2 {
	font-size: 30px;
	color: #003F6C;
}

/*==============================
SECCION CONTACTO        
==============================*/

.sec06_seccionA .info-contacto .tabla {
	color: #003f6b;
	font-size: 13px;
	display: table;
	width: 100%;
}

.sec06_seccionA .formulario label {
	font-weight: 600;
	color: #003f6b;
}

.sec06_seccionA .formulario input {
	color: #003f6b;
}

.sec06_seccionA .info-contacto .tabla .linea {
	display: table-row;
}
.sec06_seccionA .info-contacto .tabla .cell {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 11px;
}
.sec06_seccionA .info-contacto .tabla i {
	color: #003f6b;
	font-size: 20px;
}
.sec06_seccionA .info-contacto a {
	color: #003f6b;
}

/*==============================
SECCION SERVICIOS - CONSTRUCCION EN SECO        
==============================*/

.sec07_seccion .item {
	width: 100%;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.sec07_seccion .item b {
	font-weight: 700;
}
.sec07_seccion .item i {
	color: #003f6c;
	font-size: 19px;
	margin-right: 9px;
}
.box-1{
	padding:15px;
	background:#003f6c;
	color:#fff;
	font:500 21px/1.3em 'Montserrat', arial;
	margin:30px 0;
	text-align: center;
    border-radius: 8px;
	
}
.btn-1{
	display: inline-block;
	font:600 21px/1.3em 'Montserrat', arial;
    background: #cc9421;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color:#fff;
    padding:10px 20px;
    margin:30px 0 20px;
    box-shadow:0px 13px 6px -5px rgba(142,142,142,0.47);
    transition:all 0.3s ease;
}
.btn-1:hover, .btn-1:active,.btn-1:visited{
	color:#fff;
	background:#eaaa26;
	box-shadow:none;
}
.wrap-logo{
	display:inline-block;
	max-width:100%;
}
.wp{
    position: fixed;
    bottom:30px;
    right:30px;
    width:64px;
    z-index: 999;
    transition: all 0.3s ease;
}
.wp:hover{
    transform: rotate(360deg);
}
.redes{
    transition: all 0.3s ease;
	position: absolute;
	bottom:-20px;
	right:15px;
	background:#ffffffd1;
	color:#003f68;
	color:#000;
	padding:8px 13px;
}
.redes:hover{
	background: #fff
}
.redes > a{
	margin-left:8px;
	vertical-align: middle
}
.redes > a:first-child{margin-left:0}
.redes i{
	font-size:24px;
	color:#000;
}
.ml{
	display: inline-block;
	width:80px;
}
.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
#cont_formulario.sup-form{
	background: #003f68c9;
	padding:15px;
	margin-bottom:30px;
}
#cont_formulario.sup-form .form-control{
	border-radius: 0px !important;
}
#cont_formulario.sup-form #formi{
	margin-bottom:15px !important;
}
.btn-block{
	display: block;
	width:100%;
}
.topu{
	padding-top:60px;
	padding-bottom:30px;
}
.uu{
	justify-content:center;
	align-items:center;
	display:flex;
}
.dn{display:none}
footer{
	box-shadow: 0px 500px 0px 500px #003f68
}
#cont_ok{
	margin-top:100px;
	margin-bottom:100px;
}
.btn-info,.btn-info:hover {
    color: #fff;
    background-color: #489cc6;
    border-color: #23597c;
}