@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: linear-gradient(90deg, rgba(2,0,36,1) 17%, rgba(9,121,107,0.7511379551820728) 46%, rgba(0,91,255,1) 100%);
  font-family: "Poppins", sans-serif;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  }

  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: 30px 20px;
    z-index: 10;
  }
  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: 20px;
    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;
  }

  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-size: 18px;
    font-weight: 600;
    padding-right: 10px;
    text-decoration: none;
    color: #dfdbdb;
  }
  .masthead h1{
    color: #4255e4;
    font-size: 48px;
    font-family: "Poppins", sans-serif;
    width: 55%;
    margin-left: 65px;
    margin-top: 5px;
  }
  .masthead p{
    font-family: "Poppins", sans-serif;
    width: 45%;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.562);
    margin-left: 65px;
    margin-top: 45px;
  }
  ul li{
    display: inline-block;
    padding: 0px 20px;
  }

a{
    color: antiquewhite;
    text-decoration: none;  
  }
  .fa-house{
    color: antiquewhite;
    text-decoration: none;
    margin-left: 5px;
  }
  .fa-video{
    color: rgb(0, 0, 0);
    text-decoration: none; 
    font-size: 40px; 
  }
  .fa-phone{
    color: antiquewhite;
    text-decoration: none;
  }
  .fa-calendar{
    color: rgb(0, 0, 0);
    text-decoration: none; 
    font-size: 40px; 
  }
  .fa-clock{
    color: rgb(0, 0, 0);
    text-decoration: none; 
    font-size: 40px; 
  }
  .fa-book-open{
    color: rgb(0, 0, 0);
    text-decoration: none; 
    font-size: 40px; 
  }
  .fa-user-doctor{
    color: rgb(0, 0, 0);
    text-decoration: none; 
    font-size: 40px; 
  }
  .fa-certificate{
    color: rgb(0, 0, 0);
    text-decoration: none; 
    font-size: 40px; 
  }
  .fa-credit-card{
    color: rgb(0, 0, 0);
    text-decoration: none; 
    font-size: 40px; 
  }
  a:hover{
    color: #dbd2d2de;
  }
  header h3:hover{
    color: #000000de;
  }

.contactos{
  max-width: 1170px;
  margin: auto;
}
.row{
  display: flex;
  flex-wrap: wrap;
}
ul{
  list-style: none;
}

.inicio{
    width: 100%;
    padding: 50%;
    height: 100px;
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}
.imagen{
  width: 350px;
  height: 250px;
  border-radius: 25%;
  box-shadow: 20px 10px 100px rgba(0, 0, 0, 0.8);
  margin-left: 40px;
}
.imagen2{
    width: 350px;
    height: 250px;
    border-radius: 25%;
    box-shadow: 20px 10px 100px rgba(0, 0, 0, 0.8);
    margin-right: 10px;
  }
.titulo{
  font-size: 50px;
}
.titulo2{
  font-size: 17,3px;
  width: 100%;
}
.titulo3{
    font-size: 20px;
    width: 60%;
  }

