body {
	font-family: "Roboto", sans-serif;
}
footer{
	position: relative;
}
main > .container {
  padding: 60px 15px 0!important;
}
.form-floating>label{
	font-size: .9rem;
	font-weight: 300;
}
.form-floating .form-control{
	border-radius: 0px;
}
.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    font-size: .9rem;
	font-weight: 300;
	color: #303030;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.5;
    color: #148cbb;
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0px;
}
.btn-equipo{
	width: 100%;
	color: #464646;
	letter-spacing: 1px;
	font-size: 1.2rem;
	padding: 0;
	text-align: right;
	border: none!important;
	bottom: 8px;
	left: 0;
	right: 10px;
}
.btn-equipo:is(:hover,:focus,:active){
	border: none!important;
	color: #148cbb!important;
}
.card-serv:hover{
	background-color: #f1f1f1;
}
.top-titulo,
.card-serv .top-titulo{
	font-size: .9rem;
	color: #148cbb;
    font-weight: 300;
    letter-spacing: .05rem;
}
.card-serv .subtitulo,
.subtitulo{
	color: #303030;
	font-size: 1.1rem;
	font-weight: 400;
}
.navbar-nav{
    justify-content: flex-end !important;
}
.forma-footer{
	position: absolute;
	right: -8%;
	top: -35px;
	width: 70px;
	height: auto;
}
.forma-titulo{
	position: absolute;
	left: -35px;
	top: 40px;
	width: 60px;
	height: auto;
}
.forma-titulo-dos{
	position: absolute;
	left: -35px;
	top: -25px;
	width: 60px;
	height: auto;
}
.modal-content{
	background-color: #434343!important;
}
.carousel-control-prev {
    left: inherit;
    padding: 0;
    right: 12.75%;
    width: auto;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-next {
    left: inherit;
    padding: 0;
    right: 10%;
    width: auto;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.select-color {
    width: 40px;
    height: 40px;
    margin-right: .3rem;
    margin-bottom: .4rem;
    position: relative;
    padding: 0;
}
.select-color .cont-color {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    padding: 4px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
}
.select-color input,
.select-tallas input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}
.select-color .cont-color .color {
    height: 100%;
    width: 100%;
}
.select-tallas .cont-talla {
    padding: 4px 10px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    background-color: #fff;
}
.select-tallas {
    min-height: 32px;
    margin-right: .5rem;
    margin-bottom: .4rem;
    position: relative;
    padding: 0;
}
.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;
}
.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);
}
#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.navbar-shrink{ 

}
#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: 180px;
	-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-nav .nav-item .nav-link{
	font-weight: 300;
	font-size: .95rem;
}
#navbar .rrss .btn-link{
	color: #fff;
}
#navbar .rrss .btn-link:is(:hover,:focus){
	color: var(--rojo);
}
.btn-icon .bi-search{
	color: #fff;
}
.btn-icon .bi-search:hover{
	color: #148cbb;
}
/*CSS Icono Carro de Compras*/
.btn-carro{
    font-size: 1.5rem;
    padding-right: .1rem;
    color: rgba(255, 255, 255, 0.55);
}
.btn-carro .badge {
/*	position: absolute;*/
/*	top: -1px;*/
/*	right: -9px;*/
	height: 21px;
	width: 21px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
    font-weight: 400;
    font-size: 12px;
    background-color: red;
	padding:0;
	color: #fff;
}
/*CSS Icono Carro de Compras*/

.btn-icon a:is(:hover,:focus),
.btn-carro:is(:hover,:focus){
	color: #fff;
}

/*Modal buscar*/
#buscardor.modal .modal-dialog{
	max-width: 100%;
	width: 100%;
}
#buscardor.modal .modal-dialog .modal-content{
	border-radius: 0;
	border:none;
}
#buscardor.modal .modal-body .input-group span.input-group-text{
	border-radius: 0;
	background-color: transparent;
	border: 0;
}
#buscardor.modal .modal-body .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}
#buscardor.modal .modal-body .form-control::placeholder{
	font-weight: 300;
	color: #fff;
	font-size: 1rem;
}
#buscardor.modal .modal-body .form-control#buscar{
	font-weight: 300;
	color: #fff;
	font-size: 1rem;
}
#buscardor.modal .modal-body .form-control:focus{
	box-shadow: none;
	border-color: #148cbb;
}
#buscardor.modal .modal-body button.close{
	height: 40px!important;
	width: 40px;
	border-radius: 50%;
	opacity: 1;
	text-shadow: none;
	color: #fff;
	padding: 0;
	transition: all .2s ease;
}
#buscardor.modal .modal-body button.close:hover{
	border: 1px solid #148cbb;
	color: #148cbb;
	transition: all .2s ease;
}
#buscardor.modal .modal-body button.close:focus{
	outline: none;
	box-shadow: none;
}
.cont-results{
	position: absolute;
	bottom: 0;
}
#results{
	width: 230px;
    max-height: 300px;
    text-align: left;
    list-style: none;
    padding: 5px 15px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 99;
}
#results a{
	text-decoration: none;
	font-size: 14px;
	color: #666;
}
.rrss-foot .btn{
	border: none;
	padding: 0;
	font-size: 1.2rem;
	background-color: inherit;
	color: #fff;

}
.rrss-foot .btn:is(:hover,:focus){
	color: #148cbb!important;
}
.rrss-foott .btn{
	border: none;
	padding: 0;
	font-size: 1.2rem;
	background-color: inherit;
	color: #303030;

}
.rrss-foott .btn:is(:hover,:focus){
	color: #148cbb!important;
}
.btn{
	padding: .8rem 1.5rem;
	border-radius: 10px;
}
.btn-color {
    color: #fff;
    border: none!important;
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0;
}
.btn-color-dark {
    color: #464646;
    border: none!important;
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0;
}
.btn-color-dark:is(:hover,:focus),
.btn-color:is(:hover,:focus){
	border: none!important;
	color: #148cbb!important;
}
.btn-outline-color{
	border-color: var(--rojo);
	color: var(--rojo);
	border-radius: 10px;
	font-weight: 500;
	padding: .8rem 1.5rem;
}
.btn-outline-color:is(:hover,:focus){
	background-color: var(--rojo)!important;
	color: #fff!important;
}
.text-small{
	font-size: 14px;
}
.text-color{
	color: #148cbb;
}
.bg-color{
	background-color: #148cbb;
}

