@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
body{
    font-family: 'Montserrat', sans-serif;
}
img{
    max-width: 100%;
}
.container{
    max-width: 1200%;
    padding: 0% auto;
}
.header{
    
    background-image: url(img/header-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 120px;
}
.menu{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    right: 0;
}
.logo{
    padding-left: 20px;
    color: aliceblue;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: overline;
}
.menu .navbar ul li{
    float: left;
}
.menu .navbar ul li a{
    padding: 20px;
    display: block;
    font-weight: 600;
    color: aliceblue;
}
.menu .navbar ul li a:hover{
    color: #406f7b;
}
.menu label{
    cursor: pointer;
}
.boton-1{
  text-align: center;
  align-content: center;
  display: inline-block;
  padding: 13px 45px;
  background-color: #406f7b;
  color: aliceblue;
  border-radius: 25px;
}
.header-txt h1{
    font-size: 50px;
    line-height: 1.2;
    color: aliceblue;
    margin-bottom: 5%;
    text-align: center;
}
p{
    font-size: 17px;
    font-weight: 400;
    color: whitesmoke;
    margin-bottom: 50px;
    text-align: center;
}
.boton-1{
    text-align: center;
    align-content: center;
    display: inline-block;
    padding: 13px 45px;
    background-color: #406f7b;
    color: aliceblue;
    border-radius: 25px;
}
.kits{
    padding: 100px 0;
    position: relative;
}
.kit-content{
    text-align: center;
}
h2{
    font-size: 35px;
    color: #406f7b;
    margin-bottom: 15px;
}
.kit-group{
  display: flex;
  position: static;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  padding: 40px;
  gap: 20px;
  grid-template-rows: 100px auto 100px;
}
.kits p{
    color: #406f7b;
}
.servicios-content h2{
  justify-content: space-betweens;
    color: aliceblue;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #9fb8be;
}
:root {
    --color-primary:    #406f7b;
    --color-text:       #17161A;
    --color-background: #9fb8be;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .services {
    padding: 3rem 0;
  }
  .services__header {
    margin-bottom: 4rem;
    text-align: center;
  }
  .services__title {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5rem;
    line-height: 1;
  }
    .services__body {
    display: grid;
    row-gap: 40px;
    margin-bottom: 4rem;
  }
  @media screen and (min-width: 768px) {
    .services__body {
      grid-template-columns: 1fr 1fr;
      column-gap: 20px;
    }
  }
  @media screen and (min-width: 1024px) {
    .services__body {
      grid-template-columns: repeat(4, 1fr); 
    }
  }
  .service {
    padding: 2.5rem 1.25rem 2rem 1.25rem;
    text-align: center;
    background-color: var(--color-background);
    border-radius: 20px;
  }
  .service__title {
    margin-bottom: 1rem;
    line-height: 1;
  }
  .service__title h3{
    color: aliceblue;

  }
  .service__description {
    margin-bottom: 1.75rem;
  }
  .service__link {
    color: var(--color-text);
  }
  .services__footer {
    text-align: center;
  }
  .services__footer p{
    color: #406f7b;
  }
  .services__button {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    text-decoration: none;
    color: #fff;
    background-color: var(--color-primary);
    border-radius: 2rem;
  }
  .footer-content .info{
    display: grid;
    justify-content: center;
    flex-direction: row;
    margin: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 250px;
    padding-top: 25px;
  }
  .footer-content h3{
    color: aliceblue;
    padding-bottom: 10px;
  }
  .footer-content .info .box p{
    color: aliceblue;
  }

  .footer-content .info .box .figure .logo{
    padding-left: 20px;
    color: aliceblue;
    font-size: 200px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: overline;
  }
  .footer-content .info .box .redes a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: aliceblue;
    margin-right: 10px;
    background-color: #5795a4;
    border-radius: 25px;
    text-align: center;
    transition: all 300ms ease; 
  }
  .footer-content .info .box .redes a:hover{
    color: #406f7b;
  }
  .footer-content 
  .cp{
    color: aliceblue;
    text-align: center;
    padding: 15px 10px;
  } 
.inferior{
    background-color: #406f7b;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
}