body {
  font-family: 'roboto';
  padding: 0;
  margin: 0 !important
}

a:hover {
  color: none
}

.container {}

/*
########################
  HEADER TOP
########################
*/

section#header-top {
  height: 35px;
  background: #322d31;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section#header-top ul.redes {
  list-style: none;
  margin: 0;
}

section#header-top ul.redes li {
  font-size: 15px;
  float: left;
  margin-left: 10px;
}

section#header-top ul.redes li a:hover {
  color: #989692
}

/*
########################
  NAVBAR
########################
*/

nav.navbar {
  font-family: 'Roboto';
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  min-height: 90px;
  border: 1px solid transparent;
}

.navbar-toggle {
  margin-top: 20px;
  background-color: #000;
}

.navbar-toggle .icon-bar {
  background: #fff
}

.navbar-nav {
  padding: 38px 0;
}

.navbar-nav>li>a {
  color: #322d31;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  margin: 2px;
  font-weight: 500;
}

.navbar-nav>li>a:hover {
  background: transparent;
  color: #322d31;

}

.navbar-nav>li>a:link {
  background: transparent;
  color: #322d31;
  padding: 5px 10px;
}

.dropdown-menu>li>a {
  padding: 3px 20px !important;
}

.navbar-nav>li>a:visited {
  background: transparent;
  color: #322d31;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background: transparent;
  color: #322d31;
}

.nav>li>a {
  position: relative;
  display: block;
  /*   margin-left: 25px; */
  padding: 10px 0px;
}

.dropdown-menu {
  font-size: 11px;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 15px
}

.dropdown-menu>li>a:hover {
  background: transparent;
}

.menu-nav a[href^="mailto:"] {
  color: #fff;
  text-decoration: none
}

.carousel-control {
  width: 7% !important;
}

.active,
.rayitax:hover {
  color: #e62f31;
}


.rayitax {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -ms-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;

}

.rayitax:after {
  content: '';
  display: block;
  position: relative;
  width: 0;
  bottom: 0px;
  border-bottom: 2px solid #e62f31;
  transition: width 0.2s;
}

.rayitax.active,
.rayitax:hover {
  color: #e62f31;
}

.rayitax:hover:after {
  width: 100%;
}

/* #top-a .text a:hover{
  background-color:#e62f31;
  color: ghostwhite;
} */

#actualidad .text a:hover {
  background-color: #e62f31;
  color: ghostwhite !important;
}

/*
#####################################################################################################################################
  HOME
#####################################################################################################################################
*/

div#destacado article {
  border: 1px solid #dadad9;
  border-radius: 4px;
  box-shadow: 0 4px 9px 4px #dadad987;
  margin-bottom: 0px;
  min-height: 438px;
  max-height: 438px;
}

div#destacado article .text {
  padding: 20px;
  font-family: 'Roboto';
}

div#destacado article .text h1 {
  font-family: 'Roboto';
  font-size: 20px;
  margin: 0;
  line-height: 1;
}

div#destacado article .text p {
  margin: 0 0 20px;
}

div#destacado article .text a {
  /*   margin-top: 20px;
  border: 1px solid #e62f31;
  border-radius: 15px;
  padding: 5px 13px;
  color: #333; */
}

div#actualidad article {
  border: 1px solid #dadad9;
  border-radius: 4px;
  box-shadow: 0 4px 9px 4px #dadad987;
  min-height: 440px;
  /*max-height: 440px;*/
}

div#actualidad article .text {
  padding: 20px;
  font-family: 'Roboto';
  padding-top: 10px;
}

div#actualidad article .text h1 {
  font-family: 'Roboto';
  font-size: 20px;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}

div#actualidad article .text p {
  margin: 0 0 20px;
}

div#actualidad article .text a.main {
  margin-top: 20px;
  border: 1px solid #e62f31;
  border-radius: 11px;
  padding: 5px 13px;
  text-transform: uppercase;
  left: 35px;
  bottom: 35px;
  color: #333;
}

.panel-default {
  border-color: none;
  box-shadow: 0 4px 9px 4px #dadad987;
}

.panel-heading {
  font-family: roboto;
  font-weight: bold;
  font-size: 17px
}

.uno {
  width: 15%;
  border-right: 1px solid #edecea;
  margin-right: 10px;
}

.dos {
  width: 75%
}

.tres {
  width: 10%
}

#prox .panel a {
  text-decoration: none;
  color: #3c3c3b;
}

#prox .panel a:hover,
a .panel-footer:hover {
  text-decoration: none;
  color: #3c3c3b;
  background: #edecea;
  display: block;
}

.carrera {
  display: flex;
  width: 95%;
  margin: auto;
  vertical-align: center;
  align-items: center;
  border-bottom: 1px solid #a4a4a3;
  padding: 7px
}

.icon {
  width: 20%;
  text-align: center;
}

.panel ul.list-group a:last-child .carrera {
  border: none;
}

.mes {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #aeaeae;
}

.dia {
  font-size: 20px;
  text-align: center;
  font-family: roboto;
  font-weight: 500;
}

.lugar {
  font-size: 10px;
  color: #aeaeae;
  text-transform: uppercase;
}

.distancia {
  font-size: 10px;
  text-transform: uppercase;
  color: #aeaeae;
}

.nombre {
  font-size: 14px;
  font-family: roboto;
  font-weight: 500;
}

.list-group+.panel-footer {
  border-top-width: 2px !important;
}

.panel-footer {
  padding: 8px 0px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.estado-1 {
  background: #8e8e8e;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  float: right;
}

.estado-2 {
  background: #008000;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  float: right;
}

.estado-3 {
  background: #ffc107;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  float: right;
}

.estado-4 {
  background: #e31618;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  float: right;
}

.estado-x {
  background: #8e8e8e;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
}

.estado-y {
  background: #008000;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
}

section#slider {
  padding: 40px 0;
  /* padding: 20px 0; */
}

section#newsletter {
  background: #ccc;
  color: #666666;
  padding: 30px 0px;
  border-top: 6px solid #ff3333;
}

section#newsletter p {
  font-size: 20px;
  margin: 0px !important;
}

section#newsletter .btn-red {
  background: #E71616;
  border-bottom: 2px solid #b92c19;
  color: ghostwhite;
}

section#seccionesWeb .seccionNuevaWeb {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

section#seccionesWeb .seccionNuevaWeb div {
  width: 11%;
}

section#seccionesWeb .seccionNuevaWeb div>a>p {
  color: red;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0px;
  padding-top: 20px;
  cursor: pointer;
}

section#seccionesWeb .seccionNuevaWeb div>a>img {
  border-radius: 4%;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  cursor: pointer;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .5);
}

