body {
	font-family: "Montserrat", sans-serif;
}
footer{
	color: #fff;
	background-color: #000;
}
footer .texto-footer{
	font-weight: 300;
	font-size: .85rem;
	color: #fff;
}
footer a.texto-footer:hover{
	font-weight: 300;
	font-size: .85rem;
	color: #af3428;
}
footer .texto-footer-b{
	font-weight: 400;
	font-size: .85rem;
	color: #fff;
}
footer .down-foot{
	border-top: 1px solid #333;
	font-size: .8rem;
}
footer .logo-pie{
	max-width: 250px;
}
.dropdown-menu.show {
    display: block;
    border-radius: 0;
    padding: 0;
}
.dropdown-menu li a{
	font-size: .8rem!important;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 10px;
	margin-bottom: 0;
	height: auto!important;
	width: auto!important;
}
.header-detalle{
    background-color: #f1f1f1;
    margin-top: 120px;
}
.info-top{
	background-color: #000;
	color: #fff;
}
.form-control-sus{
	border-radius: 0;
}
.card-prod{
	position: relative;
	border-radius: 0px;
	border: 1px solid #cdcdcd;
}
.card-prod .oferta{
	background-color: #af3428;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 10px;
	padding: 2px 10px;
	letter-spacing: 1px;
	font-size: .75rem;
	position: absolute;
	top: 10px;
	right: 10px;
}
.card-prod .descuento{
	background-color: #6e9149;
	color: #fff;
	font-weight: 400;
	border-radius: 10px;
	padding: 2px 10px;
	font-size: .75rem;
	position: absolute;
	top: 10px;
	right: 10px;
}
.card-prod figure{
	overflow: hidden;
}
.card-prod figure img{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-prod:hover figure img{
	transform: scale(1.1);
}
.card-prod figure .opacidad{
	z-index: 2;
	opacity: 0;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	padding-top: 43.333%;
	background-color: rgb(48 48 48 / 0%);
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-prod:hover figure .opacidad{
	z-index: 2;
	opacity: 1;
	background-color: rgb(48 48 48 / 50%);
}
.se-ve{display:inline-block;}
.no-se-ve{display:none;}
.select-color {
    width: 40px;
    height: 40px;
    margin-right: .3rem;
    margin-bottom: .4rem;
    position: relative;
    padding: 0;
}
.select-color .cont-color {
	border-radius: 50%;
    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 {
	border-radius: 50%;
    height: 100%;
    width: 100%;
}
.select-tallas .cont-talla {
    width: 45px;
    padding: 4px 10px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    background-color: #fff;
}
.select-tallas .cont-talla:hover,
.select-tallas input:checked ~ .cont-talla{
	background-color: #000;
	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: #ca756d;
    box-shadow: 0 0 0 0.15rem rgb(175 52 40 / 35%);
    cursor: pointer;
}
.select-color input:checked ~ label .cont-color,
.select-tallas input:checked ~ .cont-talla {
    border-color: #ca756d;
    box-shadow: 0 0 0 0.15rem rgb(175 52 40 / 35%);
}

#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{
	background-color: #fff;
	transition: all .3s ease-in-out;
}
#navbar.navbar-shrink{
	background-color: #fff;
}
#navbar .navbar-brand img{
	width: 160px;
	-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: 140px;
	-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, .link-nav{
	text-align: center;
	font-weight: 300;
}
#navbar .rrss .btn-link{
	color: #fff;
}
#navbar .rrss .btn-link:is(:hover,:focus){
	color: var(--rojo);
}
.btn-icon a{
	position: relative;
	padding: 10px 0 0 0;
	width: 45px!important;
	height: 45px!important;
	border-radius: 50%;
	border: 1px solid #303030;
	color: #303030;
}
.btn-icon a:hover{
	border: 1px solid #303030;
	background-color: #303030;
	color: #fff;
}
/*CSS Icono Carro de Compras*/
.btn-carro{
	text-align: center;
    position: relative;
	padding: 10px 0 0 0!important;
	width: 45px!important;
	height: 45px!important;
	border-radius: 50%!important;
	border: 1px solid #303030;
	background-color: #303030;
	color: #ffff;
}

