#banner {
    margin-top: 50px;
    text-align: center;
}

#banner img {
    width: 100%;
    height: 100%;
    text-align: center;
}

#banner .carousel-caption h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #ff6600;
    font-weight: 500;
    text-shadow: 2px 1px #000;
    padding: 10px 0 5px;
    text-align: center;
}

#banner #carousel-2 {
    height: 200px;
    overflow: hidden;
}


/*---------BOTONES BANNER-----------*/

#banner .boton-curso a {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}

/*-------EFECTOS BOTONES CURSOS ONLINE---------*/

#banner .animated-button:link, .animated-button:visited {
	position: relative;
    padding: 5px;
    width: 120px;
    color: #fff;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
    margin-bottom: 20px;
	border-radius: 0;
	z-index: 15;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#banner .animated-button:link:after, .animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
    
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#banner .animated-button:link:hover, .animated-button:visited:hover {
	color: #fff;
    border: 1px solid #EB6419 !important;
}

#banner .animated-button:link:hover:after, .animated-button:visited:hover:after {
	height: 450%;
}

/* Victoria Buttons */

#banner .animated-button.victoria-two {
	border: 1px solid #fff;

}
#banner .animated-button.victoria-two:after {
	background: #EB6419;
    
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

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

#banner .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

#banner .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

#banner .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  border: 1px solid #EB6419;
  background-color: #EB6419;
}




/*------------RESPONSIVE------------*/

@media (min-width:480px) {
    #banner {
        margin-top: 0;
    }
    
    #banner .carousel-caption {
        top:45%;
        transform: translateY(-45%);
    } 
    
    #banner .carousel-caption h1 {
        text-align: left;
        font-size: 30px;
        padding: 0 0 15px;
    }
    
    #banner .boton-curso {
        margin-bottom: 10px;
        font-size: 14px;
        text-align: left;
    }
    
    #banner #carousel-2 {
        height: 300px;
        overflow: hidden;
    }
}

@media (min-width:768px) {
    #banner .carousel-caption {
        top:45%;
        transform: translateY(-45%);
    }
    
    #banner .carousel-caption h1 {
        font-size: 42px;
        text-align: left;
    }
    
    #banner .carousel-caption .subtitulo {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        text-align: left;
        font-weight: 400;
        padding: 5px 0 15px 0;
    }
}

@media (min-width:1024px) {
    #banner .carousel {
        height: 500px;
        overflow: hidden;     
    }
    
    #banner .carousel-caption {
        top:45%;
        transform: translateY(-45%);
    } 
    
    #banner img {
        height: auto;   
    }
    
    #banner .carousel-caption h1 {
        font-size: 46px;
    }
    
    #banner .carousel-caption .subtitulo {
        font-size: 17px;
    }  
}

@media (min-width:1300px) {
    
    #banner .carousel-caption {
        top:40%;
        transform: translateY(-40%);
    } 
}    

/*------------RESPONSIVE------------*/




