/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2024 | 02:37:52 */
/* MARCADOR */
        /* Estilo para el botón activo con el marcador en la parte superior */
        .realecb-control.realecb-active::before {
            content: ""; /* Necesario para el pseudo-elemento */
            position: absolute; /* Posiciona el marcador en relación al botón */
            top: -12px; /* Ajusta la posición vertical del marcador */
            left: 50%; /* Centra el marcador horizontalmente */
            transform: translateX(-50%); /* Ajusta el centro del marcador */
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 14px solid #92d8f4;
            border-bottom: 0px solid #00000000;
        }

        /* También se puede ajustar el tamaño del marcador */
        .realecb-control.realecb-active.large::before {
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 14px solid #92d8f4;
            border-bottom: 0px solid #00000000;
        } 
        .realecb-active img {
            filter: brightness(0) invert(1) !important; /* Cambiar el filtro de la imagen al estar activo */
        }

		.realecb-active {
			background-color: #6d6d6d !important;
		}
        .realecb-slide-text h2 {
            text-transform: uppercase;
        }

		.realecb-slide-text button a, .realecb-slide-text button a:hover {
			color: #FFF !important;
		}

		.realecb-banner-container {
            width: 100%;
            max-width: 1920px;
            margin: 0 auto;
            overflow: hidden;
            background: url('https://gruporeale.com/img/fondo-mapa.svg') no-repeat;
            background-size: 60%;
            background-position: center top; 
        }

        .realecb-slides {
            display: flex;
            transition: transform 0.6s ease; 
            
        }

        .realecb-slide {
            min-width: 100%; 
            height: 600px;
            box-sizing: border-box; 
            background-size: cover;
        }

        .realecb-slide-content {
            display: flex;
            height: 100%;
        }

        .realecb-slide-text {
            width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: #fff;
			padding: 0 8% 0 16%;
        }

        .realecb-slide-text h2 {
            font-weight: 300;
			font-family: "Montserrat", Sans-serif;
        }

        .realecb-slide-text h2 strong {
            font-weight: 600;
        }

        .realecb-slide-text p {
            font-family: sans-serif;
            line-height: 1.7;
            padding-bottom: 20px;
        }

        .realecb-slide-text button {
            background-color: #92d8f4;
            border: none;
            color: #fff;
            padding: 10px;
            font-size: 1rem;
            font-weight: 600;
            max-width: 220px;
			text-align: center;
        }

        .realecb-slide-image {
            width: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #ffffff;
        }

        .realecb-slide-image img {
            max-width: 100%;
        }

        .realecb-controls {
            display: flex;
            justify-content: space-around;
            align-items: center;
            background: url('https://gruporeale.com/img/fondo-controles.svg') no-repeat;
            background-size: contain;
            padding: 0;
            padding-bottom: 80px;
			padding-top: 18px;
        }

        .realecb-control {
            position: relative;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 5px solid #a3a3a3;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: transform 0.3s ease;
            padding: 6px;
            background-color: #FFF;

            /* Agregamos un borde blanco adicional usando box-shadow */
            box-shadow: 0 0 0 7px #FFF;
        }

        .realecb-control.large {
            width: 90px;
            height: 90px;
            border: 7px solid #a3a3a3;
            padding: 8px !important;
        }
        .realecb-control.large img {
            filter: none; 
        }

        .realecb-control.large:hover img {
            filter: brightness(0) invert(1); 
        }
        .realecb-control.small:hover img {
            filter: brightness(0) invert(1); 
        }
        .realecb-control.large:hover {
        background-color: #5e5e5e;
        }
        .realecb-control.small:hover {
        background-color: #5e5e5e;
        }
        .realecb-control p {
            text-transform: uppercase;
        }
        .realecb-control img {
            max-width: 100%;
            border-radius: 50%;
        }

        .realecb-control-text {
            position: absolute;
            top: 110px;
            width: 100%;
            min-width: 160px;
            text-align: center;
            font-size: 14px;
            font-family: sans-serif;
        }
        .small .realecb-control-text {
            position: absolute;
            top: 84px;
            min-width: 300px;
            text-align: center;
            font-size: 13px;
            font-family: sans-serif;
        }

        .realecb-control.large .realecb-control-text {
            display: block;
        }

        .realecb-control:hover .realecb-control-text {
            display: block;
        }

		.realecb-control:hover {
            transform: scale(1.1);
            box-shadow: 0 0 15px 5px rgba(146, 216, 244, 0.8); /* Añadir glow en el hover */
        }

        /* Mantener el glow cuando el botón está activo */
        .realecb-active {
            background-color: #6d6d6d !important;
            box-shadow: 0 0 15px 5px rgba(146, 216, 244, 0.8); /* Mantener el glow cuando esté activo */
            transform: scale(1.1); /* Mantener la escala más grande cuando está activo */
            transition: transform 0.3s ease-in-out; /* Suavizar la transición */
        }

        /* ESTILOS DE LOS TOOGLES */

        .realecb-toggle-container {
            width: 100%;
            margin: 0 auto;
            padding: 10px;
        }

        .realecb-toggle {
            /* background-color: #f0f0f0; */
            /* border: 1px solid #ddd; */
            border-radius: 5px;
            cursor: pointer;
            padding: 5px;
            position: relative;
            overflow: hidden; 
        }

        .realecb-toggle-title {
            font-size: 16px;
            font-weight: bold;
            font-family: sans-serif;
            display: flex;
            align-items: center;
            height: 100%; 
            text-align: center;
        }
        .realecb-toggle-title img {
            max-width: 30px;
            border: 6px solid #a3a3a3;
            border-radius: 50rem;
            padding: 4px;
            margin-right: 10px;
        }

        .realecb-toggle-title:hover img {
            border: 6px solid #a3a3a3;
            background-color: #ededed;
        }

        .realecb-toggle-content {
            max-height: 0; 
            overflow: hidden;
            opacity: 0; 
            transition: max-height 0.5s ease, opacity 0.5s ease;
            padding: 0 15px;
            margin-top: 10px;
            padding-left: 61px;
        }

        .realecb-toggle-content p { 
            font-family: sans-serif;
        }

        .realecb-toggle-content.show {
            max-height: 200px;
            opacity: 1; 
            margin-top: 10px;
            padding-left: 61px;
            margin-bottom: 20px;
        }

        .realecb-toggle-content p {
            margin: 0;
            font-size: 14px;
        }

        .realecb-toggle-content a {
            display: inline-block;
            padding: 10px 20px;
            background-color: #92d8f4;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            margin-top: 10px;
        }

        .realecb-toggle-content a:hover {
            background-color: #65b4d4;
        }

        @media (min-width: 1024px) {
            .cb-desktop {
                display: block;
            }
            .cb-mobile {
                display: none;
            }
        }

        @media (max-width: 1023px) {
            .cb-desktop {
                display: none;
            }
            .cb-mobile {
                display: block;
            }
        }
