.herradura{
  background-image: url('../imagenes/Herradura/Herradura 19-47.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
 min-height: 400px;
}
.sauza{
  background-image: url('../imagenes/Cuervo/tren-jose-cuervo.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
 min-height: 400px;
}
.sectionHe{
  padding-top: 45px;
}
.contenedorHerraduraM{
  width: 100%;
  height: 100%;

}
.contenedorSauzaM{
  width: 100%;
  height: 100%;
}
.car-deckM{
	margin: 0;
}
.rowCardsM{
	

	width: 100%;
	margin: 0;
}
.rowContenedorCardsM{
  margin: 0;
  width: 100%;
  justify-content: center;
  }
.imgM{
  width: 100%;
  height: 400px;

}

.tituloCardM{
  position: absolute;
  top: 30px;
  left: 200px;
  color: white;
}
.contenedorTituloCardM{
   -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/

  position: absolute;
  background-color: rgba(0,0,0,0.3);
  top: 0;
  width: 100%;
  height: 400px;
  
}
.columnaContenidoTarjetaM{
	padding: 0;
	height: auto;
  
}
.cardM{
 
	transition:box-shadow 2s, transform 500ms, filter 500ms ease-in-out; 
}
.parrafoJustificadoM{
	text-align: justify;
}

.blur{
	filter: blur(1px);
  opacity: 0.2;	
	transform: scale(0.98);
}
.ocultar{
	display: none;
}
.contenidoGeneralTarjetasM{
  padding: 10px;
}
.homeM{
  text-align: center;
}

/*Estilos contenido Herradura y Sauza General*/
.alertM{
	width: 100%;
  padding: 0;
  border: 0;
}
.contenedorSubMenuM{
  padding-bottom: 10px;
	justify-content: center;
	background-color: white;
  font-size: 40px;
	width: 100%;
}
.subTituloVagonesM{
  text-align: center;
}
.contenidosSubMenu{
	width: 100%;
}
.rowtituloTrenesM{
	width: 100%;
	
	text-align: center;
	
}
.titulosTrenesM{
	width: 100%;
	padding: 10px;
	color: red;
}
.titulosVagonesM{
  padding-top: 80px;
}
.categoria{
	width: 100%;
	text-align: center;
}
.imagenHerradura{
	width: 100%;
}
.itinerarioM{
	text-align: justify;
  font-size: 30px;
}
.contenedorReservar{
	padding: 10px;
	text-align: center;
}

.nav-tabs .nav-link.active{
	
	color: black;
	border-color:  rgba(0,0,0,0);
	border-bottom: 3px solid #241A8B;
}
.arrowM{
	padding-left: 20px;
}
/*Acordion*/
.acordionM{
	width: 100%;
}
.btnM{
	
	width: 100%;
	color: black;
	text-decoration: none;
  font-size: 25px;
}
.cardAcordionM{
	border-color:  rgba(0,0,0,0);
	background-color: white;
}
.card-headerM{
	padding: 0;
	background-color: white;
}
.rowAcordionM{
	padding-bottom: 10px;
}
.closeM{
	height: 40px;
	width: 100%;
}
.imagenHerraduraM{
  position: absolute;
  top: 20px;
  left: 120px;
  width: 50px
}
.linkSecundarioM{
  width: 200px;
}
.rowLinksSecundario{
  justify-content: center;
  padding: 5px;
}
.linkBarM{
  margin-left: 310px;
}
.imagenHerraduraSubMenuM{
  width: 24px;
}
/*Estilos arrows*/


.arrowM {
  opacity: 0;
  position: absolute;
  top: 170px;
 left: 44%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.arrowM:before,
.arrowM:after {
  background: white;
  content: '';
  
  height: 5px;
  position: absolute;
  top: 170px;
  right: : 0;
  width: 60px;
}

.arrowM:before {
  -webkit-transform: rotate(45deg) translateX(-23%);
          transform: rotate(45deg) translateX(-23%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.arrowM:after {
  -webkit-transform: rotate(-45deg) translateX(23%);
          transform: rotate(-45deg) translateX(23%);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.arrow-firstM {
  -webkit-animation: arrow-movementM 2s ease-in-out infinite;
          animation: arrow-movementM 2s ease-in-out infinite;
}

.arrow-secondM {
  -webkit-animation: arrow-movementM 2s 1s ease-in-out infinite;
          animation: arrow-movementM 2s 1s ease-in-out infinite;
}
@-webkit-keyframes arrow-movementM {
  0% {
    opacity: 0;
    top: 150px;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrow-movementM {
  0% {
    opacity: 0;
    top: 150px;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*Estilos arrow close*/
.arrowCloseM {
  opacity: 0;
  position: absolute;
  left: 49%;
  top: 13px;
  -webkit-transform-origin: -50% -50%;
          transform-origin: -50% -50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.arrow-firstClose {
  -webkit-animation: arrow-movementClose 2s ease-in-out infinite;
          animation: arrow-movementClose 2s ease-in-out infinite;
}

.arrow-secondClose {
  -webkit-animation: arrow-movementClose 2s 1s ease-in-out infinite;
          animation: arrow-movementClose 2s 1s ease-in-out infinite;
}

.arrowCloseM:before,
.arrowCloseM:after {
  background: black;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
}

.arrowCloseM:before {
  -webkit-transform: rotate(145deg) translateX(-67%);
          transform: rotate(145deg) translateX(-67%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.arrowCloseM:after {
  -webkit-transform: rotate(-145deg) translateX(67%);
          transform: rotate(-145deg) translateX(67%);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@-webkit-keyframes arrow-movementClose {
  100% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  0% {
    opacity: 0;
    top: 30px;
  }
}

@keyframes arrow-movementClose {
  100% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  0% {
    opacity: 0;
    top: 30px;
  }
}

/*Arrow close movil*/
.arrowCloseMovil {
  opacity: 0;
  position: absolute;
  left: 40%;
  top: 13px;
  -webkit-transform-origin: -50% -50%;
          transform-origin: -50% -50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.arrow-firstCloseMovil {
  -webkit-animation: arrow-movementCloseMovil 2s ease-in-out infinite;
          animation: arrow-movementCloseMovil 2s ease-in-out infinite;
}

.arrow-secondCloseMovil {
  -webkit-animation: arrow-movementCloseMovil 2s 1s ease-in-out infinite;
          animation: arrow-movementCloseMovil 2s 1s ease-in-out infinite;
}

.arrowCloseMovil:before,
.arrowCloseMovil:after {
  background: black;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
}

.arrowCloseMovil:before {
  -webkit-transform: rotate(145deg) translateX(-67%);
          transform: rotate(145deg) translateX(-67%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.arrowCloseMovil:after {
  -webkit-transform: rotate(-145deg) translateX(67%);
          transform: rotate(-145deg) translateX(67%);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@-webkit-keyframes arrow-movementCloseMovil {
  100% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  0% {
    opacity: 0;
    top: 30px;
  }
}

@keyframes arrow-movementCloseMovil {
  100% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  0% {
    opacity: 0;
    top: 30px;
  }
}


/*Media querys*/

@media only screen and (max-width: 991px) {
  .contenedorSubMenuM  {
    font-size: 23px;
  }
  .itinerarioM{
    font-size: 15px;
  }
  .subTituloVagonesM{
    font-size: 30px;
  }
  .collapseFontSizeM{
    font-size: 20px;
  }
  .btnReservarM{
    width: 270px;
    height: 52px;
    font-size: 21px;
  }
  .imagenHerradura{
    height: 270px;
  }
  .imgM{
    height: 200px;
  }
  .TituloTrenesM{
    font-size: 25px; 
  }
  
}
@media only screen and (max-width: 370px) {
  .contenedorSubMenuM  {
    font-size: 19px;
  }
  .itinerarioM{
    font-size: 15px;
  }
  .subTituloVagonesM{
    font-size: 30px;
  }
  .collapseFontSizeM{
    font-size: 20px;
  }
  .btnReservarM{
    width: 220px;
    height: 43px;
    font-size: 21px;
  }
  .imagenHerradura{
    height: 200px;
  }
  .imagenHerraduraM{
    position: absolute;
    top: 39px;
    left: 17px;
    width: 50px;
  }
  .tituloCardM{
    position: absolute;
    top: 30px;
    left: 91px;
    color: white;
  }
  .imgM{
    height: 200px;
  }
  .TituloTrenesM{
    font-size: 25px; 
  }
  
}
.jumbotron-billboard .img{
  opacity: 0.8;
}

@media only screen and (min-width: 992px) {
  .contenedorSubMenuM  {
    font-size: 25px;
  }
  .itinerarioM{
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .imagenHerradura  {
    height: 500px;
  }
}

/**/
.imagenPrincipalM{
  width: 100%;
}
.colPrecioM{
  
  
  padding: 0;
}
.rowPrecioM{
  justify-content: center;
  text-align: center;
}
.fontPrecioM{
  font-size: 40px;
}
.divisionesM{
  width: 100%;
  height: 1px;
  background-color: darkgray;
  margin-top: 10px;
  margin-bottom: 10px;
}
.rowVagonesM{
  font-size: 25px;
  justify-content:center;
}
.finSecM{
  margin-bottom: 10px;
}
/*Estilos sobre bootstrap*/
.rowM{
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .fontPrecioM  {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1300px) {
  .colPrecioM  {
    padding-top: 115px;
  }
}