.carousel-item {
	height: 100vh;
	min-height: 400px;
	/*max-height: 800px;*/
}
.banner-seccion{
	height: 85px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #848484;
	background-blend-mode: multiply;
}
.carousel-caption{
	bottom: inherit;
	padding: 0;
	text-align: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.carousel-caption .forma-slide{
	position: absolute;
	left: -10%;
	top: -20%;
	width: 120px;
	height: auto;
}

.titulo-slide{
	font-weight: 300;
	font-size: 3.5rem;
	line-height: 3.8rem;
	letter-spacing: 1px;
}
.texto-slide{
	color: #fff;
	font-size: 16px;
}
.titulo{
	color: #303030;
	font-size: 2rem;
	font-weight: 400;
}
.texto{
	color: #303030;
	font-size: .95rem;
	font-weight: 300;
}
.texto ul{
    list-style: none;
    padding-left: 0;
}
.texto p strong{
	color: #303030;
	font-size: .95rem;
	font-weight: 400;
}
.texto-small{
	color: #666;
	font-size: .9rem;
	font-weight: 300;
}
.text-tiny {
    font-size: .7em!important;
}
.text-big{
	font-size: 1.4rem!important;
}
.text-huge{
	font-size: 1.8rem!important;
}

.seccion-destacada{
	background-size: cover;
	background-position: center;
	background-color: #333;
	background-blend-mode: multiply;
	background-attachment: fixed;
}
.noticias-inicio .card img{
	aspect-ratio: 1.4;
	object-fit: cover;
}
.cuadro-amarillo{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	bottom: 0;
	background-color: var(--amarillo);
}
.clippy-img{
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.clippy-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	min-height: 540px;
	aspect-ratio: 1.1;
}


.mapa iframe{
	width: 100%;
	height: 320px;
}

.precio-oferta{
	font-size: 13px;
	line-height: 13px;
	text-decoration: line-through;
	letter-spacing: 1px;
}
.productos .card img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.accordion.categorias .accordion-item .accordion-header .link-categorias {
    padding: 1rem 1.25rem;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 400;
    color: #212529;
}

#lightgallery li img{
	aspect-ratio: 1.3;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.lista-servicios li{
	background-color: #f1f1f1;
}
.lista-servicios li.active{
	background-color: #222;
}
.lista-servicios li.active a{
	color: #fff;
}

.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%;
}

.banner-propiedad{
	height: 600px;
}
.cont-filtro{
	background-color: #111;
}
.filtro-prop .form-select,
.filtro-prop form .bootstrap-select>.dropdown-toggle{
	border-radius: 0;
	font-size: 13px;
	padding: .8rem .8rem;
/*	text-transform: uppercase;*/
	letter-spacing: 1px;
	border-radius: 10px;
}
.filtro-prop form .bootstrap-select>.dropdown-toggle{
	background-color: #212529;
	color: #dee2e6;
	border: 1px solid #495057;
}
.filtro-prop .form-select option,
.filtro-prop .bootstrap-select .dropdown-menu li a{
	font-size: 14px;
	text-transform: capitalize!important;
}

.propiedades .ocupado-dos{
	position: absolute;
	top: .5rem;
	right: .5rem;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 14px;
}
.propiedades .vendido{
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	padding: 10px 15px;
	background-color: red;
	color: #fff;
	text-align: center;
}

.accordion.preguntas .accordion-item{
	border-radius: 0;
	border: none;
}
.accordion.preguntas .accordion-item .accordion-button{
	border-radius: 15px;
	color: #fff;
}
.accordion.preguntas .accordion-item .accordion-button.collapsed{
	border-radius: 15px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	color: #666;
}

#clientes .owl-item figure img{
	width: 175px!important;
	opacity: .6;
	transition: all .3s ease;
}
#clientes .owl-item figure:hover img{
	opacity: 1;
}
#clientes .owl-dots{
	text-align: center;
}
#clientes button.owl-dot{
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background-color: #d7d7d7!important;
	margin: 5px 3px;
}