section#seccionesWeb .seccionNuevaWeb div>a>img:hover {
  box-shadow: 2px 2px 13px 1px rgba(0, 0, 0, .5);
  transition: .2s;
}



/*
#####################################################################################################################################
  FOOTER
#####################################################################################################################################
*/

footer {
  background: #333333;
}

footer .footer-top {
  color: #fff;
  padding: 30px 0px 40px 0px;
  display: list-item;
}

footer .footer-top .row>div {
  /* tenía 0px 40px */
  padding: 0px 15px;
}

footer .footer-top ul.data-club {
  list-style: none;
  padding: 0;
  color: #fff;
}

footer .footer-top ul.redes {
  list-style: none;
  margin: 0;
  padding: 0px 0px;
}

footer .footer-top ul.redes li {
  font-size: 15px;
  float: left;
  margin-left: 10px;
}

footer .footer-top ul.redes li a {
  color: #fff;
  font-size: 18px;
  padding: 10px 2px;
}

footer .footer-top ul.links {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  text-align: right;
}

footer .footer-top ul.links>li {
  display: block;
}

footer .footer-top ul.links>li>a:hover {
  transition: .2s;
  color: red;
}

footer .footer-top ul.redes li a.red1:hover {
  transition: .2s;
  color: #3b5998;
}

footer .footer-top ul.redes li a.red2:hover {
  transition: .2s;
  color: #00aced;
}

footer .footer-top ul.redes li a.red3:hover {
  transition: .2s;
  color: #e64f81;
}

footer .footer-top ul.redes li a.red4:hover {
  transition: .2s;
  color: #bb0000;
}

footer .footer-top ul.links li a {
  color: #fff
}

footer .footer-copyright {
  background: #000;
  color: #fff;
  padding: 10px;
}

#menu {
  background: #ecebe9;
}

#zona-corredor {
  background: url(/public/multimedia/circulos/zona_de_corredor.jpg);
  /*  background-size: contain; */
  background-position: center center;
  background-repeat: no-repeat;
  height: 407px;
}

#title-pag {
  height: 130px;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.61)), url(/public/images/header.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  border-bottom: 2px solid #e31618;
}

#title-pag-desc {
  height: 130px;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.61)), url(/public/images/header.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  border-bottom: 2px solid #e31618;
}

#title-pag-desc h1 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  /* text-transform: capitalize; */
}

#title-pag h1 {
  font-size: 30px;
  font-weight: 900;
  color: #fff
}

article.a h2 {
  font-size: 20px
}

/*
#####################################################################################################################################
   CARRERAS
#####################################################################################################################################
*/



.view {
  width: 262px;
  min-height: 300px;
  /*padding: 30px;*/
  margin: 15px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  border: 1px solid #dadad9;
  border-radius: 4px;
  box-shadow: 0 4px 9px 4px #dadad987;
}

.Aventura {
  border-left: 2px solid rgba(0, 201, 101, 0.60);
}

.Calle {
  border-left: 2px solid rgba(0, 165, 238, 0.60);
}

.view .mask,
.view .content {
  height: 200px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}

.view img {
  display: block;
  position: relative
}

.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0
}

.view h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 14px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0
}

.view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: -1px 20px 20px;
  text-align: center
}

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000
}

.view a.info:hover {
  box-shadow: 0 0 5px #000
}

.view-tenth img {
  transform: scaleY(1);
  transition: all 0.4s ease-in-out;
  padding: 55px 0 55px 0;
}

.view-tenth .mask {
  background-color: #fff;
  transition: all 0.5s linear;
  opacity: 0;
  height: 100%;
}

.view-tenth h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 10px 40px 0px 40px;
  transform: scale(0);
  color: #333;
  transition: all 0.5s linear;
  opacity: 0;
}

.view-tenth h3 {
  background: transparent;
  font-size: 16px;
  margin: 0px 40px 0px 40px;
  transform: scale(0);
  color: #333;
  transition: all 0.5s linear;
  opacity: 0;
}

.view-tenth p {
  color: #333;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
  font-family: 'hind', sans-serif;
}

.view-tenth a.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}

.view-tenth:hover h1 {
  transform: scale(10);
  opacity: 0;

}

.view-tenth:hover img {
  transform: scale(10);
  opacity: 0;
}

.view-tenth:hover .mask {
  opacity: 1;

}

.view-tenth:hover h2,
.view-tenth:hover h3,
.view-tenth:hover p,
.view-tenth:hover a.info {
  transform: scale(1);
  opacity: 1;

}



/* .zoom{
  transition: 1.5s ease;
  background-size .25s linear;
} */

/* ############### NAV ################# */
.nav-top {
  min-height: 30px;
  background: #333;
  color: #fff;
  font-size: 10px;
  font-family: 'Roboto';
}

.nav-top ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
}

.nav-top ul li {
  background: none;
  border: none;
  font-size: 15px;
  float: left;
  margin-right: 10px;
}

.nav-top ul li a {
  text-decoration: none;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
}

.nav-top ul li:hover {
  color: #e61a2e;
}

.nav-top ul li:visited {
  border: 0px;
}

.nav-top ul li:link {
  border: 0px;
}

.nav-top ul li:active {
  border: 0px;
}

.nav-top a {
  text-decoration: none;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  margin-top: 2px;
}

.flyerImg{
  max-width:700px;
}

/*
#####################################################################################################################################
  HTML
#####################################################################################################################################
*/

#html hr {
  margin-top: 20px;
  margin-bottom: 20px
}

#html .item h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  font-weight: 700;
}

#html .item h2 {
  font-size: 26px;
  margin-top: 0
}

#html .item h2:after {
  margin-top: 1.2rem;
  content: " ";
  width: 6.4rem;
  height: 1px;
  background: #000;
  display: block;
}

#html .item h3 {
  font-size: 18px;
}

#html .item h4 {
  font-size: 16px;
}

#html .item p {
  line-height: 150%;
  color: #1f2428;
  margin: 1rem auto 1rem;
  width: 100%;
}

#html .item a {
  color: #e31618
}

#html .item ul {
  padding-left: 18px;
  line-height: 150%;
}

#html .item ul.decimal {
  list-style: decimal;
}

#html .item ul.inside {
  list-style: inside;
}

#html .item ul.abc {
  list-style: lower-alpha;
}


#inscripcion .item h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}

#inscripcion .item a {
  width: 100%;
  margin-top: 10px;
  padding: 20px;
  display: block;
  background: #000;
  text-align: center;
  color: #fff;
}

article.a {
  margin-bottom: 15px;
}

article.a h1 {
  margin-top: 0;
}

