			body {
				line-height: .9;
			}

							h1 {
color: #000;
font-size: 28px;
font-weight: bold; 
font-family: Tahoma, sans-serif;
	}

				h2 {
color: #fff;
font-size: 24px;
font-weight: bold;
font-family: Tahoma, sans-serif;
	}

h2 span {
color: #008ed6;
	}


		h3 {
color: #fff;
font-size: 18px;
font-weight: bold;
font-family: Tahoma, sans-serif;
	}

h3 span {
color: #023760;
	}


			h4 {
color: #231f20;
font-size: 20px;
font-weight: bold; 
	}
 

		.texto1 {
			font-size: 16px;
			font-family: Tahoma, sans-serif;
			color: #fff;
			font-weight: 400;
		}

.btn {
	font-size: 15px;
	padding: 5px 7px;
}

@media (max-width: 1200px) {

				h1 {
font-size: 25px;
	}
			h2 {
font-size: 20px;
	}
			h3 {
font-size: 19px;
	}

				h4 { 
font-size: 18px; 
	}
		}

@media (max-width: 990px) {
					h1 {
font-size: 22px;
	}

			h2 {
font-size: 20px;
	}

			h3 {
font-size: 17.5px;
	}

				h4 {
font-size: 16px;
	}

		.btn {
	font-size: 13.5px;
	padding: 4px 7px;
}

.texto {
	background: rgba(255, 255, 255, 0.95); 
}
}

.title-2{
	font-size: 1.5rem;
}
.title-3{
	font-size: 1rem;
}

.title-4 {
	font-size: 0.8rem;
}

.image-banner{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(./imagenes/banner-back2.jpg);
}

.image-banner2{
	background-repeat: no-repeat;
	background-size: cover;
background: url("../imagenes/banner3.jpg") center; 
} 

@media (max-width: 1200px) {
	.image-banner2{ 
background: url("../imagenes/banner3.jpg") left center; 
} 
}
 
@media (max-width: 770px) {
	.image-banner2{
	background-repeat: no-repeat;
	background-size: cover; 
background: url("../imagenes/banner3.jpg") left center; 
}
}

.video-banner{
	position: fixed;
	min-height: 100%;
	min-width: 100%;
}

.video-youtube{
	max-width: 100%;
	margin: 0px auto;
}


/* 0 - 767px  banner pequeño*/
/* 768px - banner grande */
/*este es el tamaño minimo del banner grande*/
@media (max-width: 768px) {
						h1 {
font-size: 19px;
	}

	.title-2{
		font-size: 1.8rem;
	}
	.title-3{
		font-size: 1.3rem;
	}
	.title-4 {
		font-size: 1rem;
	}
	.video-youtube{
		max-width: 90%;
	}

	.btn {
	font-size: 14px;
	padding: 5px 7px;
}

			h2 {
font-size: 16px;
	}


			h3 {
font-size: 16px;
	}

					h4 {
font-size: 14px;
	}

	.btn {
	font-size: 13.5px;
	padding: 4px 7px;
}
}





@media (max-width: 992px) {

	.image-banner{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(./imagenes/banner-back2.jpg);
}

	.title-2{
		font-size: 1.9rem;
	}
	.title-3{
		font-size: 1.4rem;
	}
	.title-4 {
		font-size: 1.1rem;
	}
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators li {
    background-color: #fff;
   
}

.btn-redondo {
	background-color: #6a1029;
	border-color: #6a1029;
	border-radius: 10px;
	font-weight: bold;
}

.btn-redondo:hover {
	background-color: #6a1029;
	border-color: #6a1029;
}

.btn-redondo2 {
	background-color: #4d12b8;
	border-color: #4d12b8;
	border-radius: 10px;
	font-weight: bold;
}

.btn-redondo2:hover {
	background-color: #4d12b8;
	border-color: #4d12b8;
}

.btn-redondo3 {
	background-color: #144b9d;
	border-color: #144b9d;
	border-radius: 10px;
	font-weight: bold;
}

.btn-redondo3:hover {
	background-color: #144b9d;
	border-color: #144b9d;
}

.logo {
	max-width: 300px;
}