
.head-homepage{height:100vh;border-bottom:6px solid #BB9D59;}
.hp-background{height:100%;}

.head-homepage .hp-background{position:relative;}
.head-homepage .hp-background-overlay{position:absolute; top:0;left:0;width:100%;height:100%;opacity:0.75;background-color:#262626;}
.head-homepage .hp-background .hp-background-single {position:absolute; top:0;left:0;width:100%;height:100%;opacity:0; transition: opacity 1s;
background-repeat:no-repeat;background-position:center;background-size:cover; }
.head-homepage .hp-background .hp-background-default {position:relative;top:auto;left:auto;opacity:1;}
.head-homepage[data-status='1'] .hp-background .hp-background-1 {opacity:1;}
.head-homepage[data-status='2'] .hp-background .hp-background-2 {opacity:1;}


.head-homepage .hp-content{position:absolute;top:50%;left:0;width:100%;padding-top:50px;transform:translateY(-50%);}
.head-homepage .hp-content-desc{width:65%;margin:0;font-size:48px;line-height:1.3em;color:#D9C087;font-family: 'Barlow', sans-serif;}
.head-homepage .hp-content-nav{margin:50px 0 0 0;}
.head-homepage .hp-content-nav .hp-change-bg{display:inline-block;margin-right:50px;}
.head-homepage .hp-content-nav a, .head-homepage .hp-content-nav a:focus{display:inline-block;padding:10px 30px;color:#FFF;font-size:32px;letter-spacing:1px;font-weight:700;font-family: 'Barlow', sans-serif;
line-height:1em;background-color:#BB9D59;border-radius:25px;border:2px solid #BB9D59;transition:all .3s ease;}
.head-homepage .hp-content-nav a:hover{color:#BB9D59;background-color:#FFF;transition:all .3s ease;text-decoration:none;}


.head-homepage .hp-meteo{position:absolute;bottom:15px;left:0;width:100%;}


#wpc-weather{margin:0;padding:0;}
#wpc-weather .now{overflow:hidden;}
#wpc-weather .location_name, #wpc-weather .time_temperature{margin:0;color:#BB9D59;font-family: 'Barlow', sans-serif;letter-spacing:1px;float:left;line-height:40px;}
#wpc-weather .location_name{padding:15px 15px 0 0;}
#wpc-weather .time_temperature{padding:15px 15px 0 0;}
#wpc-weather .time_symbol{fill:#BB9D59;float:left;}
#wpc-weather.small .now .time_symbol svg{margin-bottom:0;}