@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;
  }

  .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .item h1 {
    margin-bottom: 10px;
    text-align:left; 
  }

  .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 600px; 
    margin-bottom: 36px;
  }

  img {
    max-width: 100%;
    height: auto;
    margin-left: 19px;
    margin-top: 52px;
  }
  a.linea-2{
    border-bottom: #FF4001 3px solid;
    color: #0c0e10;
  }

  h2 {
    margin-bottom: 10px;
  }
  h40{
    font-family: Inter-Light;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    margin: -1px;
    color: #FAFAFA;

  }
  h3 {
    font-family: Inter-Light;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    margin: -1px;
    color: #FAFAFA;
    
}
h1{

font-size: 45px;

font-family: Inter-Light;

font-weight: 300;

/* margin-top: 179px; */

/* margin-left: 67px; */

line-height: 71px;

text-align: left;
}
.extra{
    font-weight: bold;
    color: #FF4001;
    font-family: Inter-Bold;
}

  
.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%; */
}


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;
}
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;
}
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;
}
.caja2{
  background-color:#F3F4F6;
  height: 624px;
}
.container2 {
  max-width: 1200px;
  width: auto;
  margin: 80px auto; 
  padding: 0px 20px;
}

.text-container {
  text-align: center;
  margin-top: 85px;
  /* height: 10px; */
}
.caj2{
  
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f5f5f5;
}
.cards-container2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 84px;
  margin: -10px;
}

.card {
  flex: 1;
  max-width: 100%; 
  height: 466px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}


.card:last-child {
  margin-right: 0px;
  z-index: 2;
}

.card:hover {
  transform: scale(1.05);
}

.card img {
  width: 66px;
  margin-left: 25px;
  margin-top: 23px;
  height: auto;
}

.card-content {
  padding: 16px;
}
.footer-caj{
  height: 500px;
}
h4{
  font-size: 35px;
  /* margin-top: 157px; */
  padding-top: 31px;
  font-family: Inter-Regular;
  font-weight: 400;
  line-height: 55px;
}
h5 {
  margin-bottom: 8px;
  font-size: 20px;
  font-style: normal;
  margin-top: 11px;
  margin-left: 13px;
  font-weight: 600;
  font-family: Semi-Bold;
  line-height: 136.523%;
  color: #4A5568;
}

.text-tarj {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.023%;
  color: #4A5568;
  margin-left: 16px;
  font-family: Inter-Regular;
}






.text-section {
  text-align: left;  
  margin-bottom: 10px; 
}
.text-section2 {
  text-align: left;  
  margin-bottom: 52px; 
}

.title {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-family: Inter-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.09px;
  color: #4A5568;
  
}
.num{
  font-family: Inter-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #4A5568;
}

.title-footer {
  font-family: Inter-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 8px;
  letter-spacing: -0.09px;
  color: #4A5568;
}
.title-footer2 {
  font-family: Inter-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: -3px;
  letter-spacing: -0.09px;
  color: #4A5568;
}
footer {
  background-color: #fff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  height: 572px;
  justify-content: space-between;
  align-items: flex-start;
}
.tip_a{
  font-family: Inter-Regular;
  color: #4A5568;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: 236.3%;
}
.contact-info{
  font-family: Inter-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: 300px;
  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;
  /* width: 67px; */
  line-height: 236.3%;
}
.links, .contact-info {
  list-style: none;
  padding: 0;
  margin-left: -6px;
  text-decoration: none;
}
.logo-footer {
  /* width: 50px; */
  /* height: auto; */
  margin-left: 52px;
  margin-top: -78px;
}
.column-footer {
  flex: 1;
  margin-top: 92px;
  margin-bottom: 15px; 
  /* width: 128px; */
}
.contact {
  text-align: center; 
}

.contact img {
  /* width: 30px; */
  height: auto;
  margin-top: 470px;
  margin-right: 17px;
}
.column-footer2 {
  flex: 1;
  margin-top: 92px;
  margin-bottom: 15px; 
  margin-left: -69px;
}

