@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: #7B68EE;
  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;
  }
  .container{
    width: 35%;
    display: flex;
    max-width: 1100px;
    height: 500px;
  }
  .card{
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: #140b1f;
    box-shadow: 0px 1px 10px rgb(0, 0, 0, 0.2);
    cursor: default;
    transition: all 400ms ease;
  }
  .card:hover{
    box-shadow: 5px 5px 20px rgb(0, 0, 0, 0.4);
    transform: translateY(-3%);
  }
  .card img{
    width: 100%;
    height: 240px;
  }
  .card .contenido{
    padding: 15px;
    text-align: left;
    width: 100%;
  }
  .card .contenido p{
    line-height: 1.5;
    color: #7B68EE;
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
    width: 70%;
  }
  .card .contenido h3{
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 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: 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: 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;
  }

  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;
  }
  main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
    
  section {
    width: 50%;
    border: none;
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  h1 {
    color: #4255e4;
    font-size: 50px;
    font-family: sans-serif;
    width: 60%;
  }
  ul li{
    display: inline-block;
    padding: 0px 20px;
  }
  h2{
    color: #012025;
    font-size: 35px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
  }
  h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #ffffff;
    font-size: 25px;
    width: 50%;
  }
a{
    color: antiquewhite;
    text-decoration: none;  
  }
  .fa-house{
    color: antiquewhite;
    text-decoration: none;
    margin-left: 5px;
  }
  .fa-video{
    color: antiquewhite;
    text-decoration: none;
  }
  .fa-phone{
    color: antiquewhite;
    text-decoration: none;
  }
  a:hover{
    color: #dbd2d2de;
  }
  header h3:hover{
    color: #000000de;
  }
  .contenedor{
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
  }
  .contenedor2{
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
  }
  .contenedor3{
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .text{
    margin-right: 10px;
  }
  .text2{
    margin-left: 70px;
  }
  .imagen{
  height: 350px;
  width: 580px;
  border-radius: 25%;
  box-shadow: 20px 10px 50px rgba(0, 0, 0, 0.8);
  }
  .imagen2{
    height: 350px;
    width: 580px;
    border-radius: 25%;
    box-shadow: 20px 10px 100px rgba(0, 0, 0, 0.8);
    }
  .inicio{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    width: 50%;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.562);
  }
  .info{
    font-family: "Poppins", sans-serif;
    width: 85%;
    font-size: 25px;
    color: rgb(9, 18, 71);
  }
  .info2{
    width: 100%;
    height: 60vh;
    background: rgb(131, 152, 177);
}
  p{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    width: 50%;
    font-size: 25px;
    color: rgb(85, 44, 138);
  }
  .masthead {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.897) 0%, rgba(37, 31, 31, 0) 100%), url(imagenes/inicio.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding-top: 9.5rem;
    padding-bottom: 5rem;
}
.contactos{
  max-width: 1170px;
  margin: auto;
}
.row{
  display: flex;
  flex-wrap: wrap;
}
ul{
  list-style: none;
}
.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;
}
.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-top: 10px;
}

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;
  }
  
  .c-button {
    background: linear-gradient(140deg, rgba(75, 118, 200, 1) 0%, rgba(31, 70, 145, 1) 100%);
    border-radius: 45px;
    font-size: 15px;
    text-align: left;
    padding: 8px 0px 8px 0px;
    border: 4px solid rgb(37, 37, 37) !important;
    border-style: outset;
    box-shadow: -6px -5px 18px rgba(255, 255, 255, 0.1);
    cursor: pointer;
    margin-left: 8px;
  }
  
  .c-button .c-main {
    border-radius: 25px;
    color: rgba(255, 255, 255, 1);
    padding: 6px 12px 6px 2px;
    box-shadow: inset 0px 0px 5px rgba(17, 17, 17, 0);
    transition: all 0.5s ease-in-out;
    border: 1px solid transparent;
  }
  
  .c-ico .c-blur {
    background: linear-gradient(318deg, rgba(75, 118, 200, 1) 0%, rgba(31, 70, 145, 1) 100%);
    border-radius: 100%;
    margin-left: 0;
    padding: 4px 12px;
    filter: blur(1px);
    text-align: center;
  }
  
  .c-ico {
    position: relative;
    margin-right: 20px;
  }
  
  .c-ico .ico-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  /* Hovering */
  
  .c-button .c-main:hover {
    box-shadow: inset 0px 0px 5px rgba(17, 17, 17, 0.6);
    border: 1px solid rgba(26, 26, 26,0.5);
    color: rgba(255, 255, 255, 0.5);
  }
  .copy{
    color: #fff;
  }
  @media screen and (max-width: 932px){
    header{
      flex-direction: column;
      justify-content: center;
    }
    header h3{
      font-size: 18px;
    }
    
    nav{
      padding: 5px 0px;
    }

    .masthead {
      padding-top: 4.5rem;
      padding-bottom: 5rem;
    }

    .masthead h1{
    margin-top: 15%;
    font-size: 25px;
    width: 45%;
   }
   
   .footer-col{
    width: 100%;
  }
  .masthead p{
  font-size: 15px;
  width: 60%;
 }
 .imagen{
  display: none;
 }
 .imagen2{
  display: none;
 }
 .info{
  width: 75%;
  font-size: 18px;
 }

 .container{
  width: 50%;
  display: flex;
  max-width: 2100px;
  height: 540px;
}
.footer-col{
  width: 25%;
}
.footer-col h4{
  font-size: 16px;
 }
 .footer-col li{
   margin-left: -12px;
 }
 .footer-col ul li a{
   font-size: 12px;
 }
 .footer-col a{
   font-size: 12px;
 }
 .card .contenido p {
  font-size: 15px;
  width: 95%;
 }
 .copy{
  width: 100%;
  font-size: 18px;
 }

  }
  @media screen and (max-width: 700px){
    header{
      flex-direction: column;
    }
    .footer-col{
      width: 50%;
      margin-bottom: 45px;
    }
    nav{
      padding: 10px 0px;
    }
    
  }
  @media screen and (max-width: 574px){
    .footer-col{
      width: 100%;
    }
    .masthead {
      padding-top: 4.5rem;
      padding-bottom: 5rem;
    }

    .masthead h1{
    margin-top: 30%;
    font-size: 23px;
    width: 55%;
   }
    .masthead p{
    margin-top: 10%;
    font-size: 15px;
    width: 60%;
   }
   .imagen{
    display: none;
   }
   .imagen2{
    display: none;
   }
   .info{
    width: 85%;
    font-size: 12px;
   }

   .container{
    width: 80%;
    display: flex;
    max-width: 2100px;
    height: 540px;
  }
  .info2 .contenedor3 .text2 h2{
    font-size: 30px;
    width: 95%;
  }
  .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;
   }
   .copy{
    width: 100%;
    font-size: 18px;
   }
  }