article.a .navbar-collapse {
  padding-left: 0px;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.menu ul li {
  border: 1px;
  float: left;
  margin-left: 10px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu ul li:first-child {
  margin-left: 0px
}

.menu ul li::after {
  content: '-';
  margin-left: 10px;
}

.menu ul li:last-child:after {
  content: "";
}

.menu ul li a {
  color: #FFF;
}

.menu ul li:hover {
  color: #fff
}

.logo-carrera {
  width: 100px;
  margin-top: 15px;
}

.fixed-top {
  position: fixed;
}

.height {
  height: 80px;
}

/*.modal-dialog {width: 830px}*/

article.a .navbar-header h2 {
  display: none
}




.clearfix {
  zoom: 1;
}



.bg-green {
  background-color: #333;
  color: #fff;
}

.bg-green2 {
  background-color: #efefef;
}

.runner .panel {
  overflow: hidden;
  padding: 20px;
  margin-bottom: 10px;

  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.runner .panel hr {
  border-top: 1px solid #a9a9a9;
}

.runner .panel-left-center {
  display: flex;
  justify-content: left;
  align-items: center;
}

.runner .panel h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.runner .panel-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.runner .panel h3 {
  font-size: 14px
}

.text-center {
  text-align: center
}

/*.bg-cian { background: #08a5e4; color: #fff }
.bl-cian { border-left: 4px solid #08a5e4; }

.bg-cian2 {background: rgb(117, 203, 230);}*/

.border-fuchsia {
  border-bottom: 6px solid #e9166c;
}

.faq .panel-group a {
  text-decoration: none;
}

.blog h2 {
  font-size: 20px;
  margin-top: 5px
}

.blog h3 {
  font-size: 16px
}

.blog img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px
}

.blog .post-meta-calendar {
  font-size: 12px;
  color: #656565;
}

.blog .post-meta-calendar span {
  font-size: 14px;
}

.nav-top .navbar-toggle {
  background: transparent;
}

/*
##################################################################
  CLASIFICACION
##################################################################
*/
#search {
  background-color: #322d31;
  color: #fff;
  padding: 20px 0 20px 0;
  margin-bottom: 20px
}

/*
#####################################################################################################################################
  RUNNING TEAM
#####################################################################################################################################
*/


.rt {
  /*width: 356px;*/
  width: 29%;
  padding: 0;
  cursor: inherit;
  margin: 15px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  border: 1px solid #dadad9;
  border-radius: 4px;
  box-shadow: 0 4px 9px 4px #dadad987;
}


.rt .logo {
  /*box-shadow: 3px 1px 20px 0px #322d3138;*/
}

.rt .logo img {
  width: 100%;
  height: 100px;
}

.rt .info {
  font-family: roboto;
}

.rt .info h2 {
  font-size: 20px;
  line-height: 24px;
}

.rt .info h3 {
  font-size: 15px;
}

.rt .link>a {
  border-top: 1px solid #dadad9;
  color: #000;
  padding: 10px 16px;
  font-size: 12px;
  line-height: 1.3333333;
  display: block;
  margin-top: 30px;
}

.rt .link>a:hover {
  background: #eee;
  text-decoration: none;
}
#cajaRT .link>a {
  border-top: 1px solid #dadad9;
  color: #000;
  padding: 10px 16px;
  font-size: 12px;
  line-height: 1.3333333;
  display: block;
  margin-top: 30px;
}

#cajaRT .link>a:hover {
  background: #eee;
  text-decoration: none;
}



.rt-content .rt-title h2 {
  font-size: 24px;
  font-weight: 600;
}

.rt-content .rt-data {
  color: #656565;
  font-weight: 300;
  border-bottom: 1px dotted;
  margin-bottom: 18px;
}

.rt-content .rt-data a {
  color: #656565;
}

.rt-content .rt-data h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.rt-content .rt-data h3 small {
  font-size: 75%;
}

.rt-content .rt-data ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
}

.rt-content .rt-data ul li {
  float: left;
  margin-right: 15px
}

.rt-content .rt-info {
  clear: both
}

.rt-content .rt-sede {
  background: #f5f5f5;
  padding: 35px;
  margin-top: 40px;
}

.rt-content .rt-sede h3 {
  font-size: 20px;
}

.rt-content .rt-sede h4 {
  font-size: 14px;
  font-weight: 500;
}

.view {
  min-height: 300px;
  margin: 8px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  border: 1px solid #dadad9;
  border-radius: 4px;
  box-shadow: 0 4px 9px 4px #dadad987;
}

article.blog {
  min-height: 428px;
}



/*
#####################################################################################################################################
  PUBLICIDAD
#####################################################################################################################################
*/

.skin-left {
  position: fixed;
  margin-top: 20px;
  left: calc(50% + 591px);
  display: block;
  height: 493px;
  width: 150px;
  background: #000;
}

.skin-right {
  position: fixed;
  margin-top: 20px;
  right: calc(50% + 591px);
  display: block;
  height: 493px;
  width: 150px;
  background: #000;
}

/*#publicidad .modal .modal-dialog .modal-content {
  background: transparent;
}

#publicidad .modal .modal-dialog .modal-content {
  position: relative;
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#publicidad .modal .modal-dialog button.close {
  -webkit-appearance: none;
  padding: 4px 8px 4px 8px;
  cursor: pointer;
  border-radius: 30px;
  border: 0;
}

#publicidad .modal .modal-dialog .close {
  float: right;
  background: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  filter: alpha(opacity=20);
}

#publicidad .modal .modal-dialog .modal-header {
  padding: 0px;
  border-bottom: none;
}
´*/

#publicidad .modal-header {
  padding: 0px;
  padding-right: 15px;
  padding-top: 5px;
  border-bottom: 0px;
}

#publicidad .modal-body {
  position: relative;
  padding: 15px;
  padding-top: 3px;
}

/*
#publicidad .modal-body {
  position: relative;
  padding: 15px;
  padding-top: 0px;
}

#publicidad .modal .modal-dialog {
  margin-top: 100px
}*/

/*
#####################################################################################################################################
  EXTRA
#####################################################################################################################################
*/

.font14 {
  font-size: 14px
}

.display-table {
  display: table !important;
}

