@charset "UTF-8";

.b-hp-botm {
    background: #007c70;
    color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 6rem;
    position: relative;
    border-radius: 35px
}

@media (min-width:992px) {
    .b-hp-botm {
        margin-top: 12rem;
        padding-top: 8rem;
        padding-bottom: 8rem
    }
}



    
.menu{
    padding:0;
    margin: 0;
    }
    
.menu.centered{
    margin-left:auto;
    margin-right:auto;
    position: relative;
    }
.menu.right{
    float:right
    }
    
.menu > li{
    list-style:none;
    float:left;
    margin-left:15px;
    padding:10px 10px;
    position:relative;
    }
.menu li a{
    display:block;
    }
.menu > li.active > a{
    border-width:0px;
    border-style:solid;
    border-bottom-width:1px;
    }
.menu > li.sub.active:hover > a{
    border-width:0px;
    }

.menu > li > ul{
    display:none;
    padding:0;
    margin:0;
    position:absolute;
    z-index:100;
    margin-left:-10px;
    margin-top:10px;
    width:auto;
    min-width:160px;
    box-sizing:border-box;
    }
    
.menu > li > ul > li{
    list-style:none;
    margin:0;
    width:auto;
    clear: both;
    padding:10px 25px 10px 10px;
    border-width:0px;
    border-style:solid;
    border-top-width:1px;
    display:inherit;
    font-size:0.9em;
    position:relative;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    box-sizing:border-box;
    }
.menu > li > ul  li:hover{
    padding-left:20px;
    }
.menu li:hover > ul{
    display:block;
    }
.menu li > ul > li:hover > ul{
    display:table;
    }
.menu li.sub > a:after{
    font-family:icon;
    content: '\e606'; 
    margin-left:5px;
    display: inline-block;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    }
.menu li.sub:hover > a:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    }
.menu > li.sub > a:after{
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    }
.menu > li > ul > li ul{
    display:none;
    padding:0;
    margin:0;
    position:absolute;
    z-index:100;
    left:100%;
    top:0;
    border-width:0px;
    border-style:solid;
    border-left-width:1px;
    min-width:160px;
    }
.menu > li > ul > li ul li{
    list-style:none;
    margin:0;
    width:auto;
    clear: both;
    padding:10px 25px 10px 10px;
    border-width:0px;
    border-style:solid;
    border-top-width:1px;
    display: block;
    font-size:8pt;
    position:relative;
    display:block;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    box-sizing:border-box;
    }
    


    

/* Icon for Compact Navigation*/
    
.compact-menu-icon{
    position: absolute;
    width: 40px;
    height: 27px;
    cursor: pointer;
    float: right;
    right: 20px;
    top: 29px;
    z-index: 9999999;
    display: none;
    }

.compact-menu-icon figure{
    width:28px;
    height:3px;
    border-radius:2px;
    position:relative;
    padding:0;
    margin:0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    margin-top:6px;
    background:#FFF;
    }
.compact-menu-icon figure:before,.compact-menu-icon figure:after{
    content:"";
    width:120%;
    height:3px;
    position:absolute;
    top:-9px;
    border-radius:2px;
    transition: 0.1s;
    -webkit-transition: 0.4s;
    background:#FFF;
    }
    
.compact-menu-icon figure:after{
    top: 9px;
    }
    
body.menu-active .compact-menu-icon figure, .compact-menu-icon.active figure{
    background:none !important;
    }
body.menu-active .compact-menu-icon figure:before, .compact-menu-icon.active figure:before{
    top: 0px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    }
body.menu-active .compact-menu-icon figure:after, .compact-menu-icon.active figure:after{
    top: 0px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    }
/*  
.compact-menu-icon:hover figure:before{top: -7px;}
.compact-menu-icon:hover figure:after{top: 7px; width:50%;}
*/
body.menu-active .compact-menu-icon:hover figure:after, 
.compact-menu-icon.active:hover figure:after, 
body.menu-active .compact-menu-icon:hover figure:before, 
.compact-menu-icon.active:hover figure:before{
    width:100%;
    }


