body{
	font-size: 16px;
	color: #181818;
	font-weight: 300;
}
h2{
font-size: 1.5rem;
font-family: itc-avant-garde-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
color: #032d60;
}
h4{
font-size: 1.2rem;
font-family: itc-avant-garde-gothic-pro, sans-serif;
font-weight: 300;
font-style: normal;
color: #032d60;
}

h5{
font-family: itc-avant-garde-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
color: #032d60;
}
h6{
	font-family: itc-avant-garde-gothic-pro, sans-serif;

color: #032d60;
}
a{
	color: #000;
	text-decoration: none;
}
a: hover{
	color: #71a7c7;
	text-decoration: none;
}


.linea1{
	width: 100px;
	background: #00a1e0;
	height: 3px;
}
.azul{
	background: #032d60;
	color: #fff !important;
}
.frase{
	color: #fff;
}



/* bootstrap */
.row{
	margin-right: 0px;
    margin-left: 0px;
}

.carousel-control-next-icon {
    background-image: url(../img/next.svg);
}
.carousel-control-prev-icon {
    background-image: url(../img/prew.svg);
}
mark{
	padding: 8px 15px; 
	line-height: 30px;
	background: #FFF;
}
/* bootstrap */

header{
	background: #ED1D24;
	border-bottom: solid 10px #333;
}
.logo-expansion{
	height: 40px;
	margin: 1rem;
}
.f-hader{
	background: url(../img/trabajo.jpg);
	background-size: cover;
	background-position: center;
	margin-top: 3rem;
}
.logotipo{
	height: 120px;
}
.espacio{
	padding: 15% 0px;
}
.fb{
	background: #fff;
}
.nubes{
	background: url(../img/nubes.jpeg);
	background-size: cover;
}


@media only screen and (max-width: 1024px) {
	.box{
	width:300px;
	height:300px;
	}

	.flip-card {
	  background-color: transparent;
	  width: 300px;
	  height: 200px;
	}

}

@media only screen and (max-width: 768px) {
	.box{
	width:200px;
	height:200px;
	background: #fff;
	}

	.flip-card {
	  background-color: transparent;
	  width: 200px;
	  height: 300px;
	}

}

@media only screen and (max-width: 500px) {
	.box{
	width:350px;
	height:350px;
	background: #fff;
	}

	.flip-card {
	  background-color: transparent;
	  width: 350px;
	  height: 350px;
	}
	h2{
	font-size: 1.3rem;
	}

	h4{
	font-size: 1.2rem;

	}
	.carousel-caption{
		position: revert;
	}
	.carousel-control-next-icon {
		display: none;
	}
	.carousel-control-prev-icon {
		display: none;
	}

}