body, html {
	height: 100%;
	margin: 0;
	font: 400 15px/1.8 "Lato", sans-serif;
	color: #777;
  }
  
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
	position: relative;
	opacity: 0.65;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  
  }
  .bgimg-1 {	
	background-image: url("../img/indexSmart360.svg");
	opacity: 1;
	min-height: 100%;
  }
  
  .bgimg-2 {
	background-image: url("../img/back360Fondo1Color.svg");
	opacity: 1;
	min-height: 400px;
  }
  
  .bgimg-3 {
		background-image: url("../img/back3.svg");
	opacity: 1;
	min-height: 400px;
	}
	
  .bgimg-4 {	
		background-image: url("../img/back360Fondo1ColorB.svg");
	opacity: 1;
	min-height: 400px;
	}
  
  .caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #000;
  }
  
  .caption span.border {
	background-color: #111;
	color: rgb(47, 69, 100);
	padding: 18px;
	font-size: 25px;
	letter-spacing: 10px;
  }
  
  h3 {
	letter-spacing: 5px;
	text-transform: uppercase;
	font: 20px "Lato", sans-serif;
	color: #111;
  }
  
  /* Turn off parallax scrolling for tablets and phones */
  @media only screen and (max-device-width: 1024px) {
	  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
		  background-attachment: scroll;
	  }
	}
	
	.error{
    color:red;
    font-weight:bold;
    font-size:10px;
    margin-left:5px;
}
.correcto{
    color:green;
    font-weight:bold;
    font-size:10px;
    margin-left:5px;
}

#sandroAnimado{
	width: 200px;
	height: 250px;
 }

 #pabloAnimado{
	width: 200px;
	height: 250px;
 }
 
#imgMail{
	width: 35px;
	height: 35px;
 }

 #imgFace{
	width: 35px;
	height: 35px;
 }

 #sistemasImg{
	width: 200px;
	height: 200px;
	opacity: 0.6;
 }

 #desarrolloImg{
	width: 200px;
	height: 200px;
	opacity: 0.6;
 }

 /*#cont{	
	background-image: url("../img/back3.svg");
	opacity: 0.9;
	min-height: 400px;
}*/

/* SECCIÓN SERVICIOS */
#contServicios{
	color:rgb(47, 69, 100);
	background-color:rgba(68, 175, 221, 0.555); 
	text-align:center;
	padding:50px 80px;
	text-align: justify;
	
}

#contServicios h3{
	text-align: center;
	/*color:#f7f7f7;*/
}

#contServicios img{
	margin: 10px;
}

#tituloServicios{
	text-align: left;
	/*font-size: 12px;*/
}

#izqServicios, #derServicios{
	text-align: center;
}
/* FIN SECCIÓN SERVICIOS */
/* SECCIÓN QUIENES SOMOS */

#contQuienesSomos{
	color:rgb(47, 69, 100);
	background-color:rgba(68, 175, 221, 0.555); 
	/*background-color:rgba(68, 175, 221); #282E34;*/
	/*padding:50px 80px;
	text-align: left;*/
}
/* FIN SECCIÓN QUIENES SOMOS */
/* SECCIÓN CONTACTO */
#contContaco{
	color:rgb(47, 69, 100);
	background-color:rgba(68, 175, 221, 0.555); 
	padding:50px 80px;
	text-align: left;
}
/* FIN SECCIÓN CONTACTO */
/* SECCIÓN EQUIPO */
#contEquipo{
	color:rgb(47, 69, 100);
	background-color:rgba(68, 175, 221, 0.555); 
	text-align:center;
	padding:50px 80px;
	text-align: justify;
}
#izqEquipo, #derEquipo{
	text-align: center;
}
#izqEquipo a{
	font-size: 20px;
	color:white;
	font-weight: bold;
}
#derEquipo a{
	font-size: 20px;
	color:white;
	font-weight: bold;
}
/* FIN SECCIÓN EQUIPO */

.modal-backdrop{
	z-index: -1;
}