@charset "UTF-8";

/* CLASES DE FLAMENCO TFM CSS Document */

h2 {
	font-weight: 100;
	text-transform: none;
}

p {
	font-weight: 100;
}

p a:not(.btn) {
    color: inherit;
}

#carouselMain {
	max-height: calc(100vh - 44px);
	height: calc(100vh - 44px);
}

#carouselMain .img {
	background-position: 20% center;
}

.active {
	display: block !important;
}

/** MEDIA QUERIES **/
/* Small devices (landscape phones, 576px and up) */
@media (min-width:576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width:768px) {
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width:992px) {
	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
	
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width:1400px) {

}

/* Large devices (desktops, 1200px and down) */
@media (max-width: 1200px) {
	#carouselMain .img{background-position:-10% center;}
}

/* Medium devices (tablets, 992px and down) */
@media (max-width: 992px) {
	#carouselMain .img {background-position:-200px center;}
}

/* Extra small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {
	#carouselMain .img{background-position:center;}
}