.display-table-cell-vertical-middle {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.center-col {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* COLORES DE TEXTO */
.t-while {
  color: #fff;
}

.t-darkgray {
  color: #322d31;
}

.t-gray {
  background: #edecea;
}

.offsetBottom {
  margin-bottom: 20px
}

.offsetTop {
  margin-top: 20px
}

.noSpaceLeftRight {
  padding-left: 0;
  padding-right: 0;
}

.publicidad {
  background: url(../images/stripes.gif) repeat;
  margin-top: 20px;
}

.padding-top {
  padding-top: 20px;
}

.padding-bottom {
  padding-bottom: 20px;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.border {
  border: 1px solid #dadad9;
  border-radius: 4px;
  box-shadow: 0 4px 9px 4px #dadad987;
}

/*
#####################################################################################################################################
  MEDIASQUERY
#####################################################################################################################################
*/

/* CARRERAS */


.cajaCarrera {
  display: flex;
  min-height: 245px;
  width: 48%;
  margin: 10px 10px;
  justify-content: space-between;
  float: left;

}

.cajitaImagenCarrera {
  width: 100%;
  overflow: hidden;
  max-width: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

.cajitaImagenCarrera>img {
  width: 75%;
}

.cajitaInteriorNombre {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  padding-right: 25px;
}

.cajitaNombreDistancia {
  display: flex;
  width: inherit;
  min-height: 200px;
}

.h2cajitaInteriorNombre {
  font-size: 20px;
  text-transform: capitalize;
  display: inline-block;
}

.cajitaInteriorNombre .verMas {
  display: block;
  padding: 10px 10px;
  background-color: #726e6e;
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.19;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  width: 90px;
  margin-bottom: 1px;
}

.cajitaIconos {
  display: flex;
  width: 24%;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  min-height: 200px;
  border-left: 1px solid lightgrey;

}

.cajitaIconos>div {
  border: 1px solid lightgrey;
  height: 40%;
}

.cajitaDistancia>img {
  margin-bottom: 5px;
}

.cajitaInteriorNombre .verMas:hover {
  background-color: ghostwhite;
  border: 1px solid #726e6e;
  color: #726e6e;
  transition: .3s;
}


.p3 {
  padding: 3px;
}

.db {
  display: block;
}

.mb0 {
  margin-bottom: 0;
}

.fwl {
  font-weight: 300;
}



.resaltarColor {
  color: red;
  transition: .1s;
}

.sacarColor {
  color: #000;
  transform: .1s;
}

.poneteBold {
  font-weight: bold !important;
  font-size: 50px;
}

.recuadroRojo {
  border: 1px solid red !important;
}

/* FIN CARRERAS */

@media (max-width: 768px) {
  .view-xs {
    width: 95% !important;
  }

  .rt {
    width: 90%;
  }
  .flyerImg{
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .view-sm {
    width: 43% !important;
  }

  /*   .container>.navbar-collapse{
    margin-right: -10px !important;
    padding: 0 !important;
  } */

  /*  .navbar .container{
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
  } */

  .navbar-nav>li {
    max-width: 130px;
    border: none !important;
  }

  .navbar-nav>li>a {
    padding: 0;
    margin: 0;
    font-size: 12px;
    width: min-content;
  }

  .navbar-nav>li>a:nth-child(4) {
    margin: 0;
  }

  .navbar-nav>li>a.botonCorredor {
    margin-right: 6px !important;
  }

  .navbar-brand>img {
    width: 100% !important;
    margin-left: -10px;
  }

  #top-a .destacados {
    width: 33.33%;
  }

  .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

}

@media (min-width: 992px) {
  .view-md {
    width: 23% !important;
  }
  .flyerImg{
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #columbia img {
    margin-bottom: 20px;
  }

  .contenidoZonaBlog {
    /* flex-direction: row !important;
    align-items: flex-start !important; */
  }

  .contenidoZonaVideos {
    flex-direction: row !important;
    padding: 0 !important;
    text-align: center;
  }

  /*  .contenidoZonaVideos iframe{
    width: -webkit-fill-available;
  } */

  .contenidoZonaVideos iframe {
    width: -webkit-fill-available;
  }

  .contenidoZonaVideos div:nth-child(1) {
    padding-left: 0px !important;
  }

  .contenidoZonaVideos div:nth-child(2) {
    padding-right: 0px !important;
  }

  #zonBlogs {
    display: flex;
  }

  #zona-corredor {
    display: none;
  }

  .redes {
    padding: 0 !important;
  }

  div#destacado article {
    min-height: 400px !important;
  }
  .flyerImg{
    width: 100%;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  #zonaCorredorVideos iframe {
    display: none;
  }

}

@media (min-width: 992px) and (max-width: 1024px) {

  #zonaCorredorVideos iframe {
    width: auto;
  }

  .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .navbar-nav>li {
    max-width: 190px !important;
    border: none !important;
  }


}

@media (max-width: 767px) {
  section#header-top {
    display: none
  }

  .nav>li {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid #322d3124;
    padding-bottom: 6px;
    padding-top: 6px;
  }

  .nav>li>a {
    margin-left: 0px !important;
  }

  .navbar-nav {
    padding: 30px 0 !important;
    flex-direction: column !important;
  }

  .navbar-nav>li {
    border-bottom: 0px solid transparent;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    text-align: center;
    padding: 0px 0px 0px 0px !important;
  }

  .navbar-brand>img {
    padding: 0px !important;
  }

  footer .footer-top ul.redes li {
    margin-left: 3px !important;
  }

  .contactInfo .media .media-left {
    width: 48px !important;
  }
  .contactInfo .media .media-left-email {
    width: 48px !important;
    height: 450px;

  }
  div#destacado article {
    margin-bottom: 20px;
    min-height: auto;
    display: table;
  }

  div#destacado article>.img-responsive {
    /* margin: auto; */
    width: 100%;
  }

  #columbia {
    margin-bottom: 20px;
  }

  .gatoradeChico {
    display: block !important;
  }

  .gatoradeGrande {
    display: none;
  }

  .rayitax:after {
    border-bottom: 0px solid #e62f31 !important;
  }

  .raidGrande {
    display: none;
  }

  .cajaCarrera {
    width: 90%;
    margin: 15px 0px;
    height: auto;
    flex-direction: column;
    background-color: white;
  }

  .cajitaImagenCarrera {
    display: flex;
    min-height: auto;
    width: 100%;
    max-width: none;
    flex-direction: row;

  }

  .cajitaNombreDistancia {
    display: flex;
    min-height: auto;
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }

  .cajitaIconos {
    display: flex;
    min-height: auto;
    width: 100%;
    flex-direction: row;
    border-left: none;
    border-top: 1px solid lightgrey;
  }

  .cajitaImagenCarrera>img {
    width: 65%;
    margin-top: 15px;
  }

  .cajitaInteriorNombre {
    padding: 0px;
    text-align: -webkit-center;
  }

  .h2cajitaInteriorNombre {
    margin: 15px 10px;
    font-size: x-large;
  }

  .cajitaInteriorNombre .verMas {
    margin: 10px 0 30px 0;
    width: 150px;
  }

  .cajitaIconos>div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .rowCarreras {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f1eced;
    padding: 10px;
  }

  .offsetBottom {
    margin-bottom: 20px;
  }

  div#destacado article .text a {
    margin-bottom: 10px;
  }

  div#destacado .botonBlog {
    position: inherit !important;
  }

  /*  #publicidad-01 {
    margin-bottom: 20px;
  } */

  section#seccionesWeb .seccionNuevaWeb {
    display: inherit;
    padding: 10px;
  }

  section#seccionesWeb .seccionNuevaWeb div>a>img {
    padding: 0px;
  }

  section#seccionesWeb .seccionNuevaWeb div {
    width: 49%;
    display: inline-block;
    margin-bottom: 20px;
  }

  section#seccionesWeb .seccionNuevaWeb .circulitoCinco {
    display: none;
  }


}

