@charset "utf-8";
/* CSS Document */


.navbar-logo{
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}





body{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;


}





.navbar-default .navbar-nav > li > a {
    color: black;
	text-transform: uppercase;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
} 

.navbar-default .navbar-nav > li > a:hover{
    background-color:hsla(359,100%,61%,0.9);
	color: white;
}

.navbar-default .navbar-nav > li > a:focus{
    color: white;
	background-color:hsla(359,100%,61%,0.9);
}

.navbar-default .navbar-nav > .dropdown > ul > li > a:hover {
	color: white;
    background-color:hsla(359,100%,61%,0.9);
}
.navbar-default .navbar-nav > .dropdown > ul > li > a:focus {
    color: white;
	background-color:hsla(359,100%,61%,0.9);
}
 .navbar-default .navbar-nav > .active{
	text-transform: uppercase;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: white;
 }
 .navbar-default .navbar-nav > .active > a{
      color:white;
      background-color:hsla(359,100%,61%,0.9);
 }


.containerCarousel{
	margin: 0.5em;
}

.btn{
	background-color:hsla(359,100%,61%,0.9);
	box-shadow: none;
}

.btn:active{
	background-color:hsla(359,100%,61%,0.9);
	box-shadow: none;
}

.btn:active:focus{
	background-color:hsla(359,100%,61%,0.9);
}

.btn:hover{
	background-color:hsla(359,100%,61%,0.77);
	box-shadow: none;
}







.nav-head {
	margin-right: 5em;
}


#carousel1{
	margin: 1px;
}




p{
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}

a{
	color: white;
}

.p-footer{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	color: white;
}

.panel-footer{
	background-color:hsla(359,100%,61%,0.9);
	margin-top: 1em;

}




#banner-logos{
	text-align: center;
	position: relative;
}

#defaultNavbar1>li>a:hover{
	background-color:hsla(359,100%,61%,0.9);

}

.div-main{
}

.div-first{
	margin-top:10em;
}


.div-main > hr{
	margin-top: 4em;
}



.img-nosotros{	
text-align: center;
	width: 350px;
	height: 270px;
	margin: 15px 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}


 

 
.img-nosotros:hover {
    height: 300px;
    width: 400px;
    margin-left: -30px;
}


.img-alquiler{	
text-align: center;
	width: 400px;
	height: 300px;
	margin: 15px 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.img-alquiler:hover {
    height: 320px;
    width: 420px;
    margin-left: -30px;
}


.div-img-nosotros{
	text-align: center;
}



#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color:hsla(155,81%,29%,0.77); 
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
	background-image: url(../images/top.svg)no-repeat;
	
}

#myBtn:hover {
    background-color: #555; 
}


.a-link-descarga{ 
	width: 100px;
	height: 50px;
	padding: 10px;
	color: white;
	text-decoration: none;
	background-color:hsla(359,100%,61%,0.9);
	border-radius: 5px;
	
}

.a-link-descarga:hover{
	color: white;
	text-decoration: none;
	background-color:hsla(359,100%,61%,0.7);
	
	}

.a-link-descarga:visited{
	color: white;
	text-decoration: none;
	background-color:hsla(359,100%,61%,0.7);
}

.a-link-descarga:focus{
	color: white;
	text-decoration: none;
	background-color:hsla(359,100%,61%,0.7);
}


.a-contacto{ 
	width: 100px;
	height: 50px;
	color: black;
	text-decoration: none;
	border-radius: 5px;
	
}

.a-contacto:hover{
	color: red;
	}

.a-contacto:visited{
	color: red;
}

.a-contacto:focus{
	color: red;
}


.div-info{
	margin: 2em;
	text-align: center;
	padding: 10px;
	background-color:#ECEFF1;
	 box-shadow: 10px 10px 5px #888888;
	height: 250px;

}


.div-index{
	margin: 2em;
	text-align: center;
	padding: 10px;
	background-color:#ECEFF1;
	 box-shadow: 10px 10px 5px #888888;
	height: 300px;

}

.div-info > p{
	margin: 1em;
}

.div-index > p{
	margin: 1em;
}

.div-nosotros{
	margin:1em;
	margin-left: 5%;
	margin-right: 5%;
}

.section-info > p{
	margin: 1em;
}

.h-title{
	margin-left: 4em;
}


hr{
		border-top:5px solid #E9E9E9;
}



.a-let{
	font-family: Tahoma;
	color: black;
}

.c-let{
	font-family: Tahoma;
	color: red;
}

.k-let{
	font-family: Tahoma;
	color: green;
}

.contacto{
	text-align: center;
	background-color:#fff;
	 box-shadow: 5px 5px 5px #888888;	

}

#contact-form{
	padding: 30px;
	
}

.boton_enviar{
	padding: 10px;
	width: 100px;
	background-color:hsla(359,100%,61%,0.9);
	color: white;
	border-style: none;
	
}

.boton_enviar:hover{
	background-color:hsla(359,100%,61%,0.7);
	color: white;
}

.box_area{
margin:10px;
	padding: 5px;
}

.div_contacto_send{
	text-align: center;
}

.img-hp130{	
text-align: center;
	width: 300px;
	height: 260px;
	margin: 15px 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.img-hp130:hover {
    height: 280px;
    width: 320px;
    margin-left: -30px;
}

.img-oficina{	
text-align: center;
	width: 300px;
	height: 260px;
	margin: 15px 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.img-oficina:hover {
    height: 280px;
    width: 320px;
    margin-left: -30px;
}


.row{
	align-content: center;
	padding: 1em;
	margin: auto;
}



#banner-logos{
	 margin:10px auto;
		    display:block;
} 
