:root{
	--fucsia: #9e0079;
	--rojo: #dd0632;
}
body {
	font-family: 'Poppins', sans-serif;
	margin-bottom: 52px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
}
p,li{
	font-weight: 300;
}
#mainNav{
	/*background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, 50%, #000 100%);*/
    /*background: -o-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, 50%, #000 100%);*/
    /*background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, 50%, #000 100%);*/
    transition: all .3s ease;
    /*background-color: rgba(255,255,255,.85);*/
}
#mainNav.navbar-shrink{
	background: #fff;
    transition: all .3s ease;
    box-shadow: 0 0 8px rgba(0,0,0,.4)
}
#mainNav .rrss{
	position: absolute;
    top: 0;
    right: 0;
}
#mainNav .navbar-brand img{
	transition: all .3s ease;
}
#mainNav.navbar-shrink .navbar-brand img{
	width: 100px;
	transition: all .3s ease;
}
#mainNav .nav-item .nav-link{
	/*letter-spacing: 1px;*/
	font-weight: 400;
}
#mainNav.navbar-shrink .nav-item .nav-link{
	color: #888;
}
#mainNav.navbar-shrink .nav-item.active .nav-link{
	color: #333;
}
.app{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-blend-mode: soft-light;*/
}
.app h3{
	font-size: 62px;
	line-height: 62px;
}
footer{
	background-color: #ededed;
}
footer .social-foot .btn{
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.suscribir form .input-group{
	border-radius: 20px;
}
.suscribir form .form-control{
	height: inherit;
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.btn{
	border-radius: 20px;
	letter-spacing: 1px;
}
.btn-rojo{
	background-color: var(--rojo);
	color: #fff;
	/*font-size: 14px;*/
	/*font-weight: 300;*/
}
.btn-rojo:hover{
	background-color: #bd0f34;
	color: #fff;
}
.bg-rojo{
	background-color: var(--rojo);
}
.titulo{
	font-size: 40px;
	text-shadow: 0px 5px 2px rgb(0 0 0 / 35%);
}
.text-fucsia{
	color: var(--fucsia);
}
.text-rojo{
	color: var(--rojo);
}
.text-small{
	font-size: 14px;
}
.linea-fucsia{
	height: 1.5px;
	width: 80px;
	background-color: var(--fucsia);
}
.linea-roja-dotted{
	height: 3px;
	width: 80px;
	border-bottom: 8px dotted var(--rojo);
}
.carousel-item {
	height: 95vh;
	min-height: 400px;
	max-height: 800px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #cacaca;
	background-blend-mode: multiply;
}
.carousel-caption{
	/*top: 150px;*/
	bottom: 70px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}
.carousel-caption .titulo-slide{
	font-size: 55px;
	line-height: 55px;
	text-shadow: 0px 5px 2px rgb(0 0 0 / 50%);
	font-weight: 700;
}
.carousel-indicators{
	bottom: 10px;
}
.carousel-indicators li{
	height: 20px;
	width: 20px;
	border-radius: 50%;
}
.fondo-inicio{
	background-position: top center;
	background-size: cover;
	/*background-repeat: no-repeat;*/
}
.cont-inicio{
	padding-bottom: 7rem;
}
.cont-programas{
	margin-top: -9rem;
}
.cont-programas .card{
	border-radius: 10px;
	overflow: hidden;
	background-position: bottom right;
	background-size: auto;
	background-repeat: no-repeat;
}
.cont-programas .card .card-title{
	border-bottom: 4px dotted var(--rojo);
	font-weight: 700;
}
.cont-programas .card .card-body{
	background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0) 0%, 50%, #fff 100%);
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0) 0%, 50%, #fff 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, 50%, #fff 100%);
}
.fondo-programas{
	background-size: cover; 
	background-position: center;
}
.img-podcasts{
	background-size: cover;
	background-position: top center; 
	background-color: var(--rojo); 
	background-blend-mode: multiply;
}
.banner-seccion{
	height: 400px;
	background-size: cover;
	background-position: center;
	background-color: #cacaca;
	background-blend-mode: multiply;
}
.banner-seccion h3{
	font-size: 50px;
	line-height: 50px;
	text-shadow: 0px 5px 2px rgb(0 0 0 / 40%);
	font-weight: 700;
	/*letter-spacing: .1em;*/
}
.fondo-img-circular{
	background-position: center;
	background-size: cover; 
	background-repeat: no-repeat;
}
.fondo-img-circular img{
	border: 5px solid var(--rojo);
}
.img-nosotros{
	height:300px;
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
	background-color: #767676;
	background-attachment: fixed;
}
.cont-mision-vision{
	margin-top: -7rem;
}
.noticia figure{
	overflow: hidden;
}
.noticia figure .gradiente{
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, 50%, #000 100%);
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, 50%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, 50%, #000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*top: 0;*/
}
input.error {
    border-color: #F44336!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
}
.alerta .alert {
	position: fixed;
	bottom: 0;
	width: 100%;
	border-radius: 0;
	margin: 0;
	padding: 25px 15px;
	border: none;
	z-index: 9999;
	text-align: center;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.precio-oferta{
	font-size: 14px;
	text-decoration: line-through;
}
.noticias-inicio .card img{
	height: 230px;
	max-width: 100%;
	object-fit: cover;
}
.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50% 50% 50% 0%;
    width: 65px;
    height: 65px;
    bottom: 60px;
    left: 15px;
    background-color: #00e576;
    padding: 7px 12px;
    animation: 1s infinite alternate shimmy;
}
.whatsapp i {
    position: absolute;
    font-size: 50px;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, -5px)
    }
}
.wsp{
    font-size: 11px;
    font-weight: 400;
    font-family: sans-serif;
    letter-spacing: 0;
    line-height: 1px;
    padding: 3px 7px;
    letter-spacing: 0;
    text-transform: none;
}
@media (max-width: 991px){
	 #mainNav .navbar-brand img{
		width: 120px;
	}
}
@media (max-width: 767px){
	.carousel-caption .titulo-slide{
		font-size: 44px;
		line-height: 44px;
	}
	.titulo{
		font-size: 38px;
	}
	.cont-programas .card{
		background-position: bottom right;
	}
	.app h3{
		font-size: 52px;
		line-height: 52px;
	}
	.banner-seccion h3{
		font-size: 40px;
		line-height: 40px;
	}
	.noticia figure img{
		min-height: 300px;
		object-fit: cover;
	}
}