@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');


/* COLORS */



/* ------ BODY ------ */
html, body{
	font-family: 'Open Sans', sans-serif;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* ------ CUSTOM ------ */
.image-frame{
	border: 2px solid rgba(255,255,255,1.00);
}

hr.custom{
	border-bottom: solid 2px #DB9A11;
	border-top: none;
}


.custom-arrow-list ul{
	list-style: none;
}

.custom-arrow-list li{
	margin-bottom: 10px;
}

.custom-arrow-list li span{
	color: #DB9A11;
}

.anchor{
  display: block;
  height: 150px; /*same height as header*/
  margin-top: -150px; /*same height as header*/
  visibility: hidden;
}

.headerheight{
  display: block;
  height: 140px; /*same height as header*/
  visibility: hidden;
}


.tittle{
	font-size: 2.2em !important;
	font-weight: 700;
	color: #343a40;
}

.subtittle{
	font-size: 1.5em !important;
	font-weight: 700;
	color: #343a40;
}

.general-content{
	padding: 30px 0px;
}

.general-content p{
	text-align: justify;
}

.text-center{
	text-align: center !important;
}
/* ------ HEADER ------ */
.logo{
	background-color: rgba(0,0,0,0);
	padding: 20px;
	position: absolute;
	z-index: 999999999;
	margin-top: 10px;
}

.logo img{
	width: 250px;
	height: auto;
}

header{
	display: block !important;
}

header .yellow-topbar{
	width: 100%;
	height: 10px;
	background-color: #DB9A11;
	font-size: 12px;
	
}

header .yellow-topbar ul{
	 list-style: none;
  align-content: flex-end;

}

header .yellow-topbar li{
	text-align: right;
  list-style-position: inside;
	margin: 5px 20px;

}

header .languajeicon{
	height: 20px;
	width: auto;
	margin-left: 5px;
}

@media (max-width: 766px) {
	.logo img{
	width: 100px;
	height: auto;

		}
}

/* ------ NAVBAR ------ */

 .navbar-nav {
	flex-direction: row;
}
    
.nav-link {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}

.navbar-nav li>a{
	margin: 5px 20px;
}

.navbar-toggler {
     align-self: flex-end !important; 
	float: right;
}

/* ------ INDEX SLIDE ------ */


.cover-opacity{
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}


.slide-container{
		position: absolute;
    bottom: 20% !important;
		right: 20%;
		margin-left: 20px;
		z-index: 999999;
		max-width: 450px;
}

.slide-container p{
	margin: 0;
	padding: 0;
}

.slide-container .line1{
	font-size:2.2em;
	color: #DB9A11;
	font-weight: 700;
}

.slide-container .line2{
	font-size: 1.5em;
	color: #ffffff;
	font-weight: 700;
}

.slide-container .slide-black-block{
	background: rgba(0,0,0,0.6);
	padding: 5px;
	text-align: center;
	color: #DB9A11;
	margin: 15px 0px;
	font-size: .8em;
	
}

.slide-container .slide-black-block span{
	margin: 0px 20px;
}

.slide-container .slide-text{
	color: #ffffff;
	font-weight: 700;
	font-style: italic;
}

.slide-container .slide-button{
	text-align: center;
	color: #ffffff;
	border: solid thin #ffffff;
	padding: 10px 30px;
	text-decoration: none;
	font-weight: 700;
}


.slide-container .slide-button:hover{
	background-color: #DB9A11;
	color: #000000;
	border: solid thin #000000;
}


@media (max-width: 477px) {
	.slide-container .slide-black-block span{
	display: none;
	}
}


/* Image Slide */
.image-slide{
	width: 100%;
	height: auto;
	max-height: 550px;
	min-height: 450px;
	overflow: hidden;
	margin-top: 50px;
}

.nosotros-slide{
	background-position:center center;
    background-repeat:no-repeat;
    background-size:cover !important;
		background-image:url(../../imagenes/galeria/temp-1.jpg);
}

.servicio-slide{
	background-position:center center;
    background-repeat:no-repeat;
    background-size:cover !important;
		background-image:url(../../imagenes/Handyman-servicios.jpg);
}

/* ------ INDEX WELCOME ------ */
.welcome-section{
	width: 100%;
	height: auto;
	background-color: #E9E9EA;
	padding: 50px 20px;
}

.welcome-col{
	text-align: justify;
}
.welcome-col img{
	margin-bottom: 20px;
}

.welcome-tittle{
	font-size: 1.2em !important;
	font-weight: 700;
	text-align: left;
}

.welcome-col p{
	font-size: .8em;
}

.welcome-col h1{
	font-size:1.6em;
	color: #000000;
	font-weight: 700;
}


/* ------ INDEX SERVICES ------ */
.services-section{
	padding: 50px 20px;
}



.tab-button{
	text-align: center;
	color: #000000;
	border: solid thin #000000;
	padding: 10px 30px;
	text-decoration: none;
	font-weight: 700;
}



.tab-button:hover{
	background-color: #DB9A11;
	color: #000000;
	border: solid thin #000000;
}


.contratistas-img{
	width: 100%;
	position: absolute;
	height: auto;
	bottom: 0;
    right: 0;
}

/* ------ INDEX WORKS GALLERY ------ */
.works-gallery{
	background-color: rgba(0,0,0,1.00);
	padding: 30px 0px 10px;
	
}

.works-gallery-tittle{
	color: #ffffff;
	font-size: 2em;
	text-align: center;
}

.works-gallery-tittle2{
	color: #DB9A11;
	font-size: 2.5em;
	text-align: center;
	font-weight: bold;
	margin-top: 20px !important;
}

.works-gallery-subtittle{
	color: #DB9A11;
	font-size: 1.5em;
	text-align: center;
}

.works-gallery-subtittle span{
	margin: 0px 40px;
}

.works-gallery .works-gallery-containers {
    background: #000;
    float: left;
    height: 20vw;
    width: 25%;
	 	background-position:center center;
    background-repeat:no-repeat;
    background-size:cover !important; /* you change this to "contain" if you don't want the images to be cropped */
}

.works-gallery .img_1-1{background-image:url(../../imagenes/galeria/temp-1.jpg);}
.works-gallery .img_1-2{background-image:url(../../imagenes/galeria/temp-2.jpg);}
.works-gallery .img_1-3{background-image:url(../../imagenes/galeria/temp-3.jpg);}
.works-gallery .img_1-4{background-image:url(../../imagenes/galeria/temp-4.jpg);}

.works-gallery .img_2-1{background-image:url(../../imagenes/galeria/temp-5.jpg);}
.works-gallery .img_2-2{background-image:url(../../imagenes/galeria/temp-6.jpg);}
.works-gallery .img_2-3{background-image:url(../../imagenes/galeria/temp-7.jpg);}
.works-gallery .img_2-4{background-image:url(../../imagenes/galeria/temp-8.jpg);}




/* ------ INDEX PARTNERS ------ */
.partners{
	margin:30px 0px;
}

.partners-tittle{
	color: #000000;
	font-size: 2.5em;
	text-align: center;
}

.partners ul{
	padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  text-align: center;
}

.partners li{
	display: inline-block;
	text-align: center;
}

.partners li img{
	width: 5vw;
}


/* ------ SERVICIOS ------ */
.servicios{
	margin-top: 30px;
	margin-bottom: 30px;
}

.servicios .tittle{
	color: #848688;
  font-size: 2.5em;
  text-align: center;
  font-weight: bold;
  margin-top: 20px !important;
}

.servicios p{
	text-align: justify;
}

.servicios .callout-text{
	color: #DB9A11;
  font-size: 1.5em;
  text-align: center;
  margin-top: 20px !important;
}


.servicios .col-container {
   width: 100%;
	 margin-top: 30px;
}


.servicios .col-container img{
    width: 100%;
		max-height: 220px;
		min-height: 219px;
}

.servicios .col-container h2{
	color: #DB9A11;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}



/* ------ CONTACTO SECTION ------ */
.contact-section{
	background-color:#DBDBDB;
}

.contact-section .contactformBox{
	padding: 40px 0;
}


/* ------ FOOTER ------ */

footer{
	background-color: rgba(0,0,0,1.00) !important;
	padding: 40px 0px 30px;
	
}

footer .footer-tittle{
	color: #DB9A11 !important;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
}

footer .nosotros p{
	text-align: justify;
	color: #848688;
}

footer hr{
	padding: 0;
  margin: 8px 0px;
} 

footer .links ul{
	padding: 0;
  margin: 0;
  list-style: none;
}

footer .links li{
	padding: 0;
  margin: 0;
}

footer .links li a{
	color: #848688;
}

footer .links li a:hover{
	color: #ffffff;
}

footer .links li span{
	color: #DB9A11 !important;
}

footer .info{
	text-align: right;
	color: #DB9A11;
}


footer .footer-social-icons a{
	display: inline-block;
	border-radius: 50%;  
  width: 36px;
  height: 36px;
  border: 2px solid #666;
  color: #666;
  text-align: center;
	margin-left: 10px;
}

/* ------ FORMS ------ */
form ul{
	list-style:none;
	margin:0;
	padding:0;
}

form li{
	display:list-item;	
	margin-bottom:8px;
	font-size:12px;
}

form .formGroup{
	margin-bottom:10px;
}

form input, form select, form textarea{
	width:100%;	
	font-size:14px;
	background-color:#343a40;
	color: #ffffff;
	
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  
  margin:0;
  padding: 8px;
  
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  

  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	resize: none;
}



form .button{
	font-size:16px;
	font-weight:normal;
	padding:9px 50px;
	text-decoration:none;
	background-color:#4189D3;
	color:#FFFFFF;
	margin-top:20px;
	float:right;
}


form .button:hover{
	text-decoration:none;
	background-color:#BDD0F0;
	color:#4189D3;
}

form  .txtobligatorios{
	font-size:10px;
	font-weight:normal;
}
	
	

