@font-face {font-family: 'bold'; src: url('../fonts/RobotoSlab-Bold.woff2') format('woff2'), url('../fonts/RobotoSlab-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face {font-family: 'regular'; src: url('../fonts/RobotoSlab-Regular.woff2') format('woff2'), url('../fonts/RobotoSlab-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }

/*HEADER*/
#topBar {display:block; position:relative; background-color:#fff; min-height:30px; z-index:10; color:#ddd; }
#topNav a.logo {margin:15px; display:inline-block; width: 150px; } 
#topNav a.logo img { width: 100%; } 
#topNav .logo-container{ position: relative; display:inline-block; z-index: 30; }
#topNav .logo-container .languages{ margin:-10px auto 0 auto; display:table;  }
#topNav .logo-container .languages a {color:#222; font-family:'regular'; font-size:14px; }
#topNav .logo-container.overlayed .languages a {color:#222; font-family:'regular';}
#topNav .logo-container .languages a.active {color:#D50021; font-family:'bold';}
#topNav .logo-container.overlayed .languages a.active { color:#D50021; font-family:'bold';}
#topBar a.social {width:24px; height:24px; line-height:26px; font-size:16px; }
#topBar #imgLogo{background: url('/images/logo.png') no-repeat left top; width: 141px; height: 141px; }
#topNav {display:block; left:0; right:0; top:0; position:relative; z-index:100; }
#topNav .container-topNav{ padding-left: 0; padding-right: 0; }

#topNav .nav-pills>li>a, 
#topNav .nav-pills>li>a:hover, 
#topNav .nav-pills>li>a:focus,
#topNav .nav-pills>li.active>a, 
#topNav .nav-pills>li.active>a:hover, 
#topNav .nav-pills>li.active>a:focus {background-color:transparent; outline:none; }
#topNav div.navbar-collapse {padding:0; }
#topNav ul.nav>li {color:#666; border-left:#444 1px solid; text-align:center; position:relative; margin:0; }
#topNav ul.nav>li:last-child {border-right:#444 1px solid; }
#topNav .dropdown-menu > li > a:focus, #topNav .dropdown-menu > li > a:hover{ background: transparent; outline:none; }


/* submenu */
#topNav nav.nav-main li.resp-active > ul.dropdown-menu {display: block !important; margin: 0 !important; float:none; text-align:right; position:relative; background:transparent; border:none; box-shadow:none; border-right:1px solid black; border-radius:0;  }
#topNav nav.nav-main li.resp-active > ul.dropdown-menu li a{  padding-right:8px !important; }



/* search */
#topNav form.search {float:right; max-width:180px; margin:12px 0 0 0; padding:0; } 
#topNav form.search {position:relative; }
#topNav form.search input {padding:6px 26px 6px 6px; height:auto; width:100%; font-size:13px; position:relative; z-index:0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
#topNav form.search button {position:absolute; top:10px; right:10px; color:#ccc; z-index:1; }


/* mobile */
#topNav button.btn-mobile {color:#fff; display: block; background: transparent; padding:6px 10px; margin:15px 15px 0 0; border-radius: 0; }
#topNav .btn-mobile .icon-bar {background-color: #D50021; }
#topNav .btn-mobile .icon-bar { display: block; height: 5px; width: 30px; margin: 4px 0; }

#topNav div.nav-main-collapse.collapse { display:none !important; }
#topNav div.nav-main-collapse {position: absolute; top:0; width: 100%; background: rgba(255, 255, 255, 0.90); height: 0  }
#topNav div.nav-main-collapse .nav-main{ position:relative; color:#222; height:auto; overflow:hidden !important; }
#topNav div.nav-main-collapse.in {display: block !important; top:0; }
#topNav div.nav-main-collapse.collapsing {display: block !important; }
#topNav div.nav-main-collapse .close-button{ position:absolute; top:5px; right:15px; }
#topNav div.nav-main-collapse .close-button i{ font-size:40px; color:#D50021; }

#topNav .list a {color:#222; font-family:'bold'; text-decoration: none; font-size:16px; display:block; outline:none; }
#topNav .list a:hover { text-decoration:underline; outline: none; }
#topNav .languages a {color:#222; font-family:'regular'; font-size:16px; }
#topNav .languages a.active { font-family: 'bold'; }
#topNav .social {color:#222; margin-top: 20px; }
#topNav .social a{ font-size:20px; margin-right:5px; }

#topNav div.nav-main-collapse .languages{ margin:30px 0 20px 0; }
#topNav div.nav-main-collapse .social{ margin:20px 0 30px 0; }
#topNav div.nav-main-collapse .content-menu{ padding:70px 40px 20px 40px; text-align:right; }
#topNav div.nav-main-collapse a{ color:#222; }
#topNav div.nav-main-collapse .list a{ display:block; margin-bottom: 5px; white-space: normal; }
#topNav div.nav-main-collapse .list a.dropdown-toggle:after{ content:"\f107"; font-family: 'FontAwesome'; float:right; margin-right: -15px; margin-top: 2px; }
#topNav .collapsing {position: absolute !important; z-index: 20; width: 100%; } 
#topNav .collapse.in {display: block; position: absolute; z-index: 20; width: 100%; top: 44px; }
#topNav .navbar-collapse {max-height: none !important; }


/** Responsive Top Nav
 **************************************************************** **/
@media only screen and (max-width: 1211px) {
	#topNav ul.nav>li a {
		padding: 15px 22px;
	}
}

