html,
body {
	height: 100%;
}
body {
	background-color: #FFF;
	text-align: center;
}

.nav-item:hover {
	background-color: rgba(49,163,221,.5);
	color: #fff;
}
.contact{
	margin: 10px 0px;
}
.infocontact {
	font-size: 15px;
}
.infocontact > span{
	margin-right: 5px;
}

/*slider*/
.carousel1 {
	height: calc(80vh);
}
.carousel-caption {
	bottom: 3rem;
}
.carousel-item1 {
	background-color: #31a3dd;
	height: calc(80vh);
}
.carousel-item1 > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100%;
	opacity: .9;
	height: 100%;
    width: 100%;
}
.slide1text	 {
	background-color: rgba(0,0,0,.5);
	width: 80%;
	padding: 10px;
	margin: auto;
	font-size: 1.1em;
}
.slide2text	 {
	background-color: rgba(49,163,221,.5);
	width: 80%;
	padding: 10px;
	margin: auto;
	font-size: 1.1em;
}


#leermas {
	margin-bottom: 5rem;
}

.navbar {
	padding: 0px 10%;
}

.nav-link {
	padding: 18px 0px;
}

.enlace:hover {
	color: #fff;
}

.navbar {
	box-shadow: 5px 5px 5px #999;
}

.btn-send {
	background-color: rgb(121,36,31);
	color: #fff;
	transition: all 0.5s ease-in-out;
}

.btn-send:hover {
	background-color: rgb(203,67,53);
	color: #fff;
}

.icon-envelop {
	margin-right: 10px;
}

.jumbotron {
	background-color: #fff;
	margin: 24px auto;
}

.titulo{
	font-size: 1.8em;
	border-bottom: solid 5px #31a3dd;
	color: #000;
	display: inline-block;
	padding-bottom: 10px;
	margin: auto;
	margin-bottom: 30px;
	font-weight: bold 20px;
}
.titulo-1{
	font-size: 1.8em;
	border-bottom: solid 5px #31a3dd;
	color: #ffffff;
	display: inline-block;
	padding-bottom: 10px;
	margin: auto;
	margin-bottom: 30px;
	font-weight: bold 20px;
}
.titulo-2{
	font-size: 1.8em;
	border-bottom: solid 5px #ffffff;
	color: #ffffff;
	display: inline-block;
	padding-bottom: 10px;
	margin: auto;
	margin-bottom: 30px;
	font-weight: bold 20px;
}
.titulo2 {
	font-size: 2.5em;
	color: #ff9900;
	font-weight: bold;
}
.titulo3 {
	font-size: 2.5em;
	color: #0c67a5;
	font-weight: bold;
}
.icon1 {
	transition:all 800ms ease;
	background-color: #31a3dd; 
	border: solid 3px #31a3dd;
	padding: 18px;
	color: #ffF;
	border-radius: 50%;
	margin-right: 15px;
	font-size: 3.5em;
}
.icon1:hover {
	color: #31a3dd;
	border: solid 3px #31a3dd;
	background-color: #fff;
}

.texticon{
	color: #31a3dd;
	font-size: 1.5em;
	font-weight:bold;
}

table tr td {
	padding: 24px 0px;

}
.videopresentation {
	margin: 50px 0px;
	width: 100%;
	height: 500px;
}
.imgtestimonial {
	border-radius: 50%;
	width: 100px;
}
.comentarios {
  background: url(../img/fondo2.jpg);
  background-size: cover;
  padding: 50px 0px;
}

.texto-opiniones {
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 1.875rem;
}

.blockquote-footer {
  color: #cbd0d8;
}

cite {
  color: #fff;
}

.comillas {
  font-size: 1.3em;
}

.cont2{
	background-color: #ecf0f1;
	display: flex;
	text-align: center;
	justify-content: center;
	padding: 60px 0px;
}
.cont3{
	background-color: #31a3dd;
	display: flex;
	text-align: center;
	justify-content: center;
	padding: 60px 0px;
}

.contact {
  margin: 30px auto;
}
.coments{
	box-shadow: 1px 1px 5px 5px #999;
	border-bottom: solid 5px #31a3dd;
	text-align: left;
	padding: 30px 20px;
	margin: 50px 0px;
}
.coments > h2 {
	color: #31a3dd;
}
.coments > div > span {
	color: #31a3dd;
	margin: 0px 10px;
}
.footer {
	background-color: #34495e;
	color: #fff;
	padding: 50px 0px 0px 0px;
	margin: 0px;
}

.subfooter {
	background-color: #31a3dd;  /*rgb(26,79,113,.5);*/
	bottom: 0px;
	color: #fff;
	padding: 10px 0px;
}

.enlace {
	color: #0c67a5;
}

.redesociales {
	font-size: 1.1em;
	margin: auto;
	width: 220px;
	display: flex;
	justify-content: center;
	align-items: center; 
}

.icon {
	margin: 0px 3px;
}

.icon-facebook {
	font-size: 1.8em;
	padding: 12px;
	border-radius: 50%;
	transition:all 800ms ease;
	float: left;
	color: #0c67a5;
}