.btn-carro .badge {
	right: -3px;
	top: -3px;
	background-color: #af3428;
	position: absolute;
	width: 18px!important;
	height: 18px!important;
	text-align: center;
	padding: 3px 0 0 0;
	font-size: .75rem;
	font-weight: 300;
	border-radius: 50%;
}
.btn-carro:is(:hover,:focus){
	background-color: #000;
	color: #af3428;
}
/*CSS Icono Carro de Compras*/
/*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:1.5px solid #666;
	background-color: transparent;
}
#buscardor.modal .modal-body .form-control:focus{
	box-shadow: none;
	border-color: #ff9800;
}
#buscardor.modal .modal-body button.close{
	height: 40px!important;
	width: 40px;
	border-radius: 50%;
	opacity: 1;
	text-shadow: none;
	color: #000;
	padding: 0;
	transition: all .2s ease;
}
#buscardor.modal .modal-body button.close:hover{
	background-color: #222;
	color: #fff;
	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;
}

.social-foot .red-s {
    text-align: center;
    border: 1px solid #303030;
    background-color: #303030;
    color: #fff;
    padding: 10px 0 0 0;
    width: 45px;
    height: 45px;
    font-size: 1rem;
    border-radius: 50%;
}
.social-foot .red-s:is(:hover,:focus){
    border: 1px solid #303030;
    background-color: #000;
    color: #fff;
}
.btn{
	padding: .8rem 1.5rem;
	border-radius: 10px;
}
.btn-shop-cart{
	width: 45px;
	height: 45px;
	padding: 10px 0 0 0;
	border-radius: 50%;
	border: 1px solid #303030;
    background-color: #fff;
    color: #303030;
}
.card-prod:is(:hover,:focus) .btn-shop-cart,
.btn-shop-cart:is(:hover,:focus){
	border: 1px solid #303030;
    background-color: #303030;
    color: #fff;
}
.btn-color{
	text-transform: uppercase;
	font-size: .8rem;
	background-color: #303030;
	 border: 1px solid #303030;
	color: #fff;
	border-radius: 0;
	font-weight: 300;
	padding: 8px 15px;
}
.btn-color:is(:hover,:focus){
    border: 1px solid #303030;
    background-color: #000;
    color: #fff;
}
.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;
}
.bg-color{
	background-color: var(--rojo);
}
.bg-sus{
	background: no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slidePpal .carousel-item {
	margin-top: 110px;
	height: 95vh;
	min-height: 400px;
	max-height: 600px;
	background: no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner-seccion{
	margin-top: 110px;
	height: 250px;
	background: no-repeat center top scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-caption{
	bottom: inherit;
	padding: 0;
	text-align: left;
	position: absolute;
	top: 70%;
	transform: translateY(-30%);
}
.titulo-slide {
    color: #fff;
    font-size: 3.5rem;
    
    font-weight: 700;
}
.texto-slide {
    color: #fff;
    font-size: 1.3rem;
}
.top-titulo{
	font-size: .8rem;
	letter-spacing: 1px;
	font-weight: 300;
	color: #999;
}
.titulo{
	font-weight: 600;
	color: #313131;
	font-size: 2.4rem;
}
.titulo-del{
	font-weight: 400;
	color: #313131;
	font-size: 2.4rem;
}
.subtitulo{
	color: var(--amarillo);
	font-weight: 500;
}
.texto-bold{
	font-size: .9rem;
	font-weight: 500;
	color: #000;
}
.texto {
    font-size: 1rem;
    font-weight: 300;
    color: #545252;
}
.texto-well {
    font-size: .85rem;
    font-weight: 300;
    color: #9e9e9e;
}
.text-color{
	color: #000;
}
.breadcrumb-item,
.breadcrumb-item.active {
    font-size: .9rem!important;
	font-weight: 300!important;
	color: #666!important;
}
.precio-oferta{
	text-decoration: line-through;
	font-size: .8rem;
	font-weight: 300;
	color: #999;
}
.precio{
	font-size: 1.1rem;
	font-weight: 500;
	color: #303030;
}
.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;
}

.servicios .card{
	background-color: transparent;
}
.servicios .card figure img{
	aspect-ratio: .8;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.servicios .card .cont-texto{
	position: absolute;
	bottom: 0;
	left: 1rem;
	right: 1rem;
}
.servicios .card .cont-texto .breve{
	font-size: 13px;
	-webkit-transition:all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	overflow: hidden;
	opacity: 0;
	margin-bottom: 0;
}
.servicios .card:hover .cont-texto .breve{
	-webkit-transition:all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.breve.breve-hover{
	margin-top:0!important;
	margin-bottom: .8rem!important;
	opacity: 1!important;
}
.servicios .card .cont-texto .icono{
	background-color: var(--rojo);
	height: 70px;
	width: 70px;
	border-radius: 50%;
	margin-top: -2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 4px solid var(--rojo);
	transition: all .3s ease-in-out;
}
.servicios .card:hover .cont-texto .icono{
	border: 4px solid #fff;
}

.mapa iframe{
	width: 100%;
	height: 400px;
}
.productos .card img{
	width: 100%;
	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{
	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-flush .accordion-collapse {
    background-color: #f1f1f1;
    padding-bottom: 5px;
}
.accordion.preguntas .accordion-item .accordion-button{
	border-radius: 0;
	color: #fff;
}
.accordion.preguntas .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    font-weight: 500;
    font-size: .9rem;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    color: #000000;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #000000;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #000000;
}

#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{
	max-width: 150px;
	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;
}

.btn-podcast-float{
	position: fixed;
	bottom: 1rem;
	left: 1rem;
	z-index: 9999!important;
	display: flex;
	align-items: center;
	text-decoration: none;
	
}
.btn-podcast-float .texto{
	background-color: #fff;
	border-radius: 5px;
	padding: .3rem .5rem;
	font-weight: 700;
	font-size: 13px;
	color: #333;
	position: relative;
	/* animation: 1.8s infinite alternate shimmy; */
}
.btn-podcast-float .texto::after{
    content: "";
	border: 8px solid transparent;
    border-right: 12px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 100%;
}
.btn-podcast-float .icono{
	position: relative;
	background-color: red;
	color: #fff;
	aspect-ratio: 1;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-right: 1.1rem;

}
.btn-podcast-float .icono::before,
.btn-podcast-float .icono::after {
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 5px solid gray;
  border-radius:100%;
  animation: latido linear 3s infinite;
}
.btn-podcast-float .icono::after {
  animation-delay: -1s;
}

