@media only screen and (max-width: 600px) {
    .building-items{ list-style:none; }
    .building-items li{ text-align:left; }
    .padding-form{ padding:1% 4%; }

    .title-xlarge{
        font-size: 2.826rem !important;
        line-height: 2.826rem !important;
    }

    .tms-slide img{ margin:0; height:300px !important; }
    #interes{ left:10px; }
    .hero-5 .media-column .content-slider{ height:300px !important; }
    .no-scrollbar .overlay-navigation-scroll-pane{ width:100%; }
    /*
    .header .logo-inner a{
        width : 100%;
    }
    */
}

.bkg-contact-form {
    background-image: url(../images/travel-agency/slider/slide-4-fs.jpg);
    position:relative;
}
.bkg-contact-form:after{
    position:absolute;
    width:100%;
    height:100%;
    display:block;
    background:rgba(0,0,0,0.5);
    content: '';
    left:0;
    top:0;
    z-index:-1;
}

.maxwidth-form{ max-width:600px; }
#contact-form-content{ margin-top:20px; display: flex; justify-content: center; align-items: baseline; }
#contact-form-content label{ margin-bottom:0; }
#contact-form-content input{ border:0 none; background:rgba(255,255,255,0.9); margin-bottom:0; padding:3% 4%; color:#000000 !important; font-family:'Open Sans', 'Helvetica Neue', serif; }
#contact-form-content select{ border:0 none; background:rgba(255,255,255,0.9); margin-bottom:0; padding:3% 4%; color:#000000 !important; font-family:'Open Sans', 'Helvetica Neue', serif; }

.checkbox-contact-form{ width:auto; }
.contact-form-button{ margin-top:10px; }
.contact-form-button button{ width:100%; }

#cnt-form{
    padding-top:8rem !important;
}

.tms-slide img{
    margin:0;
}

@media only screen and (min-width: 601px) {
    .padding-form{ padding:1% 2%; }
    .overlay-navigation{ padding-left:8rem; }
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
    animation: wa_appears 3s;
}

.my-float{
	margin-top:16px;
}

@keyframes wa_appears {
    from { right:-60px; }
    to { right:40px; }
}