.icon-facebook:hover {
	text-decoration: none;
	background: #3b5998;
	color: #fff;
}
.icon-instagram {
	font-size: 1.8em;
	padding: 12px;
	border-radius: 50%;
	transition:all 800ms ease;
	float: left;
	color: #0c67a5;
}
.icon-instagram:hover {
	background: linear-background(left, #f9ed32, #ee2a7b, #002aff); /*Estandar */
	background: -moz-linear-gradient(left, #f9ed32, #ee2a7b, #002aff); /*Mozilla Firefox */
	background: -webkit-linear-gradient(left, #f9ed32, #ee2a7b, #002aff); /*Chrome y Safari */
	background: -ms-linear-background(left, #f9ed32, #ee2a7b, #002aff); /*Internet Explorer */
	background: -o-linear-background(left, #f9ed32, #ee2a7b, #002aff); /*Opera */
	text-decoration: none;
	color: #fff;
}

.icon-whatsapp {
	font-size: 1.8em;
	padding: 12px;
	border-radius: 50%;
	transition:all 800ms ease;
	float: left;
	color: #0c67a5;
}

.icon-whatsapp:hover {
	text-decoration: none;
	background-color: #00cc00;
	color: #fff;
}

.img3 {
	margin-top: 15px;
	border-radius: 10px;
}

.separate {
	margin-bottom: 20px;
}

.contact {
	margin-bottom: 30px;
	margin-top: 30px;
}


@media (min-width: 52em) {
	.mastfoot,
	.cover {
		width: 80%;
		margin: auto;
	}
	.masthead {
		width: 80%;
	}
	.cover-container {
		width: 100%;
	}
}

@media (max-width: 52em) {
	.cover-container {
		width: 100%;
	}
	.cover-container {
		width: 100%;
	}
	.cover {
		width: 85%;
		margin: 0px auto;
		margin-top: 24px;
	}
	.btn-heading{
		font-size: 1em;     
	}
	.title-heading {
		font-size: 1.8em;  
	}
	.text-heading {
		font-size: 1.3em; 
	} 
/*	.slide2text, .slide1text {
		font-size: 20px;
		width: 100%;
	}*/
}




.contenedor-img {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
	color: #fff;

}
.contenedor-img .mascara,.contenedor-img .contenido {
	width: 100%;
	height: 250px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}
.contenedor-img img {
	width: 100%;
	height: 250px;   
}
.contenedor-img h2 {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: #fff;
	margin-top: 20px;
	background: transparent;
	margin: 20px 40px 0px 40px;
	transform: translate(200px, -200px);
	transition: all 0.3s ease-in-out;
}
.contenedor-img p {    
	font-size: 12px;
	position: relative;
	padding: 10px 20px;
	text-align: center;
	transform: translate(-210px, 210px);
	transition: all 0.4s ease-in-out;
}
.contenedor-img a.link {
	display: inline-block;
	text-decoration: none;
	padding: 7px 12px;
	border-radius: 50%;
	font-size: 1.5em;
	background: #31a3dd;
	color: #fff;
	transform: translate(-220px, 100px);
	transition: all 0.3s 0.1s ease-in-out;
	border-radius: 5px;
}
.contenedor-img a.link:hover {
		box-shadow: 0 0 5px #000
}

.contenedor-img img {   
	transition: all 0.2s ease-in;
}
.contenedor-img .mascara { 
	background: rgba(49,163,221,.6);
	width: 600px;
	padding: 60px;
	height: 600px;
	opacity: 1;
	transform: translate(300px, 200px) rotate(45deg);
	transition: all 0.5s ease-in-out;
}

.contenedor-img:hover .mascara { 
	opacity:1; 
	transform: translate(-96px, -120px) rotate(45deg);
}               
.contenedor-img:hover h2 { 
	transform: translate(0px,0px);
	transition-delay: 0.3s; 
}
.contenedor-img:hover p { 
	transform: translate(0px,0px); 
	transition-delay: 0.4s;
}
.contenedor-img:hover a.link { 
	transform: translate(0px,0px); 
	transition-delay: 0.5s;
}

.textdownimg {
	background-color: rgb(49,163,221);
	color: #fff;
    /*height: 80px;*/
	display: block;
	text-align: center;
	justify-content: center;
	font-size: 1.5em;
}


.capa1 {
	background-color: #e9ecef;
}
.breadcrumb{
	text-align: left;
	padding:24px 30px;
}
.titlebread {
	font-weight: bold;
	color: #777777;
}
.textemployer {
    /*font-weight: bold;*/
	color: #777777;
	font-size: 1.3em;
}
.textparticipants {
	color: #777777;
	font-size: 1.3em;
}
.listaem {
	list-style: none;
}
.buttonorange {
	margin: 24px;
	font-size: 1.6em;
	color: #fff;
	background-color: #ff9900; 
}
.buttonorange:hover {
	color: #fff;
	background-color: #e67e22; 
}
.buttonblue {
	margin: 24px;
	font-size: 1.6em;
	color: #fff;
	background-color: #0c67a5; 
}
.buttonblue:hover {
	color: #fff;
	background-color: #31a3dd; 
}
.buttonOsub {
	font-size: 1.4em;
	margin-bottom: 18px;
	color: #fff;
	background-color: #ff9900; 
}
.buttonOsub:hover {
	color: #fff;
	background-color: #e67e22;
}
.buttonBsub {
	font-size: 1.4em;
	margin-bottom: 18px;
	color: #fff;
	background-color: #0c67a5;
}
.buttonBsub:hover {
	color: #fff;
	background-color: #31a3dd; 
}

.imgget{
	width: 175px;
}

form {
	text-align: left;
	color: #ff9900;
	font-size: 1.3em;
}

.bgray {
	background-color: #e9ecef;
	display: flex;
	text-align: center;
	justify-content: center;
	padding: 10px;
	margin-bottom: 15px;
}
.bgray > img {
	width: 75px;
	color: #ff9900;
	margin-right: 10px;
}
/*
azul claro #31a3dd
azul oscuro #0c67a5
gris #e9ecef
naranja #ff9900
*/

