/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,600);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

html,
body {
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color:#3a3a3a;
    font-size: 17px;
    line-height: 23px;
    background-color: #e41b1b;
    /*background:#ccd7e0 url("/img/fons-degradat.jpg") repeat-x /*fixed*/ /*center top*/

}

h1 {
    font-size: 40px;
    text-transform:uppercase;
    font-weight:600;
    font-family: 'Oswald', sans-serif;
}

h1 > a{
    color: #e41b1b;
    text-transform: uppercase;
}

h1.invert{
    color: #fff;
}

h1.home{
    font-size: 32px;
}

h2 {
    font-size: 18px;
    color: #666;
    /*font-weight: 600;*/
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

h2.ctn{
    font-size: 30px;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
}

h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

a, a:hover, a:active, a:focus{
    text-decoration: none;
    color: #e41b1b;
    outline: none;
}

a:hover{
    /*opacity: .6;
    filter: alpha(opacity=60);
    transition: opacity ease-in-out .2s;*/
}

.container {
    background: #fff;
}

label{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}


/* GENERAL */

/* Per fer que funcioni scroll de ifranme amb iOS */
.scroll-iframe {
	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;
  	width: 100%;
  	height: 400px;
    /*margin: 20px 0 0 0;*/
}


/*
INICI BOTONS NOUS>
*/

.btn-primary {
    text-transform: uppercase;
    color: #fff;
    background-color: #e41b1b;
    border-color: #e41b1b;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-outline-primary{
    text-transform: uppercase;
    color: #e41b1b;
    border-color: #e41b1b;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    color: #fff;
    background-color: #e41b1b;
    border-color: #e41b1b;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 15px 25px;
    font-size: 16px;
    line-height: 18px;
}

.btn-group-sm > .btn, .btn-sm {
    font-size: 13px;
}

.btn-compra-menu {
	padding: 5px 8px 5px 10px !important;
	color: #fff !important;
	font-size: 16px !important;
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.btn-compra-menu-xs {
	width: 50px;
	position: absolute;
	right: 6rem;
	bottom: 0rem;
	height: 40px;
}


/*
FI BOTONS NOUS>
*/


/*INICI BOTONS OLD TIRAR
.btn-default{
    display: inline-block;
    background: #fff;
    color:#e41b1b;
    border:1px solid #e41b1b;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 20px 35px;
    border-radius: 5px;
    text-transform: uppercase;
}

.btn1{
    font-size: 13px;
    line-height: 13px;
    padding: 13px 45px;
}

.btn2,.nav > li > a{
    display: inline-block;
    padding: 8px 30px;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
}

.btn2:hover,.btn-default:hover,.btn-default:focus,.btn-default:active:hover,.btn-default:active:focus{
    background: #e41b1b;
    color:#fff;
    border:1px solid #e41b1b;
}

.btn2.invert{
    background: #e41b1b;
    color:#fff;
}

.btn2.invert:hover,.btn2.invert:focus{
    background: #fff;
    color:#000;
}

.btn-link {
    color: #e41b1b;
    padding: 0;
}

FI BOTONS OLD TIRAR */

.btn-busqueda {
    color: #fff;
    padding: 0;
    background-color: #ccc;
}

.btn-busqueda:hover {
    color: #fff;
    background-color: #e41b1b;
}

.busqueda{
    padding-top: 10px;
}

.busqueda input {
    background: transparent none repeat scroll 0 0;
    width: 60px;
    height: 35px;
    float: left;
    color: #666666;
    margin-right: 5px;
}

.nav > li > a.img{
    position: static;
    display: inline;
    padding:0;
}

.nav > li > a > img{
    max-width: 100%;
}

.nav > li > a:hover,.nav > li > a:focus {
    background: #000;
    color:#fff;
    /*border:1px solid #000;*/
}

.nav > li > a.img:hover,.nav > li > a.img:focus {
    background: transparent;
    color:#fff;
    border:none;
}

.nav .c1,.nav .c4{
    clear: left;
}

.bg-cover{
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.img-full-w{
    width: 100%;
}

.opacity:hover{
    opacity: .6;
    filter: alpha(opacity=60);
    transition: opacity ease-in-out .2s;
}

.sp-top-xs-neg{
    margin-top: -5px;
}

.sp-top-sm-neg{
    margin-top: -15px;
}

#main-ctn{
    padding-top: 172px;
}

.breadcrumb{
    background-color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color:#999;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.breadcrumb a{
    /*color:#3a3a3a;*/
}

.breadcrumb a:hover{
    color:#e41b1b;
}

.breadcrumb-arrow{
    padding-left: 5px;
    padding-right: 5px;
}

.no-flex{
    display:block;
}

.page-item.active .page-link{
	background-color: #e41b1b;
	border-color: #e41b1b;
}

.page-link {
	z-index: 2;
	color: #e41b1b;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #e41b1b;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}


/* MENÚ */

.navbar-light{
    /*height: 92px;*/
    box-shadow: none;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.navbar-header{
    float: left;
    clear: left;
}
.navbar-brand {
    /*padding: 26px 15px;*/
    width: auto;
    height: auto;
}

.ctn-cab{
    position:relative;
    padding:0 15px 10px 15px;
}

.navbar-brand img{
    height: 90px;
    -webkit-transition: height .4s ease-in-out;
    -moz-transition: height .4s ease-in-out;
    -ms-transition: height .4s ease-in-out;
    -o-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out;
}

.fixnav-hide{
    height: 53px;
    display: inline-block;
    -webkit-transition: margin-top .4s ease-in-out;
    -moz-transition: margin-top .4s ease-in-out;
    -ms-transition: margin-top .4s ease-in-out;
    -o-transition: margin-top .4s ease-in-out;
    transition: margin-top .4s ease-in-out;
}

.navbar-nav{
    padding-top: 5px;
    text-transform: uppercase;
}

.navbar-nav > li > a {
    padding: 15px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color:#333333;
}
#navbar{
    /*clear: both;*/
}

#navbar .nav > li > a:hover,
#navbar .nav > li > a:focus{
    background: none;
    color:#e41b1b;
    border: 0;
}

.navbar-toggler{
    position: absolute;
    right: 1rem;
    bottom: .5rem;
}

.dropdown-item{
    font-size: 15px;
}
#menuPrincipal .dropdown-menu{
    border: 1px solid #eee;
}
#menuPrincipal .dropdown-menu.show{
    position: static !important;
    transform: none !important;
    text-align: center;
}

