@font-face {
    font-family: 'VAG Rounded';
    src: url('../font/VAG-Rounded-Bold.woff2') format('woff2'),
        url('../font/VAG-Rounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VAGRounded Light';
    src: url('../font/VAGRoundedLT-Light.woff2') format('woff2'),
        url('../font/VAGRoundedLT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VAGRounded Lt';
    src: url('../font/VAGRoundedLtNormal.woff2') format('woff2'),
        url('../font/VAGRoundedLtNormal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VAGRounded BT';
    src: url('../font/VAGRoundedBT-Regular.woff2') format('woff2'),
        url('../font/VAGRoundedBT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'VAGRounded Lt', sans-serif;
	color: #ffffff;
}


.bg-header {
	background-image: radial-gradient(circle, #0a123a 0%, #00001d 100%);
	border-bottom: 6px solid;
  border-image-source: linear-gradient(90deg, #cb721b, #f3e68b, #eec054, #e9a63c, #f6e176);
  border-image-slice: 1;
}

.navbar-dark .navbar-toggler {
	background: linear-gradient(90deg, #cb721b, #f6e176);
	border: none;
	border-radius: 100px;
	width: 54px;
	height: 54px;
}

.fa-bars {
	color: #ffffff;
	text-shadow: 3px 3px 4px #272634;
}

footer {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 300;
}

footer .bg-footer {
	background-color:#141414;
	border-top: 3px solid;
	position: fixed;
	bottom:0px;
  padding: 4px 20px;
}

footer .social {
	float: right;
}

footer .social-icons {
	display: inline-block;
}

footer .social-icons li {
	margin: 0 3px;
	font-size: 1.2rem;
	list-style: none;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 100px;
	width: 32px;
	height: 32px;
	text-align: center;
}

footer .social-icons li a {
	color: #f0a63c;
	line-height: 36px;
}

footer img {
	margin-left: 10px;
}

footer ul, footer p {
	margin-bottom: 0;
}

.text-small {
	font-size: 1rem;
	font-weight: 300;
}

.text-large {
	font-size: 1.7rem;
	font-weight: 400;
}

.white {
	color: ffffff;
}

.block {
	display: block
}

.center {
	text-align: center;
}

.space150 {
	margin-top: 150px;
}

.top-100 {
	margin-top: -100px;
}

.top100 {
	padding-top: 100px;
}

.top50 {
	padding-top: 50px;
}

.vh80 {
	height: 80vh;
}

.live {
	/*border-left: 5px solid;
	border-right: 5px solid;
	border-image-source: linear-gradient(0deg, #cb721b, #f3e68b, #eec054, #e9a63c, #f6e176);
	border-image-slice: 1;
	padding: 0 30px;*/
}

.navbar-toggler:focus, .navbar-toggler:active { 
	outline: none;
}


.intro-txt {
  padding:0 60px 60px 60px;
  margin-left:0;
  margin-top:30px;
}

.intro-imagen {
	margin-top: 50px;
	margin-left:50px;
}

.intro-imagen-der {
	margin-top: 50px;
	margin-left:0;
}

.intro-txt h1 {
	font-weight: 300;
	font-size: 3rem;
}

.intro-txt a .fa-angle-right {
	font-size: 1em;
	padding-top: 4px;
}

.btn-siguiente {
	color: #f3d661;
	font-size: 1.7rem;
	font-weight: 500;
	margin-top:10px;
	margin-bottom: 5px;
	font-family: 'VAGRounded BT';
}

.btn-siguiente:hover {
	color: #ffffff;
	text-decoration: none;
}

.divider-separator {
    width: 100%;
    margin: 0 auto;
    border-top: 7px solid;
    border-image-source: linear-gradient(90deg, #cb721b, #f3e68b, #eec054, #e9a63c, #f6e176);
    border-image-slice: 1;
    display: flex;
}

.categoria {
	margin-top:-200px;
	margin-left:-20px;
	z-index: 2;
}

.categoria-margin-top {
	margin: 50px 0;
	margin-left:-20px;
}

.categoria-bg {
	background: linear-gradient(90deg, #cb721b, #f3e68b, #eec054, #e9a63c, #f6e176);
	border-radius: 0 20px 100px 0;
	padding: 5px 70px 5px 0;
	width: 360px;
	text-align: right;
}

.categoria h2 {
	background: linear-gradient(90deg, #cb721b, #f3e68b, #eec054, #e9a63c, #f6e176);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	padding-left: 50px;
	font-size: 2.3rem;
	font-family: 'VAGRounded BT';
}

.categoria-bg h3 {
	color: #0f1a7b;
	font-size: 3.2rem;
	font-weight: 600;
	margin-bottom: -5px;
	font-family: 'VAGRounded BT';
	}

.categoria-bg h4 {
	color: #0f1a7b;
	font-size: 1.2rem;
}

#bg-02 {
	/*background-image: url(img/fondo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	ba
	min-height: 93vh;*/
}

.ingreso {
	padding: 0 10%;
}

.logo {
	margin: 15% 0 1%;
}

.btn-general {
    color: #001a7b;
    font-size: 1.3rem;
    padding: 8px 30px;
    display: block;
    width: 60%;
    margin: 0 auto;
    border: 2px solid #f0a63c;
    border-radius: 50px;
    letter-spacing: 1px;
}

.btn-general:hover {
    background: #995700;
    border: 2px solid #844800;
    color: #ffffff;
}

.form-group {
    margin-bottom: 1.5rem;
}
.form-control {
	font-size: 1.2rem;
}

.move-izq10 {
	margin-left: -10%;
}

.move-der {
	margin-left: 25%;
	width:100%;
}

.arrow-up {
	font-size: 5em;
	color:#f3d661;
	margin-bottom: 50px;
}

.arrow-up-izq {
	font-size: 5em;
	color:#f3d661;
	margin-top: 30px;
	float: left;
	z-index: 2;
}

.arrow-down {
	position: absolute;
	margin-top: -10%;
	right: 2%;
	font-size: 5em;
	color:#f3d661;
	z-index: 3;
}

.flip {
	-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}



.agenda-title {
 color: #f1d12e;
 text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
 font-size: 3rem;
}

.agenda-programa {
	border-left: 2px solid #001a7b;
	padding-left: 40px;
  margin: 0 40px;
}

.agenda-programa li {
	list-style: none;
	color: #001a7b;
	font-size: 1.5rem;
	padding-left: 0;
}

.vcenter {
   display: flex;
   align-items: center;
}


.envivo {
	border: 12px solid #262626;
	padding: 0;
	margin: 0 0 2% 0;
}

.envivo-title {
	background: linear-gradient(90deg, #cb721b, #f3e68b, #eec054, #e9a63c, #f6e176);
	padding: 10px 20px 0 20px;
	color: #001a7b;
}

.envivo-title p {
	margin-bottom: -5px;
	font-size: 1.2rem;
}

.envivo-creditos {
	display: flex;
	justify-content: space-between;
}

.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /*padding-top: 30px;*/
  position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}



h4.cat, h4.cat a {
	font-size: 1.8rem;
	line-height: 1.8rem;
	color:#0f1a7b;
	text-align: left;
	padding: 10px 0 10px 50px !important;
	margin-bottom: 0;
}

.hov {
	filter: drop-shadow(0px 5px 8px #222222);
}

.hov:hover {
	filter: saturate(50%);
}

h4.cat a.btn-cat-regresar:hover {
	color: #ffffff !important;
	text-decoration: none !important;
}


.encuesta h1 {
	color: #e9a63c;
	font-size: 3.2rem;
	font-family: 'VAGRounded BT';
	margin-bottom: 2.5rem;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.8);
}

.encuesta p, .encuesta label {
	font-size: 1.5rem;
	line-height: 1.5rem;
}

.encuesta .fa-star {
	color: #001a7b;
	font-size: 1.7rem;
	margin: 0 4px;
}

.encuesta .checked {
	color: #001a7b;
}

.border-blue {
	border-color: #141414;
	border-width: 2px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.8);
	width: 95%;
	margin: 0 auto;
}

.encuesta .form-row {
	margin-top: 25px;
}

.encuesta .btn-general {
	width: 30%;
}

.encuesta p.gracias {
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
}

.bottom30{
	margin-bottom: 30px;
}


h4.galeria {
	font-size: 1.8rem;
	line-height: 1.8rem;
	color:#0f1a7b;
	text-align: left;
	padding: 20px 0 20px 30px !important;
	margin-bottom: 0;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
    .intro-txt h1 {
    	font-size: 2.2rem;
    }
    .intro-txt {
    	padding: 0 0 0 50px !important;
    	margin-left: 0;
    }
    .btn-siguiente {
    	font-size: 1.5rem;
		}
		a.btn-siguiente, .fa-angle-right {
    	text-shadow: 2px 2px 5px #222222;
		}
		.categoria {
			margin-top:-150px;
			margin-left:-30px;
			z-index: 2;
		}
		.categoria-bg {
			background: linear-gradient(90deg, #cb721b, #f3e68b, #eec054, #e9a63c, #f6e176);
			border-radius: 0 15px 100px 0;
			padding: 5px 0 5px 30px;
			width: 250px;
		}
		.categoria h2 {
			font-size: 1.5em;
			padding-left: 50px;
		}
		.categoria-bg h3 {
			font-size: 2.2rem;
			padding: 5px 50px 5px 0;
		}
		.categoria-bg h4 {
			font-size: 1rem;
			padding-right: 50px;
		}
		.arrow-down {
			margin-top: -12%;
			font-size: 3em;
		}
		.move-der {
			margin-left: 20%;
			width: 500px;
			margin-top: -80px;
		}
		.agenda {
			opacity: 0.85;
		}
		h4.cat, h4.cat a {
			font-size: 1.3rem;
			line-height: 1.3rem;
			padding: 10px 0 10px 20px !important;
			margin-bottom: 0;
		}
		.encuesta h1 {
			font-size: 2.2rem;
			margin-bottom: 1.7rem;
		}

		.encuesta p, .encuesta label {
			font-size: 1rem;
			line-height: 1rem;
		}

		.encuesta .fa-star {
			color: #001a7b;
			font-size: 1rem;
			margin: 0 2px;
		}
		.encuesta .btn-general {
			font-size: 1rem;
			padding: 7px 30px;
		}
		.border-blue {
			font-size: 1rem;
		}
		h4.galeria {
			font-size: 1.2rem;
			line-height: 1rem;
			padding: 10px 0 10px 10px !important;
			margin-bottom: 0;
		}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    footer, footer .social {
    	text-align: center;
    	display: block;
    	float: none;
    }
    footer .social {
    	margin-top:10px;
    }
		.intro-txt {
		  padding:0 30px 30px 30px;
		}
    .intro-txt h1 {
    	font-size: 1.7rem;
    }
    .space150{
    	margin-top: 80px;
    }
    .arrow-up {
			font-size: 3em;
			margin-bottom: 20px;
		}
		.arrow-down {
			margin-top: -15%;
			font-size: 3em;
		}
		.move-der {
			margin-left: 20%;
			width: 400px;
			margin-top: -30px;
		}
    .intro-imagen {
			margin-left: 20px;
    }
    .btn-siguiente {
    	font-size: 1.3rem;
		}
		a.btn-siguiente, .fa-angle-right {
    	text-shadow: 2px 2px 5px #222222;
		}
		.divider-separator {
			border-top: 4px solid;
		}
		.categoria {
			margin-top:-130px;
			margin-left:-20px;
			z-index: 2;
		}
		.categoria-bg {
			background: linear-gradient(90deg, #cb721b, #f3e68b, #eec054, #e9a63c, #f6e176);
			border-radius: 0 15px 100px 0;
			padding: 5px 0 5px 20px;
			width: 200px;
		}
		.categoria h2 {
			font-size: 1.5rem;
			padding-left: 20px;
		}
		.categoria-bg h3 {
			font-size: 2.2rem;
			padding: 5px 50px 5px 0;
		}
		.categoria-bg h4 {
			font-size: 1rem;
			padding-right: 50px;
		}
		.agenda {
			opacity: 0.85;
			width: 80%;
			margin: 0 auto;
		}
		h4.cat, h4.cat a {
			font-size: 1rem;
			line-height: 1rem;
			padding: 10px 0 10px 10px !important;
			margin-bottom: 0;
		}
		.encuesta {
			padding: 5% 7%;
		}
		.encuesta h1 {
			font-size: 2rem;
			margin-bottom: 1.5rem;
		}

		.encuesta p, .encuesta label {
			font-size: 1rem;
			line-height: 1rem;
		}

		.encuesta .fa-star {
			color: #001a7b;
			font-size: 1rem;
			margin: 0 2px;
		}
		.encuesta .btn-general {
			font-size: 1rem;
			padding: 7px 30px;
		}
		.border-blue {
			font-size: 1rem;
		}
		h4.galeria {
			font-size: 1rem;
			line-height: 1rem;
			padding: 10px 0 10px 10px !important;
			margin-bottom: 0;
		}
}

/* 1201 to 1460 */
@media (min-width: 1201px) and (max-width:1460px) { 
  .intro-txt h1 {font-size:2.5rem;} 
}


li.nav-item {
	border-bottom: 1px solid 
}

.navbar-dark .navbar-nav .nav-item > .nav-link{
	color: #0f1a7b;
	font-size: 1.65em;
	font-weight: 100;
	font-family: 'VAGRounded LT';
}

.navbar-dark .navbar-nav .active > .nav-link{
	color: #0f1a7b;
	font-size: 1.65em;
	font-weight: 400;
	font-family: 'VAGRounded LT';
}
