@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;
  }
  .perfil{
    margin: 0px;
    /* max-width: 0px; */
  }
  .contenedor-tarjetas{
    height: 400px;
  }
  .caja-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 38px;
    justify-content: center;
}
p{
    color: #4A5568;
    font-family: Inter-Regular;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
h33{
    color: var(--primary-red, #FF4001);

    /* Headings/Headings-h6 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
   
    /* margin-bottom: 17px; */
}

.tarjeta {
    width: 200px;
    height: 300px;
    margin-bottom: 10px; /* Espacio entre las tarjetas en pantallas pequeñas */
    perspective: 1000px;
    cursor: pointer;
    box-sizing: border-box;
}

.cara {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 0.5s;
    box-sizing: border-box;
}

.tarjeta.girada .cara {
    transform: rotateY(180deg);
}

.cara-frontal, .cara-trasera {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    backface-visibility: hidden;
}
h9{
    color: #4A5568;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}
h8{
    color: #4A5568;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    margin-top: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.cara-trasera {
    background-color: #FFF;
    transform: rotateY(180deg);
}

.titulo-tarjeta {
    cursor: pointer;
    position: relative;
    top: 322px;
    left: 38px;
}

@media screen and (max-width: 600px) {
    .contenedor-tarjetas {
        flex-direction: column; /* Cambia la dirección del flex para apilar las tarjetas verticalmente en pantallas pequeñas */
    }

    .tarjeta {
        width: 100%; /* Cambia el ancho de la tarjeta para adaptarse a pantallas pequeñas */
    }
}
  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: 16px;
    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: 10px;
    text-align:left; /* Alinea el texto a la derecha */
  }

  .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 600px; /* Ajusta el ancho máximo según tus necesidades */
    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;
}
.lineadeltiempo{
    max-width: 100%;
    height: auto;
    margin-left: 0px;
}
.text-l{
    color: #4A5568;
    text-align: center;
    font-family: Inter-Regular;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    width: 358px;
    margin-top: 10px;
    margin-left: -128px;
    line-height: 55px;
}
.caj-text{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35vh;
    margin: 0;
}
.caj-text3{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35vh;
    margin: 0;
    margin-bottom: -38px;
    margin-top: 53px;
}
.negr{
    color: #4A5568;
    text-align: center;
    font-family: Inter-Bold;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    
    line-height: 55px;
}
.extra{
    font-weight: bold;
    color: #FF4001;
    font-family: Inter-Bold;
}
.text-ta{
    color: #4A5568;
    text-align: center;
    font-family: Inter-Regular;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    width: 286px;
    margin-top: 10px;
    margin-left: -108px;
    line-height: 55px;
}
.column-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}
.linea-arriba2 {
    border-top: 4px solid #FF4001;
    width: 88px;
    margin-top: 62px;
    text-align: center;
    padding-top: 10px; /* Puedes ajustar el espacio entre la línea y el texto */
  }