.titulo4{
    font-size: 17px;
    width: 60%;
    margin-left: 50px;
    list-style-type: square;
}  
.info{
  background-color: #8968ff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 20px;
}
.info p{
    font-size: 25px;
}
.txt{
  margin-left: 170px;
}
.info2{
  background-color: #baa7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 20px;
}
.txt2{
  margin-left: 40px;
}
.texto{
  font-size: 18px;
  width: 80%;
  margin-top: 20px;
  margin-left: 20px;
}
.masthead {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.897) 0%, rgba(2, 2, 2, 0) 100%), url(imagenes/desgerencial2.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding-top: 9.5rem;
    padding-bottom: 5rem;
}
.infodecursos{
  background: rgb(215,214,226);
  background: linear-gradient(90deg, rgba(215,214,226,1) 0%, rgba(255,255,255,0.7511379551820728) 29%, rgba(255,255,255,1) 95%, rgba(249,249,249,1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 20px;
  font-size: 17px;
}
.calendario{
  margin-right: 15px;
  width: 25%;
}
.reloj{
  margin-right: 15px;
  width: 20%;
}
.camara{
  margin-right: 18px;
  width: 20%;
}
.libro{
  margin-right: 15px;
  width: 20%;
}
.doctor{
  margin-left: 5px;
  width: 15%;
}
.certificado{
  margin-left: 5px;
  width: 15%;
}
.tarjeta{
  margin-right: 105px;
  width: 15%;
}
.temario{
  background-color: #baa7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 20px;
}
.modulo1{
  font-size: 26px;
}
.modulo2{
  font-size: 26px;
  margin-top: 40px;
}
.modulo3{
  font-size: 26px;
  margin-top: 40px;
}
.modulo4{
  font-size: 26px;
  margin-top: 40px;
  width: 70%;
}
.footer{
  background-color: #24262b;
  padding: 70px 0;
  width: 100%;
}
.footer-col{
  width: 25%;
  padding: 0 15px;
}
.footer-col h4{
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #313069;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child){
  margin-bottom: 10px;
}
.footer-col ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover{
  color: #ffffff;
  padding-left: 8px;
}
.footer-col .social-links a{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(225, 225, 225, 0.2);
  text-align: center;
  margin: 0 10px 10px 0;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
  color: #24262b;
  background-color: #ffffff;
}
.diseñoy{
  margin-top: 10px;
}
.calidady{
  margin-top: 10px;
}
.mas{
  color: black;
  border-radius: 10px;
}
button {
  --primary-color: #645bff;
  --secondary-color: #fff;
  --hover-color: #111;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 20px;
  color: var(--secondary-color);
  padding: 1em 1.8em;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: bold;
  margin-left: 70px;
  margin-top: 20px;
}
.contenedor{
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
  }

button .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

button .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}

button .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

button:hover {
  background-color: var(--hover-color);
}

button:hover .arrow {
  background: var(--secondary-color);
}

button:hover .arrow:before {
  right: 0;
}
  button {
    border: none;
  }
  .copy{
    color: #fff;
  }

  @media screen and (max-width: 932px) {
    header h1{
      font-size: 10px;
    }
    .footer-col{
      width: 25%;
      margin-bottom: 45px;
    }
    nav{
      padding: 10px 0px;
    }
    .masthead {
      padding-top: 4.5rem;
      padding-bottom: 5rem;
  }
    .masthead h1{
      margin-top: 60px;
      font-size: 25px;
      width: 45%;
    }
    .masthead p{
      font-size: 15px;
    }
    .imagen{
      display: none;
    }
    .imagen2{
        display: none;
    }
    .titulo{
      font-size: 34px;
    }
    .logo{
      margin-top: -12px;
    }
    .infodecursos{
      justify-content: center;
      flex-direction: center;
    }
    .infodecursos h1{
      justify-content: center;
      flex-direction: center;
      font-size: 15px;
    }
    .infodecursos p{
      justify-content: center;
      flex-direction: center;
      font-size: 10px;
    }
    .fa-video{
     margin-left: -10px;
      font-size: 25px; 
    }
    .fa-calendar{ 
      font-size: 25px;  
    }
    .fa-clock{
      margin-left: -10px;
      font-size: 25px;  
    }
    .fa-book-open{
      margin-left: -10px;
      font-size: 25px;   
    }
    .fa-user-doctor{ 
      margin-left: -10px;   
      font-size: 25px;  
    }
    .fa-certificate{
      margin-left: -10px;
      font-size: 25px; 
    }
    .fa-credit-card{
      margin-left: -15px;
      font-size: 25px; 
    }
    .info2 h1{
      justify-content: left;
      flex-direction: left;
    }
    .footer-col h4{
     font-size: 16px;
    }
    .footer-col li{
      margin-left: -20px;
    }
    .footer-col ul li a{
      font-size: 12px;
    }
    .footer-col a{
      font-size: 12px;
    }
  }
  @media (max-width: 574px){
    .footer-col{
      width: 100%;
    }
  }
  @media screen and (max-width: 500px) {
    header{
      flex-direction: column;
      justify-content: center;
    }
    header img{
      width: 75px;
      height: 10px;
      border-radius: 5%;
    }
    .footer-col{
      width: 25%;
      margin-bottom: 45px;
    }
    nav{
      padding: 10px 0px;
    }
    nav a {
      font-size: 16px;
    }
    .masthead {
      height: 80vh;
      padding-top: 6.5rem;
      padding-bottom: 5rem;
      background-size: center;
      background-position: center;
  }
    .masthead h1{
      margin-top: 65px;
      font-size: 20px;
      width: 40%;
    }
    .txt{
      margin-left: 50px;
      width: 90%;
    }
    .imagen{
      display: none;
    }
    .imagen2{
        display: none;
    }
    .masthead p{
      font-size: 18px;
      width: 65%;
    }
    .titulo{
      font-size: 34px;
    }
    .logo{
      margin-left: -50px;
    }
    .infodecursos{
      justify-content: center;
      flex-direction: center;
    }
    .infodecursos h1{
      justify-content: center;
      flex-direction: center;
      font-size: 15px;
    }
    .infodecursos p{
      justify-content: center;
      flex-direction: center;
      font-size: 10px;
    }
    .fa-video{
     margin-left: -10px;
      font-size: 25px; 
    }
    .fa-calendar{ 
      font-size: 25px;  
    }
    .fa-clock{
      margin-left: -10px;
      font-size: 25px;  
    }
    .fa-book-open{
      margin-left: -10px;
      font-size: 25px;   
    }
    .fa-user-doctor{ 
      margin-left: -10px;   
      font-size: 25px;  
    }
    .fa-certificate{
      margin-left: -10px;
      font-size: 25px; 
    }
    .fa-credit-card{
      margin-left: -15px;
      font-size: 25px; 
    }
    .info2 h1{
      justify-content: left;
      flex-direction: left;
    }
    .footer-col h4{
     font-size: 16px;
    }
    .footer-col li{
      margin-left: -20px;
    }
    .footer-col ul li a{
      font-size: 12px;
    }
    .footer-col a{
      font-size: 12px;
    }
  }
  @media screen and (max-width: 360px) {
    header{
      flex-direction: column;
      justify-content: center;
    }
    .logo-nombre{
      font-size: 13px;
      margin-left: -15px;
    }
    header img{
      width: 55px;
      height: 1px;
      border-radius: 15%;
      margin-left: -60px;
    }
    .footer-col{
      width: 25%;
      margin-bottom: 45px;
    }
    nav{
      padding: 10px 0px;
    }
    .masthead {
      height: 80vh;
      padding-top: 6.5rem;
      padding-bottom: 5rem;
      background-size: center;
      background-position: center;
  }
    .masthead h1{
      margin-top: 60px;
      font-size: 24px;
      width: 40%;
    }
    .imagen{
      display: none;
    }
    .imagen2{
      display: none;
    }
    .masthead p{
      font-size: 17px;
      width: 39%;
    }
    .titulo{
      font-size: 34px;
    }
    .logo{
      margin-left: -50px;
    }
    .infodecursos{
      justify-content: center;
      flex-direction: center;
    }
    .infodecursos h1{
      justify-content: center;
      flex-direction: center;
      font-size: 15px;
    }
    .infodecursos p{
      justify-content: center;
      flex-direction: center;
      font-size: 10px;
    }
    .fa-video{
     margin-left: -10px;
      font-size: 25px; 
    }
    .fa-calendar{ 
      font-size: 25px;  
    }
    .fa-clock{
      margin-left: -10px;
      font-size: 25px;  
    }
    .fa-book-open{
      margin-left: -10px;
      font-size: 25px;   
    }
    .fa-user-doctor{ 
      margin-left: -10px;   
      font-size: 25px;  
    }
    .fa-certificate{
      margin-left: -10px;
      font-size: 25px; 
    }
    .fa-credit-card{
      margin-left: -15px;
      font-size: 25px; 
    }
    .info2 h1{
      justify-content: left;
      flex-direction: left;
    }
    .footer-col h4{
     font-size: 16px;
    }
    .footer-col li{
      margin-left: -20px;
    }
    .footer-col ul li a{
      font-size: 12px;
    }
    .footer-col a{
      font-size: 12px;
    }
  }