/* Bootstrap Centered Colunms Fix */
/* centered columns styles */
/*****************************************/
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

/*****************************************/
a, a:focus, a:hover {
    text-decoration: none;
}
/*****************************************/

body{
	margin:0px;
	padding:0px;
}
/*-----HEADER-----*/
header{
}
.linea_roja{
	width:100%;
	height:10px;
	background:#cf3d44;
}
.ag-margin{
    margin-top: 0em;
}
/* --- MENU --- */
/* --- CARRUSEL --- */
/*
.carousel {
z-index:1;
}
.carousel-inner{ }
#carousel-example-generic{}
.carousel-inner img{
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 53% 92%, 50% 100%, 47% 92%, 0 92%);
clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 53% 92%, 50% 100%, 47% 92%, 0 92%);
	width:100%;
}
#carousel-example-generic{
     padding-top: 5%;   
}

    @media only screen and (max-width : 480px) {
        #carousel-example-generic{
             padding-top: 13%;
        }
    }

    @media only screen and (max-width : 360px) {
        #carousel-example-generic{
             padding-top: 23%;
        }
    }

    @media only screen and (max-width : 320px) {
        #carousel-example-generic{
             padding-top: 32%;
        }
        .navbar-brand {
            padding: 0px 17px;
        }
    }
.slide1{
	position:absolute;
	padding-top:10px;
	width:100%;
	height:500px;
	left:50%;
	margin-left:-50%;
	z-index:2;
	text-shadow:1px 1px 4px #000000;
}

.slide2_txt{
	position:absolute;
	padding-top:130px;
	width:100%;
	height:400px;
	top:50%;
	left:50%;
	margin-left:-50%;
	margin-top:-200px;
	z-index:2;
	text-shadow:1px 1px 4px #000000;
}
*/
.ag-add{
    width: 100%;
}
.ag-slider{
    margin-top: 0%;
}
/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; } 
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }
  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }
/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.carousel-inner {
    height: auto;
}
/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 40%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */
/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}
/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;  
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  }
/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; } 
/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }
.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }
.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 265px !important;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.81);
}
/* --- FOOTER --- */
footer{
	background:#F13E3D;
	min-height:300px;
	height:100%;
	text-align:center;
	color:#FFF;
	padding-bottom:40px;
}

footer h3, a{
	color:#FFF;
}
footer a:hover{
	color:#000;
}

.ft_bg_sup{
	margin-bottom:-2px;
}

.ft_col{
	margin-top:40px;
	width:300px;
	text-align:center;
}
.ft_col2{
	margin-top:58px;
	width:300px;
	text-align:center;
}
.mapa_sitio{
	text-align:left;
	width:120px;
	margin:auto;
}
#crater-wrapper{
	background-color:#000;
	color:#FFF;
	text-align:right;
}

#crater-wrapper a{
	color:#FFF;
}
.boton-des{
    color: #fff;
    background-color: #F13E3D;
    padding: 3% 6%;
    font-weight: 500;
    font-size: 14pt;
}
.boton-des:hover{
    color: #fff;
    background-color: #c13534;
}
.boton-des:focus{
    color: #fff;
    background-color: #c13534;
    
}
.gh{
    background-color: #ccc;
    margin: 2% 0%;
    padding: 3% 0%;
}
.ro-bot{
    border-radius: 2%;
    color:#fff;
    background-color: #F13E3D;
    padding: 2% 3%;
}
.ro-bot:hover{
    color:#fff;
    background-color: #b22c2b;
    padding: 2% 3%;
}
.kj{
    padding-bottom: 2%;
}