﻿#bgBannerDoze{background-color:var(--corPrincipal);min-height:400px;overflow:hidden;position:relative;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0%2C0 Q720%2C160 1440%2C0 L1440%2C80 L0%2C80 Z' fill='%23ffffff'/%3E%3C/svg%3E");background-size:100% 60px,cover;background-position:bottom center,center;background-repeat:no-repeat,no-repeat;}#bgBannerDoze .hero-left .hero-title{margin-bottom:0;}#bgBannerDoze .hero-left .hero-subtitle p{color:#fff;font-size:clamp(1rem,3vw,1.2rem);margin-top:.5rem;}#bgBannerDoze .hero-right .hero-img-wrapper{display:flex;justify-content:end;}#bgBannerDoze .hero-right .hero-img-wrapper::before{content:"";position:absolute;inset:0;transform:translate(-6px,0);background:var(--corPrincipal);width:95%;border-bottom-left-radius:16%;border-top-right-radius:15%;}#bgBannerDoze .hero-right .hero-img-wrapper #heroCarousel{width:100%;}#bgBannerDoze .hero-right .hero-img-wrapper #heroCarousel .carousel-indicators li{width:10px!important;height:10px!important;border-radius:50%;}#bgBannerDoze .hero-right .hero-img-wrapper #heroCarousel .carousel-indicators .active{background-color:var(--corSecundaria);}#bgBannerDoze .hero-right .hero-img-wrapper #heroCarousel .carousel-inner{border-bottom-left-radius:15%;border-top-right-radius:15%;margin-bottom:10px;}#bgBannerDoze .hero-right .hero-img-wrapper #heroCarousel .carousel-inner .imagemBanner img{width:100%;}