.links li, .contact-info p {
  margin-bottom: 5px;
  width: 256px;
  text-decoration: none;
}

.contact-title {
  margin-left: -6px;
  margin-top: 5px;
  font-family: Inter-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.09px;
  color: #4A5568;
}

.corner-image {
  width: 68.667px;
  height: auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media (min-width: 390px) and (max-width:598px){
  
  #toggle:checked + label + .menu-drop {
    display: flex;
  }
  img {
    max-width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 52px;
}
  .column-footer {
    flex: 100%;
    margin-left: 10px;
  }
  .column-footer2 {
    flex: 100%;
    margin-left: 18px;
  }
  .logo-footer {
    margin-left: 0px;
    margin-top: -19px;
  }
  .contact img {
    /* width: 30px; */
    height: auto;
    margin-top: 146px;
    margin-left: 300px;
    margin-right: 0px;
  }

  .contact {
    text-align: right; 
  }
  label {
    display: block;
    font-size: 25px;
  }
  .menu-drop {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 0;
    gap: 12px;
    width: 100%;
    background-color: #fff;
  }

  .caja2 {
    background-color: #F3F4F6;
    height: 1853px;
}
  

}
@media (min-width: 600px) and (max-width:699px) {
  .container {
    grid-template-columns: 1fr; 
    order: -1; 
    
  }
  .logo {
    margin-top: 0px;
}
  
  .caja2 {
    background-color: #F3F4F6;
    height: 1872px;
    margin-bottom: 61px;
}

  .container2 {
    margin: 20px auto; 
    width: auto;
  }
  

  .cards-container2 {
    flex-direction: column;
    margin-left: 0px;
    /* margin-right: -27px; */
    /* padding: 10px; */
    margin: 0px;
  }

  .card {
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .card:last-child {
    margin-right: 0; 
  }
  h1{
    margin-left: 0px;
  }
  #toggle-label {
    display: none;
  }

 
  .item {
    text-align: left;
  }

  .boton-comencemos {
    width: 100%; 
    margin-left: 0px;
  }

  img {
    max-width: 100%; 
    margin-left: -106px;
  }
}
@media (min-width: 700px) and (max-width: 1015px){
  .text-section2 {
    text-align: left;
    margin-bottom: 11px;
    margin-left: 122px;
  }
  .caja2 {
    background-color: #F3F4F6;
    height: 1829px;
}
  
.corner-image {
  width: 68.667px;
  height: auto;
  position: absolute;
  bottom: -91px;
  right: 10px;
}

  .text-section {
      text-align: left;
      margin-left: 122px;
      margin-bottom: 20px;
  }

}
@media (max-width: 767px) {
 
  .container {
    flex-direction: column;
  }

 
  .container div:first-child{
    order: 2;

  }
  nav ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #333;
  }

  nav ul.show {
    display: flex;
  }

  nav ul li {
    margin: 0;
    text-align: center;
    padding: 10px;
  }

  #toggle:checked + ul {
    display: flex;
  }

  #toggle-label {
    display: block;
  }

  #contact-button {
    display: none;
  }

}
  
@media (min-width: 770px){
  .text-section2 {text-align: left;margin-bottom: 66px;margin-left: -121px;}

}
@media (min-width: 768px ) and (max-width: 1106px) {
 
  
  .caja2 {
    background-color: #F3F4F6;
    height: 1242px;
}
  .text-container {
    text-align: center;
    margin-top: 85px;
    /* height: 51px; */
}
  .corner-image {
    width: 68.667px;
    height: auto;
    position: absolute;
    bottom: 10px;
    right: 10px;
    top: 528px;
}
  .text-section2 {
    text-align: left;
    margin-bottom: 54px;
    margin-left: -129px;
  }

  .text-section {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1050px){
  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;
}
h1 {
  font-size: 39px;
  font-family: Inter-Light;
  font-weight: 300;
  /* margin-top: 179px; */
  /* margin-left: 67px; */
  line-height: 71px;
  text-align: left;
}
img {
  max-width: 100%;
  height: auto;
  margin-left: -20px;
  margin-top: 52px;
}
}