@charset "utf-8";
body, td, th, input, select, textarea{
	font-size:16px;
	color: #0a0a0a;
}
body{
	margin:0px;
	padding: 0px;
 	font-family: 'Cairo', sans-serif;
}

:root {
	--rojo: #a31600;
	--azul: #40699b;
	--azulClaro: #7999b9;
	--blanco: #ffffff;
	--morado: #8a4166;
}

h1{color:var(--morado);font-family: 'Montserrat', sans-serif;}
h2{color:var(--azul);}
h3{color:#000000;}
h4{color:#ccc;}
h5{color:#000;}
h6{color:#CCC;}
h2,h3,h4,h5,h6{
	font-family: 'cera-medium';
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: var(--rojo);
}

::selection {
  color: white; 
  background: var(--rojo);
}

/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {		background: #f7f7f7;}
.zebra tr.over td {	background: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }

/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #ccc; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: var(--rojo); background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #626262; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}

.margin{margin: 5px;}
.clear{clear: both;}
.no-padding{padding:0px;}
.content-site{max-width:1200px;margin:0 auto;}

#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #3e545f; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }

.imagen_ver_evento{
	display: none;
}
/* General Styles */
.w-100{
	width: 100%;
}

/* Colors */
.col-whi{
	color: #fff;
}
.col-bla{
	color: #000;
}

/* Paddings */
.pad-0{
	padding: 0;
}
.pad-1{
	padding: 1em;
}
.pad-3{
	padding: 3em;
}

/* Displays */
.dis-blo{
	display: block;
}
.dis-inl{
	display: inline-block;
}
.dis-flex{
	display: flex;
}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
}
*:focus{
	outline: none !important;
}
section.home-section,.site-content-inside {
    padding-top:64px;
}
.site-content-inside{
	background: url('notas_musicales1.png') no-repeat right bottom;
}
.info-section p{
	text-align: center;
	font-size: 1.2em;
}
.info-section .row .col-xs-12 {
    padding: 0;
}
.intro {
    font-size: 16px;
    padding: 2em 1.5em;
}
.site-content{
	max-width: 1200px;
	margin: 0 auto;
}


/* Fonts */
.text-upper{
	text-transform: uppercase;
}

/* Headlines */
.subtitle {
    font-size: 1.5em;
    line-height: 1.4em;
    margin: .6em 0;
}

/* Buttons */
.btn-def {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 8px 20px;
    margin: 0;
    text-shadow: none;
    background: var(--azul);
    box-shadow: 0 10px 50px 0 rgba(7,42,68,0.12);
    font-size: 14px;
    color: #FFFFFF !important;
    letter-spacing: 1px;
    font-weight: 100;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn-def::before {
    content: "";
    position: absolute;
    background: var(--rojo);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    transition: all .3s ease;
}
.btn-def:hover::before{
	height: 100%;
}

/* HEADER */
header {
    position: fixed;
    width: 100%;
    z-index: 1010;
    top: 0;
    left: 0;
    background:#FFFFFF;
   	padding: 10px;
	transition: all .4s ease;
}
.header-content {
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.nav-brand {
    max-width: 130px;
}
.nav-brand img{
	transition: all .2s ease;
}
a.toogle-menu {
	color: var(--rojo);
    font-size: 40px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background:var(--rojo);
    border-color: rgba(0,0,0,.1);
    color: rgb(255, 255, 255);
}
ul.mm-listview {
    display: block !important;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgb(255, 255, 255);
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color: rgb(255, 255, 255);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: rgb(255, 255, 255);
}
.fixed .nav-brand img{
    max-width: 110px;
}
header.fixed::after {
    height: 100%;
    box-shadow: 0 0 8px 2px #00000017;
}
header::after {
    content: "";
    height: 0%;
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    transition: height 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.navbar-header, .button-top,.main-nav-mobile {
    display: none;
}

/* Slider Home */
.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #9e9898;
    font-size: 45px;
    padding: 0 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.slick-arrow:hover{
	color: var(--morado);
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slider-home .slide.slick-slide {
    position: relative;
}
.slider-home .slick-arrow {
    top: 80px;
}

/* Slider */
.info-text {
    color: #A5A4A4;
    font-weight: 100;
    padding-bottom: 15px;
    font-size: 14px;
    max-width: 700px;
    margin: 0 auto;
}
h2.title {
    color: #000;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 22px;
    margin: 15px auto 15px;
}
.slide-info {
    padding: 20px;
    background: #fff;
    margin: 10px 15px;
    box-shadow:0px 0px 7px 0px rgba(0, 0, 0, 0.21);
    position: relative;
    border-radius: 5px;
    text-align: center;
}
section.slider-home{
    position: relative;
    width: 100%;
}
.section-top {
    position: relative;
    background: #fff;
    top: 0px;
    z-index: 1007;
}

/* Service */
.info-service h3 {
    font-size: 19px;
    font-weight: 100;
    margin: 25px 0;
}
.info-service h3 span{
	display: block;
}
.col-gray {
    color: #A5A4A4;
}
.slider-services {
    padding: 25px 0;
}
ul.our-services-list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
ul.our-services-list li {
    display: flex;
    align-items: center;
    color: #B0B7BD;
    font-weight: 400;
    margin: 5px 0;
}
ul.our-services-list li img {
    max-width: 20px;
    margin-right: 5px;
}

/* Video */
.video{
	background: url('video-bg.jpg') no-repeat center center;
	background-size: cover;
}
.slider-video {
    background: #fff;
    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 15px;
    max-width: 800px;
    margin: 10px auto;
}
ul.slick-dots {
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: center;
}
ul.slick-dots li button {
    display: none;
}
ul.slick-dots li {
    width: 15px;
    height: 15px;
    background: #DCE0E3;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
    cursor: pointer;
}
ul.slick-dots li.slick-active {
    background: #171B34;
}
.content-item-video {
    position: relative;
}
a.icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #2386e9;
    max-width: 50px;
    border-radius: 50%;
}

/* News */
.info-new h4 {
    font-size: 24px;
    color: #171C34;
    margin: 15px 0 5px;
}
.item-new {
    text-align: center;
}

/* Subscribe */
.subscribe {
    background: url(footer.png) no-repeat left center;
    background-size: cover !important;
    text-align: center;
}
.content-subscribe h2 {
    font-weight: 100;
    line-height: 1;
    font-size: 25px;
}
.content-subscribe h2 small {
    display: block;
    font-weight: 100;
    margin-top: 10px;
}
.content-btn-subscribe {
    max-width: 250px;
    margin: 0 auto;
}

/* Footer */
.page-info-contact .dis-flex {
    margin-bottom: 15px;
    justify-content: center;
}
.footer-top {
    padding: 25px 15px;
}
footer * {
    text-align: center;
    font-size: 14px;
    color: #A5A4A4;
    font-weight: 100;
}
.social a i {
    color: #fff;
}
.social a {
    color: #fff;
    background: var(--rojo);
    display: inline-block;
    font-size: 28px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin: 0 8px 15px;
    text-align: center;
}
.menufooter {
    padding: 15px 0;
    margin: 0;
    list-style: none;
}
.footer-bottom {
    background: #f5f0f0;
    padding: 15px;
    border-top: 1px solid #dedede;
}
.footer-bottom .site-content * {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
footer a:hover{
	color: var(--rojo);
}
.social a:hover {
    background: #a91e64;
}
.footer-brand {
    max-width: 280px;
    margin: 0 auto;
}
.page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    background: #fff;
    text-align: center;
}
.page-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.item-service img{
	transition: all .3s ease;
}
.item-service:hover img{
	transform: scale(.8);
}

.social-sticky {
    display: none;
    position: fixed;
    right: 15px;
    z-index: 10020;
    top: 250px;
}
.social-sticky a {
    display: block;
}
.site-content-inside{
	padding-bottom: 30px;
}

h2.content-box-title,.mod-box-title {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 25px 0 35px;
    font-family: 'Montserrat', sans-serif;

}
.content-area {
    padding: 20px 0;
}
.content-box,.mod-box {
    padding: 10px 0;
}

.banner-page h2 {
    position: static;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: var(--rojo);
    letter-spacing: 2px;
    text-shadow: none;
    margin: 15px 0;
    background: none;
    padding: 10px;
}
.banner-page {
    position: relative;
}

.widget-ig{
	color: var(--rojo);
}

/* Video */
#myVideo{
	position: relative;
	width: 100%;
}

@media (min-width: 580px){
	.item-new {
	    text-align: left;
	    display: flex;
	    align-items: center;
		margin-bottom: 25px;
	}
	.info-new {
	    padding-left: 15px;
	}
	.info-new .info-text {
	    font-size: 14px;
	}
}

@media (min-width: 768px){
	.button-top {
	    display: block;
	    padding: 0 15px;
	}
	.slide-info {
	    padding: 40px 20px;
	    margin: 0;
	    box-shadow: none;
	    position: relative;
	    border-radius: 2px;
	    text-align: left;
	    position: absolute;
	    top: 38%;
	    max-width: 400px;
	    margin-left: 40px;
	    transform: translateY(-50%);
	}
	h2.title {
	    font-size: 30px;
	}
	.slide-info .btn-def {
	    max-width: 300px;
	}
	.slider-home .slick-arrow {
	    top: 50%;
	}
	.info-text {
	    font-size: 16px;
	}
	.item-service {
	    padding: 25px;
	}	
	.our-services > .row {
	    display: flex;
	    align-items: center;
	    padding: 25px;
	}
	.section-top {
	    top: 1000px;
	}
	section.slider-home{
	    position: fixed;
	    z-index: 1005;
	}
	.widget-fb {
	    max-width: 340px;
	    margin: 0 auto;
	}
	.subscribe {
	    background: url(footer.png) no-repeat center center;
	    background-size: cover !important;
	}
	.content-subscribe {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    padding: 40px 0;
	}
	.content-subscribe h2 {
	    font-size: 40px;
	    margin: 0;
	    line-height: 1;
	}
	.content-btn-subscribe {
	    padding-left: 55px;
	    margin: 0;
	}
	footer * {
    	text-align: left;
	}
	.page-info-contact .dis-flex {
	    justify-content: flex-start;
	    align-items: center;
	    padding: 0;
	}
	.page-info-contact .dis-flex img {
	    min-width: 20px;
	    margin-right: 5px;
	}
	.footer-top h3 {
    	font-size: 18px !important;
	    margin: 15px 0 5px 0;
	}
	.footer-top .site-content > .row {
	    display: flex;
	    align-items: center;
	}
	.footer-top {
	    padding: 30px 15px 0;
	}
	footer.footer {
	    position: relative;
	    bottom: 0;
	    width: 100%;
	    z-index: 1001;
	    background: #fff;
	    box-shadow:0px -2px 17px rgba(199, 199, 199, 0.64);
	}
	footer.show-footer{
		z-index: 1006;
		position: fixed;
	}
	.menufooter {
	    display: flex;
	    align-items: center;
	    justify-content: flex-end;
	    border-top: 1px solid #dedede;
	    margin-top: 25px;
	}
	.menufooter a {
	    font-size: 16px;
	    display: block;
	    padding: 5px 20px;
	}
	.social.social-footer {
	    text-align: right;
	}
	.footer-bottom .site-content * {
		text-align: center;
	}
	a.exus-url {
	    text-align: right !important;
	    display: block;
	}
	.social-sticky{
		display: block;
	}
	.slider-services {
	    padding: 25px 30px;
	}
	.banner-page h2 {
	    position: absolute;
	    top: 40%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    font-size: 30px;
	    color: #ffffff;
	    letter-spacing: 10px;
	    margin: 25px 0 0 0;
	    background: var(--rojo);
	    width: auto;
	    display: table;
	    text-shadow: 0 0 7px black;
	}
	#myVideo{
		position: fixed;
	}

}

@media (min-width: 992px){
	.nav-mobile {
	    display: none;
	}
	.nav-brand {
		max-width: 250px;
		min-width: 250px;
	}
	.navbar-header {
	    display: block;
	}
	.content-info-header {
	    width: 100%;
	    align-items: center;
	    justify-content: space-between;
	}
	nav.main-nav {
	    padding: 0 40px;
	}
	nav.main-nav ul{
		margin: 0;
	    padding: 0;
	    list-style: none;
	}
	nav.main-nav > ul {
	    display: flex;
	    align-items: center;
	    width: 100%;
	}
	nav.main-nav ul li a {
		font-size: 16px;
	    color: #292B2A;
	    display: block;
	    padding:20px 10px;
	    font-weight: 100;
	    text-align: center;
	}
	section.home-section, .site-content-inside {
	    padding-top: 0;
	}
	header {
	    background: none;
	}
	.btn-def {
	    padding: 10px 40px;
	    font-size: 16px;
	}
	nav.main-nav ul li a:hover{
		color: var(--rojo);
	}
	ul.submenu {
	    position: absolute;
	    display: none;
	    min-width: 150px;
	    border: 1px solid rgba(171, 168, 168, 0.39);
	    background: var(--rojo);
	    border-bottom-left-radius: 20px;
	    border-bottom-right-radius: 20px;
	    padding: 1px 0 !important;
	}
	ul.subsubmenu {
	    position: absolute;
	    left: 100%;
	    top: 0px;
	    border: 1px solid #d5d3d3;
	    background: #fff;
	    min-width: 250px;

	}
	ul.submenu>li>a {
		text-align: left !important;
		color: #ffffff !important;
		text-shadow: none !important;
		font-size: 14px !important;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		padding: 5px 20px!important;
	}
	ul.subsubmenu>li>a{
		background: #25c0de !important;
		display: block !important;
		color: #fff !important;
		padding: 5px 15px !important;
		border-bottom: solid 1px #fff !important;
	}
	ul.subsubmenu>li>a:hover{
		background: var(--rojo) !important;
	}
	ul.submenu li a:hover{
		background: var(--rojo);
	}
	ul.our-services-list li {
	    margin: 10px 0;
	    font-size: 21px;
	}
	ul.our-services-list li img {
	    max-width: 30px;
	    margin-right: 15px;
	}
	.slider-video {
	    margin: 50px auto;
	}
	.video {
	    background-attachment: fixed;
	}
	.item-new figure {
	    min-width: 180px;
	}
	.site-content-inside {
	    padding-top: 80px;
	    padding-bottom: 50px;
	}	
	.content-area {
	    padding: 40px 20px;
	}
	h2.content-box-title,.mod-box-title {
	    font-size: 28px;
	}
	header.fixed {
	    padding: 0;
	}
	ul.submenu li:first-child a {
	    border: none;
	}
	.banner-page h2 {
	    top: 50%;
	    font-size: 40px !important;
	}
	.site-content-inside {
	    padding-top: 0 !important;
	}
}

@media (min-width: 1200px){
	.slide-info {
	    margin-left: 130px;
	}
	h2.title {
	    font-size: 42px;
	}
	.slick-arrow {
	    padding: 0 55px;
	}
	.intro {
	    padding: 4em 1.5em;
	}
	.slider-services {
	    padding: 50px 60px;
	}
}

@media (min-width: 1440px){
	.content-info-header {
	    padding: 0 50px;
	}
	.slide-info {
	    max-width: 500px;
	}
	.slider-home h2.title {
	    font-size: 65px;
	}
}

@media (min-width: 1600px){
	nav.main-nav ul li a {
	    padding: 20px 25px;
	}
	.banner-page h2 {
	    font-size: 50px !important;
	}
}