@media (min-width: 1024px) and (max-width: 1200px) {
  html {
    width: fit-content;
  }

  .container {
    width: 1175px;
  }

  .col-md-6 {
    width: 33.33%;
  }

  .navPrueba {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 768px) {

  #publicidad-03,
  #publicidad-05,
  #video,
  .skin {
    display: none !important
  }

  #title-pag-desc {
    min-height: 235px;
  }

  .grid .view {
    width: 43%;
  }

  .menu ul {
    list-style: none;
    padding: 0;
    margin: 0
  }

  .menu ul li {
    border: 1px;
    clear: both;
    margin-left: 0px
  }

  .menu ul li::after {
    content: '';
  }

  .logo-carrera {
    margin-left: auto;
    margin-right: auto;
  }

  .title {
    margin: auto;
  }

  #title-pag-desc h1 {
    font-size: 2rem;
    text-align: center
  }

  .clasi img {
    margin: auto;
  }

  .clasi h2 {
    text-align: center
  }

  article.a .navbar-header h2 {
    display: initial
  }

  div#actualidad article .text a.main {
    margin-top: 20px;
    border: 1px solid #e62f31;
    border-radius: 11px;
    padding: 5px 13px;
    position: initial;
    text-transform: uppercase;
    /*left: 35px;
    bottom: 35px;*/
    color: #333;
  }

  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 8px;
    padding-right: 8px;


  }



}

@media screen and (max-width: 1500px) {

  .skin-left,
  .skin-right {
    display: none;
  }

  #publicidad-01 {
    display: block;
  }
  #publicidad-02 {
    display: block;
  }

  .raidGrande {
    padding: 10px 10px 0px 0;
  }
}

@media screen and (min-width: 1500px) {

  /*#publicidad-01 {
    display: none;
  }*/
}

@media screen and (max-width: 480px) {
  .slider-desktop {
    display: none;
  }

  .slider-mobile {
    display: block;
  }

  .redesSociales {
    flex-direction: column!important;
    align-items: center!important;
  }
}

@media screen and (min-width: 480px) {
  .slider-mobile {
    display: none;
  }
}

@media (min-width: 769px) {
  .modal-content {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .0);
    box-shadow: 0 0 0 rgba(0, 0, 0, .0);
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -35px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -35px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 20px;
  }


}

/* globito whatsapp */

@media (min-width: 1300px) and (max-width: 1366px) {

  .globitoWhatsapp {
    width: 100px;
    height: 50px;
    background-color: ghostwhite;
    position: fixed;
    bottom: 60px;
    right: 44px;
    margin-left: 55px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    z-index: 999;
    opacity: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: initial;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 8px 0px;
    transition: all 400ms ease 0s;
  }


}

@media (min-width: 1024px) and (max-width: 1300px) {

  .ch-whatsapp1 {
    right: 10px;
  }

  .globitoWhatsapp {
    width: 100px;
    height: 50px;
    background-color: ghostwhite;
    position: fixed;
    bottom: 60px;
    right: 28px;
    margin-left: 55px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px !important;
    padding: 10px;
    z-index: 999;
    opacity: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: initial;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 8px 0px;
    transition: all 400ms ease 0s;
  }

  .raidGrande {
    margin-bottom: 0px !important;
  }

}

@media (min-width: 769px) and (max-width: 1024px) {

  .ch-whatsapp1 {
    right: 10px;
  }

  .globitoWhatsapp {
    right: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px !important;
  }

}


/* fin globito whatsapp */

@media (min-width: 350px) and (max-width: 500px) {
  .charlaSeba>.charlaSeba1>p {
    font-size: 16px !important;
  }

  .charlaSeba>.charlaSeba1 {
    font-size: 16px !important;
    padding: 5px 0px;
  }

  .charlaSeba>.charlaSeba1>p>a>button.btn {
    font-size: 12px !important;
    padding: 6px 6px;
  }

  #publicidad-02 .offsetBottom {
    margin-bottom: 0px !important;
  }

  .raidGrande {
    display: block;
  }

  #zona-corredor {
    display: none;
  }

  .contenidoZonaBlog {
    height: max-content !important;
  }

  #zonBlogs {
    height: fit-content !important;
  }

  #zonBlogs:nth-child(1) {
    border-bottom: 1px solid #d6d6d6;
  }

  #zonBlogs>div {
    margin: 20px 0px;
  }

  #imagenTituloBlog {
    height: max-content !important;
  }
}


.contactInfo .media .media-left {
  width: 70px;
  height: 70px;
  line-height: 75px;
  text-align: center;
  background-color: #e31618;
  color: #fff;
  padding-right: 0;
  margin-right: 16px;
  font-size: 35px;
  float: left;
}
.contactInfo .media .media-left-email {
  width: 70px;
  height: 350px;
  line-height: 75px;
  text-align: center;
  background-color: #e31618;
  color: #fff;
  padding-right: 0;
  margin-right: 16px;
  font-size: 35px;
  float: left;
}

.contact-info .media-body {

  display: table-cell;
  vertical-align: top;
}

a:hover {
  text-decoration: none
}

.ch-whatsapp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  padding: 8px 15px;
  font-size: 15px;
  background: #E71616;
  border-radius: 20px;
  border-bottom: 2px solid #b92c19;
  color: #fff;

  /* Firefox */
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0.2s;


  /* Chrome / Safari */
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0.2s;


  /* Opera */
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0.2s;


  /* Default */
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0.2s;
}

.ch-whatsapp a {
  font-weight: 300;
  color: #FFF;
  text-decoration: none;
}

.ch-whatsapp:hover {
  background: #000000;
  border-bottom: 2px solid #292929;
}

.ch-whatsapp1 {
  position: fixed;
  bottom: 10px;
  /* right: 0px; */
  margin-left: 20px;
  z-index: 999;
  width: 50px;
  height: 50px;
  font-size: 15px;
  background: #25D366;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;

  /* Firefox */
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0.2s;


  /* Chrome / Safari */
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0.2s;


  /* Opera */
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0.2s;


  /* Default */
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0.2s;
}

.ch-whatsapp1 a {
  font-weight: 300;
  color: #FFF;
  text-decoration: none;
}

