

/* PROPIS DEL TEMA hotel Costa Brava. Només cal fer un replace del color (hi ha rgb també!!!). Estils .button_reserva el color me l'han de ir o buscar-lo

	rgba(245,196,45
	rgba(245,196,45
	background-color: #f5c42d
	background: #f5c42d;
	color: #f5c42d;	
*/

/* NO COPIAR */
#subs {
    background-image: none!important; 
    background-color: #1d1d1d;
}
/*FI*/

#content[class = '82'] {
margin-top: 0;
}

.contenidor_centrat.home{
	margin-top: -150px;
}

#header .contenidor_centrat {
	width: 1400px;	
}

.contenidor_centrat {
	width: 1210px;	
}

#banner_sota_slider{
	background-color: #f7f7f7;
	display:flex;
	justify-content: center;
}

#banner_sota_slider .wrapper{
	display:flex;
	max-width:1200px;
	padding: 50px 0;
	justify-content: center;
	align-items: center;
}

#text_banner{
	width:60%;
}

#text_banner p a, #text_banner p strong{
	color: #971e23;
}

#text_banner p{
	font-size:18px;
	font-weight: 100;
	line-height:1.5em;
	padding: 0 30px;
}

#boto_banner a{
	padding: 15px 30px;
	background-color: #971e23;
	color: white;
	font-size: 12px;
	font-weight: bold;
	border-radius: 8px;
	margin: 0 30px;
}

.menu_sup a.destacat {
	color: #fff;
	background-color: #f5c42d
}

.hvr-underline-from-center:before {
	background: #f5c42d;
}

#info_footer a:hover {
	color: #f5c42d;	
}
.titol_generic {
	color: #f5c42d;	
}
.titol_generic:not(.contacte) {
	color: #2d2d2d;	
}
.titol_gallery {
	color: #fff;	
}
.boto_generic {
	border-color: #f5c42d;
	color: #f5c42d;
}
	.boto_generic:hover {
		color: #fff;
		background-color: #f5c42d;
	}
.boto_generic.petit {
	border-color: #fff;
	color: #fff;	
}
	.boto_generic.petit:hover {
		border-color: #fff;	
	}
.boto_generic.boto_contacte {
    background-color: #f5c42d;
    color: #fff;
}
	.boto_generic.boto_contacte:hover {
		color: #f5c42d;
		background-color: #fff;	
	}

.contenidor_galeria .category:after, .contenidor_galeria .category:before {	
    -webkit-box-shadow: inset 1px 1px 0 0px #fff;
    box-shadow: inset 1px 1px 0 0px #fff;
}

.contenidor_galeria .category:before {
    -webkit-box-shadow: inset -1px -1px 0 0px #fff;
    box-shadow: inset -1px -1px 0 0px #fff;
}
#desplegador_menu > span, #desplegador_menu > span::before, #desplegador_menu > span::after {
    background-color: #f5c42d;
}

.button_reserva:hover {
    background: rgba(245,196,45,0.7)!important;
}

.slide-habitacions .owl-nav > div:hover {
	background: rgba(245,196,45,0.7)!important;
}

#reserva {
	/*background: rgba(245,196,45,0.4);*/
	background: #002654;	
}

.button_reserva {
	/*background: rgba(245,196,45,0.5);*/	
	background: #c1a875;
}

.hotel .titol_generic::after {
	 background-color: #f5c42d;
}

#reserva.home .inputs > div {
	background: rgba(245,196,45,.3);
	transition: background .25s ease;
}
#reserva.home .inputs > div:hover, #reserva.home select option {
	background: rgba(245,196,45,1);
}

#idiomes {
	color: #f5c42d;
}
/*#idiomes li li a{
	border: 2px solid #f5c42d;
}

#idiomes span{
	border: 2px solid #f5c42d;
}*/

#idiomes li li a:hover, #idiomes li li a.active{
	background: #f5c42d;
	color: #fff;
}

.telefon_header {
    color: #f5c42d;
}

.covid-19 {
    background: rgba(245,196,45,0.4);
}

.covid-19 p {
    color: #000;
}

#volumeon, #volumeoff {
	background: transparent;
	position: absolute;
	bottom: 120px;
	right: 40px;
	color: #fff;
	font-size: 30px;
	z-index: 999;
	cursor: pointer;
}

#volumeoff {
	display: none;
}

@media all and (max-width: 1000px) {
    #slide_home {
        margin-top: 166px;
	}
	.contenidor_noticia h1.titol_carousel {
   
		margin-top: 300px;
	}
	#volumeon, #volumeoff {
	
		bottom: 60px;
		right: 40px;
		
	}

}

.cb_pirineu_gi {
	width: 250px;
	height: auto;
	padding-bottom: 20px;
	display: block;
}

@media all and (max-width: 650px) {
    #slide_home {
        margin-top: 240px;
    }
    #reserva {
	    height: 103px;
	}

	#content {
	    margin-top: 0px;
	}

	#banner_sota_slider .wrapper{
		flex-direction: column;
	}

	#text_banner {
		width:100%;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	#volumeon, #volumeoff {
	
		bottom: 30px;
		right: 30px;
		
	}
	.cb_pirineu_gi {
		width: 200px;
		margin: 0 auto;
	}
	
}

/* FI PROPIS DEL TEMA */