/* Por defecto movil */

#garantia_gamboa {
    position: relative;
    overflow: hidden;
    background-color: #F2F2F2;
    /* padding-bottom: 80px; */
  }

  #garantia_gamboa .razones {
    /* background: url('/img/frontend_go/info-garantia-red.jpg') center/cover no-repeat; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  #garantia_gamboa .razones.lazy {
    position: relative;
    background-color: rgb(200, 14, 14);
    /* background-image: url('/img/frontend_go/info-garantia-red.jpg'); */
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 60% auto;
    border-radius: 16px;
  }
  
  #garantia_gamboa .razones.lazy::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    border-radius: 16px;
    background: linear-gradient(to right,
        rgba(200, 14, 14, 1) 0%,
        rgba(200, 14, 14, 1) 45%,
        rgba(200, 14, 14, 0.6) 85%,
        rgba(200, 14, 14, 0.3) 95%,
        rgba(200, 14, 14, 0.2) 100%);
  }
  
  #garantia_gamboa .shadowBG,
  #garantia_gamboa .shadowBG .container {
    position: relative;
    overflow: visible;
    z-index: 2;
  }
  
  #garantia_gamboa h2 {
    color: #ffffff;
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: left;
    width: 600px;
    margin-left: 28px;
  }
  
  #garantia_gamboa p {
    color: var(--Colors-White, #FFF);
  
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 28px;
    width: 700px;
    margin-top: 20px;
  
  
  
  }
  
  #garantia_gamboa .container>.row>.col-12+.col-12 p {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  
  .card_garantia__icon {
    margin-bottom: 30px;
    display: flex;
    width: 114px;
    height: 114px;
    padding: 37px;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-left: 0;
    margin-right: auto;
  
  }
  
  #garantia_gamboa .card_garantia {
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    position: relative;
    justify-content: flex-start;
  }
  
  #garantia_gamboa .card_garantia .img-fluid {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 24px;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  
  #garantia_gamboa .card_garantia .titulo {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
    padding-top: 16px;
    position: relative;
    width: 100%;
    text-align: left;
  
  }
  
  #garantia_gamboa .card_garantia .titulo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
  }
  
  #garantia_gamboa .card_garantia .texto {
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-top: 16px;
    text-align: left;
  }
  

  

/* MOBILE */
@media (max-width: 992px) {
    
    /** dejarlo aqui dentro, es exclusivo para mvl */

    #garantia_gamboa .shadowBG {
        padding: 40px 0;
      }
    
      #garantia_gamboa .card_garantia {
        margin-bottom: 32px;
        padding: 0 !important;
      }
    
    
      #garantia_gamboa .container {
        margin: 0 !important;
      }
    
      #garantia_gamboa .shadowBG,
      #garantia_gamboa .shadowBG .container {
        width: 100%;
        padding: 15px;
      }
    
      #garantia_gamboa h2 {
        width: 100%;
        margin-left: 0 !important;
    
      }
    
      #garantia_gamboa p {
        width: 100% !important;
        margin-left: 0 !important;
    
      }
    
      #garantia_gamboa .col-12 {
        width: 100%;
      }
    

}


/* DESKTOP */
@media (min-width: 993px) {

    #garantia_gamboa .shadowBG{
        padding: 40px;
    }
   
}