.ch-whatsapp1:hover {
  background: #128C7E;
  transition: .4s;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.58);
}

.imagen {
  background-repeat: no-repeat;
  background-size: cover;
  height: 234px;
  background-position: center;
}


.iconitoNav:hover {
  opacity: 0.7;
  transition: .5s;
}


@media (max-width: 500px) {


  .imagen {
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    background-position: center;
  }

  footer .footer-top .row>div {
    padding: 0px !important;
    margin: 10px 0px;
  }

  footer .footer-top .row {
    display: inherit !important;
    padding: 0px 15px;
  }

  footer .footer-top .row>.divInicial {
    text-align: center;
  }

  footer .footer-top .row>.divCentral {
    padding: 20px !important;
  }

  .cajaPrimeraFooterNuevo {
    margin-bottom: 20px !important;
  }

  .cajaSegundaFooterNuevo {
    align-items: baseline !important;
  }

  .cajaTerceraFooterNuevo {
    align-items: center;
  }
}

.seccionNuevaWeb {
  min-height: 250px;
  /*   background-color: #f5f5f5; */
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.imgBlog {
  max-height: 150px;
}

.botonBlog {
  padding: 5px 7px;
  border: 1px solid #E71616;
  border-radius: 50px;
  font-size: 12px;
  color: #E71616;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: bold;
}

.botonBlog:hover {
  background-color: #E71616;
  color: white;
  transition: .2s;
}

.cajaBlog {
  width: 100%;
}

#prox .panel ul a:hover {
  border-left: 2px solid blue;
  transition: .2s;
}

#infoCarrera>div {
  padding: 1px;
}

ul.menuCarrera>a {
  color: #919190 !important;
}

div.infoCarrera>ul>li {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #919190;
}

div.contenidoCarrera>div {
  border-bottom: 2px solid #cccccf;
}

div.contenidoCarrera>div:last-child {
  border: 0px;
}

#contenidoCarta>div>p {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 19px;
}

.nav-top ul li a.active {
  color: #ff3333 !important;
}

.nav-top a.active {
  color: #ff3333 !important;
}

.active {
  color: #ff3333 !important;
  font-weight: bolder !important;
}

.nav-top.navNuevo a {
  color: #666666;
}

.nav-top.navNuevo ul li a {
  color: #666666;
}

.navNuevo {
  background-color: #ccc;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination li.especial a {
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  z-index: 5 !important;
  background-color: ghostwhite !important;
  color: #337ab7 !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1) !important;
  font-size: 33px !important;
  margin-left: -10px;
  top: -20px;
  padding: 33px;
}

.cadaRtIndiv {
  display: flex !important;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .5);
  transition: .3s;
}

#igRT:hover {
  color: pink !important;
}

#ytRT:hover {
  color: blue !important;
}



/* .rt2{
  width: 248px;
  padding: 0;
  cursor: inherit;
  margin: 10px 10px 10px 0;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  border: 1px solid #dadad987;
  border-radius: 4px;
  box-shadow: 0 4px 9px 4px #dadad987;
  background-color: #ffffff;
} */

.rt2 {
  width: 60%;
  padding: 0;
  cursor: inherit;
  margin: 10px 10px 10px 0;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  border: 1px solid #dadad987;
  border-radius: 4px;
  box-shadow: 0 4px 9px 4px #dadad987;
  background-color: #ffffff;
}

.logoMasRedes {
  width: 35%;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 15px;
}

.dias {
  margin-top: 0 !important;
}

.infoHorariosRt {
  width: 65%;
  height: 224px;
  display: flex;
  flex-direction: column;
}

.dias>p {
  margin: 10px 10px -10px 10px;
  font-size: 12px;
}

.dias>p:first-child {
  margin: 0px 10px -10px 10px;
}

.dias>p>span.bold {
  font-weight: bold;
}

.dias::-webkit-scrollbar {
  width: .4em;
}

.dias::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.dias::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}



@media (min-width: 765px) and (max-width: 1000px) {


  .publicidad99 {
    background: url(../images/stripes.gif) no-repeat;
    margin-top: 20px;
  }

  .rt2 {
    width: 100% !important;
  }

  .slider_nav {
    display: none;
  }

  .owl-item {
    display: flex;
    justify-content: start;
  }

}

@media (min-width: 320px) and (max-width: 500px) {

  #cajaRT>div.dias {
    height: auto !important;
    overflow: initial !important;
  }

  .navegacionRT {
    width: 100vw;
    padding: 0 11px !important;
  }

  #canastita {
    padding: 0;
  }

  input#busqueda {
    width: 257px !important;
  }


  #destacadosRT {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .rt2 {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  .logoMasRedes {
    width: 100%;
    height: auto;
  }

  .logoMasRedes>div {
    flex-direction: row;
    border-right: none !important;
  }


  #cajaImagenRT {
    align-items: center;
  }

  .infoHorariosRt {
    width: 100% !important;
    height: auto !important;
    padding: 8px;
  }

  #cajaLogoRedes {
    height: auto !important;
    /* padding: 0px 15px; */
    display: flex !important;
  }

  .redesRT2 {
    height: auto !important;
  }

  .owl-dots {
    margin-top: 20px !important;
    display: none;
  }

  .navegacionRT>h2 {
    font-size: 23px;
  }

  #publiVertical {
    display: flex;
    justify-content: center;
  }

}

