 @font-face {
 	font-family: "Montserrat-Regular";
 	src: url("../fuentes/Montserrat-Regular.ttf");
 }

.menu1 {
	font-size: 14px;
}

.fa, .far, .fabs {
	color: #50d8af;
}

.nav-item {
	font-weight: bold;
}

.nav-link.active {
	color: #50d8af !important;
}

.bg1 {
	width: 100%;
	height: 600px;
	background: url(../imagenes/carrusel/foto1.jpg) center center no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(255,255,255,.1);
}

.bg2 {
	width: 100%;
	height: 600px;
	background: url(../imagenes/carrusel/foto2.jpg) center center no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(255,255,255,.1);
}

.bg3 {
	width: 100%;
	height: 600px;
	background: url(../imagenes/carrusel/foto3.jpg) center center no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(255,255,255,.1);
}

.carrusel-dentro {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.carrusel-dentro h1 {
	text-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff;
	color: #0c2e8a;
	font-weight: bold;
}

.carrusel-dentro h1 span {	
	color: #50d8af;
	text-decoration: underline;
}

h1.titulo {
	font-family: 'Montserrat-Regular';
	color: #0c2e8a;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

h6 {
	font-family: 'Montserrat-Regular';	
	font-size: 15px;
	margin-bottom: 15px;
}

h4 {
	font-family: 'Montserrat-Regular';	
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}

.boton {
	font-family: "Montserrat-Regular",;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}

.boton:hover {
    background: #50d8af;
    border: 3px solid #50d8af;
}

section {
	font-size: 18px;
}

.card-body {
	min-height: 380px;
	padding: 25px;
	font-size: 16px;
}

.fa.checked {
	color: gold;
}

/******************************/

@media (max-width: 576px) {
	.logo {
		height: 80px;
	}
	.carrusel-dentro h1 {
		font-size: 40px;
	}
}

@media (min-width: 577px) {
	.logo {
		height: 90px;
	}
	.carrusel-dentro h1 {
		font-size: 45px;
	}
}

@media (min-width: 768px) {
	.logo {
		height: 100px;
	}
	.carrusel-dentro h1 {
		font-size: 55px;
	}
}

@media (min-width: 992px) {
	.logo {
		height: 110px;
	}
	.carrusel-dentro h1 {
		font-size: 60px;
	}
}

@media (min-width: 1200px) {
	.logo {
		height: 115px;
	}
	.carrusel-dentro h1 {
		font-size: 60px;
	}
}

@media (min-width: 1400px) {
	.logo {
		height: 120px;
	}
	.carrusel-dentro h1 {
		font-size: 64px;
	}
}

section {
	padding-top: 180px;
    margin-top: -180px;
}