.linea-arriba {
    border-top: 4px solid #FF4001;
    width: 103px;
    text-align: center;
    padding-top: 10px; /* Puedes ajustar el espacio entre la línea y el texto */
  }
  .container-text-com {
    position: relative;
    width: 100%;
    max-width: 800px; /* Ajusta según tus preferencias */
    margin: auto;
    padding: 20px;
    margin-top: -250px;
    box-sizing: border-box;
     /* Ajusta según tus preferencias */
    border-radius: 10px;
     /* Ajusta según tus preferencias */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.flechaizquierda {
    background: none;
    border: none;
    left: -426px;
    top: 338px;
    position: relative;
    cursor: pointer;
}
.flechaderecha {
    background: none;
    border: none;
    left: 425px;
    top: -605px;
    position: relative;
    cursor: pointer;
}

.flechaizquierda img,
.flechaderecha img {
    width: 40px; /* Ajusta según tus preferencias */
    height: auto;
}

.text-cli,
.text3{
    max-width: 623px;
    margin: 13px 18px;
    padding: 10px;
    font-size: 24px;
    border-radius: 5px;
    color: #718096;
    font-family: Inter;
    text-align: center;
}
.text2 {
    max-width: 594px;
    margin: 13px 18px;
    padding: 10px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 5px;
    color: #718096;
    font-family: Inter;
    text-align: center;
}

.coma1 {
    text-align: center;
    margin-top: 20px;
    position: relative;
    left: 305px;
    top: -255px;
}
.coma2 {
    text-align: center;
    margin-top: 20px;
    position: relative;
    top: 32px;
    left: -346px;
}

.com1,
.com2 {
    /* width: 33px; */ /* Ajusta según tus preferencias */
    height: auto;
}
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; /* Añadido para espaciar las columnas en dispositivos pequeños */
    /* width: 128px; */
  }
  .column-footer2 {
    flex: 1;
    margin-top: 92px;
    margin-bottom: 15px; /* Añadido para espaciar las columnas en dispositivos pequeños */
    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: -62px;
  }
  .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;
  }
  a.linea-2{
    border-bottom: #FF4001 3px solid;
    color: #191d23;
  }

  .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 screen and (max-width: 400px){
    .coma2 {
        text-align: center;
        margin-top: 20px;
        position: relative;
        top: 27px;
        left: -149px;
    }
    
    .menu-drop {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 80px;
        left: 0px;
        height: 226px;
        gap: 12px;
        width: 100%;
        background-color: #fff;
    }
    .titulo-tarjeta {
        cursor: pointer;
        position: relative;
        top: 322px;
        left: 120px;
    }
    .column-contact img {
        /* width: 30px; */
        /* height: 300px; */
        margin-top: 304px;
        margin-left: 294px;
    }
    .logo-footer {
        /* width: 50px; */
        /* height: auto; */
        margin-left: 101px;
        position: relative;
        top: -48px;
        left: -105px;
    }
    .column-footer {
        flex: 1;
        margin-top: 86px;
        margin-bottom: 15px;
        position: relative;
        left: 8px;
    }
    .column-footer2 {
        flex: 1;
        position: relative;
        margin-bottom: 15px;
        width: 200px;
        left: -142px;
        top: 500px;
    }
    .cara-frontal, .cara-trasera {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        backface-visibility: hidden;
    }
    p {
        color: #4A5568;
        font-family: Inter-Regular;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        width: 200px;
        line-height: 23px;
    }
    .caj-text3 {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35vh;
        margin: 0;
        margin-top: 1345px;
    }
    .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;
    }
    .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;
    }
    .coma1 {
        text-align: center;
        margin-top: 20px;
        position: relative;
        left: 146px;
        top: -278px;
    }
    .text-cli, .text3 {
        max-width: 241px;
        margin: 0px 1px;
        padding: 0px;
        font-size: 17px;
        border-radius: 5px;
        color: #718096;
        font-family: Inter;
        text-align: center;
    }
    .flechaderecha {
        background: none;
        border: none;
        left: 300px;
        top: 414px;
        position: absolute;
        cursor: pointer;
    }
    .flechaizquierda {
        background: none;
        border: none;
        left: -172px;
        top: 396px;
        position: relative;
        cursor: pointer;
    }

}

@media screen and (min-width: 600px) and (max-width: 800px){
    .container-text-com {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .coma2 {
        text-align: center;
        margin-top: 20px;
        position: relative;
        top: 27px;
        left: -204px;
    }
    .coma1 {
        text-align: center;
        margin-top: 20px;
        position: relative;
        left: 186px;
        top: -190px;
    }
    .flechaderecha {
        background: none;
        border: none;
        left: 248px;
        top: -422px;
        position: relative;
        cursor: pointer;
    }
    .text-cli, .text3 {
        max-width: 441px;
        margin: 13px 18px;
        padding: 10px;
        font-size: 24px;
        border-radius: 5px;
        color: #718096;
        font-family: Inter;
        text-align: center;
    }
    .flechaizquierda {
        background: none;
        border: none;
        left: -253px;
        top: 196px;
        position: relative;
        cursor: pointer;
    }
}
@media only screen and (min-width: 850px) and (max-width: 1050px){
  img {
    max-width: 324px;
    height: auto;
    margin-left: 19px;
    margin-top: 52px;
}
.caj-text3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35vh;
  margin: 0;
  margin-bottom: -38px;
  margin-top: 341px;
}
  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;
}
}