body,html{
    height: 100%;
    font-family: 'Gotham';
}
*{margin: 0;}
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
.col {
	display: block;
	float:left;
    position: relative;
}
.col:first-child { margin-left: 0; }
.cont{
    width: 960px;
    margin: 0 auto;
}
.one{
    width: 100%;
}
.half{
    width: 50%;
}
.third{
    width: 33.33%
}
section.one{
    background-image: url(../img/bg_one.jpg);
    background-size: cover;
    background-position: center;
    min-height: 100%;
    position: relative;
    z-index: 0;
    padding-bottom: 40px;
}
section.one:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00000085;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
section.one .logo{
    width: 320px;
    margin-top: 70px;
}
section.one .title{
    color: white;
    font-weight: 400;
    margin: 0;
    margin-top: 15px;
    font-size: 35px;
}
section.one p{
    color: white;
    font-weight: 300;
    margin-top: 15px;
    font-size: 23px;
    font-family: 'Helvetica';
}
section.one .box{
    background-color: rgba(51, 51, 51, .6);
    width: fit-content;
    padding: 25px;
    margin-top: 100px;
    border: 1px solid white;
    margin-bottom: 35px;
}
section.one .box .tit{
    color: white;
    font-weight: 300;
}
section.one .box li{
    list-style: none;
    margin: 15px 0;
}
section.one .box .icon{
    width: 25px;
    vertical-align: middle;
}
section.one .box .text-icon{
    color: white;
    margin-left: 20px;
    font-family: 'Helvetica';
    font-size: 17px;
    font-weight: 300;
}
section.one .tit-des{
    color: white;
    font-weight: 500;
    font-size: 25px;
    margin: 25px 0;
}
section.one .p-des{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
}
section.one .box-white{
    width: 380px;
    margin: 0 auto;
    background-color: white;
    margin-top: 100px;
}
section.one .box-white .group{
    padding: 30px 20px;
}
section.one .box-white .tit{
    color: #F08200;
    margin-bottom: 20px;
    font-size: 26px;
}
section.one .box-white ul{
    padding: 0;
    margin-left: 20px;
}
section.one .box-white li{
    font-family: 'Helvetica';
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
}
section.one .box-white .btn-orange{
    background: linear-gradient(#DF871E,#C16900 50%);
}
section.one .box-white .btn-orange:hover{
    background: #F08200;
}
section.one .box-white .btn-orange a{
    display: block;
    padding: 20px 0;
    width: 100%;
    font-size: 25px;
    text-align: center;
    color: white;
    text-decoration: none;
}
section.benefits{
    background-color: white;
    padding: 40px 0;
}
section.benefits .tit{
    text-align: center;
    margin-bottom: 35px;
    font-size: 32px;
    font-weight: 300;
}
section.benefits .icon-fith{
    width: 20%;
}
section.benefits .icon-ben{
    width: 55px;
    margin: 0 auto;
    display: block;
}
section.benefits span{
    text-align: center;
    display: block;
    margin-top: 21px;
    width: 90%;
    margin-left: 5%;
}
section.photos{
    padding: 100px 0;
    background-image: url(../img/bg_photo.jpg);
    background-position: center;
    background-size: cover;
    min-height: 450px;
    position: relative;
    z-index: 0;
}
section.photos:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00000085;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
section.photos .tit{
    text-align: center;
    color: white;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 40px;
}
section.photos .bg{
    width: 90%;
    margin: 0 auto;
    height: 250px;
    background-position: center;
    background-size: cover;
}
section.trusted{
    background-color: white;
    padding: 40px 0;
}
section.trusted .tit{
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 40px;
}
section.trusted .hotel{
    width: 20%;
}
section.trusted .hotel-img{
    width: 130px;
    margin: 0 auto;
    display: block;
}
section.join{
    padding: 60px 0;
    background-image: url(../img/bg_join.jpg);
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 0;
}
section.join:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00000085;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
section.join .tit{
    text-align: center;
    margin-bottom: 35px;
    font-size: 32px;
    font-weight: 300;
    color: white;
}
section.join .btn-join{
    width: 350px;
    background: linear-gradient(#DF871E,#C16900 50%);
    margin: 20px auto;
    border: 1px solid white;
}
section.join .btn-join:hover{
    background: #F08200;
}
section.join .btn-join a{
    display: block;
    padding: 15px 0;
    width: 100%;
    text-decoration: none;
    color: white;
    text-align: center;
    font-family: 'Helvetica';
}
footer{
    background-color: white;
    padding: 15px 0;
    text-align: center;
}
footer .cont{
    position: relative;
}
footer .copy{
    margin: 0 10px;
    font-size: 13px;
    font-family: 'Helvetica';
}
footer .redes{
    position: absolute;
    right: 0;
    top: 0px;
}
footer .icon-redes{
    width: 20px;
    margin-left: 10px;
}
@media only screen and (max-width: 780px)
{	
    .cont{
        width: 90%;
    }
}
@media only screen and (max-width: 450px)
{
    .cont{
        width: 90%;
    } 
    .half,.third{
        width: 100%;
    }
    section.one .box-white{
        width: 90%;
        margin-top: 20px;
    }
    section.one .logo{
        width: 90%;
        max-width: 320px;
    }
    section.benefits .icon-fith {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 30px;
    }
    section.join .btn-join{
        width: 90%;
        max-width: 280px;
    }
    section.photos .bg{
        margin-bottom: 30px;
    }
    section.trusted .hotel{
        width: 90%;
        margin-left: 5%;
        margin-bottom: 30px;
    }
    footer .redes{
        position: relative;
        top: 10px;
    }
    section.one .box-white li{
        font-size: 14px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 850px) 
                   and (orientation: landscape) 
{
    .cont{
        width: 90%;
    }   
    .cont{
        width: 90%;
    } 
    .half,.third{
        width: 100%;
    }
    section.one .box-white{
        width: 90%;
        margin-top: 20px;
    }
    section.one .logo{
        width: 90%;
        max-width: 320px;
    }
    section.benefits .icon-fith {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 30px;
    }
    section.join .btn-join{
        width: 90%;
        max-width: 280px;
    }
    section.photos .bg{
        margin-bottom: 30px;
    }
    section.trusted .hotel{
        width: 90%;
        margin-left: 5%;
        margin-bottom: 30px;
    }
    footer .redes{
        position: relative;
        top: 10px;
    }
    section.one .box-white li{
        font-size: 14px;
        margin-bottom: 10px;
    }
}

