
:root {
    --gray: #DFDAD2;
    --orange: #EB5B25;
    --gold: #E3A922;
    --black: #1A1A1A;
}

::selection {
    color: white;
    background-color: #ee7623bd;
  }
  
  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 5px;
  }
  
  *::-webkit-scrollbar-track {
    background: var(--black);
    border-radius: 0;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: var(--gold);
    border-radius: 14px;
    border: 1px solid var(--gold);
  }
  
  
.sombra-texto, #slider p, #slider h1, #slider h2, #slider a, .fondoSeccion, #notaSinFoto h2 {
	text-shadow: 0px 0px 3px #000
}
.goToTop {
	position: fixed !important;
	top: -150px;
	height: 70px;
	z-index: 1;
	transition: 0.8s
}

@media screen and (min-width: 992px) {
.goToTop {
	height: 100px
}
}
.down {
	top: 0 !important
}
.no-gutters {
	padding: 0
}
.banners {
	margin: 70px 0
}
.over {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 60
}
.over-destacada {
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 1
}
.mostrarIcono {
	width: 24px;
	margin-left: 16px
}
.redesInicio {
	background-color: transparent !important;
	/*top: 3% !important;*/
	top:60px!important
}

@media screen and (min-width: 1024px) {
.redesInicio {
	/*top: 8% !important*/
	top: 100px !important
}
}
.redesInicio ul li {
	display: inline-block !important;
	margin-left: 16px !important
}
.redesInicio ul li a {
	color: white !important
}
.redesInicio ul li a:hover {
	color: #E15F36 !important
}
body {
	font-family: "Roboto", sans-serif;
	color: #686868;
	text-align: center;
	overflow-x: hidden;
}
a {
	color: #686868
}
a:hover {
	color: #E15F36;
	text-decoration: none
}
ul {
	list-style: none
}
img {
	max-width: 100%
}
#slider {
	height: 70vh;
	margin-bottom: 4rem;
}
/*#slider .image-text {
	margin-top: 0!important;
    display: flex;
    top: 100px;
    bottom: 0;
    align-items: center;
}*/
#slider p {
	font-size: 16px;
	color: #fff
}
#slider h1, #slider h2 {
	font-size: 40px;
	color: #fff;
	font-weight: bold
}
#slider a {
	font-size: 20px;
	color: #fff;
	font-weight: lighter !important;
	display: block
}

.image-text, .image-text-izq, .image-text-der {	
	margin-top: 0!important;
    display: flex;
    top: 100px!important;
    bottom: 0!important;
    align-items: center;
}