#menuPrincipal{
    width: 100%;
}

.nav-item{
    text-align: center;
}

.idiomas{
    padding-top: 5px;
    padding-right: 15px;
    color: #ccc;
    vertical-align: middle;
}

.idiomas-txt{
    padding-left: 5px;
    margin-top: 5px;
    color: #ccc;
    line-height: 32px;
}

.idiomas-txt > a{
    color: #ccc;
}

.idiomas-ico{
    vertical-align: middle;
}




/*
.idiomas > a{
    color: #ccc;
    padding: 10px 5px;
}

.idiomas > a:hover{
    color: #e41b1b;
}*/

.redes{
    padding-top: 10px;
    padding-right: 15px;
}

.redes > a{
    color: #ccc;
}

.redes > a:hover{
    color: #e41b1b;
}

.registro{
    padding-top: 10px;
    padding-right: 15px;
    float: left;
    text-transform: uppercase;
    color: #ccc;
    display: inline-flex;
}
/*
.registro-ico{
    padding-top: 10px;
        padding-left: 10px;
        margin-right: -5px;
}
*/
.registro-opciones{
    color: #ccc;
    padding: 5px 5px;
}

.registro-opciones > a{
    color: #ccc;
}

.registro-opciones > a:hover{
    color: #e41b1b;
}

.icon-bar{
    background-color:#000;
}


/*NEW>*/
.navbar-light{
    padding-top: 10px;
}
.navbar-light .navbar-nav .nav-link{
    /*font-size: 18px;*/
    color:#000;
}
#menuPrincipal .dropdown-menu {
    margin-top: 0px;
}

