@font-face {
  font-family: 'Agencyb';
  src: local('Agencyb'),
       local('Agencyb'),
       local('Agencyb'),
       url(../fonts/agencyb.ttf) format('truetype');}
@font-face {
  font-family: 'Roboto-Regular';
  src: local('Roboto-Regular'),
       local('Roboto-Regular'),
       local('Roboto-Regular'),
       url(../fonts/Roboto-Regular.ttf) format('truetype');}
@font-face {
  font-family: 'Roboto-Bold';
  src: local('Roboto-Bold'),
       local('Roboto-Bold'),
       local('Roboto-Bold'),
       url(../fonts/Roboto-Bold.ttf) format('truetype');}
.navbar-nav li:before {
  box-sizing: border-box;
  transform: translateX(100%);
  content: '';
  position: absolute;
  bottom: 0;
  left:  0;
  width: 80%;
  height: 2px;
  border-bottom: 2px solid transparent;
  border-left:  2px solid transparent;
}
#tmp3 a:hover {
    text-decoration: none;
}
#txtfoo a {
    color: #fff;
}
#txtfoo a:visited {
    color: #fff;
}
#txtfoo a:hover {
    color: #fff;
}
#tmp3 {
    margin-top: 50px;
}
.navbar-nav li:after {
  box-sizing: border-box;
  transform: translateX(-100%);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 2px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
}
.navbar-nav li:hover {
  color: inherit;
  text-decoration: none;
}
.navbar-nav li:hover:before {
  transition: 0.3s transform linear, 0.2s height linear 0.4s;
  transform: translateX(0);
  height: 50%;
  border-color: #fff;
}

.navbar-nav li:hover:after {
  transition: 0.3s transform linear, 0.2s height linear 0.4s;
  transform: translateX(0);
  height: 50%;
  border-color: #fff;
}

#primary-menu li.current:before {
  transition: 0.1s transform linear, 0.1s height linear 0.1s;
  transform: translateX(0);
  height: 50%;
  border-color: #fff;
}
#primary-menu li.current:after {
  transition: 0.1s transform linear 0.2s, 0.1s height linear 0.3s;
  transform: translateX(0);
  height: 50%;
  border-color: #fff;
}
#masthead {
    background: #BF212A;
	padding-bottom: 15px;
	padding-top: 15px;
}
.conte_post i {
    color: #BF212A;
    font-size: 25px;
}
.conte_post a {
    color: #BF212A;
    margin-left: 15px;
}
#chead{
	max-width: 90%;
}
.slidertemp {
    margin-bottom: 50px;
}
.sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 500;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  background: #BF212A;
  margin-left: -10px;
  transition: .5s ease;
  height: 0;
  width: 120%;
  top: 50px;

}
.sub-menu li{
  margin-right: 0 !important;
  margin-left:  0 !important;
}
.dropdown-menu{
    background: #BF212A;
}
.dropdown-item:focus, .dropdown-item:hover{
   background: #BF212A; 
}
.dropdown-item {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}
.sub-menu li:hover::after{
  border-color: transparent !important;
}
.sub-menu li:hover:before{
  border-color: transparent !important;
}
.menu-item-has-children:hover .sub-menu{
  height: auto;
  opacity: 1;
  transition: .5s ease;
}
html{
  font-family: 'Roboto-Regular' !important;
}
.post-se {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}
.con_int_post {
  margin-top: 50px;
    margin-bottom: 30px;
}
.entry-title{
  font-family: 'Agencyb';
  color: #BF212A;
  margin: 0;
}
.entry-title a{
  font-family: 'Agencyb';
  color: #BF212A; 
}
.col-de a {
    color: #BF212A;
}
.col-de a:visited {
    color: #BF212A;
}
.col-de a:hover {
    color: #BF212A;
}
.entry-title a:visited{
  color: #BF212A; 
}
.entry-title a:hover{
  color: #BF212A; 
}
.btn-le{
  border: 1px solid #BF212A;
  background: transparent;
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #BF212A ;
  font-family: 'Roboto-Bold';
  transition: .5s ease;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 12px;
}
.col-de {
  padding-bottom: 30px;
}
.btn-le:visited{
    color: #BF212A ;
}
.btn-le:hover{
  border: 1px solid #BF212A;
  background: #BF212A;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff !important;
  transition: .5s ease;
  text-decoration: none;
}
#primary-menu a:hover{
  text-decoration: none;
}

