@import url("https://fonts.googleapis.com/css2?family=Fugaz+One&family=Noto+Sans+Display:ital,wght@0,400;0,600;1,400&family=Permanent+Marker&display=swap");
*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* FUENTES */
@font-face {
  font-family: Gagalin;
  src: url("../fonts/Gagalin-Regular.otf"), url("../fonts/Gagalin-Regular.ttf");
}

@font-face {
  font-family: Adws;
  src: url("../fonts/ADAYWITHOUTSUN.otf");
}

/* SASS */
/* MENU */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #5d95db;
  font-family: 'Noto Sans Display', sans-serif;
}

header {
  width: 100%;
  height: 70px;
  background-color: white;
}

.menu {
  background-color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  width: 100%;
  margin-bottom: 10px;
  position: fixed;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  border-top: 6px solid #5d95db;
}

.logo {
  height: 60px;
  padding-left: 130px;
}

.menu_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-right: 100px;
}

.menu_items li {
  margin: 0 5px;
}

.menu_items li a {
  padding: 7px 13px;
  text-decoration: none;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  font-family: 'Noto Sans Display', sans-serif;
  font-weight: 600;
  color: #5d95db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  -webkit-transition: background-size .3s;
  transition: background-size .3s;
}

.menu_items a:hover,
a:active a:focus {
  background-size: 100% 2px;
}

.btn_menu {
  margin-right: 30px;
  font-size: 25px;
  cursor: pointer;
  display: none;
}

ul.show {
  top: 65px;
}

.nav-redes {
  border: 2px solid #5d95db;
  height: 30px;
  width: 30px;
  border-radius: 20px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-redes:hover, .nav-redes:active {
  background-color: #5d95db;
  color: #def9fc;
}

.nav-li-redes a:hover {
  background-size: 0% 2px;
}

.nav-li-redes {
  width: 30px;
  margin: 0px;
}

.nav-li-b {
  display: none;
}

.nav-contacto {
  padding-left: 0px;
}

/* PIPINA */
#pipina {
  width: 100%;
  height: 620px;
  background-color: white;
  background-image: url(../assets/fondom.png);
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 80px;
}

.fondo-pipina {
  height: 350px;
  width: 750px;
  border-radius: 30px;
  /* background-color: white; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* border: 3px solid black; */
}

.fondo-pipina img {
  height: 450px;
}

/* INFO */
.info {
  text-align: center;
  background-color: #def9fc;
  padding: 35px;
  padding-top: 80px;
}

.subtitulo {
  font-style: italic;
}

.info h2 {
  margin-bottom: 60px;
  margin-top: -5px;
  font-size: 35px;
  color: #5d95db;
}

.info h3 {
  font-size: 25px;
  color: #5d95db;
  padding: 10px 0px;
}

.info-span {
  font-weight: 600;
  padding-bottom: 10px;
  display: block;
  font-style: italic;
}

.info-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.info-col-logo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info-row {
  width: 50%;
  padding: 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: justify;
}

.info-img img {
  width: 100%;
  margin-top: 30px;
}

.info-txt {
  height: 30%;
}

.info-img {
  height: 70%;
}

.info-logo {
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info-logo img {
  width: 200px;
}

.info-txt-logo {
  text-align: center;
  margin: 0 auto;
  width: 700px;
  border-left: 2px solid #5d95db;
}

.bold {
  font-weight: 600;
}

.blue {
  color: #5d95db;
  font-weight: 600;
}

/* CARACTERISTICAS */
.caracteristicas {
  text-align: center;
  background-color: #def9fc;
  padding: 80px 20px;
  padding-top: 1px;
}

.caracteristicas h2 {
  margin-bottom: 20px;
  margin-top: -5px;
  font-size: 35px;
  color: #5d95db;
}

.subtitulo2 {
  margin-top: 80px;
  font-style: italic;
}

.caract-row {
  width: 56%;
}

.caract-row ul {
  margin-left: 100px;
}

.caract-row li {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}

.caract-row2 {
  width: 44%;
}

.caract-row2 img {
  height: 600px;
}

/*Modo de uso*/
#mododeuso {
  background-color: white;
  padding: 50px 50px;
}

.mododeuso_tit {
  text-align: center;
  margin-top: 30px;
}

.mododeuso_tit h2 {
  font-size: 27px;
  color: #5d95db;
  padding: 0px 0px;
  margin-bottom: 60px;
}

.mododeuso_tit p {
  font-size: 20px;
}

.pasosaseguir-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  margin-bottom: 40px;
}

#mododeuso h3 {
  margin-top: 30px;
  margin-bottom: 70px;
  padding: 10px;
  text-align: center;
  font-size: 55px;
  font-family: 'Fugaz One', cursive;
  width: 350px;
  background-color: white;
  -webkit-box-shadow: 3px 3px 15px black;
          box-shadow: 3px 3px 15px black;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pasosimg {
  height: 280px;
  display: block;
  margin: 0 auto;
}

.paso1 {
  height: 200px;
}

