/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */ 

body {
  padding-top: 0;
  padding-bottom: 0;
  color: #5a5a5a;
  font-family: 'Raleway', sans-serif;
}


.ae-header{
  background: #000;
  height: 30px;
  display: block;
  border-radius: 10px;
  border:1px solid white;
}
.header-menu{
  height: 100%;
}
.nav-scroller{
  margin-bottom: 5px;
}
.nav-scroller .nav{
  height: 80px;
  background-color: #c80000;
  color: #FFF;
}
.img-header{
  width: 13px;
}
.text-header{
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  display: flex;
  float: right;
  height: 28px;
  align-items: center;
  
}
.cart__btn__open{
  display: flex;
  float: right;
  height: 28px;
  align-items: center;
}
.text-header:hover{
  text-decoration: none;
  color: #FFF; 
}
.img-logo-ae{
  width: 65px;
  margin-left: 15px;
  margin-right: 38px;
  z-index: 1;
  position: relative;
}
.img-top{
  margin-top: 8px;
}
.img-top:after {
    content: "";
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #FFF;
    display: block;
    position: absolute;
    top: -5px;
    left: 25px;
    z-index: 0;
}
.img-menu{
  width: 42px;
  padding-top: 5px;
  padding-bottom: 1px;
}
.item-menu{
  color: #FFF;
  font-size: 10px;
  max-width: 100px;
	line-height: 10px;
}
.item-menu-inicio{
  margin-right: 102px;
}
.item-menu:hover{
  text-decoration: none;
  color: #FFF;
}
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
footer{
  background: #000;
  color:#FFF;
  font-size: 12px;
  border-radius:10px;
  border:1px solid white;
}

footer a{
  background: #000;
  color:#FFF;
  font-size: 12px;
  /*font-weight: bold;*/
}

footer a:hover{
  color:#C80000;
}

.evento {
  box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.55);
  padding-top: 5px;
  transition: box-shadow 0.6s ease-in-out;
  overflow:hidden;
}

.evento:hover {
  box-shadow: 0px 0px 10px 0px rgba(150,150,150,0.55);
}
.evento img{
   transition: transform .6s; /* Animation */
}
.evento:hover img{
  transform: scale(1.12);
}
.evento h2{
  transition: 0.6s padding ease;
}
.evento:hover h2{
 	padding-top:16px; 
}


.evento h2{
  font-size: 14px;
  font-weight: bolder !important;
  text-align: left;
  padding-top: 8px;
  height: 40px;
}
.evento p {
  font-size: 10px;
}
.evento p span{
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.img-evento{
  width: 100%;
  border-radius: 15px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 385px;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 385px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media only screen and (max-width: 991px){
	.main-carousel-item-center img {
  	width: 100% !important;
	}
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

#promotion_ad .item img{
    display: block;
    width: 100%;
    height: auto;
}

.center {
	text-align: center;
}


.navbar-nav>li>a {
    line-height: 10px;
}

.iframe-container{
  border: 1px solid white;
  border-radius:15px;
}

.navbar-default .navbar-nav>li>a:focus, a:focus {
  color:#fff;
  text-decoration: none;
}

hr {
    border-top: 1px solid #c80000;
}
#footer-credits{
	display: none;
}

/* Boton arrepentimiento de compra CSS
--------------------------------------------*/
#arrepentimientoBtn {
    background-color: #000000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

#arrepentimientoBtn:hover {
    background-color: #FF704D;
}

#arrepentimientoBtn:active {
    background-color: #E64325;
}

