.swiper{
	height:		80vh;
	min-height:	450px;
	max-height:	750px;
	border:		0px;
	-webkit-backdrop-filter: blur(10px);
}


.adapted-swiper{
	margin-bottom: 32px;
    backdrop-filter: none;
}

.adapted-swiper > .container{
	padding:0;
}

.made-with-mk.position-fixed{
	background:rgba(255,255,255,0.9);
}




.form-control{
	background:white!important;
}




.svg-container{
	margin-top: 0;
}

.svg-container > svg{
	position:relative;
	top:2px;
}



.contenedor{
	max-width: 100%;
	width: 500px;
}


@media screen and (max-width: 1024px) {
	.swiper{
		height:	350px;		
		min-height:	350px;
		border:		0px;
		-webkit-backdrop-filter: blur(10px);
	}

	.swiper-button-next, .swiper-button-prev {
	    top: 57%;
	}

    .navbar {
        width: 100%;
        margin:0;
        border-radius: 0;
        padding:12px 16px;
        position: fixed;
    }

    .navbar-header > button .icon-bar{
    	background:white!important;
    }

    .contact-style{
    	padding:0;
    }
}