.pasos {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  margin-bottom: 0px;
  text-align: center;
}

.pasos p {
  color: black;
  font-family: 'Noto Sans Display', sans-serif;
  font-style: italic;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 25px;
}

/* Personas */
#personas {
  background-color: #5fb8de;
  text-align: center;
  color: white;
  padding: 70px 50px;
}

.personas_tit h2 {
  margin-bottom: 40px;
  font-size: 27px;
}

.personas_tit p {
  font-size: 20px;
}

.personas_col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
}

.personas_col h3 {
  padding: 8px 0px;
}

.personas_col div {
  text-align: center;
  padding: 20px 10px;
}

.personas_col img {
  width: 250px;
  height: 250px;
  background-color: white;
  border-radius: 150px;
}

.personas-row {
  width: 100%;
}

/* CONTACTO */
#contacto {
  background-color: white;
  padding: 30px;
  padding-bottom: 80px;
}

.contacto-tit {
  text-align: center;
  padding-top: 50px;
}

.contacto-tit h2 {
  font-size: 27px;
  color: #5d95db;
  padding: 0px 0px;
  margin-bottom: 60px;
}

.contacto-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.formulario {
  width: 50%;
  text-align: center;
}

.formulario form {
  width: 60%;
  margin: 0 auto;
  background-color: #5d95db;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 6px #575757;
          box-shadow: 1px 1px 6px #575757;
  padding: 20px;
}

form h4 {
  font-size: 25px;
  color: white;
  text-align: center;
  padding: 5px;
}

form label {
  color: white;
  float: left;
  font-weight: 600;
  margin-bottom: -10px;
}

#nombre, #email {
  width: 100%;
  margin: 15px 0px;
  padding: 5px;
}

#asunto {
  width: 100%;
  margin: 15px 0px;
  padding: 5px;
}

.formulario textarea {
  margin: 15px 0px;
  padding: 5px;
  max-width: 100%;
  min-width: 100%;
  max-height: 200px;
  height: 100px;
  min-height: 100px;
}

.formulario input, textarea {
  border-radius: 4px;
}

.btn {
  width: 80%;
  height: 45px;
  font-family: 'Noto Sans Display', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px;
  background-color: #8989ef;
  border: none;
  -webkit-box-shadow: 0 2px 4px 0 #6c6c7a, 0 1.5px 5px 0 #676774;
          box-shadow: 0 2px 4px 0 #6c6c7a, 0 1.5px 5px 0 #676774;
}

.btn:hover {
  -webkit-box-shadow: 0 1px 1px 0 #6c6c7a, 0 1px 1px 0 #676774;
          box-shadow: 0 1px 1px 0 #6c6c7a, 0 1px 1px 0 #676774;
}

