@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap');

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

body{
	background: #fff;
}

/*colores{
	rojo: #ED1C24;
	negro: #000000;
}
*/

h1.titleSlide{
	color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
}

.downloadText {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    margin: 0;
    margin-bottom: -17px;
}

.arrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    transform: rotate(90deg);
    padding: 0;
    margin-bottom: -20px;
}

h1.titleQS{
	color: #3bb54a;
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
}

h3.subtitleSlide{
	color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: center;
}

p.contentQS{
	color: #414042;
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
}

p.Ubicacion{
	color: #414042;
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
}

p.beneficios{
	font-size: 17px;
    line-height: 23px;
    color: #414042;
}

.txtSlide{
	padding-top: 35px;
}

.txtSlideQS{
	padding-top: 35px;
}	


.contQS {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* M E D I A  -  Q U E R I E S */ 
@media (min-width: 768px){
	.txtSlide{
		padding-top: 100px;
	}
	.txtSlideQS{
		padding-top: 80px;
	}	
}

@media (min-width: 1200px){
	.contQS{
		min-width: 100%;
	} 
	.contBNF{
		max-width: 1400px;
	}
	.contHorarios{
		max-width: 100%;
	}
}

.contBNF{
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.contHorarios{
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 768px){
	.cssFunda{
		background: #3bb54a; 
		z-index: 1000;
	}
} 


@media (min-width: 768px){
	.imgFunda{
		position: absolute;
    	top: -50px;
    	display: inline-block !important;
	}
} 

.imgFunda{
	display: none;
}


.txtFooter {
    color: #414042;
    font-size: 13px;
}

a.linkFooter{
	color: #414042 !important; 
	font-size: 13px !important;
	text-decoration: none !important;
}




.header-inner {
    width: 100%;
    position: reltive;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: a;
    ;
2s; /* For Safari 3.1 to 6.0 */
    transition: all 2s;
}

/*** Brand logo ***/

.brand {
    width: 200px;
    height: 90px;
}
.brand a { display:block }
.brand, .header-inner .main-nav {
    display: table-cell;
    vertical-align: middle;
}
/*** Main Nav Menu ***/
.main-nav {
    text-align: right;
    white-space: nowrap;
    padding: 0 0 0 30px;
    width:100%;
}
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-nav .sf-menu li { position: relative; }
.main-nav .sf-menu li:hover, .sf-menu li.sfHover {
    -webkit-transition: none;
    transition: none;
}
.main-nav .sf-menu li a {
    color: #3bb54a;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 90px;
    padding: 0 15px;
    position: relative;
    text-transform: capitalize;
}
.main-nav .sf-menu li.current a { color: #424E75; }
.main-nav .sf-menu li.current ul a { color: #424E75; }
.main-nav .sf-menu li ul li.current a { color: #424E75; }
.main-nav .sf-menu ul {
    background-color: #fff;
    position: absolute;
    z-index: 6000;
    display: none;
    min-width: 12em; /* allow long menu items to determine submenu width */
 *width: 12em; /* no auto sub width for IE7, see white-space comment below */
    top: 99%;
    left: 0;
    z-index: 99;
    margin: 1px 0;
    padding: 0;
    border-top: solid 2px #c44741;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}
.main-nav .sf-menu > li { display: inline-block; }
.main-nav .sf-menu li:hover > ul, .main-nav .sf-menu li.sfHover > ul { display: block; }
.main-nav .sf-menu a {
    display: block;
    position: relative;
}
.main-nav .sf-menu a:hover { color: #3bb54a; text-decoration: none; }
.main-nav .sf-menu ul li {
    width: 180px;
    background: #fff;
    text-align: left;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.main-nav .sf-menu ul li a {
    padding: 10px 15px;
    font-size: 13px;
}
.main-nav .sf-menu ul ul {
    top: 0;
    left: 100%;
}
.main-nav .sf-menu ul ul li {
    background: #fff;
    border-left: solid 1px #eee;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul { padding-right: 2.5em; *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: white; /* IE8 fallback colour */ }
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after { border-left-color: #999; }
.header-inner #toggle-btn {
    cursor: pointer;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 20px;
    width: 45px;
}
.header-inner .toggle-subarrow { display: none; }
 @media (min-width: 768px) {
 .header-inner #toggle-btn {
 display: none;
}
}
 @media (max-width: 768px) {
 .navbar-brand {
 display: block;
}
 .navbar {
 max-height: none;
}
.main-nav {
 margin-top: 10px;
 height: auto;
}
.sf-menu > li {
 float: none;
}
.sf-menu li a {
 padding: 10px 13px;
 font-weight: 400;
}
 .sf-menu li a:hover, .sf-menu li.sfHover a:hover {
 color: #c44741;
}
 .sf-menu ul {
 font-size: 14px;
 display: block;
 position: static !important;
 border: 0;
 box-shadow: 0 0 0 0;
 -moz-box-shadow: 0 0 0 0;
 -webkit-box-shadow: 0 0 0 0;
}
}
 @media only screen and (max-width: 768px) {
 .header-inner .main-nav {
 display: block;
 margin: 0;
}
 #toggle-btn {
 display: block;
}
 .toggle-subarrow {
 display: block !important;
 cursor: pointer;
 position: absolute;
 right: 0;
 top: 0;
 width: 45px;
 height: 42px;
 border-left: 1px solid #e8e8e8;
 text-align: center;
 color: #777;
}
 .toggle-subarrow .fa {
 margin-top:14px;
}
 .main-nav {
 text-align: left;
 white-space: nowrap;
 padding: 0;
}
 .sf-menu {
 display: none;
}
 .main-nav .sf-menu {
 margin: 0 -15px;
}
 .main-nav .sf-menu > li {
 font-size: 13px;
 line-height: 16px;
 display: block;
 border-top: 1px solid #3bb54a;
 padding: 5px 0;
}
 .main-nav .sf-menu li a {
 color: #3bb54a;
 padding: 20px;
 line-height:0px;
 display: block;
 position: relative;
 background-color:#ffffff;
 text-align:center
}
 .main-nav .sf-menu ul {
border: none;
}
 .main-nav .sf-menu ul li {
 width: 100%;
 margin-left: 30px; 
 font-size: 13px;
 line-height: 16px;
 font-weight: 400;
 position: relative;
 border:none;
 border-top: 1px solid #e8e8e8;
}
 .sf-menu ul {
 position:static!important;
 display: none!important;
}
 .mob-drop ul {
 display: block!important;
}
   @media(min-width: 601px) and (max-width: 780px) {
.top-line .container {
 max-width:70%;
}
 .top-line p span {
 display: table;
 margin-right: 20px;
 text-align: left;
}
}





footer {
    position: fixed;
    height: 115px;
    bottom: 0;
    width: 100%;
}

.footerMC{
	background: #ED1C24;
	height: 15px;
}


hr.marginContent{
	border: none !important;
	margin: 30px 0 !important;
}

h1.titleHome{
	font-weight: 400;
	font-size: 1.7rem;
	text-align: center;
}


.txtRojo{
	color: #ED1C24;
	font-weight: 700;
}

h2.titleRed{
	color: #ED1C24;
	font-weight: 700;	
	font-size: 1.5rem;
	text-align: center;
}

h3.titleModal{
	color: #ED1C24;
	font-weight: 700;
	font-size: 1.3rem;
	text-align: center;
}

.btn-primary{
	background-color: #ED1C24 !important;
	border: none !important;
	font-weight: 600 !important;
}

.btn-primary:hover{
	background-color: #d4151c !important;
}

label{
	text-transform: uppercase;
	font-weight: 700;
	color: #000000;
	font-size: 0.8rem;
}

.modal-title{
	color: #ED1C24;
    font-weight: 700;
}

.txtPortal{
	font-size: 1.1rem;
	text-align: justify;
	font-weight: 500;
}

a.noConfirmar{
	color: #ED1C24;
	text-decoration: underline;
	font-size: 0.9rem;
	font-weight: 500;
}


