@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body{
  background: rgba(134,174,204,1);
  background: -moz-linear-gradient(left, rgba(134,174,204,1) 0%, rgba(139,177,206,1) 6%, rgba(183,208,226,1) 63%, rgba(212,228,239,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(134,174,204,1)), color-stop(6%, rgba(139,177,206,1)), color-stop(63%, rgba(183,208,226,1)), color-stop(100%, rgba(212,228,239,1)));
  background: -webkit-linear-gradient(left, rgba(134,174,204,1) 0%, rgba(139,177,206,1) 6%, rgba(183,208,226,1) 63%, rgba(212,228,239,1) 100%);
  background: -o-linear-gradient(left, rgba(134,174,204,1) 0%, rgba(139,177,206,1) 6%, rgba(183,208,226,1) 63%, rgba(212,228,239,1) 100%);
  background: -ms-linear-gradient(left, rgba(134,174,204,1) 0%, rgba(139,177,206,1) 6%, rgba(183,208,226,1) 63%, rgba(212,228,239,1) 100%);
  background: linear-gradient(to right, rgba(134,174,204,1) 0%, rgba(139,177,206,1) 6%, rgba(183,208,226,1) 63%, rgba(212,228,239,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86aecc', endColorstr='#d4e4ef', GradientType=1 );
  font-family: "Poppins", sans-serif;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    min-height: 70px;
    justify-content: space-around;
    align-items: center;
    transition: 0.7s;
    padding: 10px 30px;
    z-index: 10;
    background: rgb(19,154,224);
background: linear-gradient(90deg, rgba(19,154,224,0.87718837535014) 4%, rgba(255,255,255,0.7511379551820728) 70%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 80%, rgba(215,214,226,1) 100%);
  }
  header.abajo{
    background-color: #4d4747;
    padding: 6px 11px;
  }
  header.abajo.logo,
  header.abajo ul li a{
    color: #000;
  }
  header .logo{
    position: relative;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 2px;
    transition: 1.5s;
  }
  .logo{
    display: flex;
    align-items: center;
    margin-left: 10px;
  }
  .logo img{
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
  }


.contenedor2{
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
  }
  .fa-house{
    color: rgb(0, 0, 0);
    text-decoration: none;
    margin-left: 5px;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  nav ul div li .fa-phone{
    margin-left: 100px;
  }
  nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    font-weight: bold;
  }
  nav a {
    font-weight: 600;
    padding-right: 10px;
    text-decoration: none;
    color: #333;
  }
  a{
    color: antiquewhite;
    text-decoration: none;  
  }
  .logo-nombre{
    text-decoration: none;
    color: #333;
    font-size: 35px;
  }
  
  .contenedor{
    margin-left: 15%;
    width: 70%;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 6px 3px 5px;
}
    h1{
        margin-top: 50px;
        margin-left: 50px;
    }
    h2{
    margin-top: 30px;
    }
    h3{
        margin-top: 20px;
        font-size: 16px;
        width: 60%;
    }
    .txt2{
        font-size: 20px;
        margin-left: 20%;
        width: 58%;
        
    }
    p{
    width: 65%;
    font-size: 14,2px;
    margin-top: 20px;
}
    li{
        margin-top: 15px;
        width: 50%;
    }
    .copy{
        color: #201f1f;
        font-size: 20px;
      }
@media screen and (max-width: 932px) {
  
  header{
    justify-content: center;
    flex-direction: column;

  }
  header .logo-nombre{
    font-size: 20px;
  }
  nav{
    padding: 1px 0px;
  }
  header img{
    width: 75px;
    height: 10px;
    border-radius: 5%;
  }
  
  h3{
    font-size: 20px;
  }
  
  .contenedor{
    margin-top: 20%;
  }
  .txt6{
    margin-left: 20%;
    width: 60%;
  }
  .txt7{
    margin-left: 20%;
    width: 65%;
  }
  .txt8{
    margin-left: 20%;
    width: 60%;
  }
}

@media screen and (max-width: 500px){
.contenedor{
  margin-top: 40%;
  justify-content: center;
  flex-direction: column;
}
.contenedor h1{
margin-left: 15%;
font-size: 23px;
}

h2{
    margin-left: 70px;
}
.contenedor p{
  width: 75%;
  font-size: 15px;
}
 .txt{
    margin-left: 10%;
    
 }
 .txt2{
    margin-left: 15%;
 }
 .txt3{
    margin-left: 15%;
 }
 h3{
    margin-left: 5px;
    width: 70%;
    font-size: 17px;
 }
 .txt4{
    margin-left: 15%;
 }
 .txt5{
    margin-left: 15%;
 }
 .txt6{
    margin-left: 15%;
    font-size: 20px;
    width: 80%;
 }
 li{
    width: 80%;
    margin-top: 15px;
 }
 .txt7{
    margin-left: 10%;
    width: 85%;
    font-size: 20px;
}
.txt8{
    margin-left: 15%;
    width: 80%;
    font-size: 20px;
}

.txt9{
    margin-left: 15%;
    width: 80%;
}
        
 .copy{
    width: 100%;
    font-size: 14px;
 }
}