/* REDES */
.redes {
  width: 50%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.redes-logo {
  height: 20%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.redes-logo img {
  height: 100%;
  margin: 0 auto;
}

.redes-row {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.celular .logo {
  color: #15b3da;
  font-size: 50px;
  padding: 0;
}

.whatsapp .logo {
  color: #15b3da;
  font-size: 50px;
  padding: 0;
}

.instagram .logo {
  color: #15b3da;
  font-size: 50px;
  padding: 0;
}

.email .logo {
  color: #15b3da;
  font-size: 50px;
  padding: 0;
}

.redes h4 a {
  font-size: 20px;
  color: #5d95db;
  text-decoration: none;
}

.redes h4 a:hover {
  font-size: 20px;
  color: #8eb9ee;
  text-decoration: none;
}

.redes p a {
  font-size: 15px;
  color: #5d95db;
  text-decoration: none;
}

.redes p a:hover {
  font-size: 15px;
  color: #5d95db;
  text-decoration: underline;
}

.redes p span {
  color: #5d95db;
  border-radius: 2px;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  display: block;
}

.copy {
  width: 90px;
  text-align: center;
  background-color: white;
  color: #5d95db;
  border: none;
  border-radius: 5px;
  margin-top: 15px;
}

.copy:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* FOOTER */
footer {
  height: 40px;
  text-align: center;
  background-color: #5d95db;
  padding: 10px;
}

footer p {
  color: #bec2ff;
  font-size: 15px;
}

/* MEDIA QUERIES */
/* TABLET */
@media screen and (max-width: 1023px) {
  .logo {
    font-size: 30px;
    padding-left: 35px;
  }
  .menu_itmes a {
    font-size: 16px;
  }
  /* MENU */
  header {
    height: 65px;
  }
  .menu {
    height: 65px;
    margin-bottom: 0px;
  }
  .logo {
    height: 50px;
    padding-left: 30px;
  }
  .menu_items {
    margin-right: 10px;
  }
  .menu_items li a {
    font-size: 14px;
  }
  .menu_items li {
    margin: 0 5px;
  }
  .nav-li-redes {
    display: none;
  }
  .nav-li-b {
    display: none;
  }
  .nav-redes {
    border: 2px solid #5d95db;
    height: 30px;
    width: 30px;
    border-radius: 20px;
    font-size: 18px;
    display: inline-block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* PIPINA */
  /* INFO */
  .caract-row {
    width: 100%;
  }
  .caract-row ul {
    margin-left: 30px;
  }
  .caracteristicas .info-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .caract-row2 {
    width: 100%;
  }
  .caract-row2 img {
    height: 450px;
  }
  .info-logo {
    margin-top: 10px;
  }
  .info-txt-logo {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    font-size: 15px;
    border-left: 2px solid #5d95db;
  }
  /*Modo de uso*/
  #mododeuso {
    background-color: white;
    padding: 50px 20px;
  }
  #mododeuso h2 {
    margin-bottom: 40px;
  }
  .pasosaseguir-col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    margin-bottom: 40px;
  }
  .pasosimg {
    height: 200px;
  }
  .paso1 {
    height: 150px;
  }
  .pasos {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  /* Personas */
  .personas_col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .personas_col img {
    width: 200px;
    height: 200px;
  }
  .personas-row {
    width: 100%;
    height: 100%;
  }
  /* CONTACTO */
  .contacto-flex-container {
    display: -ms-grid;
    display: grid;
    grid-column: 1fr 1fr;
    height: 100%;
  }
  .formulario {
    width: 100%;
  }
  .formulario form {
    width: 80%;
    margin-bottom: 50px;
  }
  /* REDES */
  .redes {
    width: 100%;
    height: 400px;
    display: -ms-grid;
    display: grid;
    grid-column: 1fr 1fr;
    grid-row: 1fr 1fr;
  }
  .redes-row {
    width: 100%;
    height: 100%;
  }
  .celular {
    width: 200px;
  }
  .whatsapp {
    width: 200px;
  }
  .instagram {
    width: 200px;
  }
  .email {
    width: 200px;
  }
  /* FOOTER */
}

/* CELULAR */
@media screen and (max-width: 767px) {
  .menu {
    height: 65px;
    width: 100%;
  }
  .btn_menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .menu_items {
    position: fixed;
    width: 100vw;
    height: calc(100%-65px);
    background-color: white;
    top: -100vh;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu_items li {
    margin: 30px 0px 0px 0px;
    line-height: 30px;
  }
  .menu_items li:hover {
    background-color: gray;
  }
  .menu_items li a {
    font-size: 20px;
    color: #5d95db;
    font-weight: bold;
    text-align: center;
  }
  .menu_items li a:hover {
    font-size: 20px;
    color: white;
    font-weight: bold;
  }
  .logo {
    padding-left: 20px;
  }
  header {
    height: 65px;
  }
  .nav-li-redes {
    display: none;
  }
  .nav-li-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-li-b span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* PIPINA */
  #pipina {
    background-image: url(../assets/fondocel.png);
    height: 350px;
  }
  /* INFO */
  .caract-row {
    width: 100%;
  }
  .caract-row ul {
    margin-left: 30px;
  }
  .info-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .info-row {
    width: 100%;
  }
  .caracteristicas .info-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .caract-row2 {
    width: 100%;
  }
  .caract-row2 img {
    height: 350px;
  }
  .info-logo {
    margin-top: 10px;
  }
  .info-txt-logo {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    font-size: 15px;
    border-left: 2px solid #5d95db;
  }
  .info-col-logo p {
    font-size: 14px;
  }
  /*Modo de uso*/
  #mododeuso {
    background-color: white;
    padding: 50px 20px;
  }
  #mododeuso h2 {
    margin-bottom: 40px;
  }
  .pasosaseguir-col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    margin-bottom: 40px;
  }
  .pasosimg {
    height: 200px;
  }
  .paso1 {
    height: 150px;
  }
  .pasos {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  /* Personas */
  .personas_col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .personas_col img {
    width: 200px;
    height: 200px;
  }
  .personas-row {
    width: 100%;
    height: 100%;
  }
  /* CONTACTO */
  .contacto-flex-container {
    display: -ms-grid;
    display: grid;
    grid-column: 1fr 1fr;
    height: 100%;
  }
  .formulario {
    width: 100%;
  }
  .formulario form {
    width: 80%;
    margin-bottom: 50px;
  }
  /* REDES */
  .redes {
    width: 100%;
    height: 400px;
    display: -ms-grid;
    display: grid;
    grid-column: 1fr 1fr;
    grid-row: 1fr 1fr;
  }
  .redes-row {
    width: 100%;
    height: 100%;
  }
  .celular {
    width: 200px;
  }
  .whatsapp {
    width: 200px;
  }
  .instagram {
    width: 200px;
  }
  .email {
    width: 200px;
  }
  /* FOOTER */
  footer p {
    font-size: 9px;
  }
}

/* CELULAR HORIZONTAL */
@media screen and (max-width: 767px) and (orientation: landscape) {
  .menu_items li {
    margin: 5px 0 0 0;
  }
  .menu_items {
    overflow: scroll;
    height: calc(100% - 65px);
  }
}
/*# sourceMappingURL=style.css.map */