body {
	font-family: 'Poppins', sans-serif;
}
.navbar{
    box-shadow: 0 0 10px #0c192d52;
}
figure.media {
    clear: both;
    display: block;
    margin: 0.9em 0;
    min-width: 15em;
}
footer{
	padding-top: 2rem;
	background-color: #0a223d;
	color: #fff;
}
footer h5{
	text-transform: uppercase;
	color: #9a9a9a;
    font-size: .90rem;
    font-weight: 400;
}
footer a,
footer .texto-footer{
	color: #fff;
    font-size: .85rem;
    font-weight: 300;
    text-decoration: none;
}
.texto-footer{
	color: #fff;
    font-size: .85rem;
    font-weight: 300;
    text-decoration: none;
}
footer a:hover,
footer .active{
    color: #55bbeb;
}
footer .down-foot,
.down-foot{
    background-color: #081c31;
    color: #fff!important;
}
footer .navbar-brand img {
    width: 150px;
    padding: 0;
}
footer .pagos {
    max-width: 350px;
}
footer .titulo-foot {
	color: #fff;
    font-size: 1rem;
    font-weight: 400;
}
footer .social-foot{
	color: #9a9a9a;
	background-color: inherit;
	font-size: 1.4rem;
	border-radius: 10px;
	border: 0px!important;
}
footer .social-foot:hover{
	color: #00b6eb!important;
	background-color: inherit;
	border-radius: 10px;
	border: 0px!important;
	font-size: 1.4rem;
}
footer .logo-foot{
    max-width: 150px;
}
.bg-blue{
    background-color: #0e2a4b;
}
.img-test{
	border-radius: 50%;
}
.li-ver{
	border: inherit!important;
    position: absolute;
    z-index: 2;
    left: 25px;
    top: 15px;
    width: auto;
}
.code {
    text-transform: uppercase;
    background-color: #52b7e8;
    border-radius: 0px;
    color: #fff;
    padding: 1px 5px;
    font-size: .7rem;
    font-weight: 400;
    text-decoration: none;
}
.logo-foot{
	max-width: 250px;
	width: 80%;
}
.
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}
.page-item .page-link{
	font-size: .9rem;
	font-weight: 300;
	color: #12191f;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: #fff!important;
    background-color: #365ea2!important;
    border-color: #365ea2!important;
}
.dropdown-menu {
	border-radius: 0px!important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 300;
    font-size: .85rem;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #65aad9;
}
.card-prop figure{
	overflow: hidden;
}
.card-prop:hover .img-prop{
	transform: scale(1.1);
}
.img-prop{
   	object-fit: cover;
    max-height: 450px;
    min-height: 450px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card-prop:hover .img-prop-dest{
	transform: scale(1.1);
}
.img-prop-dest{
   	object-fit: cover;
    max-height: 400px;
    min-height: 400px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.card-serv{
    max-height: 380px;
    min-height: 380px;
    border-radius: 25px;
    border: inherit;
    overflow: hidden;
}
.card-serv .gradient-serv{
	height: 170px;
	width: 100%;
	bottom: 0;

	background: rgb(8,28,49);
    background: linear-gradient(355deg,
        rgba(8,28,49,1) 21%,
        rgba(8,28,49,0) 85%);
}
.card-serv .icono-serv {
    z-index: 1;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 65px;
    min-height: 65px;
    max-height: 65px!important;
    border-radius: 20px;
}
.card-serv figure{
	overflow: hidden;
}
.card-serv figure img{
    object-fit: cover;
    max-height: 380px;
    min-height: 380px;;
	transform: scale(1.0);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.card-serv:hover figure img{
	transform: scale(1.1);
}
.card-serv .sub-absolute {
    text-transform: capitalize!important;
    text-align: left;
    font-weight: 300;
    font-size: 1.7rem;
    z-index: 1;
    bottom: 45px;
    left: 95px;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.card-serv:hover .sub-absolute{
	z-index: 1;
	bottom: 40px;
}
.btn-absolute {
    left: 63px;
    right: 0;
    width: 150px;
    bottom: 23px;
    padding: 0!important;
    font-weight: 300;
    font-size: .8rem;
    letter-spacing: .2rem;
    color: #ea3223!important;
}
.bg-white{
	background-color: #ffffff;
}
.bg-celeste{
	background: rgb(58,123,191);
	background: linear-gradient(69deg, rgba(58,123,191,1) 0%, rgba(40,95,168,1) 100%);
}
.carousel-control-next{
	right: 0;
    bottom: 0!important;
}
.carousel-control-prev{
	right: 45px;
    left: inherit!important;
    bottom: 0!important;
	}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: inherit;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 0;
    color: #fff;
    text-align: center;
    background-color: #162a49;
    /* background: 0 0; */
    border: inherit;
    opacity: 1;
    z-index: 5;
    transition: opacity .15s ease;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    width: 45px;
    background-color: #ea3223;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 1rem!important;
    height: 1rem!important;
}
.fluid-envio{
	background-color: #fff;
}
.form-floating>label{
	font-weight: 300;
    font-size: .9rem;
    color: #0d264b;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #d3bb48;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(202 161 53 / 40%);
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: .95rem;
    font-weight: 300;
    height: 45px;
    line-height: 1.5;
    color: #2a3449;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #162a4a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 25px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 1rem!important;
    padding-left: 0;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 1rem!important;
    padding-left: 0;
}
.owl-nav {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: 0 auto 0px auto;
    width: 100px;
    padding: 0;
    bottom: -90px;
}
.owl-nav .owl-prev{
    float: left;
}
.owl-nav .owl-next{
    float: right;
}
.owl-nav .owl-prev{
	border-radius: 0;
}
.owl-nav .owl-next{
	border-radius: 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    font: initial!important;
    line-height: .5rem!important;
    font-size: 22px!important;
    width: 44px;
    height: 45px;
    border-radius: 10px;
    background-color: #0d1c30!important;
    color: #fff!important;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover{
    background-color: #e93223!important;
    color: #fff!important;
    opacity: 1;
}
.linea-horizontal{
	width: 100%;
	height: 1px;
	background-color: #cdcdcd;
}
.form-select,
.filtro-prop form .form-select,
.filtro-prop form .bootstrap-select>.dropdown-toggle {
    display: block;
    width: 100%;
    padding: 12px 15px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: .85rem;
    font-weight: 300;
    line-height: 1.5;
    color: #f8f9fa;
    background-color: #12191f;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #364654;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.img-home{
	z-index: 1;
}
.fondo-img-home{
	z-index: -1;
	left: 5%;
	width: 97%;
	height: 100%;
	border: 1px solid #cdcdcd;
	position: absolute;
	top: 25px;
}
.cont-filtro{
	position: relative;
	margin-top: -50px;
	z-index: 1;
}
.filtro-prop {
    margin-bottom: 2px!important;
    background-color: #0f1920!important;
}
.bg-gray{
	background-color: #0e2a4b!important;
}

.card-prop:hover .gradient-propiedades{
	width: 100%;
	height: 200px;
	left: 0;
	bottom: 0;
	background: rgb(0,28,51);
	background: linear-gradient(0deg, rgba(0,28,51,0.7441570378151261) 24%, rgba(0,28,51,0) 100%);
}
.gradient-propiedades{
	width: 100%;
	height: 230px;
	left: 0;
	bottom: 0;
	background: rgb(0,28,51);
	background: linear-gradient(0deg, rgba(0,28,51,0.7441570378151261) 24%, rgba(0,28,51,0) 100%);

	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.info-propiedad{
	color: #fff;
	left: 10px;
	bottom: 10px;
	position: absolute;
}
.info-propiedad .titulo-small{
    text-shadow: 0 0 7px #242d4159;
    color: #fff;
    font-weight: 500;
    font-size: 1.3rem;
}
.venta,
.arriendo,
.ambos{
	text-transform: uppercase;
    top: 8px;
    left: 8px;
    border-radius: 0px;
    padding: 4px 15px;
    font-weight: 300;
    font-size: .7rem;
    line-height: .7rem;
    letter-spacing: .1rem;
}
.venta {
    border: 1px solid #2196F3!important;
    background-color: #2196F3!important;
    color: #fff!important;
}
.arriendo {
    border: 1px solid #4CAF50!important;
    background-color: #4CAF50!important;
    color: #fff!important;
}
.ambos {
    border: 1px solid #FF9800!important;
    background-color: #FF9800!important;
    color: #fff!important;
}
.estado,
.estado:hover {
    text-transform: uppercase;
    top: 8px;
    left: 8px;
    border-radius: 0px;
    padding: 6px 15px;
    font-weight: 300;
    font-size: .7rem;
    letter-spacing: .2rem;
    border: 1px solid #5b5d5c!important;
    background-color: #5b5d5c!important;
    color: #fff!important;
}
.estado-two,
.estado-two:hover{
	text-transform: uppercase;
	bottom: 0px;
	right: 0px;
	border-radius: 0px;
	padding: 4px 10px;
	font-weight: 300;
	font-size: .65rem;
	letter-spacing: .2rem;
	border: 1px solid #f44436!important;
	background-color: #f44436!important;
	color: #fff!important;
}
.btn-one-wsp {
    border-radius: 0px;
    padding: 13px 35px;
    font-weight: 300;
    font-size: .8rem;
    letter-spacing: .2rem;
    border: 1px solid #25d366!important;
    background-color: #25d366!important;
    color: #fff!important;
}
.btn-one {
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 300;
    font-size: .8rem;
    letter-spacing: .2rem;
    border: 1px solid #162a4a!important;
    background-color: #162a4a!important;
    color: #fff!important;
}
.btn-two {
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 300;
    font-size: .8rem;
    letter-spacing: .2rem;
    border: 1px solid #ea3223!important;
    background-color: #ea3223!important;
    color: #fff!important;
}
.btn-three{
	border-radius: 0px;
	padding: 13px 35px;
	font-weight: 300;
	font-size: .8rem;
	letter-spacing: .2rem;
	border: 1px solid #0d264b!important;
	background-color: #0d264b!important;
	color: #d3bb48!important;
}
.btn-one:hover {
    border: 1px solid #ea3223!important;
    background-color: #ea3223!important;
    color: #162a4a!important;
}
.btn-two:hover {
    border: 1px solid #162a4a!important;
    background-color: #162a4a!important;
    color: #fff!important;
}
.btn-three:hover{
	border: 1px solid #d3bb48!important;
	background-color:#d3bb48!important;
	color: #fff!important;
}
.text-small{
	color: #fff;
	font-size: .7rem;
	font-weight: 300;
	letter-spacing: .1rem;
}
.text-small b {
    color: #e93223;
    font-size: .7rem;
    font-weight: 300;
}
#logo{
	opacity: 1;
}
.logo-slide{
	max-width: 300px;
}
.img-pro {
    width: 260px!important;
    /* border-radius: 15px; */
    height: 165px!important;
    object-fit: cover!important;
    object-position: center!important;
}
#results {
    max-height: 300px;
    text-align: left;
    list-style: none;
    padding: 5px 15px;
    overflow: scroll;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 99;
}
#navbar .navbar-brand img{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#navbar.navbar-shrink .navbar-brand img{
	width: 200px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navbar-nav .nav-link {
    color: #0e294a;
    font-weight: 300;
    text-transform: uppercase;
    font-size: .85rem;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #e93223;
}
/*CSS Icono Carro de Compras*/
.btn-carro {
    font-size: 1.4rem;
    padding-right: 0.1rem;
    color: #ea3223;
}
.btn-carro .badge {
	position: absolute;
	top: -1px;
	right: -9px;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
    font-weight: 400;
    font-size: 10px;
    background-color: red;
	padding:0;
	color: #fff;
}
/*CSS Icono Carro de Compras*/

.carousel-item {
    margin-top: 120px;
    height: 65vh;
    min-height: 650px;
    max-height: 650px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-seccion {
    margin-top: 120px;
    height: 300px!important;
    min-height: 300px;
    max-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.gradien-slide-one{
    border-radius: 0 50% 0 0;
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: -150px;
    left: -150px;
    z-index: 3;
    background-color: #ea3223;
    filter: blur(8rem);
}
.gradien-slide-two{
    border-radius: 0 0 0 50%;
    width: 300px;
    height: 300px;
    position: absolute;
    top: -150px;
    right: -150px;
    z-index: 2;
    background-color: #162a4a;
    filter: blur(8rem);
}
.ruido-slide{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    background-image: url("../img/slide/ruido.png");
}
.carousel-caption {
    bottom: inherit;
    padding: 0;
    text-align: left;
    z-index: 4;
    position: absolute;
    top: 70%;
    transform: translateY(-70%);
}
.titulo-slide {
        font-size: 4rem;
    line-height: 4rem;
    max-width: 800px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}
.texto-slide,
.texto-slide p{
    font-size: 1rem;
    line-height: 1rem;
    max-width: 800px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
}
.titulo-prop{
	color: #0d264b;
    font-size: 1.2rem;
    font-weight: 500;
}
.ubicacion-prop{
	color: #0d264b;
    font-size: .8rem;
    font-weight: 300;
}
.texto-blanco{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.titulo-blanco {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 0;
    font-weight: 300;
}
.titulo-small-blanco{
	color: #fff;
	font-size: 21px;
	font-style: italic;
	margin-bottom: 0;
	font-weight: 400;
}
.top-titulo-small{
	color: #818a93;
	font-size: .65rem;
    font-weight: 300;
    letter-spacing: 0;
}
.top-titulo-blanco{
	color: #fff;
	font-size: .65rem;
    font-weight: 300;
    letter-spacing: .1rem;
}
.titulo {
    color: #0d264b;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 300;
}
.titulo-b {
    color: #0d264b;
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 600;
}
.top-titulo {
    color: #e83324;
    font-size: .85rem;
    line-height: .85rem;
    font-weight: 300;
    letter-spacing: .1rem;
}
.title-big{
    color: #0e2a4a;
    text-transform: uppercase;
    font-size: 6rem;
    line-height: 6rem;
    font-weight: 600;
}
.titulo-lat {
    color: #363636;
    margin-top: 1.4rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 200;
}
.line-home{
    height: 2px;
    width: 100px;
    background-color: #ccc;
}
.titulo-italic{
	font-style: italic;
	color: #666;
	font-size: 24px;
	font-weight: 600;
}
.subtitulo{
	color: #333;
	font-size: 1.5rem;
	font-weight: 600;
}
.subtitulo-small{
	color: #333;
	font-size: 1.1rem;
	font-weight: 300;
}
.subtitulo-small b{
	color: #333;
	font-size: 1.1rem;
	font-weight: 500;
}
.subtitulo-small-sky{
	color: #53b9e9;
	font-size: 1.1rem;
	font-weight: 300;
}
.subtitulo-small-sky b{
	color: #53b9e9;
	font-size: 1.1rem;
	font-weight: 500;
}
.subtitulo-blanco{
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 0;
	font-weight: 600;
}
.subtitulo-blanco-small{
	color: #fff;
	font-size: 1.3rem;
	margin-bottom: 0;
	font-weight: 500;
}
.texto {
    color: #666;
    font-size: 1rem;
    font-weight: 300;
}
.texto-bold {
    color: #152848;
    font-size: 1.3rem;
    font-weight: 500;
}
.texto-dark{
    color: #333;
    font-size: 1rem;
    font-weight: 300;
}
.ico-trasp{
    margin: auto;
    text-align: center;
    max-width: 120px;
}
.texto strong{
	color: #68666f;
	font-size: 1em;
	font-weight: 500;
}
.img-home{
    border-radius: 30px;
}
.img-cert{
    max-width: 320px;
}
.texto-underline{
	border-bottom: 1px dashed #ccc;
}

.precio-oferta{
	font-size: 14px;
	text-decoration: line-through;
}

/*Custom Radios Color - Tallas*/
	.select-color{
		width: 40px;
		height: 40px;
		margin-right: .3rem;
		margin-bottom: .4rem;
		position: relative;
		padding: 0;
	}
	.select-tallas{
		width: 45px;
		min-height: 32px;
		margin-right: .3rem;
		margin-bottom: .4rem;
		position: relative;
		padding: 0;
	}

	/* Hide the browser's default radio button */
	.select-color input,
	.select-tallas input{
		position: absolute;
		opacity: 0;
		cursor: pointer;
		margin: 0;
	}

	/* Create a custom radio button */
	.select-color .cont-color{
		position: absolute;
		top: 0;
		left: 0;
		height: 40px;
		width: 40px;
		padding: 4px;
		border:1px solid #e3e3e3;
		background-color: #fff;
	}
	.select-tallas .cont-talla{
		position: absolute;
		top: 0;
		left: 0;
		padding: 4px 0px;
		width: 45px;
		border: 1px solid #e3e3e3;
		font-size: 14px;
		background-color: #fff;
	}

	.select-color .cont-color .color{
		height: 100%;
		width: 100%;
	}

	/* On mouse-over */
	.select-color:hover input ~ label .cont-color,
	.select-tallas:hover input ~ .cont-talla{
		border-color: #80bdff;
		box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
		cursor: pointer;
	}

	/* Show the indicator when checked */
	.select-color input:checked ~ label .cont-color,
	.select-tallas input:checked ~ .cont-talla {
		border-color: #80bdff;
		box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
	}

/*Fin Custom Radios Color - Tallas*/

.productos .card img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.quantity {
	position: relative;
}
input.error {
    border-color: #F44336!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
}
.alerta .alert {
	position: fixed;
	bottom: 0;
	width: 100%;
	border-radius: 0;
	margin: 0;
	padding: 25px 15px;
	border: none;
	z-index: 9999;
	text-align: center;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
input[type=number]{
	-moz-appearance: textfield;
}
.quantity input {
	width: 85%;
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	border: 1px solid #eee;
}
.quantity input:focus {
	outline: 0;
}
.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}
.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
}
.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}
.wsp{
    font-size: 11px;
    font-weight: 400;
    font-family: sans-serif;
    letter-spacing: 0;
    line-height: 1px;
    padding: 3px 7px;
    letter-spacing: 0;
    text-transform: none;
}
.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50% 50% 50% 0%;
    width: 62px;
    height: 62px;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
    padding: 8px 8px 8px 10px;
    animation: 1s infinite alternate shimmy;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.whatsapp i {
    font-size: 42px;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, -5px)
    }
}


.agenda {
    position: fixed;
    z-index: 9999!important;
    bottom: 50%;
    right: 0;
    border-radius: 0px;
    padding: 8px 25px;
    font-weight: 300;
    font-size: .8rem;
    letter-spacing: .2rem;
    border: 1px solid #295ea7!important;
    background-color: #295ea7!important;
    color: #fff!important;
}
@media (max-width: 1024px) {
    .card-serv,.card-serv figure img{
        max-height: 350px;
        min-height: 350px;
    }

@media (max-width: 991px){
    .titulo-b {
        color: #0d264b;
        text-transform: uppercase;
        font-size: 2.5rem;
        font-weight: 600;
    }
	#logo {
	    opacity: 1;
	}
	.navbar-toggler {
        padding: 3px 8px;
        line-height: 1;
        background-color: #ea3223;
        border: 1px solid #ea3223;
        border-radius: 10px;
    }
}
@media (max-width: 768px) {
    .title-big {
        color: #0e2a4a;
        text-transform: uppercase;
        font-size: 4.5rem;
        line-height: 4.5rem;
        font-weight: 600;
    }
    .titulo-lat {
        color: #363636;
        margin-top: 0;
        text-transform: uppercase;
        font-size: 1.4rem;
        font-weight: 200;
    }
	.titulo-slide {
	    font-size: 1.8rem;
	    margin: auto;
	    max-width: 800px;
	    text-transform: uppercase;
	    font-weight: 500;
	}
	.navbar-toggler {
        padding: 3px 8px;
        line-height: 1;
        background-color: #ea3223;
        border: 1px solid #ea3223;
        border-radius: 10px;
    }
	.titulo-slide{
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.agenda {
	    position: fixed;
	    z-index: 9999!important;
	    bottom: 15px;
	    right: 0;
	    border-radius: 0px;
	    padding: 8px 25px;
	    font-weight: 300;
	    font-size: .8rem;
	    letter-spacing: .2rem;
	    border: 1px solid #295ea7!important;
	    background-color: #295ea7!important;
	    color: #fff!important;
	}
	.owl-nav .owl-prev{
	    float: left;
	    margin-left: -10px;
	}
	.owl-nav .owl-next{
	    float: right;
	    margin-right: -10px;
	}
	.titulo-prop{
		font-size: 1rem;
	}
	.img-prop-dest{
		object-fit: cover;
	    max-height: 250px;
	    min-height: 250px;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
	.btn-one-prop{
		padding: 8px 15px!important;
		font-size: .7rem;
	}
	.img-prop {
	    object-fit: cover;
	    max-height: 250px;
	    min-height: 250px;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
	.info-propiedad .titulo-small {
	    text-shadow: 0 0 7px #242d4159;
	    color: #fff;
	    font-weight: 500;
	    font-size: 1rem;
	}
	.logo-foot{
		max-width: 250px;
		width: 60%;
	}
	.img-one{
		max-width: 250px;
	}
	.titulo-slide {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 2.5rem;
    }
	.navbar-toggler {
        padding: 3px 8px;
        line-height: 1;
        background-color: #ea3223;
        border: 1px solid #ea3223;
        border-radius: 10px;
    }
    .text-small {
        text-decoration: none;
        color: #fff;
        font-size: .7rem;
        font-weight: 300;
        letter-spacing: 0;
    }
}

@media (max-width: 499px){
	#navbar .navbar-brand {
	    margin-right: 0;
	    width: 100%;
	    max-width: 120px;
	    text-align: center;
	    margin-bottom: 0.5rem;
	}
	.carousel-item, .banner-seccion{
		margin-top: 130px;
	}
}
