:root{
    --lightorange: #f6c078;
    --lightorange_v2: #f6c078;
    --orange: #f6c078;
    --blue: #0063b8;
    --darkblue: #0063b8;
    --radius: 15px;
}
body{
    font-family: "OpenSans-Regular";
    font-weight: 400;
    color: #414141;
    position: relative;
    /*color: #727272;*/
}
.reduced{
    font-size: 14px;
}
.w_def {
    width: 93%;
    margin: auto;
}
.space{
    clear: both;
    height: 10vh;
}
.bck_orange{
    background-color: var(--lightorange);
}
.bold, b, strong{
    font-weight: 600;
}
h1,h2,h3,h4,h5,h6{
    font-family: "GildaDisplay-Regular";
    font-weight: normal;
}
h1.italic,h2.italic,h3.italic,h4.italic,h5.italic,h6.italic, .italic{
    font-family: "GildaDisplay-Regular";
}
a.underlined{
    text-decoration: underline;
}
ul.std{
    padding-left: 20px;
}
.link{
    text-decoration: underline;
    font-weight: 500;
    color: var(--darkblue) !important;
    cursor: pointer;
}
.btn{
    font-weight: 500;
    border: 2px solid var(--darkblue);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: inherit;
    font-family: inherit;
    cursor: pointer;
    transition: 400ms;
}
.btn:hover{
    background-color: rgba(0,99,184, .2);
}
.lightorange_v2{
    color: var(--lightorange_v2);
}
.orange{
    color: var(--orange);
}
.darkblue{
    color: var(--darkblue);
}
.margin_lr_20{
    margin: 0 20px;
}
.card_style{
    border-radius: var(--radius);
    /*border: 1px solid rgba(0,99,184,.5);*/
    overflow: hidden;
    box-shadow: 0 3px 9px 0 rgba(0,99,184,.3);
}

/********** HEADER **********/
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: white;
    z-index: 150;
}
header .wrap_contacts{
    display: flex; 
    gap: 20px;
    font-weight: 500;
}
header .wrap_langs{
    display: flex;
    gap: 10px;
    font-weight: 500;
}
header .menu li{
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    cursor: pointer;
    font-family: 'OpenSans-Medium';
    letter-spacing: .5px;
}
header #ico_menu{
	width: 30px;
	height: 2px;
	background-color: var(--darkblue);
	position: relative;
	margin: 7px 0;
	transition: 400ms;
}
header #ico_menu:before{
	content: ' ';
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 2px;
	background-color: var(--darkblue);
	transition: 400ms;
}
header #ico_menu:after{
	content: ' ';
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--darkblue);
	transition: 400ms;
}

/********** END HEADER **********/

/********** SUBHEADER *********/
.sub_header_video{
    position: relative;
}
.sub_header_video .info{
    position: relative;
    z-index: 50;
    color: white;
    font-weight: 500;
}
/********** END SUBHEADER *********/

.home_shortcut{
    grid-template-columns: 1fr auto 1fr;
}
.home_shortcut > div{
    margin: 10px 0;
}
.home_shortcut .ico{
    width: 25px;
    position: relative;
    vertical-align: middle;
}
.home_shortcut .ico.bounce{
    width: 30px;
    animation: bounce 2s infinite;
}
@keyframes bounce{
    0% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(5px);
    }
}

.map_legend{
    background-color: #e2e2e2;
    gap: 1px;
}
.map_legend > div{
    font-weight: 500;
    text-align: center;
    background-color: white;
    padding: 10px;
}
.map_legend .ml_yellow{
    color: #bfaf00;
}
.map_legend .ml_red{
    color: #e1011b;
}
.map_legend .ml_green{
    color: #45af81;
}
.map_legend .ml_lightblue{
    color: #009de2;
}
.map_legend .ml_pink{
    color: #f4b2b3;
}
.map_legend .ml_purple{
    color: #7a71aa;
}
.map_legend .ml_orange{
    color: #bd7700;
}