.navbar {
	margin: 0 !important
}
header .navbar-default {
	background-color: #fff !important;
	border: 0;
	position: absolute;
	bottom: 0;
	z-index: 60;
	padding: 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
header .navbar-default .navbar-toggle {
	border-color: #686868
}
header .navbar-default .navbar-toggle .icon-bar {
	background-color: #686868
}
header .navbar-default .navbar-nav {
	margin: 0 -15px
}
header nav {
	width: 100%;
	background: #fff;
	margin: 0
}
header nav .navbar-brand {
	padding: 0 16px
}
header nav li a {
	display: flex !important;
}
header nav li:hover a {
	color: #E15F36 !important
}
header nav li:hover img {
	width: 48px
}
header nav li a {
	color: #333 !important
}

@media screen and (min-width: 992px) {
	header nav li a {
		padding: 24px 10px !important
	}
}
header nav li img {
	width: 24px;
	height: 24px;
	width: 0;
	overflow: hidden;
	transition: 0.5s
}
header nav img {
	width: 48px;
	height: 48px
}

@media screen and (min-width: 992px) {
header nav img {
	width: 150px;
	height: 72px
}
}
header nav p {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	vertical-align: middle;
	text-transform: uppercase
}

@media screen and (min-width: 768px) {
header nav p {
	font-size: 12px
}
}

@media screen and (min-width: 992px) {
header nav p {
	font-size: 14px
}
}
header nav .active>a {
	background-color: #E15F36 !important
}
header .redes {
	position: fixed;
	left: 0;
	top: 20%;
	background-color: rgba(255,255,255,0.8);
	border-radius: 0 6px 6px 0;
	z-index: 30
}
header .redes ul {
	padding: 16px;
	padding-left: 24px
}
header .redes ul li {
	margin: 16px 0
}
header .redes ul li i {
	font-size: 24px
}
form {
	position: absolute;
	right: 40px;
	z-index: 30;
	top: 48px
}
.search-form {
	z-index: 10000;  
	margin-top: 90px;
}

@media screen and (min-width: 1024px) {
.search-form {
	/*margin-top: 8% !important;*/
	margin-top: 130px !important
}
}
.search-form .form-group {
	float: right !important;
	transition: all 0.35s, border-radius 0s;
	width: 48px;
	height: 48px
}
.search-form .form-group input.form-control {
	padding: 8px 24px 0 24px;
	border: 0 none;
	background: transparent;
	box-shadow: none;
	display: block
}
.search-form .form-group input.form-control ::-webkit-input-placeholder {
display:none
}
.search-form .form-group input.form-control :-moz-placeholder {
display:none
}
.search-form .form-group input.form-control ::-moz-placeholder {
display:none
}
.search-form .form-group input.form-control :-ms-input-placeholder {
display:none
}
.search-form .form-group:hover {
	width: 100%;
	background-color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px
}
.search-form .form-group span.form-control-feedback {
	position: absolute;
	top: -1px;
	right: -2px;
	z-index: 2;
	display: block;
	width: 48px;
	height: 48px;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
	left: initial;
	font-size: 24px
}
#videos {
	margin: 32px 0
}

@media screen and (min-width: 768px) {
#videos article img {
	max-height: 300px
}
#videos article iframe {
	max-height: 300px;
	width: 80%;
	margin-top: 20%
}
}
#videos a {
	display: block
}

@media screen and (min-width: 768px) {
#videos {
	min-height: 300px
}
}
article {
	position: relative;
	color: white;
	text-shadow: 1px 1px 5px #686868
}
article h3 {
	position: absolute;
	bottom: 64px;
	width: 90%;
	left: 50%;
	margin-left: -45%;
	font-weight: bold
}

@media screen and (min-width: 1280px) {
article h3 {
	bottom: 90px;
	font-size: 32px
}
}
article p {
	position: absolute;
	bottom: 8px;
	width: 80%;
	left: 50%;
	margin-left: -40%
}

@media screen and (min-width: 1280px) {
article p {
	bottom: 32px;
	font-size: 20px
}
}
article a {
	display: inline-block;
	margin: 16px 0;
	text-shadow: 0px 0px 0px transparent
}
article .overlay {
	background-color: rgba(225,95,54,0.5);
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0
}
article .overlay:hover {
	opacity: 1;
	transition: 0.5s
}
.banners img {
	margin: 8px 0
}

@media screen and (min-width: 768px) {
.banners img {
	margin: 0
}
}

@media screen and (min-width: 768px) {
.carousel-mobile {
	display: none
}
}
.carousel-mobile .itemCarr {
	position: relative;
	margin: 16px 0
}
.carousel-mobile .itemCarr h3 {
	color: #fff;
	position: absolute;
	left: 24px;
	bottom: 24px
}
.slider-reset {
	border: 0 !important;
	background: transparent !important;
	box-shadow: 0 0 0 !important;
	display: none !important
}

/* @media screen and (min-width: 768px) { */
.slider-reset {
	display: block !important
}
/* } */
#carousel {
	display: block
}

