@charset "utf-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
}
a:hover{cursor: pointer; text-decoration: none;}
.red{margin:2px 0}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.logo {
	margin-top: 55px;
	margin-bottom: 22vh;
}

.headerText {
	color: #fff;
	max-width: 470px;
}

.headerText p {
	font-size: 13px;
    line-height: 24px;
    text-align: justify;
}

.headerText h1 {
    font-family: 'Open Sans Light', sans-serif;
	margin-bottom: 1.5rem;
}

.phone img {
	/*height: 90vh;*/
}


.grey-txt-block p {
	color: #aaaaaa;
	margin-top: 1.5rem;
    text-align: justify;
}


.sideLink{
    font-family: 'Open Sans Light', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    transform: rotate(270deg);
    left: -35px;
    margin-top: 30rem;
}
.sideLink span{
    color: #c8d9de;
}
.sideLink a{
    font-family: 'Open Sans Semibold', sans-serif;
    color: #fff;
}

.gridBox{margin-top: 80px;}
.gridBox, .gridBox a{
    color: #fff;
}

.smallBox h3, .largeBox h3{
    font-family: 'Open Sans Light', sans-serif;
    font-size: 30px;
}

.smallBox p, .largeBox p{
    font-size: 13px;
    margin-top: 20px;
}
.smallBox a, .largeBox a{
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 50px;
}

.smallBox, .largeBox{
    height: 278px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 25px;
    position: relative;
}
.gridBox .bg-one{
    background-color: #f5989d;
}
.gridBox .bg-two{
    background-color: #615f7d;
}
.gridBox .bg-three{
    background: url(http://i64.tinypic.com/2je34fc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.gridBox .bg-four{
    background-color: #bd8cbf;
}
.gridBox .bg-five{
    background: url(http://i63.tinypic.com/14xi3df.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.gridBox .bg-six{
    background-color: #82ca9c;
}
.gridBox .bg-seven{
    background: url(http://i67.tinypic.com/10d7hmr.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.details{ position: relative; padding: 100px 0px;}

.details .sideLink{ 
    margin-top: 15rem;
    margin-left: 15px;
}
.details .sideLink a{ color: #b8b8b8;}
.details h3{
    font-family: 'Open Sans Light', sans-serif;
    font-size: 35px;
    color: #222626;
}
.detail-container{ margin-top: 69px;}
.detailBox h4{
    font-family: 'Open Sans Semibold', sans-serif;
    margin-left: 10px;
    font-size: 13px;
    color: #67676d;
}
.details .detailBox p{ text-align: left;}
.detailBox p{
    font-size: 14px;
    color: #959595;
    margin-top: 30px;
    text-align: justify;
}
.fullimg{
	margin-top: -200 !important;
    
    height: 674px;
    color: #fff;
	z-index: -999;
}

.fullimgfoto1{
    background: url(../lolTestImg/mapa-footerinterior.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 1000px;
}

.fullimgfoto2{
	background-position: center;
	background-attachment: fixed;
	
    background: url(http://i65.tinypic.com/svt475.jpg);
}

.fullimg .container{position: relative;}
.fullimg .fullimg-txt{
    margin-top: 40rem;
}
.fullimg .fullimg-txt h1{
    font-family: 'Open Sans Light', sans-serif;
    font-size: 60px;
}
.fullimg .fullimg-txt p{
    font-size: 13px;
    margin-top: 40px;
    margin-bottom: 25px;
}
.fullimg a{
    font-weight: bold;
    color: #fff;
}
.reasons{
    position: relative;
    background-color: #d6b58a ;
    color: #fff;
    padding: 130px 0px;
}
.reasons .sideLink{
    margin-top: 10rem;
    margin-left: 2rem;
    
}
.reasons h2{
    font-family: 'Open Sans Light', sans-serif;
    font-size: 35px;
}
.reasons .detailBox h4, .reasons .detailBox p{
    margin-left: 0;
    color: #fff
}
.price{
    position: relative;
    background-color: #f6f7fa;
    padding: 100px 0 145px 0;
}
.price .sideLink{
    margin-top: 7.6rem;
    margin-left: 3rem;
}
.price .sideLink a{color: #b8b8b8;}
.goSolo .legacy{
    font-family: 'Open Sans Extrabold', sans-serif;
    font-size: 11px;
    color: #fff;
    padding: 8px 17px;
    background-color: #e1e1e1;
    border-radius: 6px;
}
.teamPlan .mostPopular{
    font-size: 11px;
    font-weight: bold;
    padding: 8px 13px;
    background-color: #bd8cbf;
    border-radius: 6px;
    color: #fff;
}
.price .teamPlan{
    background-color: #ffffff;
    box-shadow: 1px 1px 40px 1px rgba(0,0,0,.2);
}
.price .teamPlan, .price .goSolo{
    height: 380px;
    padding: 4.7rem 6rem;
}
.price h3{
    margin-top: 24px;
    margin-bottom: 27px;
    font-family: 'Open Sans Light', sans-serif;
    font-size: 30.04px;
    color: #2e3b4e;
}
.price p{
    font-size: 14.02px;
    color: #8297a7;
    margin-bottom: 30px;
    text-align: justify;
}
.price .btn-buy{
    background-color: #ff9300;
	border-radius: 20px;
    padding: 13px 26px;
    font-weight: bold;
    font-size: 13.02px;
    color: #fff;
}

.footerinterior{
    color: #f6f7fa;
    background-color: #fff ;
    padding-top: 130px;
    padding-bottom: 157px;
	background: url(../images/footercafe.jpg);
	background-position: top;
	background-size: cover;
}
.footerinterior h4{
    font-family: 'Open Sans Semibold', sans-serif;
    font-size: 13px;
}
.footerinterior p{ text-align: justify;}
.footerinterior p, .footerinterior a{
    font-size: 13px; 
    color: #f6f7fa; 
    line-height: 25px;
}
.footerinterior .serviceMsg{
    font-size: 12px;
    color: #57697f;
    margin-top: 18px;
}
.footerinterior ..footerinteriorMenu{
    margin-top: 70px;
    padding: 0;
}
.footerinterior .fm1, .footerinterior .fm2, .footerinterior .fm3{margin-right: 20px;}
.footerinterior .gt-txt, .footerinterior .input-group{ margin-top: 29px;}
.footerinterior .input-group .form-control, .footerinterior .input-group .input-group-btn .btn-sub{ height: 58px;}
.footerinterior .input-group .form-control{font-size: 1.4em;}
.footerinterior .input-group .input-group-btn .btn-sub{
    width: 70px;
    background-color: #82ca9c;
}




@media screen and (max-width:992px){
}

@media screen and (max-width:800px){
    .sideLink{
        display: none;
    }
}
@media screen and (max-width: 768px){
    
}

@media screen and (max-width: 583px){

    .header{
        width: 100%;
    }
}

@media screen and (max-width: 480px){
    .fullimg .fullimg-txt h1{
        font-size: 40px;
    }
    .price .teamPlan, .price .goSolo{
        height: auto;
        padding: 5rem 3rem;
    }
    
    
}

@media screen and (max-width: 320px){
    .fullimg{
        padding: 0px;
    }
}