header{
    height:auto;
    font-weight: normal;
    z-index: 2;
    position:relative;
    font-size: 12pt;
    display: table;
    width: 100%;
    text-align:center;
}
.logo{
    display:inline-block;
    float: left;
    text-align: left;   
    }
.logo {
    width:187px;
    height: 39px;
    left: 0;

    display: inline-block;
    background-size: 100%;
    background-image:url(../img/logo.png);
    background-repeat: no-repeat;
    margin-top: 17px;
    }
.logo small{
    position: absolute;
    font-size: 8pt;
    color:#FFF;
    margin-top: -5px;
    }

header .menu{
    display: table;
    padding: 18px 0;
    }
header .menu li{
    padding: 10px 22px;
    position: relative;
    margin:0;
    }
header .menu li a{
    font-weight:bold;
    font-size: 11.5pt;
    line-height: 12pt;
    cursor: pointer;
    border-bottom:1px transparent solid;
    }


    

header .menu li ul {
    border-radius: 7px;
    background:#FFF;
    margin-top: 34px;
    padding:10px 0;
    min-width: 360px;
    box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.10);

    }

header .menu li:hover a{
    border-bottom:1px #048afb solid;
    opacity: 0.9;
    }

header .menu li.active a{
    border:none;
    border-bottom:1px #048afb solid;
    }


header .visit-site{
    right: 20px;
    border-radius: 30px;
    position: absolute;
    top: 11px;
    font-weight: bold;
}


/* 
body.home header{
    background:none;
    position: absolute;
    } */







.dropdown {
    display: inline-block;
    position: relative;
    text-align:right;
}
div.dropdown span {
    background: #FFF;
    border-radius: 10px;
    outline: 0;
    height: 55px;
    padding: 15px;
    color: #000;
    cursor: default;
    outline: 2px transparent solid;
    box-sizing: border-box;
    font: 14px;
     padding-right: 40px;
}
div.dropdown span img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
div.dropdown.active span{
    outline-color: #f65b0e;

} 
div.dropdown span:after{
    content: '';
    width: 8px;
    height: 8px;
    top: 5px;
    position: absolute;
    cursor: pointer;
    right: 15px;
    font-weight: 400;
    transform: rotate(45deg);
    border-bottom: 2px #ccc solid;
    border-right: 2px #ccc solid;
}


div.dropdown ul {
    margin: 35px 0 0 0;
    background: #FFF;
    box-shadow: 0px 21px 25px rgb(0 0 0 / 5%);
    border-radius: 0;
    overflow-y: auto;
    border-radius: 7px;
    list-style: none;
    position: absolute;
    z-index: 99999999;
   visibility: hidden;
    opacity: 0;
    display: none;
    padding:0;
    min-width:100%;
    width: 190px;
    right:0;
    font-size: 0.9em;
}
div.dropdown ul li {
    line-height: 40px;
    padding: 0px 20px;
    cursor: pointer;
    border-width: 0;
    box-sizing: border-box;
    width: 100%;
}
div.dropdown ul li a {
    display: block;
    border: none;
    text-decoration: none;
    color: #000;
    display: block;
    color:blue;
}
div.dropdown ul li.active,
div.dropdown ul li:hover{
    background:#f7f7f7;
}
div.dropdown ul li.active a,
div.dropdown ul li:hover a{
    color:#222;
}
div.dropdown.active ul {
    visibility: visible;
    opacity: 1;
    display: block;
    margin: 25px 0 0 0;
}