.bx-viewport {
	min-height: 310px;
}
@media screen and (min-width: 768px) {
#carousel {
	display: block
}
}
#carousel .carousel-caption {
	right: 5%;
	left: 5%
}
#carousel .carousel-caption h3 {
	font-size: 24px;
	float: right;
	text-align: right;
	width: 20%;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase
}
#carousel .carousel-caption p {
	font-size: 14px;
	line-height: 16px;
	float: left;
	text-align: left;
	width: 80%;
	margin: 0;
	font-weight: lighter
}
#slider-usuarios {
	background: var(--orange) url( '../images/bg-yellow.webp' );
    padding: 100px 15px 50px 15px;
    margin: 100px -15px;
}
.use-divider {
	position: relative;
}
.use-divider::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -100px;
    left: 0;
    right: 0;
    height: 200px;
    background: url('../images/divider.webp') no-repeat center bottom;
}
.use-divider-top {
	position: relative;
}
.use-divider-top::before {
    content: '';
    position: absolute;
    display: block;
	top: -100px;
    left: 0;
    right: 0;
    height: 200px;
    background: url('../images/divider.webp') no-repeat center bottom;
}
#slider-usuarios #responsive .usuario {
	width: 100%
}
#slider-usuarios #responsive .usuario:hover {
	cursor: default
}
#slider-usuarios #responsive .usuario img {
	width: 30%;
	border-radius: 50%;
	border: 3px solid #fff;
	float: left;
	margin: 24px 8px
}
#slider-usuarios #responsive .usuario img:hover {
	cursor: default
}
#slider-usuarios #responsive .usuario .txtUsuario {
	width: 60%;
	float: right;
	text-align: left;
	color: #fff;
	margin-top: 8px
}
#slider-usuarios #responsive .usuario .txtUsuario h3 {
	font-size: 16px;
	line-height: 24px
}
#slider-usuarios #responsive .usuario .txtUsuario h3 a {
	color: white
}
#slider-usuarios #responsive .usuario .txtUsuario h3 a:hover {
	text-decoration: underline;
	font-weight: lighter
}
#slider-usuarios #responsive .usuario .txtUsuario p {
	font-size: 12px
}
#slider-usuarios #responsive .usuario .txtUsuario p a {
	color: white
}
#slider-usuarios #responsive .usuario .txtUsuario p a:hover {
	text-decoration: underline;
	font-weight: lighter
}
.creditos p {
	font-size: 14px;
	line-height: 16px;
	margin-top: 72px;
	border-bottom: 3px solid #333;
	padding-bottom: 8px
}
footer {
	margin-top: 64px
}

@media screen and (min-width: 768px) {
footer {
	text-align: left
}
footer .redesSociales {
	margin: 0
}
}
footer form {
	position: relative;
	right: 0;
	top: 0;
	z-index: 0
}
footer form input {
	display: inline-block;
	width: 100%;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 16px !important;
	padding: 8px !important;
	background-color: #686868;
	color: white;
	border: 0;
	height: 40px;
	margin-bottom: 24px !important
}

@media screen and (min-width: 992px) {
footer form input {
	width: 70%;
	margin-bottom: 0px !important
}
}
footer form input::placeholder {
text-align:left;
color:#fff
}
footer form .btn {
	color: white !important;
	text-align: left !important
}
footer form button {
	display: inline-block;
	width: 100%;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;
	background-color: #E15F36 !important;
	border: 0 !important;
	font-size: 16px !important;
	padding: 10px 40px 10px 20px !important;
	height: 40px
}

@media screen and (min-width: 992px) {
footer form button {
	width: 30%
}
}
footer ul {
	padding: 0;
	margin: 24px 0
}

@media screen and (min-width: 768px) {
footer ul {
	margin: 8px 24px
}
}
footer ul li {
	display: inline-block;
	margin-right: 16px;
	font-size: 24px
}
footer ul li:last-child {
	margin-right: 0
}

@media screen and (min-width: 768px) {
footer ul li {
	font-size: 20px
}
}
footer h3 {
	margin-top: 64px
}

