@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Poppins:wght@300;500;700&display=swap");
* {
  box-sizing: border-box;
}

/*
    PANTALLA DE FELIPE O DE ANDRES
    max-width: 1900px;
    max-height: 920px;

    PANTALLA DE MI LAPTOP
    max-width: 1300px;
    max-height: 650px;

    PANTALLA DE LAPTOP MINI
    max-width: ??;
    max-height: ??;

    MEDIDA DE LOGO - MONITOR GRANDE
    width: 450px;
    height: 100px;

    MEDIDA DE LOGO - MONITOR LAPTOP - JORGE
    width: 360px;
    height: 70px;

    <a href="https://wa.me/955453127?text=Quiero%20realizar%20un%20proyecto">Whatsapp</a>
    Imagen de <a href="https://www.freepik.es/vector-gratis/diseno-icono-whatsapp_3049282.htm#query=whatsapp%20png&position=0&from_view=keyword&track=ais">Freepik</a>
*/
body {
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body .todo .containerprincipal {
  max-width: 9900px;
  max-height: 8920px;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100vh;
  background: url("../imagenes/Imag2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*@media screen and(max-width: 890px) {
      .container {
          width: 100%;
      }
  }*/
  /*@media screen and(max-width: 890px) {
      .container2 {
          width: 100%;
      }
  }*/
}
body .todo .containerprincipal .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
body .todo .containerprincipal .container .texto {
  width: 400;
  margin-top: 90px;
}
body .todo .containerprincipal .container .texto .txt1 {
  margin: 0px;
  padding: 0px 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  height: 60px;
  color: #FF6700;
  font-size: 65px;
}
body .todo .containerprincipal .container .texto .txt2 {
  margin: 0px;
  padding: 0px 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #FF6700;
  font-size: 65px;
}
body .todo .containerprincipal .container .cajawhatsapp {
  background-color: #25D366;
  position: fixed;
  z-index: 999;
  width: 230px;
  border-radius: 50px;
  bottom: 20px;
  right: 25px;
  padding: 5px;
  transition: ease 0.3s;
  animation: efecto 1.2s infinite;
  margin-right: 25px;
}
body .todo .containerprincipal .container .cajawhatsapp a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: left;
}
body .todo .containerprincipal .container .cajawhatsapp a .cwimg .boton {
  width: 25px;
  transition: ease 1s;
  margin: 5px 10px;
}
body .todo .containerprincipal .container .cajawhatsapp a .cwcon .conversemos {
  color: #fdfdfd;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 0px;
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 13px;
  margin-left: 5px;
}
body .todo .containerprincipal .container .cajawhatsapp:hover {
  transition: 0.3s;
}
@keyframes efecto {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.993);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
}
body .todo .containerprincipal .container2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .todo .containerprincipal .container2 .cajalogo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
body .todo .containerprincipal .container2 .cajalogo .subcajalogo {
  margin-top: 20px;
  margin-right: 70px;
}
body .todo .containerprincipal .container2 .cajalogo .subcajalogo .logo {
  width: 310px;
  height: 60px;
}
body .todo .containerprincipal .container2 .cajaformulario {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 0px;
  box-shadow: 10px 20px 30px #3a0052;
  margin-right: 50px;
  margin-top: 30px;
  height: 440px;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form {
  width: 350px;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .tituloform {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #01018A;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .tituloform span {
  color: #01018A;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .inputform {
  text-align: center;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .inputform input {
  font-size: 11px;
  width: 300px;
  height: 25px;
  border-radius: 15px;
  margin: 5px 0px;
  padding: 0px 15px;
  border: 2px solid #ccc;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #a8a8a8;
  outline: none;
  box-sizing: border-box;
  transition: 0.5s;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .inputform input:focus {
  box-shadow: 1px 2px 10px #01018A;
  border: 2px solid #01018A;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .inputform textarea {
  font-size: 11px;
  width: 300px;
  height: 50px;
  border-radius: 15px;
  margin: 5px 0px;
  padding: 5px 15px;
  text-align: justify;
  resize: none;
  border: 2px solid #ccc;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #a8a8a8;
  outline: none;
  box-sizing: border-box;
  transition: 0.5s;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .inputform textarea:focus {
  box-shadow: 1px 2px 10px #01018A;
  border: 2px solid #01018A;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .fileycheckbox {
  margin: 0px 30px;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .fileycheckbox .inputfile .upload-box {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #a8a8a8;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .fileycheckbox .inputfile ::-webkit-file-upload-button {
  background-color: #118bf0;
  border: 0px;
  color: white;
  border-radius: 15px;
  padding: 1px 35px;
  height: 25px;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .fileycheckbox .inputfile ::-webkit-file-upload-button:hover {
  background-color: #206492;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .fileycheckbox .inputcheck {
  text-align: start;
  margin: 10px 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #01018A;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .boton {
  text-align: center;
  margin: 15px 0px;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .boton .btn {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  width: 300px;
  height: 30px;
  border-radius: 15px;
  border: 0px;
  color: #f8f8f8;
  background-color: #FFC100;
  transition: 0.5s;
}
body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .boton .btn:hover {
  background-color: #E9EC00;
}
@media screen and (max-height: 750px) {
  body .todo .containerprincipal .container2 {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 890px) {
  body .todo .containerprincipal {
    background-image: url("../imagenes/ImagenMovil.jpg");
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    justify-content: space-between;
    min-width: 319px;
    min-height: 567px;
  }
  body .todo .containerprincipal .container {
    width: 100%;
    height: 100vh;
    justify-content: flex-start;
  }
  body .todo .containerprincipal .container .texto {
    margin-top: 180px;
  }
}
@media screen and (max-width: 890px) and (max-height: 569px) {
  body .todo .containerprincipal .container .texto {
    margin-top: 140px;
  }
}
@media screen and (max-width: 890px) {
  body .todo .containerprincipal .container .texto .txt1 {
    color: #fdfdfd;
    font-size: 25px;
    text-align: center;
    height: 30px;
  }
}
@media screen and (max-width: 890px) and (max-height: 569px) {
  body .todo .containerprincipal .container .texto .txt1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 890px) {
  body .todo .containerprincipal .container .texto .txt2 {
    color: #fdfdfd;
    font-size: 25px;
    text-align: center;
    height: 30px;
  }
}
@media screen and (max-width: 890px) and (max-height: 569px) {
  body .todo .containerprincipal .container .texto .txt2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 890px) {
  body .todo .containerprincipal .container2 {
    width: 100%;
    height: 50vh;
    position: absolute;
    top: 650px;
  }
}
@media screen and (max-width: 890px) and (max-height: 927px) {
  body .todo .containerprincipal .container2 {
    top: 850px;
  }
}
@media screen and (max-width: 890px) and (max-height: 916px) {
  body .todo .containerprincipal .container2 {
    top: 750px;
  }
}
@media screen and (max-width: 890px) and (max-height: 852px) {
  body .todo .containerprincipal .container2 {
    top: 730px;
  }
}
@media screen and (max-width: 890px) and (max-height: 782px) {
  body .todo .containerprincipal .container2 {
    top: 540px;
  }
}
@media screen and (max-width: 890px) and (max-height: 569px) {
  body .todo .containerprincipal .container2 {
    top: 520px;
  }
}
@media screen and (max-width: 890px) {
  body .todo .containerprincipal .container2 .cajalogo {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: -580px;
  }
}
@media screen and (max-width: 890px) and (max-height: 927px) {
  body .todo .containerprincipal .container2 .cajalogo {
    top: -720px;
  }
}
@media screen and (max-width: 890px) and (max-height: 916px) {
  body .todo .containerprincipal .container2 .cajalogo {
    top: -640px;
  }
}
@media screen and (max-width: 890px) and (max-height: 852px) {
  body .todo .containerprincipal .container2 .cajalogo {
    top: -660px;
  }
}
@media screen and (max-width: 890px) and (max-height: 782px) {
  body .todo .containerprincipal .container2 .cajalogo {
    top: -500px;
  }
}
@media screen and (max-width: 890px) {
  body .todo .containerprincipal .container2 .cajalogo .subcajalogo {
    margin-top: 0px;
    margin-right: 0px;
  }
  body .todo .containerprincipal .container2 .cajalogo .subcajalogo .logo {
    width: 200px;
    height: 40px;
  }
  body .todo .containerprincipal .container2 .cajaformulario {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0px;
  }
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario {
    margin-right: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px;
    background-color: #6400cf;
    width: 100%;
    height: 510px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form {
    text-align: start;
  }
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .tituloform {
    color: #ffc100;
  }
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .tituloform span {
    color: #ffc100;
  }
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .inputform input {
    width: 360px;
  }
}
@media screen and (max-width: 890px) and (max-width: 376px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .inputform input {
    width: 340px;
  }
}
@media screen and (max-width: 890px) and (max-width: 361px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .inputform input {
    width: 320px;
  }
}
@media screen and (max-width: 890px) and (max-width: 321px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .inputform input {
    width: 290px;
  }
}
@media screen and (max-width: 890px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .inputform textarea {
    width: 360px;
  }
}
@media screen and (max-width: 890px) and (max-width: 376px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .inputform textarea {
    width: 340px;
  }
}
@media screen and (max-width: 890px) and (max-width: 361px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .inputform textarea {
    width: 320px;
  }
}
@media screen and (max-width: 890px) and (max-width: 321px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .inputform textarea {
    width: 290px;
  }
}
@media screen and (max-width: 890px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .fileycheckbox {
    margin: 0px 0px;
  }
}
@media screen and (max-width: 890px) and (max-width: 376px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .fileycheckbox {
    padding-left: 5px;
  }
}
@media screen and (max-width: 890px) and (max-width: 361px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .fileycheckbox {
    padding-left: 14px;
  }
}
@media screen and (max-width: 890px) and (max-width: 321px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .fileycheckbox {
    padding-left: 30px;
  }
}
@media screen and (max-width: 890px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .fileycheckbox .inputcheck {
    color: #fdfdfd;
  }
}
@media screen and (max-width: 890px) and (max-width: 361px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .fileycheckbox .inputcheck {
    font-size: 9px;
  }
}
@media screen and (max-width: 890px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .boton .btn {
    width: 360px;
  }
}
@media screen and (max-width: 890px) and (max-width: 376px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .boton .btn {
    width: 340px;
  }
}
@media screen and (max-width: 890px) and (max-width: 361px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .boton .btn {
    width: 320px;
  }
}
@media screen and (max-width: 890px) and (max-width: 321px) {
  body .todo .containerprincipal .container2 .cajaformulario .subcajaformulario form .boton .btn {
    width: 290px;
  }
}/*# sourceMappingURL=ejestilo.css.map */