.compact-menu-icon.active:hover figure:after,
.compact-menu-icon.active:hover figure:before,
header,
input#menu-toggle[type=checkbox]:checked~.compact-menu-icon:hover figure:after,
input#menu-toggle[type=checkbox]:checked~.compact-menu-icon:hover figure:before {
  width: 100% 
}
.btn:hover,
button:hover {
  background: #fff !important;
  color: #222;
  border: none;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .25) 
}
button.bigger {
  width: 100%;
  padding: 30px;
  border-radius: 50px;
  margin: 30px 0 
}
.lista>li .rating-col .rtn-txt.rt-1>span:nth-child(2),
.lista>li .rating-col .rtn-txt.rt-2>span:nth-child(3),
.lista>li .rating-col .rtn-txt.rt-3>span:nth-child(4),
.lista>li .rating-col .rtn-txt.rt-4>span:nth-child(5),
.lista>li .rating-col .rtn-txt.rt-5>span:nth-child(6),
.lista>li:first-child .pays,
.menu li a,
.menu li:hover>ul,
img {
  display: block 
}
.menu li>ul>li:hover>ul,
header,
header .menu {
  display: table 
}
@media (min-width:1200px) {
    .b-hp-botm {
        margin-top: 1rem
    }
}

.b-hp-botm--botm {
    overflow: hidden
}

@media (min-width:992px) {
    .b-hp-botm--botm {
        margin-top: 8rem
    }
}

.b-hp-botm h2 {
    margin: 0 0 2rem 0;
    padding: 0;
    background: 0 0;
    font-size: 2.8rem
}

@media (min-width:992px) {
    .b-hp-botm h2 {
        font-size: 5rem;
        margin: 0
    }
}

.b-hp-botm ul {
    column-gap: 5rem;
    row-gap: 1.5rem;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.b-hp-botm ul li {
    position: relative;
    padding-left: 4rem;
    line-height: 1.3
}

.b-hp-botm ul li::before {
    content: "";
    background: #1dc44f;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
      border-radius: 50%;
}

.b-hp-botm .button {
    margin: 0;
    position: relative;
    z-index: 1
}

.b-hp-botm__heading img {
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none
}


@media (min-width:992px) {
    .b-hp-botm__wrapper {
        max-width: 70%
    }
}

.b-hp-botm__input {
    max-width: 550px;
    border-radius: 49px
}

@media (min-width:576px) {
    .b-hp-botm__input {
        background: #fff;
        padding-left: 3rem
    }
}

.b-hp-botm__input input {
    border: none;
    background: #fff !important;
    -webkit-appearance: none;
    appearance: none
}

@media (max-width:575.98px) {
    .b-hp-botm__input input {
        display: block;
        width: 100%;
        padding: 2rem 3rem;
        border-radius: 49px
    }
}

@media (min-width:992px) {
    .b-hp-botm__input input {
        width: 60%
    }
}

.b-hp-botm__input input:-webkit-autofill {
    background-color: #fff !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important
}

.b-hp-botm__input .button {
    border: none
}

.b-hp-botm__agreement {
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
    line-height: 1.2
}

@media (min-width:992px) {
    .b-hp-botm__agreement {
        margin-right: 10rem
    }
}

.b-hp-botm__image {
    margin-bottom: -4rem;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 300px;
    object-fit: contain;
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none
}

@media (min-width:992px) {
    .b-hp-botm__image {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 35%;
        max-height: unset;
        margin: unset
    }
}

@media (min-width:1200px) {
    .b-hp-botm__image {
        width: 45%
    }
}

.b-hp-botm__bg {
    position: absolute;
    opacity: .05;
    min-width: 200%;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 0;
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none
}

@media (min-width:992px) {
    .b-hp-botm__bg {
        opacity: .2;
        width: 100%;
        min-width: unset;
        top: 50%;
        left: unset;
        right: 0;
        transform: translate(50%, -50%)
    }
}

.b-hp-botm__star {
    font-size: 2rem;
    font-family: "Doppio One", sans-serif;
    position: relative;
    line-height: 1.3;
    z-index: 2
}

@media (min-width:992px) {
    .b-hp-botm__star {
        font-size: 3.2rem
    }
}

.b-hp-botm__star--botm::before {
    content: "★";
    font-size: 3.2rem;
    margin-right: 1.5rem;
    display: inline-block;
    color: #ffdc04
}