@font-face {
    font-family: Inter-Bold;
    src: url("./static/Inter-Bold.ttf");
}
@font-face {
    font-family: Inter-Regular;
    src: url("./static/Inter-Regular.ttf");
}
@font-face {
    font-family: Semi-Bold;
    src: url("./static/Inter-SemiBold.ttf");
}
@font-face {
    font-family: Inter-Medium;
    src: url("./static/Inter-Medium.ttf");
}
@font-face {
    font-family: Inter-Light;
    src: url("./static/Inter-Light.ttf");
}
@font-face {
    font-family: Poppins-regular;
    src: url("./Poppins/Poppins-Regular.ttf");
}

body {
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  nav {
    background-color: #333;
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  nav h1 {
    margin: 0;
  }
  
  nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
  }
  a.linea-2{
    border-bottom: #FF4001 3px solid;
    color: #1f242d;
  }
  nav{
    /* display: none; */
    background: #FFF;
    height: 68px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 1;
  }
  .logo{
    margin-top: 0px;
    width: 164px;
    height: 164px;
    margin-left: 0px;
  }
  a{
    text-decoration: none;
    margin: 0 -4px;
    color: #4A5568;
    font-family: Inter-Medium;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    left: 1px;
    line-height: normal;
    padding: 11px;
  }
  h40{
    font-family: Inter-Light;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    margin: -1px;
    color: #FAFAFA;

  }
  button#contact-button{
    /* display: flex; */
    padding: 14px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    background: #FF4001;
  }
  nav ul li {
    margin-right: 20px;
  }
  #toggle-label {
    display: none;
  }
  label{
    display: none;
    color: #FF4001;
    cursor: pointer;
    /* background-color: chocolate; */
  }
  #toggle {
    display: none;
  }
  .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .item h1 {
    margin-bottom: 20px;
    text-align:left; 
  }

  .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 600px; 
    margin-top: 25px;
    margin-left: 60px;
    margin-bottom: 36px;
  }
  h48 {
    font-family: Inter-Light;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    margin: -1px;
    color: #FAFAFA;
    
}
  h22 {
    color: #4A5568;
    text-align: center;
    justify-content: space-between;
    font-family: 'Inter-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    text-align: left;
    line-height: 136.023%;
}

  img {
    max-width: 100%;
    height: auto;
    margin-left: 19px;
    margin-top: 52px;
  }
  .boton-comencemos {
    
    padding: 23px 38px;
        
    border: none;
        
    cursor: pointer;
        
    /* position: relative; */
        
    /* margin-left: 65px; */
        
    margin-top: 30px;
        
    gap: 10px;
        
    border-radius: 5px;
        
    background: #FF4001;
        
  /* width: 100%; */
  }
  h1{

font-size: 30px;

font-family: Inter-Light;

font-weight: 300;

margin-bottom: 80px;

/* margin-left: 67px; */

line-height: 46px;

text-align: left;
}
    .extra{
        font-weight: bold;
        color: #FF4001;
        font-family: Inter-Bold;
    }
    .column-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 20px;
    }

    .column {
        width: calc(25% - 20px);
        margin: 0 10px;
    }

    .card {
        width: auto;
        height: 192px;
        margin: 85px 0;
        border-radius: 0px 48px 0px 0px;
        border: 2px solid #E7DAED;
        background: #FFF;
        /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
        overflow: visible; 
        position: relative; 
    }

    .card img {
        /* width: 100%; */
        height: 50%;
        object-fit: cover;
        object-position: 50% 50%;
        margin-top: -50px; 
        margin-left: 28px;
        position: relative; 
    }

    .card-content {
        padding: 10px;
        flex: 1;
        display: flex;
        flex-direction: column;
        margin-left: 20px;
        justify-content: flex-start;
    }

    .card-title {
      color: var(--primary-red, #FF4001);
      font-family: Inter;
      font-size: 17px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      /* width: 200px; */
    }
    .caj-tarjetas{
        width: auto;
        margin-top: 55px;
        background-color: #F7F7FA;
    }

    .card-description {
      color: #4A5568;
      font-family: Inter-Regular;
      font-size: 15px;
      margin-top: 10px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
    footer {
        background-color: #fff;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        width: auto;
        height: 671px;
        justify-content: space-between;
        align-items: flex-start;
      }
  
      .column-footer {
        flex: 1;
        margin-top: 92px;
        margin-bottom: 15px; 
        /* width: 128px; */
      }
      .column-footer2 {
        flex: 1;
        margin-top: 92px;
        margin-bottom: 15px; 
        width: 200px;
        margin-left: -69px;
      }
      .contact-info{
        font-family: Inter-Regular;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        width: 300px;
        color: #4A5568;
      }
  
      .logo-footer {
        /* width: 50px; */
        /* height: auto; */
        margin-left: 52px;
        margin-top: -19px;
      }
      .num{
        font-family: Inter-Regular;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        width: 274px;
        color: #4A5568;
      }
  
      .title-footer {
        font-family: Inter-Bold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 15px;
        margin-left: 4px;
        letter-spacing: -0.09px;
        color: #4A5568;
      }
  
      .links-footer a {
        text-decoration: none;
        display: block;
        font-family: Inter-regular;
        color: #4A5568;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        line-height: 236.3%;
      }
  
      .column-contact {
        text-align: center; 
      }
  
      .column-contact img {
        /* width: 30px; */
        height: auto;
        margin-top: 585px;
        /* margin-right: 282px; */
      }

    @media (max-width: 1024px) {
        .column {
            /* width: calc(33.33% - 20px); */
        }
    }

    @media (max-width: 768px) {
        .column {
            width: calc(50% - 20px);
        }
    }

    @media (max-width: 480px) {
        .column {
            width: calc(100% - 20px);
        }
        #contact-button {
            display: none;
        }
        .container {
            flex-direction: column;
        }
        #toggle:checked + label + .menu-drop {
            display: flex;
        }
        nav ul li {
            margin-right: 20px;
            text-align: center;
            margin-top: 10px;
        }
        footer {
            background-color: #fff;
            padding: 10px;
            display: flex;
            flex-wrap: wrap;
            width: auto;
            height: 0px;
            margin-top: -455px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .menu-drop {
            display: none;
            flex-direction: column;
            position: absolute;
            top: 80px;
            left: 0px;
            height: 226px;
            gap: 12px;
            width: 100%;
            background-color: #fff;
        }
        .container div:first-child {
            order: 2;
        }
        .item {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
            max-width: 600px;
            margin-top: 25px;
            margin-left: 0px;
            margin-bottom: 36px;
        }
        label {
            display: block;
            font-size: 25px;
        }
        .container {
            grid-template-columns: 1fr; 
            order: -1; 
            
          }
          .logo {
            margin-top: 0px;
        }
          
        .logo-footer {
            margin-left: -125px;
            margin-bottom: 46px;
            margin-top: 39px;
            /* margin-bottom: 216px; */
        }
        .column-footer {
            flex: 100%;
            margin-top: 200px;
            margin-left: 10px;
        }
        #toggle:checked + label + .menu-drop {
            display: flex;
        }
        img {
            max-width: 100%;
            height: auto;
            margin-left: 0px;
            margin-top: 52px;
        }
            .num {
              font-family: Inter-Regular;
              font-size: 18px;
              font-style: normal;
              font-weight: 400;
              line-height: 30px;
              width: 274px;
              margin-left: 0px;
              color: #4A5568;
          }
            .contact-info {
              font-family: Inter-Regular;
              font-size: 18px;
              font-style: normal;
              font-weight: 400;
              line-height: 30px;
              width: 300px;
              margin-left: 0px;
              margin-top: 21px;
              color: #4A5568;
          }
            .column-footer2 {
              flex: 100%;
              margin-left: 11px;
            }
            .tabs {
                flex-direction: column; /
              }
            
              .tablink {
                width: 100%; 
                border-radius: 5px;
                margin-bottom: 10px; 
              }
            
              .tabcontent {
                position: relative;
                transform: scale(1); 
              }
            .logo-footer {
              margin-left: 0px;
              margin-top: 336px;
              margin-bottom: -131px;
            }
            .column-contact img {
                /* width: 30px; */
                height: auto;
                margin-top: 29px;
                margin-left: 300px;
                margin-right: 0px;
              }
        
              .column-contact {
                text-align: right;
                /* width: 10px; */
              }
    }
    @media only screen and (min-width: 850px) and (max-width: 1050px){
      img {
        max-width: 324px;
        height: auto;
        margin-left: 19px;
        margin-top: 52px;
    }
    a {
      text-decoration: none;
      margin: 0 -4px;
      color: #4A5568;
      font-family: Inter-Medium;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      position: relative;
      left: 1px;
      line-height: normal;
      padding: 11px;
  }
    }