/** Responsive cards **/
@media (min-width: 0) {
  .card-deck .card {
    flex: 0 0 calc(100% - 30px);
  }
}
@media (min-width: 576px) {
  .card-deck .card {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (min-width: 768px) {
  .card-deck .card {
    flex: 0 0 calc(33.3333333333% - 30px);
  }
}
@media (min-width: 992px) {
  .card-deck .card {
    flex: 0 0 calc(25% - 30px);
  }
}
@media (min-width: 1200px) {
  .card-deck .card {
    flex: 0 0 calc(20% - 30px);
  }
}

/** Sticky side div **/
.sticky {
  position: sticky;
  top: 65px;
}

/** General settings **/
.card-title a:hover{color:red;text-decoration:none;transition:0.3s;}
.container{margin-top:10px;}
.card {margin-bottom:10px;font-family: 'Oswald', sans-serif;}
.card-body{font-family: 'Oswald', sans-serif;}
#tabs {font-family: 'PT Sans Narrow', sans-serif; font-weight:bold;}
.carousel-item{min-height:300px; background:#000; }

/** Main navbar config **/
.navbar{background:#222222;}
.nav-item::after{content:'';display:block;width:0px;height:2px;background:#fec400;transition: 0.2s;}
.nav-item:hover::after{width:100%;}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color:#fec400;}
.nav-link{padding:0; transition:0.2s;}
.dropdown-item.active, .dropdown-item:active{color:#212529;}
.dropdown-item:focus, .dropdown-item:hover{background:#fec400;}
.dropdown:hover>.dropdown-menu{display: block;}

/** Social Icons **/
.envelop-icon:hover{color:#FFA500 !important;}
.facebook-icon:hover{color:#4A64B0 !important;}
.twitter-icon:hover{color:#1DA1F2 !important;}
.youtube-icon:hover{color:#FF0000 !important;}
.insta-icon:hover{color:#DB3366 !important;}
.whats-icon:hover{color:#0DC143 !important;}
.rss-icon:hover{color:#EA854B !important;}
.envelop-icon, .facebook-icon, .twitter-icon, .youtube-icon, .insta-icon, .rss-icon, .whats-icon{font-size:25px;}

/** Background colors and matching fonts for divs **/
 .red {background:#F00;color:#FFF;}
 .blue{background:#00F;color:#FFF;}
 .yellow{background:#FF0;color:#000;}
 .pink{background:#EC3CFF;color:#FFF;}
 .green{background:#080;color:#FFF;}
 .black{background:#000;color:#FFF;}

/** Sidebar tabs **/
section .section-title {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#tabs {
    color: #000;
}
#tabs h6.section-title{
    color: #000;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
    border-color: transparent transparent #000;
    border-bottom: 2px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #F00;
    font-size: 20px;
}

/** Images hover effect **/
.imageBox {
    position:relative;
    overflow:hidden;
}
.imageBox img {
    width:100%;
    transition:.5s;
}
.textBox a {
    margin:0;
    padding:0;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    font-family:arial;
    display:block;
    width:100%;
    height:100%
}
.imageBox:hover .textBox {
    top:0;
}
.imageBox:hover img {
    transform: scale(1.2);
}

/** Footer config **/
.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    margin-top: 10px;
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nota-texto ul, ol {
    list-style: square;
    padding: 0 0 0 40px;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-container a {
	text-decoration: none;
}
.nav-list li a:before {
    content: "\2022";
    font: 400 21px/1 "Material Design Icons";
    color: #F00;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}

/** Main Page Section Titles **/
.section-title-container {
    font-size: 1.2rem;
    padding: 5px;
    position: relative;
    height: 40px;
    text-align: center;
	width: 250px;
    margin-bottom: 10px;
 }

.section-title-container:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.section-title-container:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid red;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

 .section-title-text {
    text-transform: uppercase;
    font-style: italic;
 	font-weight: bold;
 	font-family: 'News Cycle', sans-serif;
 }

 /** Last videos tabs **/
#myTab .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #000;
}

#myTab .nav-tabs .nav-link.active {
    background-color:#FFF !important;
    border:1px solid #fec400 !important;
}
#myTab .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
}
#myTab .tab-content>.active {
    display: block;
    background: #000;
    min-height: 165px;
}
#myTab .nav.nav-tabs {
	background: #000;
    border-bottom: 0;
}

/** Side navigation menu **/
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1500 !important; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    font-weight:bold;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 25px;
    margin-left: 50px;
}

.sidenav img {
	padding: 8px 8px 8px 32px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 24px;}
}

/** Social icons glow **/
a.glow:hover, a.glow:focus {
	text-decoration: none;
	color: #aaf;
	text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
	-webkit-transition: 500ms linear 0s;
	-moz-transition: 500ms linear 0s;
	-o-transition: 500ms linear 0s;
	transition: 500ms linear 0s;
	outline: 0 none;
}

/** Facebook responsive videos **/
.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/** Style for articles **/
.cabecera-nota {font-family: 'Oswald', sans-serif; color:#F00;}

/** Prehome settings **/
#myModal .modal-dialog {
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	top: 50%;
	margin: 0 auto;
}

/** Format comments **/
.card-inner{margin-left:3rem;}
.rating{cursor:pointer;}
.reply{cursor:pointer;}
.enviado_exito{font-size:20px;}


/** Pagination styles **/
.page-item.active .page-link {
	color: #000;
	background-color: #FBC11F;
	border-color: #000;
}

/** Carousel styles **/
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.5);
}

.carousel-caption a {
  color: #ffffff;
}

.carousel-caption h5,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h5 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 30px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}