#topNav .container{ position: relative;}

@media only screen and (max-width: 992px) {
    #topNav div.nav-main-collapse .content-menu{ padding:0 125px; }
    #topNav a.logo{ width: 80px; }
	.navbar-collapse {max-height:100%; }
	#topNav .container {padding:0; margin:0; }
	#topNav ul.nav li > a{ font-size: 20px;	}
	#topNav ul.nav>li a {padding: 15px 20px; } 
	#topNav .container {width:100%; }
 	#topNav button.btn-mobile {display:block; float:right; margin-right:15px; }
	#topNav form.search {float:left; margin-top:10px; margin-left:15px; margin-bottom:0; }
	#topNav div.nav-main-collapse, #topNav div.nav-main-collapse.in {width: 100%; margin:0 0 0 0; } 
	#topNav div.nav-main-collapse {float: none; overflow-x:hidden; }
    #topNav div.nav-main-collapse.collapse { display:none !important; }
    #topNav div.nav-main-collapse.in {display: block !important; height: auto; }
	#topNav div.nav-main-collapse {position: relative; }
	#topMain>li>a>span {display:none !important; }
	#topMain li {display:block !important; float:none; text-align:left; border-radius: 0; }
	#topMain>li>a {text-align:left; border:0; border-bottom:rgba(0,0,0,0.1) 1px solid; border-radius: 0; }
	#topMain>li:hover, #topMain>li:hover>a {border-top:0 !important; }
	


    #topNav div.nav-main-collapse .content-menu ul.list li{ text-align:right; padding-right: 20px; }
    #topNav div.nav-main-collapse .content-menu .dropdown-menu li{ padding-right: 0 !important; }
    #topNav div.nav-main-collapse .languages{ text-align:left; }
}