@media (min-width: 320px) and (max-width: 550px) {

  #cajaRT>div.dias {
    height: auto !important;
    overflow: initial !important;
  }

  .navegacionRT {
    width: 100vw;
  }

  #canastita {
    padding: 0;
  }

  input#busqueda {
    width: auto !important;
  }

  #formularioRT {
    padding-left: 15px;
  }

  .navegacionRT>h2 {
    margin: 0 15px 15px 15px;
    font-size: 25px !important;
  }

  .rt2 {
    width: 100% !important;
  }

  a#todos {
    margin-right: 15px !important;
  }

  .responsiveRT {
    grid-template-columns: 1fr !important;
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
    margin: 0 15px !important;
  }
  .responsiveRT2 {
    grid-template-columns: 1fr !important;
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
    margin: 0 15px !important;
  }

  #bannerVertical {
    margin-top: 0 !important;
    width: 100%;
  }

  #generalProtocolo>section {
    margin: 15px 10px !important;
  }

  #cajaROW {
    margin: 0 10px;
  }

  .conteinerfluid {
    padding: 0px !important;
  }

  .desapareCkPo {
    display: none;
  }

  #ladoSlider {
    margin-top: 20px !important;
  }

  #videosHome {
    flex-direction: column !important;
  }

  #videosHome>div>iframe {
    width: 100% !important;
    height: 150px;
  }

  #zonaCorredorVideos {
    display: none !important;
  }

  #tablaPagos {
    width: 100%;
  }

  #tablaPagos>thead>tr {
    display: flex;
    flex-direction: column;
    border: 1px solid grey;
    margin-bottom: 1em;
  }

  #tablaPagos>thead>tr>th {
    border: none !important;
    background-color: ghostwhite !important;
    color: black !important;
    border-bottom: none !important;
  }

  #tablaPagos>tbody>tr {
    display: flex;
    border: 1px solid #ff3333;
    flex-direction: column;
    margin-bottom: 1em;
    border-radius: 5px;
  }

  #tablaPagos>tbody>tr>td {
    border: none !important;
  }

  #tablaPagos>thead {
    display: none;
  }

  #tablaPagos>tbody>tr>td[data-titulo] {
    display: flex;
  }

  #tablaPagos>tbody>tr>td[data-titulo]::before {
    content: attr(data-titulo);
    width: 50%;
    font-weight: 500 !important;
    color: black !important;
  }

  #nombreCarrera {
    font-size: 18px;
    padding: 10px 10px !important;
    background-color: #ff3333 !important;
    color: ghostwhite !important;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }


  #tablaPagos>tbody>tr>td:last-child {
    padding-bottom: 10px !important;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  #tablaPagos>tbody>tr>td:nth-child(2) {
    padding-top: 10px !important;
  }

  #formularioBusqueda>form>input:first-child {
    width: 80% !important;
  }


  #formularioBusqueda>form>input:last-child {
    width: 20% !important;
  }

  #containerBusqueda {
    min-height: max-content !important;
  }

  #formularioBusqueda2 {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;

  }

}

@media (min-width: 551px) and (max-width: 599px) {

  .owl-item {
    width: 100% !important;
  }

  /*  #publiVertical{
    display:none;
  } */

  .rt2 {
    width: 96% !important;
  }

  .logoMasRedes {
    width: 37%;
  }

  .infoHorariosRt {
    width: 50%;
  }

  #generalProtocolo>section {
    margin: 15px 10px !important;
  }

  #cajaROW {
    margin: 0 10px;
  }

  .conteinerfluid {
    padding: 0px !important;
  }

  #ladoSlider {
    margin-top: 20px;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    padding: 16px;
    height: initial !important;
  }

  .col-xs-121 {
    width: 100% !important;
  }

}

@media (min-width: 600px) and (max-width: 765px) {

  .rt2 {
    width: 100% !important;
  }

  #generalProtocolo>section {
    margin: 15px 10px !important;
  }

  #cajaROW {
    margin: 0 10px;
  }

  .conteinerfluid {
    padding: 0px !important;
  }

  #ladoSlider {
    margin-top: 20px;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    padding: 16px;
    height: initial !important;
  }

  .col-xs-121 {
    width: 100% !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .owl-dots>button {
    left: 68px;
    position: relative;
  }

  #ladoSlider {
    margin-top: 20px;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    padding: 16px;
    height: initial !important;
  }

}

@media (min-width: 501px) and (max-width: 767px) {
  .owl-dots>button {
    left: 30px !important;
    position: relative;
  }

  .redesRT2 {
    flex-direction: column !important;
  }

  .redesRT2>a>img {
    margin-bottom: 5px !important;
  }

}

@media (min-width: 350px) and (max-width: 479px) {
  .responsiveRT {
    grid-template-columns: 1fr !important;
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
    margin: 0 15px !important;
  }
  .responsiveRT2 {
    grid-template-columns: 1fr !important;
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
    margin: 0 15px !important;
  }

  #bannerVertical {
    margin-top: 0 !important;
    width: 100%;
  }

  #videosHome {
    flex-direction: column !important;
  }

  #videosHome>div>iframe {
    width: 100% !important;
    height: 190px !important;
  }
}

@media (min-width: 600px) and (max-width: 799px) {
  .responsiveRT {
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
    margin: 0px !important;

  }
  .responsiveRT2 {
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
    margin: 0px !important;

  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .responsiveRT {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
    margin: 0px !important;

  }
  .responsiveRT2 {
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
    margin: 0px !important;

  }
}

@media (min-width: 901px) and (max-width: 1023px) {
  .responsiveRT {
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
    margin: 0px !important;

  }
  .responsiveRT2 {
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
    margin: 0px !important;

  }
}

@media (min-width: 1024px) and (max-width:1200px) {
  .col-md-6a {
    width: 50% !important;
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  #videosHome>div>iframe {
    height: 200px;
  }
}

@media (min-width: 551px) and (max-width:767px) {
  #videosHome>div>iframe {
    height: 150px;
  }

  #videosHome {
    justify-content: space-between !important;
  }

}




.am-next {
  position: absolute;
  top: 31%;
  left: -5.5%;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  padding: 10px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: .5;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.am-prev {
  position: absolute;
  top: 31%;
  right: -2%;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  padding: 10px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: .5;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.owl-dots {
  position: relative;
  bottom: 20px;
}

.owl-carousel .owl-item.active {
  color: black !important;
}

#canastita>div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.rt2>.infoHorariosRt>.dias>p {
  font-size: 14px !important;
}

.owl-dots {
  position: relative;
  bottom: 372px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

.owl-dots>button {
  outline: none;
}

.rt1 {
  /* width: auto; */
  cursor: inherit;
  overflow: hidden;
  position: relative;
  text-align: left;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  border: 1px solid #dadad9;
  border-radius: 4px;
  box-shadow: 0 4px 9px 4px #dadad987;
  background-color: #ffffff;
}

.responsiveRT {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 20px;
}

.responsiveRT2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 20px;
}

#menuSup {
  padding: 5px;
  margin-bottom: 0;
}

#menuSup>li {
  text-transform: initial;
  font-size: 15px;
}

#menuSup>li>a {
  padding: 5px;
  color: black;
  margin-right: 10px;
  margin-left: 10px;
}

.margenesBordes {
  max-width: 870px;
}

#protocolo1 {
  text-transform: inherit !important;
  font-size: 23px !important;
  color: #5e5e5e;
  margin-bottom: 15px;
}

#protocolo2 {
  text-transform: inherit !important;
  font-size: 19px !important;
  color: #817e7e;
  margin-bottom: 15px;
}

.menu-fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, .3);

}

.ancla:before {
  display: block;
  content: " ";
  margin-top: -60px;
  height: 60px;
  visibility: hidden;
}

.ancla1:before {
  display: block;
  content: " ";
  margin-top: -23px;
  height: 73px;
  visibility: hidden;
}

#generalProtocolo>section {
  margin: 15px 0px;
}

.imagenesProtocolo>img {
  width: 100%;
}

.cajaProtocolo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
}

#itemsProtocolo>li {
  font-size: 18px;
}

