.semibold{
font-weight:600;
}
.blur{
backdrop-filter: blur(29.649999618530273px);
}
.subtit-ben{
font-style:cursive;
font-weight:400;
font-size:20px;
} .image-container {
position: relative;
width: 100%; max-width: 600px; overflow: hidden;
cursor: pointer;
border-radius:30px;
}
.image-container img {
display: block;
width: 100%; height: auto; transition: opacity 0.3s ease;
}
.image-container img.overlay {
position: absolute;
top: 0;
left: 0;
opacity: 0; }
.image-container:hover img.overlay {
opacity: 1; }
.image-container:hover img.base {
opacity: 0; } .video-container {
position: relative;
width: 100%; max-width: 600px; overflow: hidden;
cursor: pointer;
border-radius: 30px;
}
.video-container img {
display: block;
width: 100%; height: auto; transition: opacity 0.3s ease;
}
.video-container video.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0; transition: opacity 0.3s ease;
object-fit: cover; }
.video-container:hover video.overlay {
opacity: 1; }
.video-container:hover img.base {
opacity: 0; }
.scala:hover{
scale:1.1;
}  .container {
position: relative; width: 100%;
height: 100%;
} .video-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
border-radius:21px;
} .content {
position: relative;
width: 100%;
height: 634px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
text-align: center;
background: rgba(0, 0, 0, 0.5);
transition: opacity 0.5s ease-in-out;
border-radius:21px;
} .hover-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
text-align: center;
background: rgba(0, 0, 0, 0.8);
opacity: 0;
transition: opacity 0.5s ease-in-out;
padding-left:50px;
padding-right: 50px;
border-radius:21px;
}
.container:hover .content {
opacity: 0;
}
.container:hover .hover-content {
opacity: 1;
} .tit-video {
margin-top: 30px;
color: #FFF;
text-align: center;
font-family: "Albert Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; text-transform: uppercase;
} .img-ingre {
width: 50px;
height: 50px;
} .hover-content div {
margin: 10px 0;
padding: 5px;
background: rgba(255, 255, 255, 0.1);
border-radius: 5px;
}
.text-ingre{
color: #FFF;
text-align: center;
font-family: "Albert Sans";
font-size: 22px;
font-style: normal;
font-weight: 300;
line-height: 24px;
margin-top: 30px;
}
.features{
border-radius:50px;
} .form label{
color: #1D1D1D;
font-family: "Albert Sans";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
width:100%;
}
.form .full{
width:100%;
}
.form .medio{
display:flex;
gap:15px;
}
.form .medio .left{
width:65%;
}
.form .medio .right{
width:35%;
}
.form textarea{
width:100%;
min-width:100%;
max-width:100%;
height:87px;
min-height:87px;
max-height:150px;
border-radius:10px;
border: 1px solid #CFCFCF;
outline:none;
margin-top:5px;
background:transparent;
}
.form input[type="text"],.form input[type="tel"],.form input[type="email"]{
border-radius:10px;
border: 1px solid #CFCFCF;
outline:none;
margin-top:5px;
background:transparent;
}
.form input[type="submit"]{
width:100%;
border:solid 1px #1d1d1d;
}
.form input[type="submit"]:hover{
background:#ebebeb;
color:#1d1d1d;
}  .elementor-popup-modal .dialog-widget-content {
scrollbar-width: thin; scrollbar-color: #00000000 #00000000; } .elementor-popup-modal .dialog-widget-content::-webkit-scrollbar {
width: 8px; height: 8px; }
.elementor-popup-modal .dialog-widget-content::-webkit-scrollbar-thumb {
background: #ff5722; border-radius: 4px; }
.elementor-popup-modal .dialog-widget-content::-webkit-scrollbar-track {
background: #f1f1f1; border-radius: 4px; } .titulo-mapa{
color: #393939;
font-family: "Albert Sans";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 39.6px; text-transform: uppercase;
}
.buscar-mapa{
border-radius: 15px !important;
border: 1px solid #393939 !important;
background:transparent;
outline:none;
}
#mapa{
border-radius:42px !important;
}
#lista-oficinas{
padding-left:8% !important;
}
#listado{
height:60vh;
overflow-y:scroll;
padding-right:20px !important;
} #listado::-webkit-scrollbar {
width: 8px; }
#listado::-webkit-scrollbar-track {
background: #D9D9D9; border-radius: 9px; }
#listado::-webkit-scrollbar-thumb {
background: #A6A6A6; border-radius: 9px; }
#listado::-webkit-scrollbar-thumb:hover {
background: #555; }	
#listado li{
padding-top:20px;
padding-bottom: 20px;
border-bottom: solid 1px #CFCFCF;
display:flex;
}
#listado li .ciudad{
display:flex;
width:100%;
font-weight:700;
}
#listado li .telefono{
display:flex;
width:100%;
}
#listado .tag{
padding-right:20px;
}
#listado .tag img{
width:24px;
height:auto;
max-width:24px;
}
#listado .info{
display:flex;
flex-wrap:wrap;
}
.contenedor-mapa{
display: flex;	
} @media only screen and (max-width: 768px) {
.contenedor-mapa {
flex-direction:column;
}
#mapa{
width:100% !important;
height:50vh !important;
}
#lista-oficinas{
width:100% !important;
height:50vh !important;
}	
.titulo-mapa{
text-align:center;
}
}