@media screen and (min-width: 768px) {
footer h3 {
	margin-top: 0
}
}
footer .footer-nav {
	border-top: 3px solid #333;
	margin-top: 48px
}
footer .footer-nav ul {
	margin: 24px auto;
	text-align: center
}
footer .footer-nav ul li {
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase
}

@media screen and (min-width: 768px) {
footer .footer-nav ul li {
	font-size: 14px
}
}
footer .contador-visitas {
	margin: 48px auto;
	text-align: center
}
footer .contador-visitas h5 {
	width: 24px;
	height: 24px;
	background-color: #686868;
	color: white;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid white;
	display: inline-block
}
.tituloSeccion {
	width: 100%;
	height: 100px;
	background-color: rgba(0,0,0,0.5);
	z-index: 60;
	position: absolute
}
.tituloSeccion h2 {
	float: left;
	font-size: 22px !important;
	margin-left: 12px;
	color: #fff;
	margin-top: 32px;
	display: flex;
	
}
.tituloSeccion h2 img {
	width: 32px;
	height: 32px
}
.tituloSeccion .logoSeccion {
	float: right
}
.tituloSeccion .logoSeccion img {
	height: 32px;
	width: auto;
	margin: 20px
}

@media screen and (min-width: 768px) {
.tituloSeccion .logoSeccion img {
	height: 48px;
	margin: 26px
}
}
.fondoSeccion {
	position: absolute;
    width: 100dvw;
	max-height: 100%;
	height: calc(85vh - 154px);
	background-color: #555;
	background-size: cover !important;
	background-position: center;
	color: #fff;
	display: flex;    
overflow: hidden;
    align-items: flex-end;
    padding-bottom: 50px;
}
#notaConFoto .fondoSeccion {
    height: calc(100vh - 154px);
}
.fondoSeccion a {
	color: #fff
}
.fondoSeccion h4 {
	margin-top: 100%
}
.separador {
	margin: 48px
}
.verMas {
	width: 100%;
	height: 72px;
	/* background-color: rgba(255,255,255,0.5); */
	z-index: 60;
	/* padding: 48px 0 */
}
.verMas button {
	background: transparent;
	border: 0;
	display: flex;
	float: left;
	font-size: 24px !important;
	margin: 0;
	padding: 0;
	color: #333
}
.verMas button img {
	width: 32px;
	height: 32px
}
.seccionSinFoto {
	width: 100%;
	background-size: cover;
	background-position: center;
	color: #333
}
.seccionSinFoto a {
	color: #fff
}
.seccionSinFoto h4 {
	margin-top: 50%
}

@media screen and (min-width: 768px) {
.seccionSinFoto h4 {
	margin-top: 40%
}
}
.resumen {
	background: var(--orange) url( '../images/bg-yellow.webp' );
	padding: 150px 16px;
	padding-bottom: 80px !important;
	margin: 24px -15px;
	margin-top: 200px;
	position: relative;
}
.share_redes {
	padding: 2rem;
	color: var(--orange)
	width: 100%;
	background-color: #333;
}
.share_redes > .row {
	max-width: 900px;
	margin: 0 auto;
}
.share_redes,
.share_redes a {
	color: white;
	font-size: 16px;
	padding: 15px 0
}

.share_redes .fa {
	color: white;
	font-size: 24px
}

.resumen::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -100px;
    left: 0;
    right: 0;
    height: 200px;
    background: url('../images/divider.webp') no-repeat center bottom;
}
.resumen .container {
	max-width: 980px;
}

@media screen and (min-width: 768px) {
.resumen {
	margin-top: 40%;
	padding: 32px
}
}

@media screen and (min-width: 992px) {
.resumen .resumen {
	margin-top: 35%
}
}

@media screen and (min-width: 1024px) {
.resumen .resumen {
	margin-top: 30%
}
}

@media screen and (min-width: 1400px) {
.resumen {
	margin-top: 25%;
	padding: 48px
}
}
.resumen h3 {
	color: #fff;
	font-size: 18px;
	line-height: 22px
}

