
.land-3-top-logo a img {
    margin-top: 2px;
    /* width: 170px; */
    width: auto !important;
    height: 60px;
    /* height: 32px; */
    /* height: auto !important; */
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
}

.land-com-form form ul li input, select {
    width: 100%;
    display: block;
    line-height: 24px;
    font-size: 12px;
    outline: none;
    height: 35px;
    background: #ffffff;
    padding-left: 35px;
    box-sizing: border-box;
    border-radius: 3px;
    color: #1a2a38;
    border: 1px solid #e4e4e4;
    background: #f5f5f5;
}

.radioform {
	width: inherit !important;
	display: inline-block !important;
	line-height: inherit !important;
	font-size: inherit !important;
	outline: inherit !important;
	height: inherit !important;
}


element.style {
    color: #fff;
}
.land-3-banner-conte a {
	border: none !important;
	padding: 0 !important;
}


.header2 > .land-container > .land-3-top > .land-3-top-logo a img {
    height: 40px;
}

.land-com-form {
    margin-bottom: 10px !important;
    
}

 .land-com-form form ul li:nth-child(4):before{
     content: "date_range";
}
 .land-com-form form ul li:nth-child(5):before{
     content: "people";
}
 .land-com-form form ul li:nth-child(6):before{
     content: "people";
}
 .land-com-form form ul li:nth-child(7):before{
     content: "people";
}
 .land-com-form form ul li:nth-child(8):before{
     content: "date_range";
}

@media (max-width: 500px) {
   .land-com-form form ul li:nth-child(5):before{
     content: "none";
	}
	 .land-com-form form ul li:nth-child(6):before{
	     content: "none";
	}
	 .land-com-form form ul li:nth-child(7):before{
	     content: "none";
	}
	 .land-com-form form ul li:nth-child(8):before{
	     content: "none";
	}
}


.land-com-form form ul li input[type="submit"] {
    background: #ffc80e;
}

.land-3-top-contact ul li:last-child a {
    background: #ffc80e;
}


 .land-3-banner-full:after{
     content: '';
     position: absolute;
     background: url(../imagenes/fondo.jpg) no-repeat;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     background-size: cover;
     opacity: 0.4;
}

.land-3-banner-full:before {
     content: '';
     position: absolute;
     width: 158%;
     height: 185%;
     background: #8200ae;
     background: -webkit-linear-gradient(to right,#37a6e1,#8200ae);
     background: linear-gradient(to right,#37a6e1,#8200ae);
     top: -100%;
     left: -42%;
     -webkit-transform: rotate(-30deg);
     -moz-transform: rotate(-30deg);
     -o-transform: rotate(-30deg);
     -ms-transform: rotate(-30deg);
     transform: rotate(-30deg);
}

/*-------------------------------------------------*/
/* = CUSTOMER TESTIMONIALS 
/*-------------------------------------------------*/
 .land-3-cus-full{
     padding: 80px 0px 0px 0px;
     border-bottom: 1px solid #e6e4e4;
}
 .land-3-cus-tit{
     text-align: center;
     margin-bottom: 70px;
}
 .land-3-cus-tit h2{
     font-size: 48px;
     line-height: 48px;
}
 .land-3-cus-tit p{
     margin-top: 4px;
     letter-spacing: 4px;
}
 .land-3-cus-box{
     float: left;
     width: 50%;
     padding: 0px 20px;
     margin-bottom: 80px;
}
 .test-box{
     background: #fff;
     box-shadow: 0px 5px 20px -8px rgba(19, 18, 18, 0.5);
     padding: 30px;
    /* border: 1px solid #ecebeb;
     */
     -webkit-box-shadow: 0 3px 35px 0.6px rgba(40,30,20,.1);
     -moz-box-shadow: 0 3px 35px .6px rgba(40,30,20,.1);
     box-shadow: 0 3px 35px 0.6px rgba(40,30,20,.1);
     border-radius: 5px;
     text-align: center;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .test-box:hover{
     background: #f2f4f7;
     box-shadow: 0px 5px 20px -8px rgba(19, 18, 18, 0.5);
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .test-box:hover.test-box img{
     background:#e14140;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .test-box h4{
}
 .test-box h6{
     color: #495e71;
     letter-spacing:1px;
     font-size:13px;
     font-weight:300;
}
 .test-box p{
     line-height: 26px;
     color: #495e71;
     font-size: 14px;
}
 .test-box img{
     width: 80px;
     height: 80px;
     -webkit-object-fit: cover;
     -moz-object-fit: cover;
     -o-object-fit: cover;
     -ms-object-fit: cover;
     object-fit: cover;
     border-radius: 50%;
     margin-top: -65px;
     background: #fff;
     border: 1px solid #1a2a38;
     padding: 10px;
     box-sizing: border-box;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

/*-------------------------------------------------*/
/* = PACKAGES 
/*-------------------------------------------------*/
 .land-packages{
     background: #e9f8fd;
     margin-top: -6px;
     border-bottom: 1px solid #cfe5ec;
     border-top: 1px solid #cfe5ec;
     padding: 80px 0px 75px 0px;
}
 .land-pack{
     position: relative;
     display: table;
     width: 80%;
     margin: 0 auto;
}
 .land-pack ul{
     position: relative;
     width: 100%;
}
 .land-pack ul li{
     float: left;
     width: 33.333%;
     display: inline-block;
}
 .land-pack-grid{
     display:inline-block;
     width: 85%;
     position:relative;
     overflow:hidden;
     height: auto;
     margin: 0 7.5%;
     box-sizing:border-box;
}
 .land-pack-grid:hover .land-pack-grid-text{
     margin-top: -42px;
     -webkit-transition:all .5s ease;
     -moz-transition:all .5s ease;
     -o-transition:all .5s ease;
     transition:all .5s ease;
}
 .land-pack-grid:hover .land-pack-grid-btn{
     height:40px;
     -webkit-transition:all .5s ease;
     -moz-transition:all .5s ease;
     -o-transition:all .5s ease;
     transition:all .5s ease 
}
 .land-pack-grid-img img{
     width:100%;
     -webkit-transition:all .5s ease;
     -moz-transition:all .5s ease;
     -o-transition:all .5s ease;
     transition:all .5s ease 
}
 .land-pack-grid:hover .land-pack-grid-img img{
     -webkit-transform:scale(1.05);
     -moz-transform:scale(1.05);
     transform:scale(1.05) 
}
 .land-pack-grid-text{
     position:relative;
     -webkit-transition:all .5s ease;
     -moz-transition:all .5s ease;
     -o-transition:all .5s ease;
     transition:all .5s ease;
     margin-top: -5px;
}
 .land-pack-grid-text h4{
     margin:0;
     background:#fff;
     padding:15px;
     font-size: 15px;
     font-weight:600;
     text-align: center;
     font-family: 'Open Sans', sans-serif;
}
 .land-pack-grid-btn{
     background:#17b599;
     color:#fff !important;
     text-align:center;
     display:block;
     height:2.5px;
     line-height:42px;
     box-sizing:border-box;
     -webkit-transition:all .5s ease;
     -moz-transition:all .5s ease;
     -o-transition:all .5s ease;
     transition:all .5s ease;
     text-transform:uppercase;
     text-decoration:none;
     font-weight: 500;
     font-size: 13px;
     letter-spacing: 0.5px;
}
 .land-pack-grid-btn-red{
     background:#df431f 
}
 .land-pack-grid-btn-yel{
     background:#f3c438 
}
 .land-pack-grid-btn-blu{
     background:#01a0d8 
}