/****** SWIPER *******/
.swiper {
  width: 100%;
  /*height: 100%;*/
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

/****** END SWIPER *******/

/****** SERVICE GRID *******/
.service_grid .cell {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}
.service_grid .cell img {
    width: 80px;
}
.service_grid .cell h3 {
    font-size: 29px;
}
.service_grid .cell p {
    font-size: 14px;
    min-height: 19px;
    font-weight: 500;
}
/****** END SERVICE GRID *******/

.videos .abs_info, .swiper_servizi .abs_info{
    position: absolute;
    z-index: 4;
    top: 0;
    width: 100%;
    background-color: rgba(44,104,153, .8);
    color: white;
    font-weight: 500;
    padding: 5px 0 5px 20px;
}
.videos .abs_info p, .swiper_servizi .abs_info p{
    font-size: 16px;
}


/****** PRICE GRID **********/
.price_grid {
    display: grid;
    background-color: rgba(67, 58, 47, .1);
    grid-gap: 1px;
}
.price_grid .cell {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}
.price_grid .cell img {
    width: 80px;
}
.price_grid .cell h3 {
    font-size: 29px;
}
.price_grid .cell .ico_pdf{
    width: 40px;
}
/****** END PRICE GRID **********/

/****** LOCATION GRID **********/
.location_grid {
    display: grid;
    background-color: rgba(67, 58, 47, .1);
    grid-gap: 1px;
}
.location_grid .cell {
    background-color: white;
}
.location_grid .cell img {
    width: 80px;
}
.location_grid .cell h3 {
    font-size: 29px;
}
.location_grid .cell .ico_pdf{
    width: 40px;
}
/****** END LOCATION GRID **********/

/****** MAPS GRID **********/
.maps_grid{
    display: grid;
    grid-template-columns: 1fr;
}
.maps_grid .cell{
    width: 100%; 
    aspect-ratio: 984 / 691; 
    overflow: hidden;
}
/****** END MAPS GRID **********/

/****** CONTACT FORM *******/
.contact_form{
    display: grid;
    grid-template-columns: 1fr;
}
.contact_form .row{
    display: grid;
    font-size: 15px;
}
.contact_form .row .cell{
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 5px;
}
.contact_form input[type='text'], 
.contact_form input[type='date'], 
.contact_form select, 
.contact_form textarea
{
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    padding: 5px;
}
.privacy_grid{
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 20px;
}
.privacy_grid input[type='checkbox']{
    width: 25px;
    height: 25px;
}
/****** END CONTACT FORM *******/

.booking_box{
    /*border: 20px solid var(--darkblue);*/
    /*background-color: var(--lightorange);*/
    /*padding: 20px 0;*/
}
.booking_box p{
    margin-bottom: 12px;
}

.swiper-slide{
    overflow: hidden;
}
.swiper-slide img, .swiper-slide p{
    transition: 400ms ease;
}
.swiper-slide:hover img{
    transform: scale(1.1);
}
.swiper-slide:hover p{
    font-size: 18px;
}

.grid.surroundings .ar169{
    overflow: hidden;
}
.grid.surroundings .ar169 img{
    transition: 400ms ease;
}
.grid.surroundings .ar169:hover img{
    transform: scale(1.1);
}

footer{
    padding: 20px 0;
    background-color: var(--lightorange);
}
footer .logo{
    width: 230px;
}
footer p{
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
}
footer p.resized{
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

.wrap_plan{
    display: block;
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1 / 1;
}


/*********** informational_popup ************/
.informational_popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    z-index: 160;
}
.informational_popup .filter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    cursor: pointer;
}
.informational_popup .wrap_info{
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    background-color: white;
}
.informational_popup .wrap_info .close{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 50px;
    cursor: pointer;
}

/*********** END informational_popup ************/

.std_slider .swiper-slide img {
    transform: scale(1);
    transition: transform 2.6s ease-in-out;
}

.std_slider .swiper-slide.swiper-slide-active img {
    transform: scale(1.05); /* Zoom in effect */
}

.wrap_comuni{
    display: grid;
}
.cards_preview{
    display: grid;
}
.cards_preview h3{
    font-size: 26px;
}
.cards_preview .guests, .cards_preview .description{
    font-size: 15px;
    line-height: normal;
}
.cards_preview .pad{
    padding: 10px 20px;
}
.wrap_comuni .pad{
    padding: 0 20px;
}
.header_alloggio{
    padding: 10px 0;
    /*background-color: rgba(44,104,153, .05);*/
    background-color: #f4f7fa;
    position: sticky;
    left: 0;
    width: 100%;
    z-index: 25;
}
.header_alloggio .btn{
    font-family: 'OpenSans-Medium';
    letter-spacing: .5px;
    color: var(--darkblue);
}
.header_alloggio .ico{
    width: 30px;
    vertical-align: middle;
    align-self: center;
}
.std_grid{
    display: grid;
}
.card .info{
    padding: 0 20px;
}
.card .title{
    font-size: 40px;
    color: var(--darkblue);
}
.card .light_grey{
    opacity: .7;
}
.card .s *{
    font-size: 15px !important;
    line-height: normal !important;
}
.card ul{
    padding-left: 20px;
}
.card .wrap_icons{
    display: flex;
    gap: 15px;
}
.card .wrap_icons img{
    width: 20px;
    cursor: pointer;
}