@media only screen and (max-width: 479px) {
    #topNav .languages a.active {color:black;}
    #topNav div.nav-main-collapse .content-menu{ padding:30px 0 0 15px; }
	#topNav form.search {margin-left:4px; }
 	#topNav button.btn-mobile {margin-right:4px; }
	#topBar a.logo {display:block; text-align:center; margin:6px 0; float:none; } 
	.hide_mobile {display:none; }
}
/*END HEADER*/
*{line-height: 136%; } 
html{ width:100%; scroll-behavior: smooth; }
body{background: #fff; overflow-x:hidden; scroll-behavior: smooth; }
p{ font-size: 12px; line-height: 140%; max-height: 999999px;}
li{ font-size: 12px; line-height: 140%; max-height: 999999px;}
.general{height: auto; margin: 0 auto; }
.cabecera {background: transparent; height: auto; margin: 0; position:absolute; top:0; left:0; width:100%; }
.cabecera a{ color:#000; }
.cabecera a:hover{ color:#ddd; }
#menu{ margin: 0 auto; height: 113px; overflow: visible; position: relative; }
.seccion { height:auto; background:#fff; }
.seccion .text_descripciones{font-size: 12px; color:#7b7070; }
.seccion .text-center{ text-align: center !important }
.container{ width:100%; max-width: 1400px; }
.swal2-close:focus{ outline: none; }
.swal2-popup{ width: 800px; font-family: 'regular'; font-size:17px; border-radius: 0; max-height: 100%; }
.swal2-popup h3{ font-family: 'bold'; }
.swal2-popup .btn{ border-radius: 0; padding:10px 50px; font-size:20px; }
.swal2-popup .swal2-title{ color: #D50021; font-family:'bold'; font-size:40px; }
.swal2-popup .swal2-footer a{ color: #D50021; }
.swal2-popup .swal2-styled.swal2-confirm{ background: #D50021; border-radius: 0 }
.swal2-popup .swal2-styled.swal2-cancel{ border-radius: 0 }
.swal2-popup .swal2-styled:focus {outline: 0; box-shadow: none; }
.swal2-content h4{ font-family:'bold'; text-transform: uppercase; }
.swal2-content{ max-height: calc( 100vh - 90px);  overflow: auto; }
.swal2-popup.large{ width: 800px; }

.swal2-popup.red-layer{ background:#D50021; }
.swal2-popup.red-layer .title{ color:white; margin-bottom: 0 !important; }
.swal2-popup.red-layer p{ color:white; font-size:19px; }
.swal2-popup.red-layer .btn-primary.white {margin-bottom: 30px; margin-top: 20px; text-transform: uppercase }

@media screen and (max-width: 992px){
    .general{ margin-top: 70px !important; }
}

.LSSI{height: auto; display: none; overflow: hidden; background: rgba(0,0,0,0.6); padding: 0 0 12px; position: fixed; bottom: 0; }
.LSSI .centered{min-height: 40px; margin: 0 auto; padding: 10px 0; width:auto; max-width: 1100px; }
.LSSI p{color:#fff; font-size:16px; margin: 10px; position: relative; font-family: 'Roboto', sans-serif; } 
.LSSI a{color:#fff; text-decoration: underline; }
.LSSI .btn{background: #d90030; cursor: pointer; margin: 0 5px 5px 5px; padding: 5px 15px; text-align: center; width: auto; position: relative; border-radius: 5px; text-decoration: none; }
.LSSI .btn span{color: #FFFFFF; font-family: 'Roboto Slab', sans-serif; font-size: 14px; }



.easing{transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); }
.easingMedium{transition: all 700ms cubic-bezier(0.000, 0.090, 0.000, 0.995); transition-timing-function: cubic-bezier(0.000, 0.090, 0.000, 0.995); }
.easingMediumFast{transition: all 400ms cubic-bezier(0.000, 0.520, 0.000, 0.995); transition-timing-function: cubic-bezier(0.000, 0.520, 0.000, 0.995); }
.easingFast{transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); }

img.responsive{ width:100%; height:auto; }
img.max-responsive{ max-width:100%; height:auto; }
img.max-responsive-centered{ max-width:100%; height:auto; margin:0 auto; display: block; }

.mt0{ margin-top: 0px !important; } .mt-10{ margin-top: -10px !important; } .mt-20{ margin-top: -20px !important; } .mt10{ margin-top: 10px !important; } .mt20{ margin-top: 20px !important; } .mt30{ margin-top: 30px !important; } .mt40{ margin-top: 40px !important; } .mt50{ margin-top: 50px !important; } .mt100{ margin-top: 100px !important; } .mb0{ margin-bottom: 0 !important; } .mb5{ margin-bottom: 5px !important; } .mb10{ margin-bottom: 10px !important; } .mb20{ margin-bottom: 20px !important; } .mb30{ margin-bottom: 30px !important; } .mb40{ margin-bottom: 40px !important; } .mb50{ margin-bottom: 50px !important; } .ml10{ margin-left: 10px !important; } .ml20{ margin-left: 20px !important; } .ml30{ margin-left: 30px !important; } .mr10{ margin-right: 10px !important;} .mr15{ margin-right: 15px !important;} .mr20{ margin-right: 20px !important;} .mr30{ margin-right: 30px !important;}
.delay01{ animation-delay: 0.1s; -webkit-animation-delay: 0.1s; } .delay02{ animation-delay: 0.2s; -webkit-animation-delay: 0.2s; } .delay03{ animation-delay: 0.3s; -webkit-animation-delay: 0.3s; } .delay04{ animation-delay: 0.4s; -webkit-animation-delay: 0.4s; } .delay05{ animation-delay: 0.5s; -webkit-animation-delay: 0.5s; } .delay06{ animation-delay: 0.6s; -webkit-animation-delay: 0.6s; } .delay07{ animation-delay: 0.7s; -webkit-animation-delay: 0.7s; } .delay08{ animation-delay: 0.8s; -webkit-animation-delay: 0.8s; } .delay09{ animation-delay: 0.9s; -webkit-animation-delay: 0.9s; } .delay10{ animation-delay: 1s; -webkit-animation-delay: 1s; } .delay11{ animation-delay: 1.1s; -webkit-animation-delay: 1.1s; } .delay12{ animation-delay: 1.2s; -webkit-animation-delay: 1.2s; } .delay13{ animation-delay: 1.3s; -webkit-animation-delay: 1.3s; } .delay14{ animation-delay: 1.4s; -webkit-animation-delay: 1.4s; } .delay15{ animation-delay: 1.5s; -webkit-animation-delay: 1.5s; } .delay16{ animation-delay: 1.6s; -webkit-animation-delay: 1.5s; } .delay17{ animation-delay: 1.7s; -webkit-animation-delay: 1.5s; } .delay18{ animation-delay: 1.8s; -webkit-animation-delay: 1.5s; } .delay19{ animation-delay: 1.9s; -webkit-animation-delay: 1.5s; } .delay2{ animation-delay: 2s; -webkit-animation-delay: 2s; } .delay21{ animation-delay: 2.1s; -webkit-animation-delay: 2s; } .delay22{ animation-delay: 2.2s; -webkit-animation-delay: 2s; } .delay23{ animation-delay: 2.3s; -webkit-animation-delay: 2s; } .delay24{ animation-delay: 2.4s; -webkit-animation-delay: 2s; } .delay25{ animation-delay: 2.5s; -webkit-animation-delay: 2.5s; } .delay3{ animation-delay: 3s; -webkit-animation-delay: 3s; } .delay4{ animation-delay: 4s; -webkit-animation-delay: 4s; } .delay5{ animation-delay: 5s; -webkit-animation-delay: 5s; } .delay6{ animation-delay: 6s; -webkit-animation-delay: 6s; }
ul{ padding-left: 0; list-style: outside none; }

.manage-admin-content.cke_editable{ outline: 1px dashed white; box-shadow: 0 0 1px #000; }
.manage-admin-content.cke_focus{ outline: 2px solid white; box-shadow: 0 0 3px #000; }

.btn{ border-radius: 0; border:none; transition:ease all 0.3s;}
.btn-primary{ background: url('../images/btn-brown.png') no-repeat center center / 100% 100%; padding: 15px; min-width: 150px; color:#D50021; font-family:'bold'; }
.btn-primary:hover,.btn-primary:focus{ filter:brightness(0.9); background-color: transparent; color:#D50021;  }
.btn-primary.white{ background:url('../images/btn-brown.png') no-repeat center center / 100% 100%; color: #D50021; font-family: 'bold' ; padding: 10px 15px;}
.btn-primary.white:hover{ filter:brightness(0.8); background-color: transparent; }
.btn-primary-green{ background: url('../images/montsia-lovers/btn-green.png') no-repeat center center / 100% 100%;padding: 15px 25px;
    min-width: 290px; color:white; font-family:'bold'; font-size: 20px;}
.btn-primary-green:hover,.btn-primary.green:focus{ filter:brightness(0.9); background-color: transparent; color:white;  }
.btn-primary.blue{ background-color: #008cd0; }
.btn-primary.blue:hover{ background-color: #007cc0; }
.btn-primary.green{ background-color: #4b9d34; }
.btn-primary.green:hover{ background-color: #3C7B2A; }
.btn-primary.orange{ background-color: #E4763F; }
.btn-primary.orange:hover{ background-color: #D4662F; }
.contentSection a.btn{ color:#fff; font-size: 18px; }
.btn-center{ display: table; margin:0 auto; }

.contentSection h1.green{ color:#81b219; }
.contentSection h1.blue{ color:#008cd0; }
.contentSection h1.orange{color: #F78800; }
.contentSection h1.red{color: #AE0A00; }

.contentSection h2.orange{color: #F78800; }
.contentSection h2.red{color: #AE0A00; }
.contentSection h2.green{color: #81B219; }
.contentSection h2.blue{color: #008CD0; }

.contentSection h3{ font-weight: bold; }
.contentSection h3.orange{color: #F78800; }
.contentSection h3.red{color: #AE0A00; }
.contentSection h3.green{color: #81B219; }
.contentSection h3.blue{color: #008CD0; }
.seccion{ font-family: 'regular'; }
.seccion p,.seccion li,.seccion a{ font-size:15px; }
.seccion .text-bold{ font-family: 'bold' !important }
.seccion .title{ font-family: 'bold'; font-size:45px; }
.seccion .title-carousel{ font-family: 'bold'; font-size:5vw; }
.seccion .subtitle{ font-family: 'bold'; font-size:30px; }
.seccion .subtitle2{ font-size:20px; }
.seccion .subtitle3{ font-size:18px; }
.seccion .text-red{ color:#D50021; }
.seccion .text-black{ color:black; }
.seccion .text-white{ color:white; }
.seccion .recuadro-rojo{ background-color:#D50021; padding: 5px 5px; margin-bottom: 10px; }
.seccion .recuadro-verde{ background-color:rgb(74, 157, 53); padding: 5px 5px; margin-bottom: 10px;}
.seccion .recuadro-amarillo{ background-color:rgb(241, 170, 2); padding: 5px 5px; margin-bottom: 10px;}

.seccion .carousel-caption{padding-bottom: 0;text-shadow: none;bottom: unset;top: 50%; transform: translateY(-50%);}
.seccion .pie-slider {background: url("/images/pie-slider.jpg") no-repeat center bottom / cover; position: relative; width: 100%; display: inline-block; padding:10px 10px 40px 10px;}

.seccion .social-share a{ border-radius:100%; width: 28px; height: 28px; border:1px solid #ddd; display: inline-block; text-align: center; font-size:20px; color:#D50021; transition:ease all .3s; }
.seccion .social-share a:hover{ background:#D50021; color:white; border:1px solid #D50021; }

.row-parallax{ position: relative; padding:80px 15px; overflow: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d;  }
.row-parallax:before{ content:""; position: absolute; z-index: 1; left:0; top:0; width: 100%; height: 58px; background: url('/images/home/torn-paper-top.png') no-repeat center top / 100% auto; }
.row-parallax:after{ content:""; position: absolute; left:0; bottom:0; width: 100%; height: 58px; background: url('/images/home/torn-paper-bottom.png') no-repeat center bottom / 100% auto; }
.row-parallax img.parallax{position: absolute; left:0; top:0; width: 100%;}
@media screen and (max-width: 992px){
    .row-parallax::before{ left:0;}
    .row-parallax::after{ left:0;}
    .row-parallax img.parallax{position: absolute; left:-50%; top:0; width: auto; height: 120%  }
    .no-pad-xs{ padding-left:0; padding-right:0; }
    .seccion .pie-slider {background: url("/images/pie-slider.jpg") no-repeat center bottom / cover; position: relative; width: 100%; display: inline-block; padding:10px 10px 30px 10px;}
    .seccion .title {font-size: 35px}
}

/*ROW TABLE*/
.seccion .row-table{ display: table; width: 100%; }
.seccion .row-table .col{ display: table-cell; float:none; vertical-align: middle; text-align: center;  }

@media screen and (max-width:992px) {
    .seccion .row-table{ display: block; }
    .seccion .row-table .col{ display: block; }
}
/*ROW TABLE*/

/*MODAL center in middle*/
.modal {text-align: center; padding: 0!important; }
.modal:before {content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; }
.modal-dialog {display: inline-block; text-align: left; vertical-align: middle; }

/*HOME*/
.seccion-home .subt2{margin-top: 50px;}
.seccion-home .iconos .ico{ width: 80px;}
.seccion-home .subtitle {font-family: 'bold'; font-size: 30px; line-height: 106%; }
.seccion-home p.text {font-family: 'regular'; font-size: 20px; }
.seccion-home .textos p.title{ font-family: 'bold'; font-size: 45px;color: #dd0d2c;}
.seccion-home .textos p.ptn{font-family: 'bold'; font-size: 45px; color: black }
.seccion-home .nuevo-ticket .boton-ticket { text-align: left;}


@media screen and (max-width:770px) {
    .seccion-home button.btn.btn-primary-green {margin-bottom: 35px;    white-space: normal;}
}
/*END HOME*/



/*footer*/
#pie{position: relative; height:auto; padding: 15px; color:black; background: url("/images/footer-bg.jpg") no-repeat center bottom / cover; }
#pie h4{ font-weight: normal; }
#pie .copyright {background-color: #252525; padding: 20px 0; }
#pie span.glyphicon{ color:#000; }
#pie .logo{ width: 100px; max-width: 100%; }
#pie ul{ float:right; margin-top: 10px; }
#pie a{ color:#000; font-family: 'bold'; font-size:14px }
#pie a:hover{ color:#444; }
#pie a.link{ color:#000; }
@media screen and (max-width: 992px){
    #pie .logo{ display:none; }
}

.container-pils{ padding: 5px 25px; border-bottom: 1px solid #F5F5F5;  }
.container-pils .nav-pills{ border-radius: 0; }
.container-pils .nav-pills > li.active > a{ background-color: #008cd0; }
.container-pils .nav-pills > li a{ border-radius: 0; }
/*STICKY FOOTER*/
#wrapper {min-height: 100%; height: auto !important; height: 100%; margin-bottom: -80px; }
#push,footer { height: 80px; clear:both;}
html, body { height: 100%; }
@media screen and (max-width: 992px){
	#wrapper { margin-bottom: 0; height: auto; min-height: auto; }
    #push,footer { height: 0; clear:both;}
}