.imagenesProtocolo {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.jumbotron {
  background-color: white !important;
  /* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.19); */
}

.carousel-control.left {
  border-radius: 5px;
}

.carousel-control.right {
  border-radius: 5px;
}


#redSoc1 {
  background-color: #d00000;
  width: 65%;
  height: 110px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: -webkit-linear-gradient(150deg, #d00000 30%, #ef233c 70%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

#redSoc2 {
  background-color: #0353a4;
  width: 65%;
  height: 110px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: -webkit-linear-gradient(150deg, #0353a4 30%, #0077b6 70%);
  padding: 5px
}

#redSoc3 {
  background-color: #f8961e;
  width: 65%;
  height: 110px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: -webkit-linear-gradient(150deg, #f8961e 30%, #ffbd00 70%);
  padding: 5px
}

#tablaPagos {
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
  margin: 20px auto;
}

#tablaPagos>thead>tr>th {
  border: 1px solid #ff3333;
  background-color: #ff3333;
  padding: 3px 10px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: ghostwhite;
  border-bottom: 4px solid #a21f1f;
}

#tablaPagos>tbody>tr>td {
  border: 1px solid #ff3333;
  padding: 8px 10px;
  text-align: left;
  background-color: ghostwhite;
}

#tablaPagos>thead {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: beige;
}

#tablaPagos>tbody {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}


#formularioBusqueda {
  margin-top: 40px;
}

#formularioBusqueda2 {
  /* display:flex;  */
  text-align: center;
}



/* ------------------------------------- */

.responsiveENE {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-right: 10px;
  padding-left: 0px !important;
  margin-top: -230px;
}

.boxEneDestacado {
  display: flex;
  flex-direction: row;
}

.boxEneDestacado2 {
  display: flex;
  flex-direction: column;
  margin: 20px 20px 20px 20px;
  padding: 0px 10px 0px 0px !important;
}

.ene {
  border: 1px solid #dadad9;
  border-radius: 4px;
  box-shadow: 0 4px 9px 4px #dadad987;
}

.nivelDificultad {
  margin: 10px;
  color: grey
}

.descripcionVideo {
  margin: 10px;
  font-size: 13px;
}



.tituloVideo {
  margin: 0px 10px 10px 10px;
  font-size: 16px;
  text-transform: initial;
}

.publicidadEne3 {
  display: none;
}

.publicidadEne3 {
  display: none;
}

@media (min-width: 320px) and (max-width: 550px) {
  .responsiveENE {
    grid-template-columns: 1fr;
    margin: auto;
    padding-right: 0 !important;
  }

  .boxEneDestacado {
    flex-direction: column;
  }

  .boxEneDestacado>div>video {
    width: 100vw;
  }

  .col9Ene {
    padding: 0px !important;
  }

  .col9Ene>div:nth-child(2) {
    padding: 0 !important;
  }

  .col9Ene>div:nth-child(3) {
    padding-right: 0px !important;
  }

  .col9Ene>div:nth-child(4) {
    padding-right: 0 !important;
  }

  .col9Ene>div:nth-child(4)>div>h2 {
    font-size: 21px !important;
  }

  #cajaRT>div>div>video {
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  .boxEneDestacado>div>video {
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  .publicidadEne {
    display: none !important;
  }

  .publicidadEne>a>img {
    width: 100% !important;
  }

  .boxEneDestacado2 {
    margin: 20px 0px !important;
  }

  #redSoc1,
  #redSoc2,
  #redSoc3 {
    height: 70px !important;
  }

  #redSoc1>div>h3,
  #redSoc2>div>h3,
  #redSoc3>div>h3 {
    font-size: 16px !important;
  }

  .boxRedesSocHome {
    height: 70px !important;
    margin-bottom: 15px !important;
  }

  .boxRedesSocHome>div:nth-child(2) {
    height: 70px !important;
  }

  #ladoSlider {
    height: auto !important;
  }


}

@media (min-width: 551px) and (max-width:767px) {
  .col9Ene {
    padding-right: 0px !important;
    width: 100%;
  }

  .col9Ene>div {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* .col9Ene>div:nth-child(2){
    width:55vw;
  } */

  .boxEneDestacado>div>video {
    width: 100%;
  }

  .col9Ene>div:nth-child(3) {
    width: 25vw;
    margin: 0;
    padding: 0 !important;
  }

  .responsiveENE {
    grid-template-columns: 1fr 1fr !important;
    margin-top: 0px !important;
    padding-right: 0px !important;
  }

  #cajaRT>div>div>video {
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  .publicidadEne {
    display: none !important;
  }

  .publicidadEne3 {
    display: none;
  }

  .publicidadEne2 {
    display: none;
  }

  .boxEneDestacado {
    flex-direction: column;
  }

  .publiExtra {
    display: block !important;
    width: 30%;
  }

  .boxEneDestacado {
    width: 65%;
  }

  #cajaVideos {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

#botonFiltroRt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 5px;
}

#botonFiltroRt>button {
  color: white;
  background-color: #e31618;
  border-bottom: 2px solid #9d1617;
  padding: 6px 20px;
  border-radius: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}

.cajaFiltros {
  width: 100%;
  background-color: lightgrey;
  /* height:600px;  */
  padding: 20px;
  border: 3px solid #e31618;
  border-radius: 5px;
}

.cajaFiltros>hr {
  border-bottom: 2px solid #E31619 !important;
  border-top: none;
}

.cajaFiltros>fieldset>legend {
  border: none;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}

/* #disciplinas1>div>input[type="checkbox"],#disciplinas2>div>input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  clip: rect(0,0,0,0);
  height: 0;
} */

#disciplinas1>div>label,
#disciplinas2>div>label {
  background-color: #E31619;
  color: white;
  padding: 3px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* #disciplinas1>div>label:hover,#disciplinas2>div>label:hover{
  background-color: ghostwhite;
  color:#E31619;
}

#disciplinas1>div>input:active,#disciplinas2>div>input:active{
  background-color: ghostwhite;
  color:#E31619;
} */

#disciplinas1>div,
#disciplinas2>div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#disciplinas1>div>input,
#disciplinas2>div>input {
  height: 26px;
  width: 26px;
  margin-top: 0px !important;
  margin-right: -1px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-color: #E31619 !important;
}

#dias1>div {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-right: 15px;
}

#dias2>div {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-right: 15px;
}

#dias1 {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;

}

#dias2 {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;

}

#dias1>div>input,
#dias2>div>input {
  height: 26px;
  width: 26px;
  margin-top: 0px !important;
  margin-right: -1px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-color: #E31619 !important;
}

#dias1>div>label,
#dias2>div>label {
  background-color: #E31619;
  color: white;
  padding: 3px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}