/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
  font-family: sans-serif;
}

ul#menu li {
  display:inline;
  text-decoration: none;
  color: gray;
}
.carousel-item {
  height: 85vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.borde{
	border: 3px; 
	border-color: white;
	background-color: #336699;
	height: 200px;
	color: white;
	font-size: 1.3em;
	text-align: center;
	font-family: sans-serif;
	padding-top: 1em;
	border-radius: 0.5;

}

.centrals{
	display: block;
	align-content: center;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3%;
}

.nosotros{
text-align: center;
padding-top: 10%;


}

.lunertext{
color:gray;
text-align: justify;

}
.separador{
	background: rgba(24,112,194,1);
background: -moz-linear-gradient(left, rgba(24,112,194,1) 0%, rgba(32,198,227,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(24,112,194,1)), color-stop(100%, rgba(32,198,227,1)));
background: -webkit-linear-gradient(left, rgba(24,112,194,1) 0%, rgba(32,198,227,1) 100%);
background: -o-linear-gradient(left, rgba(24,112,194,1) 0%, rgba(32,198,227,1) 100%);
background: -ms-linear-gradient(left, rgba(24,112,194,1) 0%, rgba(32,198,227,1) 100%);
background: linear-gradient(to right, rgba(24,112,194,1) 0%, rgba(32,198,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1870c2', endColorstr='#20c6e3', GradientType=1 );
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
	height: 20vh;
	color: white;
	font-weight: 400;
	font-size: 3.5vh;
}


.contenedor {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(2,0,36);
background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
  overflow: hidden;
  width:0;
  height: 100%;
  transition: .8s ease;
  opacity: 0.7;
  filter: alpha(opacity=50); 
}

.contenedor:hover .overlay {
  width: 100%;
}

.text {
  color: white;
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}

.servicios{
	color: #336699;
	text-align: center;
	font-weight: 700;
	padding-top: 3em;
padding-bottom: 2em;
}

.titulos{
  color: #336699;
  text-align: center;
  font-weight: 700;
  padding-top: 1em;
padding-bottom: 2em;
}

.espacios{
	padding-top: 1em;
}





.contacto{
	align-content: center;
    border:none;
    border-radius: 6px;
    padding: 45px 45px 20px;
    margin-top: 50px;
    background-color: white;
   
}
.contacto label{
    display: block;
    font-weight: bold;
}
.contacto div{
    margin-bottom: 15px;
}
.contacto input[type='text'], .contacto textarea{
    padding: 7px 6px;
    width: 100%;
    border: none;
    resize: none;
    box-shadow:0 0 0 3px #EEF5F7;
    margin: 5px 0;
    background-color: #336699;
    color: white;
}
.contacto input[type='text']:focus, .contacto textarea:focus{
    outline: none;
    box-shadow:0 0 0 3px #dde9ec;
}
.contacto input[type='submit']{
    border: 1px solid #CED5D7;
    padding: 8px 16px;
    border-radius: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 0px white;
 
    background: #e4f1f6;
    background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
    background: -webkit-linear-gradient(top, #e4f1f6 0%,#cfe6ef 100%);
}
.contacto input[type='submit']:hover{
    background: #edfcff;
    background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
    background: -webkit-linear-gradient(top, #edfcff 0%,#cfe6ef 100%);
}
.contacto input[type='submit']:active{
    background: #cfe6ef;
    background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
    background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}

.categories {
    padding: 10px 0;
    text-decoration: none;
    color: gray;
}
.bac{
  padding-top: 2em;
  color: gray;
  position: relative;
  
}
.backservices{
  background-image: url(img/backservices.png); 
  background-repeat: no-repeat; 
  background-position: bottom right; 
  background-size:contain;
}

.fut{
 position:fixed;
   left:0px;
   bottom:0px;
   height:50px;
   width:100%;
}

.imgatras{
  width: 40%;
  height: auto;
z-index:-3; 
position: relative;
padding-right:-3em;
padding-bottom: 0;

}




.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item div {
  color: white;
}
.ih-item div:hover {
  text-decoration: none;
}


.ih-item.square .info {
    position: absolute;
    top: 1em;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;}


.ih-item.square.effect11 {
  overflow: hidden;
}
.ih-item.square.effect11.colored .info {
 background-color: white;
 opacity: 0.5;

}

.ih-item.square.effect11 .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect11 .info {
  
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease 0.2s;
  -moz-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s;
}
.ih-item.square.effect11 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 1px;
  background: #111111;
  margin: 0px 0 0 0;
}
.ih-item.square.effect11 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 5px 5px 5px;
  text-align: center;
}
.ih-item.square.effect11 div:hover .img {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.ih-item.square.effect11 div:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect11.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect11.left_to_right div:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect11.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect11.right_to_left div:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect11.top_to_bottom .info {
  -webkit-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  -o-transform: translateY(-80%);
  transform: translateY(-80%);
}
.ih-item.square.effect11.top_to_bottom div:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect11.bottom_to_top .info {
  -webkit-transform: translateY(80%);
  -moz-transform: translateY(80%);
  -ms-transform: translateY(80%);
  -o-transform: translateY(80%);
  transform: translateY(80%);
}
.ih-item.square.effect11.bottom_to_top div:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}





.form-consulta {max-width: 100%; background: #eee; padding: 25px; font-family: 'Source Sans Pro', sans-serif;}
.campo-form {width:100%; height:36px; margin:2px 0 6px; padding-left:6px; box-sizing: border-box; border-radius:3px; border:0; font-family: 'Source Sans Pro', sans-serif; font-size:1em;}
label span {color: #f00}
textarea {min-height: 150px!important;}
.btn-form {display: inline-block; border:0; background: #000; height: 46px; line-height: 46px; padding: 0 20px; border-radius: 6px; color:#fff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px}
.btn-form:hover {background: #444}

