text-gris{color:#bfbfbf!important}.bg-banneredd{background-color:rgb(255,255,255)!important;opacity: 0.7}
offset-1a{margin-left:5%}
.cavpr {
  text-align: justify;
  border: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
    margin: 0 auto;
}
/* boton Backtop */
#scroll {
    position:fixed;
    left:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/* END Back Top*/
/* WA BTN */
	 .whatsapp-button {
            position: fixed;
            bottom: 15px;
            right: 15px;
            background-color: #4cc370;
            color: #fff;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            text-align: center;
            font-size: 46px;
            line-height: 60px;
            box-shadow: 2px 2px 3px #E2E8F0;
            text-decoration: none;
		 transition: background-color 0.3s ease;
        }

        .whatsapp-button:hover {
            background-color: #fff;
			color: #4cc370;
        }
	.whatsapp-button .text-bubble{
	display: none;
    position: absolute;
    bottom: 70px;
    right: -10px;
		width: 210px;
		height:50px;
    background-color: #2949D6;
    color: #fff;
	padding: 5px;
	border-radius: 25px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
		box-shadow: 4px 4px 5px #E2E8F0;		
    z-index: 1;		
	}
	.whatsapp-button/*:hover*/ .text-bubble{
	display: block;
 	opacity: 0.75;	
		transition: background-color 3.3s ease;
	}
/* END WA Btn */

/* carrusel video 
  /*<!-- Estilos personalizados -->
    body {
      background-color: #f8f9fa;
      padding: 2rem;
    }

    .carousel-container {
      max-width: 1080px;
      margin: 0 auto;
      border-radius: 40px;
      overflow: hidden;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }

    .carousel-item iframe {
      width: 100%;
      height: 100%;
      border: none;
    }

    .carousel-control-prev,
    .carousel-control-next {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 121, 193, .9);
      top: 50%;
      transform: translateY(0%);
      border-radius: 1%;
      transition: background-color 0.3s ease;
    }

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
      background-color: rgba(0, 121, 193, 0.22);
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-size: 70% 70%;
      width: 100%;
      height: 100%;
    }

    @media (max-width: 1080px) {
      .carousel-control-prev,
      .carousel-control-next {
        width: 50px;
        height: 50px;
      }
    }
	/* END carrusel video */