.navbar.navbar-expand-lg {

    max-width: 90%;
    margin: auto;

}
#navbarSupportedContent {

    justify-content: flex-end;

}
#bscrs{
  display: flex;
  margin-left: 200px;
}
#site-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sehead .search-submit {
    display: none;
}
.sehead{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.sehead label{
	margin:0;
	position: relative;
}
.sehead .search-field{
	border-radius: 10px;
}
.rss {
margin-left: 50px;

}
.rss i{
	background:#fff;
	color:#BF212A;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
  border: 2px solid #fff;
  transition: .5s ease;
}
.rss i:hover{
  background:#BF212A;
  color:#fff;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 2px solid #fff;
  transition: .5s ease;
}
.rss a{
	margin-right: 20px;
}
.sehead label::before {
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    line-height: inherit;
    vertical-align: baseline;
    position: absolute;
    top: .2em;
    right: .6em;
    color: #BF212A;
}
.slider-capitulos {
    margin-bottom: 50px;
}
.btn-dossier a {
    background: #BF212A;
    color:#fff;
    border: 2px solid   #BF212A;
    border-radius: 10px;
    font-family: 'Agencyb';
    padding: 10px 15px;
    margin: 0;
    text-transform: uppercase;
    transition: .5s ease;
}
.btn-dossier a:visited {
    background: #BF212A;
    color:#fff;
    border: 2px solid   #BF212A;
    border-radius: 10px;
    font-family: 'Agencyb';
    padding: 10px 15px;
    margin: 0;
    text-transform: uppercase;
    transition: .5s ease;
}

.btn-dossier a:hover{
  background: #fff;
  color: #BF212A;
  text-decoration: none;
}
#primary-menu {
	font-family: 'Agencyb';
  text-align: right;
}
.navbar-nav{
 font-family: 'Agencyb';
  text-align: right;
  font-size: 20px; 
  align-items: flex-end;
}
.navbar-nav li{
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.navbar-nav a{
  color: #fff !important;
  position: relative;
  z-index: 500;
}
.nav-link {
    padding: 0 !important;
}
#primary-menu li{
	padding-left: 10px;
	padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
}
#primary-menu a{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}
#primary-menu a:visited{
	color: #fff
}
#primary-menu a:hover{
	color: #fff
}
#gridcontainer{margin: 20px 0; width: 100%; }
#gridcontainer h2 a{color: #77787a; font-size: 13px;}
#gridcontainer .griditemleft{float: left; width: 278px; margin: 0 40px 40px 0;}
#gridcontainer .griditemright{float: left; width: 278px;}
#gridcontainer .postimage{margin: 0 0 10px 0;}
.max-content{
	max-width: 90% !important;
}
.bg-gris{
	background: #dadada;
	padding-top: 30px;
	margin-top: 30px;
	padding-bottom: 30px; 	
}
.bg-blanco{
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px; 	
}
.temporadas-menu{
	margin-bottom: 30px;
	margin-top: 50px;
}
#menu-temporadas {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    color:#BF212A;
}
#menu-temporadas a{
	font-family: 'Agencyb';
	color:#BF212A;	
	text-transform: uppercase;
	position: relative;
	z-index: 200;
}
#menu-temporadas a:hover{
	color:#BF212A;	
	text-decoration: none;
}
#menu-temporadas a:visited{
	color:#BF212A;	
}

#menu-temporadas li{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#menu-temporadas li:first-child{
	margin-left: 0;
}



#menu-temporadas li {
  position: relative;
  display: block;
  text-transform: uppercase;
  overflow: hidden;
}
#menu-temporadas li:before {
  box-sizing: border-box;
  transform: translateX(100%);
  content: '';
  position: absolute;
  bottom: 0;
  left:  0;
  width: 80%;
  height: 2px;
  border-bottom: 2px solid transparent;
  border-left:  2px solid transparent;
}
#menu-temporadas li:after {
  box-sizing: border-box;
  transform: translateX(-100%);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 2px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
}
#menu-temporadas li:hover {
  color: inherit;
  text-decoration: none;
}
#menu-temporadas li:hover:before {
  transition: 0.3s transform linear, 0.2s height linear 0.4s;
  transform: translateX(0);
  height: 50%;
  border-color: #BF212A;
}

#menu-temporadas li:hover:after {
  transition: 0.3s transform linear, 0.2s height linear 0.4s;
  transform: translateX(0);
  height: 50%;
  border-color: #BF212A;
}

#menu-temporadas li.current:before {
  transition: 0.1s transform linear, 0.1s height linear 0.1s;
  transform: translateX(0);
  height: 50%;
  border-color: #BF212A;
}
#menu-temporadas li.current:after {
  transition: 0.1s transform linear 0.2s, 0.1s height linear 0.3s;
  transform: translateX(0);
  height: 50%;
  border-color: #BF212A;
}

.tihp h1{
	margin: 0;
	font-family: 'Agencyb';
	color:#BF212A;	
	text-transform: uppercase;	
	font-size: 45px;
	margin-bottom: 20px;
}
.cargar {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
}

.title_post {
	font-family: 'Roboto-Bold';
	font-size: 20px;
	text-transform: uppercase;
	color: #BF212A;
	margin-bottom: 20px;
}
.tctnegr{
   font-family: 'Roboto-Bold';
}
.c_contentp {
	font-family: 'Roboto-Regular';
    width: 70%;
    font-size: 18px;
    margin-bottom: 50px;
    text-align: justify;
}
.btn_post {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_post a{
	background: #BF212A;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	border-radius: 5px;
	padding-bottom: 5px;
	transition: .5s ease;
	border: 2px solid #fff;
	font-family: 'Roboto-Bold';
}
.btn_post a:visited{
	background: #BF212A;
	color: #fff;
}
.btn_post a:hover{
	background: #fff;
	color: #BF212A;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	border-radius: 5px;
	padding-bottom: 5px;
	transition: .5s ease;
	border: 2px solid #BF212A;
	text-decoration: none;
}
#tmp2,#tmp1{
	display: none;
}

