.h1-title-home{
    color: white;
    font-size: 50px;
}

.h2-title-2{
  font-size: 50px;
}

  /* Estilos para dispositivos móviles */
@media screen and (max-width: 768px) {
  .h1-title-home{
      font-size: 30px;
  }

  
.h2-title-2{
  font-size: 30px !important;
}
}

.bg-white-logo::before{
    background-color: white !important;
}

.logo-nav{
    width: 270px !important;
    min-width: 270px !important;
    position: relative;
    left: -10px !important;
}


  /* Estilos para dispositivos móviles */
  @media screen and (max-width: 1700px) {
    .logo-nav{
        width: 230px !important;
        min-width: 230px !important;
        position: relative;
        left: -20px !important;
    }
  }

  /* Estilos para dispositivos móviles */
@media screen and (max-width: 768px) {
  .logo-nav{
      width: 250px !important;
      position: relative;
      left: 0px !important;
  }
}

.a-whatsapp:hover{
    border-bottom: 2px solid #CC063E;
    padding-bottom: 5px;
    
}




/*=============================
	Thm Btn
===============================*/
.thm-btn-green {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    background-color: transparent;
    color: var(--thm-heading-font-color);
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-body-font);
    border-radius: 4px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
    color: white;
}

.thm-btn-green:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    transform: scaleX(1);
    transition-duration: 800ms;
    background-color: #10898b;
    z-index: -1;
}

.thm-btn-green:hover:after {
    transform: scaleX(0);
    transition-duration: 1500ms;
}

.thm-btn-green:before {
    position: absolute;
    top: 0px;
    left: 100%;
    right: -50px;
    content: "";
    background: var(--thm-secondary);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 0%;
    transition-duration: 800ms;
    z-index: 1;
    bottom: 0;
}

.thm-btn-green:hover:before {
    left: 0px;
    right: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.thm-btn-green .txt {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1;
}

.thm-btn-green:hover,
.thm-btn-green:focus {
    color: var(--thm-white);
    -webkit-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    -moz-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
}

.thm-btn-green i {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-left: 7px;
    font-size: 16px;
    z-index: 1;
}


.img-wp-btn{
    position: absolute;
    left: -30px;
    width: 26px;
}

.p-check{
    color: white !important;
    font-size: 25px !important;
}




.div-input-radio{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px; padding:8px; border-radius:5px;
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
  }
  
  .div-input-radio:hover{
    cursor: pointer;
  }
  
  .background-check{
    background-color: rgb(255, 255, 255) !important;
  }
  
  
  .cont-botones-search-type{
    position: absolute !important;
    background-color: white !important;  
    top: 38px;
    left: 1px;
    width: 100% !important;
    z-index: 200;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  }
  
  .div-input-radio-search{
    padding:8px; 
    width: 100% !important;
  }
  
  .div-input-radio-search:hover{
    cursor: pointer;
  }
  

  
.div-input-radio-search{
    padding:8px; 
    width: 100% !important;
  }
  
  .div-input-radio-search:hover{
    cursor: pointer;
  }
  
  .contenedor-search{
    width: 18vw; 
    position:absolute;
    right: 1vw !important;
    top: -20px;
  }
  
  
  
  
  /* Estilos para dispositivos móviles */
@media screen and (max-width: 768px) {
      .contenedor-search {
          width: 100%;
          margin-top: 15px;
      }
  
      .cont-botones-search-type{
        top: 45px;
      }
      
}

.text-t-none {
text-transform: none !important;
}

/* CSS */
.red-border {
    background-color: rgb(255, 214, 214) !important;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #10898b;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}


@media screen and (max-width: 768px) {
    .whatsapp-float {
        bottom: 15px;
        left: 15px;
    }

    .scroll-top{
        display: none !important;
    }
}


.whatsapp-float img {
    position: absolute;
    top: 8px;
    left: 11px;
    width: 40px;
    height: auto;
}





/* Para dispositivos móviles */
.view-mobile {
    display: none; /* Oculta por defecto */
  }
  
  
  .view-mobile-block {
    display: none; /* Oculta por defecto */
  }
  
  @media (max-width: 768px) {
    .view-mobile {
        display: inline-block; /* o el valor que desees */
    }
  
      .view-mobile-block {
        display: block !important; /* o el valor que desees */
      }
  }
  
  /* Para computadoras de escritorio */
  .view-pc {
    display: ; /* Muestra por defecto */
  }
  
  @media (max-width: 768px) {
    .view-pc {
        display: none !important; /* Oculta en dispositivos con ancho máximo de 768px (ajusta este valor según tus necesidades) */
    }

    .faq-one__faq{
      padding-top: 0px !important;
    }
  }

  .b-gray{
    border: 1px solid rgba(172, 172, 172, 0.575);
  }

.min-height-home{
  min-height: 85vh;
}

  
@media (max-width: 768px) {
  .min-height-home{
    min-height: 100vh;
  }
}


.border-transporte{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 7px;
}