@media screen and (min-width: 768px) {
.resumen h3 {
	font-size: 24px;
	line-height: 32px
}
}
.nav-fija {
	position: fixed !important;
	bottom: 0
}
#notaSinFoto .image-text {
	margin-top: 30%
}
#notaSinFoto p {
	font-size: 16px;
	line-height: 24px;
	text-align: left
}
#notaSinFoto iframe {
	position: relative;
	height: 500px
}
#notaSinFoto h2 {
	font-size: 32px;
	color: #fff;
	font-family: "Oswald", sans-serif
}
#notaSinFoto a {
	color: #333
}
#seccionFinal nav, #sinFoto nav, #conFoto nav {
	background-color: transparent
}
#seccionFinal .banners, #sinFoto .banners, #conFoto .banners {
	margin: 70px 0
}
#notaConFoto section:first-child {
	height: calc(100vh - 154px)
}
#notaConFoto .resumen {
	z-index: 0;
	margin-top: 0px !important;
	margin-bottom: 24px !important
}
#notaConFoto iframe {
	position: relative;
	height: 500px
}

.notaIntro:after {
    content: '';
    width: 170%;
    height: 130%;
    background: radial-gradient(rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 2%, rgba(0, 0, 0, 0) 70%);
    display: block;
    position: absolute;
    top: -20%;
    left: -37%;
    border-radius: 100%;
    z-index: 0;
    opacity: .7;
}

#notaConFoto .fondoSeccion h4 {
	/*margin-top: 50%*/
	margin:0!important
}

#notaConFoto figure img {
	margin: 0 auto;
}
#notaConFoto figure img {
	margin: 0 auto;
}

#notaConFoto figure figcaption p {
	text-align: center;
}

@media screen and (min-width: 768px) {
#notaConFoto .fondoSeccion h4 {
	margin-top: 60%
}
}

@media screen and (min-width: 1024px) {
#notaConFoto .fondoSeccion h4 {
	margin-top: 100%
}
}
#notaConFoto .destacado {
	padding: 48px 0
}
#notaConFoto .destacado h3 {
	/* color: #006080; */
	line-height: 40px;
	text-align: left
}
#notaConFoto p {
	text-align: left;
	margin-bottom: 2rem;
	font-weight: 400;
}
#notaConFoto p strong {
	text-align: left;
	margin-bottom: 2rem;
	font-weight: 900;
}
#notaConFoto figcaption {
	margin-top: 12px
}
#notaConFoto article p {
	text-align: center !important
}
#columnistas {
	background-color: #333
}
#columnistas .navbar {
	padding-top: 12px;
	min-height: 72px
}

@media screen and (min-width: 768px) {
#columnistas .navbar {
	padding-top: 0px;
	min-height: 72px
}
}

@media screen and (min-width: 768px) {
#columnistas .navbar .navbar-nav li a {
	padding-top: 25px;
	padding-bottom: 25px
}
}
#columnistas .goToTop {
	min-height: 100px
}

@media screen and (min-width: 768px) {
#columnistas .goToTop {
	min-height: 100px;
	padding-top: 0px
}
}
#columnistas .overlay {
	background-color: rgba(0,0,0,0.5)
}
#columnistas .tituloSeccion {
	background-color: #333
}
#columnistas header .navbar-default {
	background-color: #333 !important
}
#columnistas header nav li {
	background-color: #333 !important
}
#columnistas header nav p {
	color: #fff !important
}

@media screen and (min-width: 768px) {
#columnistas header nav .navbar-brand img {
	width: 60px;
	height: 60px
}
}
#columnistas .verMas {
	background: transparent
}
#columnistas .verMas button {
	color: #fff
}
#columnistas .creditos p {
	border-color: #fff;
	color: #fff
}
#columnistas footer {
	color: #fff
}
#columnistas footer .footer-nav {
	border-color: #fff
}
#columnistas footer .footer-nav a {
	color: #fff
}
#columnistas footer .footer-nav a:hover {
	color: #E15F36
}
#columnistas footer form input {
	background-color: #fff;
	color: #333
}
#columnistas footer form input::placeholder {
color:#fff
}
#columnistas i {
	color: #fff
}
#columnistas i:hover {
	color: #E15F36
}
#columnistas .columnista {
	padding: 60px 0;
	margin: 0 -15px;
	background-color: #fff;
	max-height: 100vh
}

