.navbar-transparent{
  background-color: rgba(0, 0, 0, 0.01) !important; 
}
.capriola{
  font-family: "Capriola", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
.texto-gris{
  color: #A6A5B5 !important;
}

.bg-gris{
  color: #A6A5B5 !important;
}
.estr{
  background-color: #fff !important;
  padding: 40px !important;
  color: #726C8E !important;
  font-weight: 400 !important;
  font-size: 1.1rem !important;
  text-align: center !important;
}
html {
  font-size: 16px !important; /* Esto asegura que 1rem = 16px */
}

p{
  font-family: "Montserrat", sans-serif !important;
  text-align: left !important;
}


.link-light{
  font-family: "Montserrat", sans-serif !important;
}
.ulm{
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
}
h3{
  font-family: "Montserrat", sans-serif !important;
  text-align: left !important;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 10px;
  }
}

.lead {
  font-size: 1.65rem !important;   /* 20px */
  font-weight: 700 !important;
  line-height: 1.6 !important;
  font-family: "Montserrat", sans-serif;
  text-align: left !important;
}
.title {
  font-size: 3.85rem !important;
  font-weight: 400 !important;
}
.no-lead {
  font-size: 1.20rem !important;   /* 20px */
  font-weight: 400 !important;
  line-height: 1.6 !important;
  font-family: "Montserrat", sans-serif;
  text-align: left !important;
}
.subtitle{
  font-size: 40px !important;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.montserrat{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300 !important;
}
.bg-celeste{
  background-color: #0095FC !important;
}

.bg-oscuro{
  background-color: #333A4C !important;
}
.texto-celeste{
  color: #0095FC !important;
}
.texto-amarillo{
  color: #FFCE29;
}
.texto-verde{
  color: #79AE49;
}
.lead-org{
  font-size: 28px !important;
  font-weight: 300 !important;
  text-align: left !important;
}
.floating-buttons {
	position: fixed;
	bottom: 20px; /* Ajusta la distancia desde la parte inferior */
	left: 20px; /* Ajusta la distancia desde la izquierda */
	display: flex;
	flex-direction: row; /* Los botones se muestran en línea horizontal */
	gap: 10px; /* Espacio entre los botones */
}
.floating-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #33A14B; /* Color de fondo para los botones */
	color: #fff; /* Color del texto/iconos */
	font-size: 20px;
	cursor: pointer;
}
.floating-button:hover {
	background-color: #0D541C; /* Cambia el color de fondo al pasar el cursor */
	color: #fff !important;
}
.text-justify{
	text-align: justify !important;
}
.roboto{
  font-family: "Roboto Condensed", sans-serif !important;
}
.fixed-bottom{
    bottom: 15px !important;
    position: fixed;
}
/*------------------------------------
  Botones de redes sociales al footer
------------------------------------*/
  .g-fb-button{
    background-color: #2e35ff !important;
    color: #fff !important;
      border-radius: 100px !important;
  }
  .g-ig-button{
    border-radius: 100px !important;
    color: #fff !important;
    background: #E00062 !important;
  }
  .g-whatsapp-button {
    color: #fff !important;
    border-radius: 100px !important;
    background-color: #25d366 !important;
  }
  .g-fb-button:hover{
    background-color: #3b5998 !important;
  }
  .g-ig-button:hover{
    background-color: #AF47A6 !important;
  }
  .g-whatsapp-button:hover{
    background-color: #2DA661 !important;
  }

  .btn-naranja {
    color: #fff !important;
    border-radius: 100px !important;
    background-color: #F26C4F !important;
  }
  .btn-naranja:hover{
    background-color: #BD4B31 !important;
  }


/*------------------------------------
  Colores montesur
------------------------------------*/

.color-azul{
  color: #1B325F !important;
}
.color-celeste{
  color: #3A89C9 !important;
}
.color-naranja{
  color: #F26C4F !important;
}

.color-celeste-bajo{
  color: #E9F2F9 !important;
}
/*------------------------------------
  Fondos montesur
------------------------------------*/