/*FI NEW<*/

/*
.navbar-toggle {
    border: 1px solid #000;
    margin: 15px 0 15px 15px;
}

.container > .navbar-collapse {
    background: #fff none repeat scroll 0 0;
}

.dropdown-menu {
    text-transform: uppercase;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #e41b1b;
}

#dropdownMenuUsr{
    padding-top: 5px;
}
#dropdownMenuUsr .dropdown-menu{
    margin-top: 0;
}
*/

/* TEXTOS */

.txt-gris-1{
    font-size: 20px;
    line-height: 22px;
    color:#999;
}

.txt-gris-2{
    font-size: 18px;
    line-height: 20px;
    color:#999;
}

.txt-gris-3{
    font-size: 16px;
    line-height: 18px;
    color:#999;
}

.txt-negro-1{
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    color:#3a3a3a;
}

.txt-negro-2{
    font-size: 18px;
    line-height: 20px;
    color:#3a3a3a;
}

.txt-negro-3{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color:#3a3a3a;
}

.txt-blanco-1{
    font-size: 20px;
    line-height: 22px;
    color:#fff;
}

.txt-pequeno{
    font-size: 15px;
	line-height: 18px;
    /*padding-top: 10px;*/
}

.txt-mini{
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.txt-vermell{
	color:#e41b1b;
}

.fecha{
    font-size: 16px;
    line-height: 16px;
    color:#999;
}

.precio{
    font-size: 16px;
    line-height: 16px;
    color:#999;
}

.img-texto-largo img {
    clear: left;
    height: 100%;
    margin-bottom: 20px;
    margin-right: 15px;
    margin-top: 20px;
    max-width: 100%;
}
.glyphicon {
    color: #e41b1b;
}

.bg-rosa {
	background-color:#fce8e8;
}


/* HOME */

/*
#myCarousel .carousel-inner > .item{
    height: 400px;
}

.carousel-caption {
    position: static;
    padding: 100px 0 0 0;
    text-shadow: none;
}

.carousel-caption > .tit{
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color:#000000;
}

.carousel-indicators > li,.carousel-indicators > li.active{
    width:13px;
    height:13px;
    margin: 1px 3px;
}

.carousel-control {
    width: 10%;
}

*/
.home-bloc-empresa{
    /*position: relative;*/
    background-image: url("/img/test-home-bloc-empresa-fons.jpg");
    height: 400px;
}

.home-bloc-servicios{
    background-image: url("/img/test-home-bloc-servicios-fons.jpg");
    height: 400px;
}

.home-bloc-clientes{
    background-image: url("/img/test-home-bloc-clientes-fons.jpg");
    height: 400px;
}

.home-bloc-contacto{
    background-image: url("/img/test-home-bloc-contacto-fons.jpg");
    height: 400px;
}

.news-list{
    background: #ececec;
    padding: 30px;
}

.fondo-subapartados{
    /*background: #ececec;*/
    /*padding: 1px 20px 1px;*/
    /*height: 100px;*/
}

.fondo-auxiliares{
    /*background: #ececec;*/
    padding: 20px;
    border: 1px dotted #ccc;
}


#calendario1{
    background: #ececec;
    padding: 10px 15px;
    min-height: 238px;
}