.galerias figure img{
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
	transition: all .2s ease-in;
}
.galerias .sobre-texto{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .8), 10%, rgba(0, 0, 0, 0));
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 1rem;
	color: #fff;
}
.galerias figure:hover img{
	opacity: .6;
}
.galerias .sobre-texto h5{
	letter-spacing: 1.5px;
}
.galerias-img ul li a img{
	aspect-ratio: .9;
	width: 100%;
	object-fit: cover;
}

.review .foto img{
	width: 55px;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
/*	margin: auto;*/
}
#reviews .owl-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:.5rem auto 0 auto;
}
#reviews .owl-dots button{
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #e3e3e3!important;
	margin:0 3px;
}


.menu-user .nav-link{
	background-color: #f6f6f6;
	color: #777;
	margin-bottom: .5rem;
	font-size: 15px;
	border-radius: 10px;
}
.menu-user .nav-link i{
	margin-right: .5rem;
}


.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;
    left: 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)
    }
}

.card-serv {
	border-radius: 0;
	border-top: none!important;
	border-left: none!important;
    border: 1px solid #d6d6d6; /* Asegúrate de que hay bordes para poder ocultarlos */
}
/*
.card-serv{
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
*/

@media screen and (min-width: 992px){
	#navbar .navbar-nav .nav-item .nav-link{
		text-transform: uppercase;
		padding: 0 15px;
		font-weight: 300;
		letter-spacing: .05rem;
		color: #fff;
	}
	#navbar .navbar-nav .nav-item .nav-link:hover,
	#navbar .navbar-nav .nav-item .nav-link.active{
		color: #148cbb;
	}
	/* Quitar borde derecho a las tarjetas que sean las últimas en su fila */
	.col-lg-3:nth-child(4n) .card-serv {
	    border-right: none!important;
	}
	/* Quitar borde inferior a las tarjetas de la última fila */
	.row.gx-0 > div:nth-last-child(-n+2) .card-serv {
	    border-bottom: none!important;
	}
}

@media screen and (max-width: 991px){
	/* Quitar borde derecho a cada 4ta tarjeta (última de la fila) */
    .col-md-6:nth-child(2n) .card-serv {
	    border-right: none!important;
	}
    /* Quitar borde inferior a las últimas 4 tarjetas (última fila) */
    .row.gx-0 > div:nth-last-child(-n+2) .card-serv {
        border-bottom: none!important;
    }
	.offcanvas{
		background-color: #434343!important;
		max-width: 300px;
	}
	.navbar-nav{
	    justify-content: flex-start !important;
	}
	.forma-footer {
	    position: absolute;
	    right: 2%;
	    top: -10px;
	    width: 45px;
	    height: auto;
	}
	.navbar-toggler{
        font-size: 1.5rem;
        border-radius: 0px;
        color: #148cbb;
        border-color: #148cbb;
    }
	#navbar .navbar-nav .nav-item .nav-link{
		text-transform: uppercase;
		padding: .5rem .5rem;
		text-align: center;
		color: #fff;
	}
	#navbar .navbar-nav .nav-item .nav-link.active{
		background-color: rgba(255, 255, 255, 0.02);
		color: #148cbb;
	}
	.carousel-caption {
	    bottom: inherit;
	    padding: 0;
	    text-align: left;
	    position: absolute;
	    top: 40%;
	    transform: translateY(-60%);
	}
	.carousel-control-next {
	    left: inherit;
	    padding: 0;
	    right: 10%;
	    width: auto;
	    height: 40px;
	    top: 60%;
	    transform: translateY(-40%);
	}
	.carousel-control-prev {
	    left: inherit;
	    padding: 0;
	    right: 14%;
	    width: auto;
	    height: 40px;
	    top: 60%;
	    transform: translateY(-40%);
	}

}


@media (max-width: 767px) {
	.cont-serv{
		padding: 0;
		border: 1px solid #fff;
		padding-bottom: -5px;
		max-width: 90%;
		margin: auto;
	}
	/* Quitar borde derecho a cada 4ta tarjeta (última de la fila) */
    .col-12:nth-child(1n) .card-serv {
	    border-right: none!important;
	}
    /* Quitar borde inferior a las últimas 4 tarjetas (última fila) */
    .row.gx-0 > div:nth-last-child(-n+1) .card-serv {
        border-bottom: none!important;
    }
	.carousel-caption .forma-slide{
		position: absolute;
		left: -10%;
		top: -25%;
		width: 80px;
		height: auto;
	}
	.carousel-control-prev {
	    left: inherit;
	    padding: 0;
	    right: 16%;
	    width: auto;
	    height: 40px;
	    top: 60%;
	    transform: translateY(-40%);
	}

	.titulo-slide{
		font-size: 2rem;
		line-height: 2rem;
	}
}
@media (min-width: 370px) {

}
@media (max-width: 499px){

	/*#navbar .navbar-brand{
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: .5rem;
	}
	.carousel-item, .banner-seccion{
		margin-top: 160px;
	}*/
}