body {font-family: 'Source Sans Pro', sans-serif; color: grey;}



/*Textos*/

.text-carousel {
	color: #0f7591;
	font-weight: 700;
	font-size: 22px;
}

.title-index {
	color: #0f7591;
	font-weight: 600;
}

.title-index-contact {
	color: #0f7591;
	font-weight: 600;
}

.title-index-aviso {
	color: #0f7591;
	font-weight: 600;
	font-size: 25px;
}

.phrase-text {
	color: #0f7591;
	font-weight: 600;
	font-size: 40px;
}

.redes {
	font-size: 20px;
}

.sign {font-size: 18px;
color: #0f7691;}




@media only screen and (max-width: 1000px)  {
    .text-carousel {
    font-size: 15px;
}

}

@media only screen and (max-width: 1000px)  {
    .title-index {
    font-size: 25px;
}
	.phrase-text {
		font-size: 25px;
	}
}




/*Botones*/
.rap {
}

 .green-box {
	background-color: #8cc440;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	color: #fff;
	border: none;
	transform: scale(.95);
	font-size: 15px;
	margin-bottom: 6px;
}

 .blue-box {
	background-color: #0f7591;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	border: none;
	transform: scale(.95);
}

 .green {
	background-color: #8cc440;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15%;
	padding-right: 15%;
	transition: .5s ease;
	transform: scale(.9);
	color: #fff;
	border: none;
	transition: .5s ease;
	font-weight: 600;
	font-size: 20px;
}

.green:hover {
	background-color: #0f7591;
	letter-spacing: 1px;
}





.boton-verde-mas{
	background-color: #8cc440;
	padding-top: 3px;
	padding-bottom: 3px;
	transition: .5s ease;
	transform: scale(.9);
	margin-top: 10px;
	margin-bottom: 15px;
}

.boton-verde-mas a{
	color: #fff;
	font-size: 22px;
}

.boton-verde-mas a:hover{
	text-decoration: none;
}

.boton-verde-mas:hover{
	transform: scale(1);
	opacity: .8;
}

.boton-verde{
	background-color: #8cc440;
	padding-top: 3px;
	padding-bottom: 3px;
	transition: .5s ease;
	transform: scale(.9);
}

.boton-verde:hover{
	transform: scale(1);
	opacity: .8;
}

.boton-verde a{
	color: #fff;
}

.boton-verde a:hover{
	text-decoration: none;
}

.boton-naranja{
	background-color: #FA5F39;
	padding-top: 3px;
	padding-bottom: 3px;
	transition: .5s ease;
	transform: scale(.9);
}

.boton-naranja:hover{
	transform: scale(1);
	opacity: .8;
}

.boton-naranja a{
	color: #fff;
}

.boton-naranja a:hover{
	text-decoration: none;
}


.boton-azul{
	background-color: #0f7591;
	padding-top: 3px;
	padding-bottom: 3px;
	transition: .5s ease;
	transform: scale(.9);
}

.boton-azul:hover{
	transform: scale(1);
	opacity: .8;
}

.boton-azul a{
	color: #fff;
}

.boton-azul a:hover{
	text-decoration: none;
}


.boton-blog {
	background-color: #8cc440;
	padding: 5px 50px;
	border-radius: 5px; 
	color: #fff;
	position: relative;
	top: 120px;
	transition: 1s ease;
	font-size: 20px;
	letter-spacing: 2px;
}

.boton-blog:hover {
	text-decoration: none;

}



.boton-green{
	transition: .5s ease;
}

.boton-green:hover {
	transform: scale(1.03);
	text-decoration: none;
	opacity: .8;
	transform: scale(1.05);
}

.boton-green a{background-color: #8cc440;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	transition: .5s ease;
}

.boton-green a:hover{
	text-decoration: none;
}

.boton-blue{
	transition: .5s ease;
}

.boton-blue:hover {
	transform: scale(1.03);
	text-decoration: none;
	opacity: .8;
	transform: scale(1.05);
}



.boton-blue a{background-color: #0f7591;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	transition: .5s ease;
}

.boton-blue a:hover{
	text-decoration: none;
}


.boton-contacto a{
	border: solid #0f7591 4px;
	border-radius: 15px;
	padding: 5px 25px;
	color: #0f7591;
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 2px;
	transition: .5s ease;
}

.boton-contacto a:hover{
	border: solid #8cc440 4px;
	color: #8cc440;
	font-weight: 700;
	letter-spacing: 4px;
	text-decoration: none;
}

@media only screen and (max-width: 1000px)  {
    .boton-blue a{
	padding-left: 10px;
	padding-right: 10px;
}

    .boton-green a{
	padding-left: 10px;
	padding-right: 10px;
}

.boton-contacto a{
	font-size: 20px;
}
}

/*Imágen Hover*/

.margin-top-overlay {
	margin-top: 30px;
}


.title-hover-1 {
	font-size: 22px;
}

.overlay-hover {
	position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0f7591;
  opacity: .95;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.overlay-hover-green {
	position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #8cc440;
  opacity: .95;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.container-hover:hover .overlay-hover{
	height: 100%;
}

.container-hover:hover .overlay-hover-green{
	height: 100%;
}

.image-hover {
  display: block;
  width: 100%;
  height: auto;
}

.text-hover {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-hover-01 {
  color: white;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.container-hover {
  position: relative;
  width: 100%;
}


/*Hover 2*/

.container-nos {
  position: relative;
  width: 50%;
}

.image-nos {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-nos {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.overlay-nos-g {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #8cc440;
}

.container-nos:hover .overlay-nos {
  opacity: .9;
}

.container-nos:hover .overlay-nos-g {
  opacity: .9;
}

.text-nos {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1em;
}

.text-nos-1 {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1em;
}

.title-hover-2 {
	font-size: 100px;
	text-align: center;
}



@media only screen and (max-width: 995px)  {
    .title-hover-2 {
    	font-size: 50px;
    }
    .text-nos {
    	font-size: 16px;
    }
    .text-nos {
    	font-size: 16px;
    }
}

@media only screen and (max-width: 994px)  {
    .title-hover-2 {
    	font-size: 34px;
    }
    .text-nos {
    	font-size: 16px;
    }
    .text-nos {
    	font-size: 16px;
    }
}

@media only screen and (max-width: 600px)  {
    .title-hover-2 {
    	font-size: 16px;
    }
    .text-nos {
    	font-size: 12px;
    }

    .text-nos-1 {
    	font-size: 9px;
    	width: 400px;
    }
}

@media only screen and (max-width: 320px)  {
    .title-hover-2 {
    	font-size: 10px;
    }
    .text-nos {
    	font-size: 8px;
    }

    .text-nos-1 {
    	font-size: 8px;
    	width: 240px;
    }
}




/*Footer*/

.talent-footer {
	background-color: #0f7591;
	padding-top: 10px;
	padding-bottom: 10px;
}


.a-footer {
	color: #fff;
	transition: .5s ease;
}

.a-footer:hover {
	color: #8cc440;
	text-decoration: none;
}



/*Elementos Varios*/

.divider-inv30 {
	height: 30px;
}


.divider-inv20 {
	height: 20px;
}

.divider-inv40 {
	height: 40px;
}

.divider-inv80 {
	height: 80px;
}


@media only screen and (max-width: 1198px)  {
    .boton-blue a{
	padding-left: 10px;
	padding-right: 10px;
}
	.vanish {display: none;}

}

@media only screen and (max-width: 575px){
	.vanish-1 {display: none;}
	.pad {padding-left: 15px;
		padding-right: 15px;}

}




/*Carousel*/

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption{
}


/*Parallax*/

.img-parallax {
	background: url('../img/parallax.jpg') center   ;
  background-attachment: fixed;
  width: 100%;
  height: 250px;
}

/*Empresas*/

.tirasizquierda{
	background: url('../img/tirasheader.png');
	width: 491px;
	height: 96px;
	float: left;
}

.tirasderechas{
	background: url('../img/tirasheader1.png');
	width: 491px;
	height: 96px;
	float: right;
	margin-left: 79px;

}

.titulo{
	height: 50px;
	width: 200px;
	margin-top: 23px;
	color: #0F7591;
	font-weight: bold;
	margin-left: 88px
}

.imagenEmpresas{
	background: url('../img/thumbnail-empresas.png');
	height: 325px;
	width: 100%;
}

.texto{
	font-size: 20px;
	color: #0F7591;
}

.imagen1{
	width: 500px;
	height: 300px;
	background-image: url('../img/Imagen1.png');
	margin-right: 800px;
}

.info1{
	width: 370px;
	height: 300px;
	background-color: rgba(54, 139, 163, 0.9);
	margin-left: -15px;
	padding: 20px;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
}

.info2{
	width: 370px;
	height: 300px;
	background-color: rgba(118, 165, 54, 0.9);
	margin-left: -15px;
	padding: 20px;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
}

.titulohover{
	position: absolute;
	font-size: 18px;
	-webkit-transition: margin 0.2s;
	margin-top: 20px;
	margin-left: -70px;
	color: #FFFFFF;
	font-weight: 600;
}

.info1:hover h2.titulohover{
	margin-left: 70px;
}

.info2:hover h2.titulohover{
	margin-left: 70px;
}

.info1:hover h2.titulohover{
	margin-left: 70px;
}

.textohover{
	margin: auto;
	width: 250px;
	text-align: center;
	-webkit-transition:margin 0.3s;
	margin-top: 220px;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 20px;
	opacity: 1;

}

.textohover1{
	margin: auto;
	width: 266px;
	text-align: center;
	-webkit-transition:margin 0.3s;
	margin-top: 180px;
	color: #FFFFFF;
	font-size: 12px;

}
.info1:hover p.textohover{
	margin-top: 50px;
}

.info1:hover p.textohover1{
	margin-top: 50px;
}

.info2:hover p.textohover{
	margin-top: 50px;
}

div.imagen1:hover div.info1{
	opacity: 1;
}

div.imagen2:hover div.info2{
	opacity: 1;
}

div.imagen3:hover div.info1{
	opacity: 1;
}
.imagen2{
	width: 500px;
	height: 300px;
	background-image: url('../img/Imagen2.png');
	margin-left: 20px;
	margin-top: -300px;
}

.imagen3{
	width: 500px;
	height: 300px;
	background-image: url('../img/Imagen3.png');
	margin-left: 760px;
	margin-top: -300px;
}

.cursiva{
	float: right;
	color: #0f7591;
}

.lineas{
	background-image: url('../img/background-tiras.png');
	width: 100%;
	height: 100%;
	background-size: cover;
}

@media screen and(min-device-width: 800px){
	.tirasizquierda{
		display: none;
	}
	.tirasderechas{
		display: none;
	}
}

/*Nosotros*/

.mision{
	height: 325px;
	width: 100%;
	background-image: url('../img/mision.png');
}

.titulomision{
	color: #FFFFFF;
	font-size: 100px;
	font-weight: bold;
	padding-top: 80px;
}

.textomision{
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 50px;
	padding-right: 50px;
}

.vision{
	height: 325px;
	width: 100%;
	background-image: url('../img/vision.png');
	margin-top: 20px;
}

.titulovision{
	color: #FFFFFF;
	font-size: 100px;
	font-weight: bold;
	padding-top: 110px;
}

.textovision{
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 50px;
	padding-right: 50px;
}

.valores{
	height: 325px;
	width: 100%;
	background-image: url('../img/valores.png');
	margin-top: 20px;
}

.titulovalores{
	color: #FFFFFF;
	font-size: 100px;
	font-weight: bold;
	padding-top: 130px;
}

.textovalores{
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 50px;
	padding-right: 50px;
}

/*aviso-de-privacidad*/

.lista-aviso {
list-style-type: none;
counter-reset: lista-personalizada;
margin: 0;
margin-left: -40px;
}

.lista-aviso li {
position: relative;
font-weight: bold;
font-size: 14px;
line-height: 30px;
padding: 4px 0 10px 50px;
margin-bottom: 10px;
background:#f5f5f5;
}

.lista-aviso li:before {
content: counter(lista-personalizada);
counter-increment: lista-personalizada;
position: absolute;
left: 0;
top: 0;
font-weight: bold;
font-size: 40px;
padding: 8px 8px 8px 5px;
background: #8CC440;
color: #FFFFFF;
height: 45px;
}

.insisos{
	color: #0F7591;
}

.sublistas-aviso {
list-style: none;
padding: 0;
margin-left: 10px;
}

.sublistas-aviso li::before {
content: "\2022";
padding-right: 8px;
color: #8CC440;
}



@media only screen and (max-width: 768px){
	.boton-blog {
		top: 5px;

	}

}


@media only screen and (max-width: 576px){
	.boton-blog {
		top: 10px;

	}

}
