﻿.style_cancelacion {
    background-color: #f1e9bb !important;
}

.swiper-slide {
	width: 100%; /* ancho del slide */
	height: 200px; /* alto del slide */
	overflow: hidden; /* contiene la imagen dentro del slide */
}

.swiper-slide-img {
	width: 100%; /* ancho de la imagen */
	height: 100%; /* alto de la imagen */
	object-fit: cover; /* ajusta la imagen para que se vea completa */
	border-radius: 10px; /* opcional, agrega un borde redondeado a la imagen */
}

.img_exper_principal img {
    width: 220px;
    height: 180px;
    border-radius: .313em;
}

.titleCatego {
    border-style: solid;
    border-width: 3px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom-color: #FF8C00;
}
