.incio-carrousel-main {display: flex;align-items: center;flex-direction: column;justify-content: center;height: calc(100vh - 50px);}.incio-carrousel-handler {position: relative;width: 100%;height: 100%;display: flex;align-items: center;}.inicio-carrousel-container {width: 100%;height: 100%;max-width: 900px;max-height: 470px;position: relative;margin: auto;overflow: hidden;border-radius: 6px;}.inicio-carrousel {display: none;height: 100%;width: 100%;background-repeat: no-repeat !important;background-size: contain !important;background-position: center;}.inicio-carrousel img {width: 100%;height: 100%;object-fit: cover;vertical-align: middle;user-select: none;pointer-events: none;}.inicio-carrousel video {width: 100%;height: inherit;}.inicio-prev-carrousel,.inicio-next-carrousel {cursor: pointer;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);padding: 10px 20px;background: #00000057;backdrop-filter: blur(10px);color: #fff;}.inicio-prev-carrousel {margin-left: -23.5px;}.inicio-next-carrousel {margin-left: 23.5px;}.inicio-legend-carrousel {color: #f2f2f2;font-size: 16px;padding: 1rem 1.5rem;position: absolute;text-align: center;bottom: 0;width: 100%;font-weight: 500 !important;background: transparent;}.inicio-number-text-carrousel {color: #f2f2f2;background: rgba(0, 0, 0, 0.76);font-size: 12px;padding: 8px 12px;position: absolute;right: 0;top: 0;user-select: none;z-index: 1;}.inicio-carrousel-indicator {text-align: center;margin-top: .4em;user-select: none;}.inicio-carrousel-dot {cursor: pointer;height: 10px;width: 10px;margin: 0 2px;background-color: #d9dcdf;border-radius: 50%;display: inline-block;transition: all 0.3s ease-out;}.inicio-carrousel-dot:hover {background-color: var(--button-bg);}.inicio-active-carrousel {background-color: var(--button-bg);width: 25px;border-radius: 10px;}.inicio-fade-carrousel {-webkit-animation-name: fadeCarrousel;-webkit-animation-duration: 1.5s;animation-name: fadeCarrousel;animation-duration: 1.5s;}@-webkit-keyframes fadeCarrousel {from {opacity: .4}to {opacity: 1}}@keyframes fadeCarrousel {from {opacity: .4}to {opacity: 1}}@media (max-width: 600px) {.incio-carrousel-main {display: unset;align-items: unset;flex-direction: unset;justify-content: unset;height: inherit}.inicio-carrousel-indicator {position: fixed;bottom: 0px;width: 100%;background: rgba(0, 0, 0, 0.25);backdrop-filter: blur(10px);padding: .75em;}}