.fondo-azul{
  background-color: #1B325F !important;
}
.fondo-celeste{
  background-color: #3A89C9 !important;
}
.fondo-naranja{
  background-color: #F26C4F !important;
}

.fondo-celeste-bajo{
  background-color: #E9F2F9 !important;
}
/*------------------------------------
  Colores montesur HOVER
------------------------------------*/

.color-azul-hover:hover{
  color: #1B325F !important;
}
.color-celeste-hover:hover{
  color: #3A89C9 !important;
}
.color-naranja-hover:hover{
  color: #F26C4F !important;
}

.color-celeste-bajo-hover:hover{
  color: #E9F2F9 !important;
}

#footer[role="contentinfo"] {
    display: none !important;
}

.sidebar {
    transition: top 0.3s ease-in-out;
    width: 100%; /* Asegura el ancho dinámico */
    max-width: 300px; /* Ajusta al diseño */
}

.widget-title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
}



/* Estado normal (inactivo) - semitransparente */
.swiper-step-pagination .swiper-slide {
  background-color: rgba(242, 108, 79, 1) !important; /* Verde semitransparente */
  color: rgba(255, 255, 255, 0.5) !important; /* Blanco semitransparente */
  padding: 10px !important;
  text-align: center !important;
  border-radius: 10px !important;
  transition: background-color 0.3s ease, color 0.3s ease !important; /* Transición suave */
}

/* Estado activo - sin transparencia */
.swiper-step-pagination .swiper-slide.swiper-slide-active,
.swiper-step-pagination .swiper-slide:focus {
  background-color: rgba(242, 108, 79, 1) !important; /* Fondo verde completo */
  color: white !important; /* Texto blanco completo */
  outline: none !important; /* Quitar el borde por defecto al enfocar */
}


/* El estado focus también será sin transparencia */
.swiper-step-pagination .swiper-slide:focus {
  background-color: rgba(242, 108, 79, 1) !important;
  color: white !important;
}

@media (max-width: 600px) {
  .slide-transparent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* Transparencia blanca */
    z-index: 1;
  }

  .slide-transparent .container,
  .slide-transparent .row,
  .slide-transparent .col-md-5 {
    position: relative;
    z-index: 2; /* Coloca el texto sobre la transparencia */
  }

  .h1m{
    font-size: 50px !important;
    line-height: 60px !important;
  }  
  .h2m{
    font-size: 25px !important;
    margin-bottom: 100px !important;
  }
  .container{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tm{
    font-size: 40px !important;
  }
  .pm{
    font-size: 25px !important;
    font-weight: 600 !important;
    font-family: "Montserrat", sans-serif !important;
  }
  
  .bg-mobile-none {
    background-image: none !important;
  }
  .no-lead {
    font-size: 16px !important;  
    font-weight: 400 !important;
    line-height: 1.6 !important;
    font-family: "Montserrat", sans-serif;
    text-align: left !important;
  }
  .pt-5{
    padding-top: 20px !important;
  }
  .im1{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .imgm{
    margin-top: -50px;
  }
  .lead{
    font-size: 18px !important;
    margin-top: 20px !important;
  }
  .conm{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
   .bg-mobile-none {
    background-image: none !important;
  }
    .bg-mobile-none[data-bg] {
    background-image: none !important;
  }
  .content-space-1 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .mail{
    background-color: rgba(255, 255, 255, 0.1) !important;
    padding: 0px !important;
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    margin-top: -40px !important;
  }
}


@media (min-width: 768px) {
  .img-wrap-md {
    float: left;
    margin-left: 40px;
    max-width: 400px;
  }
}

@media (min-width: 992px) { 
  .img-wrap-md {
    float: left;
    margin-left: 40px;
    max-width: 500px;
  }
}
.img-wrap-md {
  margin-bottom: 20px;
}

.post-content p{
  text-align: left !important;
}

.mail{
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  border-radius: 50px;
  padding-left: 10px;
  padding-right: 10px;
}