@media screen and (min-width: 768px) {
#columnistas .columnista {
	text-align: left;
	margin-top: 60px
}
}
#columnistas .columnista img {
	width: 100%;
	height: 100%;
	border-radius: 50%
}
#columnistas .columnista h3 {
	font-weight: bold;
	font-size: 32px;
	margin-top: 30px
}
#columnistas .columnista h3 span {
	font-weight: lighter;
	font-size: 20px
}

@media screen and (min-width: 768px) {
.col-md-4 {
	min-height: 0
}
}
h1, h2, h3, h4 {
	font-family: "Oswald", sans-serif
}
h1, h2 {
	font-weight: bold !important
}
.chau {
	display: none
}

:root {
    --gray: #DFDAD2;
    --orange: #EB5B25;
    --gold: #E3A922;
    --black: #1A1A1A;
}


/* nuevos */
body {
	font-family: oswald,sans-serif;
    font-size: 18px;
    text-align: left;
    color: var(--black);
	background: url('../images/bg-gray.webp')  center center ;
}
#new-header {
	position: sticky;
    top: 0;
    z-index: 900;
    height: 100px;
    margin-bottom: 0;
}
#new-header::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -90px;
    left: 0;
    right: 0;
    height: 100px;
    background: url('../images/divider.webp') no-repeat center bottom;
}

#footer {
	background-color: var(--black);
	color: var(--gray);
}


[x-cloak] { display: none !important; }

.none {
	display: none;
}


@media (min-width: 768px) {
    .md\:block {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
	#new-header .navbar {
		width: calc(100vw);
	}
	* {
		max-width: 100%;
	}
	.container-fluid {
		padding: 0;
	}
	.sharemobile,
	.resumen,
	.row {
		margin: 0;
	}

	#new-header::after {
		bottom: -60px;
	}
	#notaConFoto {
		overflow: hidden;
	}

	.resumen {
		padding: 50px 16px;
    	padding-bottom: 80px !important;
	}
	.imgSlider {
		margin-top: -70px;
	}
	.boxSlider:first-child {
		height: 200px;
		padding-top: 5px;
	}
	.sharemobile {
		margin: 0 !important;
		padding: 15px 10px;
	}
	.tituloSeccion .logoSeccion {
		float: right;
		display: none;
	}
	.tituloSeccion.pt-16 {
		padding-top: 1rem;
	}
	#notaConFoto section:first-child,
	.fondoSeccion {
		height: 75dvh;
	}
	body #sliderMobile {
		background-color: #000;
		margin-top: 60px !important;
	}
	body #sliderMobile .boxSlider .textSlider {
		position: absolute;
		z-index: 10;
		top: 20px;
		left: 0;
		margin-top: 10px !important;
		width: 90%;
		margin-left: 5% !important;
	}
	#sliderMobile .boxSlider {
		height: 220px;
		position: relative;
	}
	#sliderMobile .boxSlider > div {
		height: 100%;
	}
	body #sliderMobile .boxSlider .imgSlider {
		height: 100% !important;
	}
}


.navbar-collapse.collapse {
    visibility: inherit !important;
}

.hover-text-azul:hover {
	color: rgb(29, 52, 142) !important;
}
.hover-text-rojo:hover {
	color: red !important;
}
.hover-text-verde:hover {
	color: green !important;
}
.hover-text-amarillo:hover {
	color: yellow !important;
}
.hover-text-fucsia:hover {
	color: orange !important;
}
.hover-text-teal:hover {
	color: teal !important;
}