.calendari_meses {
    width: 100%;
    padding: 0;
    border: 0;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.calendari_meses a{
    cursor: pointer;
}
.calendari_dies {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    padding: 0;
    border: 0;
    margin-top: 15px;
}
.calendari_dies .dia {
    width: 14%;
    padding: 5px 7px;
    text-align: right;
    color: #666;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
}

.calendari_dies .diamarca {
    background-color: #e41b1b;
    color:#fff;
    cursor: pointer;
}

.calendari_dies .diamarca:hover{
    color: #ffffff;
}


/* BLOG */

.ultimos-posts{
    background: #ececec;
    padding: 20px;
}

.ultimos-posts  li{
    float: left;
    width: 100%;
    /*padding-top: 20px;*/
    color: #7e7f7d;
    font-size: 14px;
}

.ultimos-posts  img{
    float: left;
    margin-right: 15px;
}

.clientes  li{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.clientes h3{
    font-size:16px;
    margin-top: -12px;
}


/* EVENTOS */

h2.eventos {
    font-size: 24px;
}

.eventos-list {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.fechas{
    font-size: 15px;
    line-height: 18px;
}

.precios{
    font-size: 15px;
    line-height: 18px;
    color: #999;
}

.txt-reserva-pequeno {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.txt-reserva {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}

.programacion {
    font-size: 14px;
}

.programacion li {
    background-color: #ececec;
    float: left;
    width: 100%;
    padding: 15px;
    border-bottom: 1px dotted #ccc;

}

.badge {
    vertical-align: middle;
    font-size: 40%;
    font-weight: 300;
}

.badge-primary {
    color: #fff;
    background-color: #3a3a3a;
    font-size: 12px;
}

.badge-detalle {
    font-size: 16px;
}

/* USUARIOS */

.reserva-cantidad {
    width: 60px;
    display:inline;
}


/* RESERVAS */

.fondo-reservas {
    background: #ececec;
    padding: 20px 20px;
}

/* DOCUMENTOS */

.ficheros li {
    padding-top: 5px;
    padding-bottom: 0px;
    border-bottom: none;
}

/* BUSQUEDA */

.breadcrumb-buqueda{
    text-transform: uppercase;
    font-size: 14px;
    color:#cccccc;
}

.breadcrumb-buqueda a{
    color:#cccccc;
}

.breadcrumb-buqueda a:hover{
    color:#e41b1b;
}


/* PIE */

footer{
    background: #353836;
    color:#999;
    font-size: 16px;
}

footer > .container{
    background: #353836;
}

.copyright{
    color:#8c8d8c;
    font-size: 14px;
}

.copyright a{
    color: #8c8d8c;
}

.copyright > a:before,.copyright > span:before{
    display: inline-block;
    /*content: "|";*/
    /*padding: 0 10px;*/
}

.redes-footer{
    padding-top: 5px;
}

.redes-footer > a{
    color: #666;
}

.redes-footer > a:hover{
    color: #e41b1b;
}

.redes-compartir{
    color: #ccc;
}

.redes-compartir > a{
    color: #ccc;
}

.redes-compartir > a:hover{
    color: #e41b1b;
}

.footer-mail{
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}

.footer-tel{
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}

.footer-logos-bg{
    background-color: #ffffff;
}
.footer-logos{
    width: 170px;
}

.footer-logos-nextgen-01{
    width: 390px;
}

.footer-logos-nextgen-02{
    width: 262px;
}

/* EMBEDS */

.mapa-google {
    width: 100%;
    height: 410px;
}

/* AVISOS */

#avisCookies{
    position: fixed;
    z-index: 1000;
    width: 100%;
    transition: bottom 1s;
    bottom:-200px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #000;
    padding: 30px;
}

#modal_18 .modal-body{
    padding: 40px 100px;
    color:#000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}


@media (max-width: 1200px) {



}

@media (max-width: 768px) {




}

@media (min-width: 768px) {
    h1{
        font-size: 46px;
    }

    .nav .c4{
        clear: none;
    }

    .c4{
        clear: left;
    }

    .busqueda input {
        width: 160px;
    }

}

@media (min-width: 992px) {
    .ctn-cab{
        padding: 0 0 10px 0;
    }
    #menuPrincipal{
        width: auto;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .nav-item{
        text-align: left;
    }

    #menuPrincipal .dropdown-menu.show{
        position: absolute !important;
        transform: translate3d(0px, 46px, 0px) !important;
        text-align: left;
    }

    #menuPrincipal .dropdown:hover .dropdown-menu {
        display: block;
    }

    #main-ctn{
        padding-top: 120px;
    }

    .footer-logos-nextgen-01{
        width: 430px;
    }

    .footer-logos-nextgen-02{
        width: 282px;
    }

}

@media (min-width: 1200px) {

    #navbar{
        clear: none;
    }
}