.custom::after {

    padding-top: 56.25%;
    display: block;
    content: '';

}
.custom {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.custom iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top:8px;
}
.conte_post {
    text-align: justify;
    color: #000;
    font-family: 'Roboto-Regular';
    font-size: 18px;
}
.meta-nav {
	font-family: 'Roboto-Bold';
	margin-right: 20px;
    margin-left: 20px;
    color: #BF212A;
    text-decoration: none;

}
a:hover .meta-nav{
	text-decoration: none !important;
}
.carousel-control-next, .carousel-control-prev{
	width: 50px !important;
}
.carousel-item a{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-item img{
  min-height: 200px;
  max-width: 65%;
  object-fit: cover;
  margin-right: auto;
  margin-left: auto;
}
.bg-griso{
  background: #2D2D2D;
  padding-top: 50px;
  padding-bottom: 50px;
}
.logof img{
  min-width: 150px;
  max-width: 150px;
}
.txtfooter{
  color: #fff;
  font-family: 'Roboto-Regular';
  font-size: 15px;
  display: flex;
  align-items: center;
}
.logof {
    display: flex;
    align-items: center;
}


#tralrs{
  display: none;
}
.conte_post p {
    margin-bottom: 15px;
}
.img-post img {

    width: 100%;
    height: auto;
    object-fit: cover;

}
#pagint {
  margin-top: 50px;
    margin-bottom: 50px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23BF212A' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23BF212A' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
}

@media screen and (max-width: 1600px) {
  .carousel-item img{
    max-width: 80%;
  }

  #bscrs{
    display: flex;
    margin-left: 100px;
  }
  #primary-menu a{
    font-size: 15px;
  }
  .navbar.navbar-expand-lg{
    max-width: 100%;
  }

}

@media screen and (max-width: 1300px) {
  .navbar-nav{
    font-size: 17px;
  }
  .dropdown-item{
    font-size: 17px;
  }
  .carousel-item img{
    max-width: 100%;
    min-height: 170px;
  }
    .rss i{
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  #chead {
    max-width: 100%;
  }
  #primary-menu a{
    font-size: 18px;
  }
  .navbar.navbar-expand-lg {

    max-width: 100%;
    margin: auto;
  }
  #navbarSupportedContent {
    justify-content: flex-end;
  }
  #bscrs{
    display: flex;
    margin-left: 0px;
  }
  .c_contentp{
    width: 90%;
  }
  .btn_post{
    width: 90%;
  }
  #primary-menu a{
    font-size: 13px;
  }

}

@media screen and (max-width: 1024px) {
   .navbar-nav{
    font-size: 15px;
  }
  .dropdown-item{
    font-size: 15px;
  }
  #primary-menu a{
    font-size: 12px;
  }
  .rss i{
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
  #site-navigation{
    justify-content: center;
  }
  .max-content {

    max-width: 100% !important;

}

}
@media screen and (max-width: 990px) {
.dropdown-item{
    text-align: right;
  }
  .sub-menu{
    position: relative;
    text-align: right;
  }
    #bscrs{
      display: block;
    }
    .conte_post{
      font-size: 15px;
      text-align: justify;
    }

  .sehead .search-field{
    width: 100%;
    font-size: 12px;
  }
  #primary-menu li{
    padding: 0;
  }
  .rss {

    margin-left: 50px;
    text-align: right;
    margin-top: 10px;

}
  .carousel-item img{
    max-width: 70%;
    min-height: 200px;
  }
  #primary-menu a{
    font-size: 15px;
  }
  .rss a {
    margin-left: 20px;
    margin-right: 0;
  }
  .c_contentp{
    font-size: 15px;
    width: 100%;
  }
  .btn_post{
    width: 100%;
  }
  #menu-temporadas li{
    margin: 0;
  }
  .title_post{
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #txtfoo div {
    margin-top: 10px;
  }
  #menu-temporadas a {
    font-size: 15px;
  }
  #menu-temporadas li {
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  #txtfoo {
    width: 70%;
    margin: auto;
    margin-top: auto;
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
  }
  .logof{
    justify-content: center;
  }

}
@media screen and (max-width: 560px) {
    .nav-previous a{
    display: flex;
    flex-direction:   column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .imgps {
    display: block;
  }


}
@media screen and (max-width: 460px) {
  #txtfoo {
    width: 90%;
  }
  #menu-temporadas a {
    font-size: 12px;
  }
  .max-content {
    max-width: 100% !important;
  }
  #menu-temporadas li {
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-previous a{
    display: flex;
    flex-direction:   column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .nav-previous a img {
    max-width: 50%;
  }
  
  .nav-next a img{
      max-width: 50%;
  }

}