@keyframes latido {
  0% { width:65px; height:65px; border: 5px solid rgb(255, 59, 59); }
  100% { width:100px; height:100px; border: 5px solid transparent; }
}

.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50%;
    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)
    }
}

@media screen and (min-width: 992px){

}

@media (min-width: 1025px) {
	#navbar .navbar-nav .nav-item .nav-link,
	.link-nav{
		font-size: .9rem;
		color: #000;
		text-transform: uppercase;
		font-weight: 600;
		padding: 0 1rem;
		text-align: center;
		text-decoration: none;
	}
	#navbar .navbar-nav .nav-item .nav-link:hover,
	#navbar .navbar-nav .nav-item .nav-link.active{
		color: #b2322b;
	}
	.link-nav{
		color: #b2322b!important;
	}
	.link-nav:is(:hover, .active){
		color: #000!important;
	}
}

@media (max-width: 1024px) {
	#navbar .navbar-nav .nav-item .nav-link,
	.link-nav{
		font-size: .8rem;
		color: #000;
		text-transform: uppercase;
		font-weight: 600;
		padding: 0 1rem;
	}
}

@media screen and (max-width: 991px){
	.banner-seccion{
		margin-top: 140px;
		height: 180px;
	}
	.titulo-slide {
        color: #fff;
        font-size: 3rem;
        line-height: 3.1rem;
        font-weight: 700;
    }
	.offcanvas{
		max-width: 250px;
	}
	.navbar-toggler{
		border-radius: 0px;
		background-color: #000;
		color: #fff;
		font-size: 1.3rem;
		border: 1px solid #000;
	}
	#navbar .navbar-nav .nav-item .nav-link,
	.link-nav{
		border-top:4px solid transparent;
		padding: .5rem .5rem;
		text-align: center;
	}
	#navbar .navbar-nav .nav-item .nav-link.active,
	.link-nav.active{
		background-color: rgba(255, 255, 255, 0.15);
		border-top: 2px solid var(--rojo);
	}
}
@media (max-width: 767px) {
	.btn-icon a,
	.btn-carro{
		font-size: 0.85rem;
        position: relative;
		width: 40px!important;
		height: 40px!important;
	}
	.navbar-toggler{
		border-radius: 0px;
		background-color: #000;
		color: #fff;
		font-size: 1.3rem;
		border: 1px solid #000;
	}
	#navbar .navbar-brand img{
		width: 130px;
		-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: 120px;
		-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;
	}
	.bg-sus{
		background: no-repeat right top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#slidePpal .carousel-item {
		margin-top: 150px;
		height: 75vh;
		min-height: 350px;
		max-height: 350px;
		background: no-repeat center top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.titulo-slide{
		font-size: 2rem;
		line-height: 2rem;
	}
}
@media (max-width: 499px){
	
}