  @import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;300;600;800&display=swap');
  :root {
    --radio: 20px;
    --radio1: 50px;
    --white: #ffffff;
    --violet: #4F3AE2;
    --violet-dark: #311fad;
    --purple: #fb116f;
  }
  /* a borrar 
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted bottom: ;lue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
* * * * * * * * * { outline: 1px solid blue }
* * * * * * * * * *{ outline: 1px solid blue }
* * * * * * * * * * { outline: 1px solid blue }
* * * * * * * * * * *{ outline: 1px solid blue }*/
  /* fin a borrar */
  * {
    margin: 0px;
    padding: 0px;
  }
  html, body {
    margin: 0px auto;
    width: 100%;
    overflow-x: hidden;
  }
  body {
    /* background-color: #dddddd; */
    font-size: 16px;
    height: 100%;
    font-family: 'Public Sans', sans-serif;
    scroll-padding-top: 40px;
    /*  background-image: url("../images/bk.webp");*/
    background: rgb(240, 201, 210);
    background: linear-gradient(91deg, rgba(240, 201, 210, 1) 0%, rgba(233, 230, 237, 1) 36%, rgba(233, 230, 237, 1) 59%, rgba(196, 191, 233, 1) 100%);
  }
  html {
    scroll-behavior: smooth;
  }
  a, a:hover {
    text-decoration: none;
    cursor: pointer;
  }
  nav {
    display: flex;
    width: 80%;
    justify-content: flex-end;
  }
  nav ul {
    display: flex;
    align-items: center;
  }
  nav ul li {
    /* display: inline-block; */
  }
  nav ul li a {
    font-size: 12px;
    padding: 12px 10px;
    color: var(--violet);
    transition: all 0.2s ease;
    cursor: pointer;
    text-align: center;
    display: inherit;
    text-transform: uppercase;
    font-weight: 800;
  }
  nav ul li a:hover {
    color: var(--purple);
    cursor: pointer !important;
  }
  nav ul li ul {
    display: none;
    padding: 10px 0 !important;
  }
  nav ul li:hover ul {
    display: block;
    position: absolute;
    background-color: var(--white);
    padding: 0;
    border-radius: 10px;
    margin: -2px 0 0 0;
  }
  nav ul li ul:hover {
    display: block;
  }
  nav ul li ul li a {
    /* background-color: #333; */
    padding: 12px 15px;
  }
  .nav-contact, .nav-login {
    border: solid 2px var(--purple);
    border-radius: var(--radio1);
    padding: 0 10px;
    color: var(--purple) !important;
    /* background-color: var(--white); */
    margin-left: 10px;
  }
  .nav-contact a, .nav-login a {
    color: var(--purple) !important;
  }
  .nav-contact:hover, .nav-login:hover {
    /* border: solid 2px var(--blue); */
    color: var(--white) !important;
    background-color: var(--purple);
    /* padding: 10px 30px; */
  }
  .nav-contact a:hover, .nav-login a:hover {
    color: var(--red) !important;
  }
  .menu-close {
    display: none;
  }
  .menu-open {
    display: none;
  }
  p, h1, h2, h3, h4, h5 {
    text-align: left;
  }
  p span {
    font-weight: 700;
    color: var(--violet-dark);
  }
  .button {
    /* font-size: 18px; */
    padding: 10px 33px;
    border-radius: var(--radio1);
    display: table;
    /* text-align: center; */
    /* white-space: nowrap; */
    /* vertical-align: middle; */
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    cursor: pointer;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: flex-start;
    /* width: 250px; */
    margin: 0 auto;
    font-weight: 600;
    z-index: 1;
    align-content: center;
    border: solid 2px var(--white);
    transition: all 0.5s ease;
    /* height: calc(100% - 10px); */
    /* height: 54px; */
    /* box-sizing: border-box; */
  }
  .button:hover {
    /* width: 250px; */
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.13);
    /* transform: scale(1.1%); */
    /* transform: scale(1.01) !important; */
  }
  .button a {
    display: flex;
    align-items: center;
    color: var(--white);
    /* color: var(--white) !important; */
  }
  .button a img {
    width: 50px;
    margin: 0 10px 0 0;
    /* color: var(--white); */
  }
  .button-red {
    background: var(--purple);
    background: linear-gradient(90deg, var(--violet) 0%, var(--purple) 100%);
    /* border-color: var(--white) !important; */
  }
  .button-red a {
    color: var(--white) !important;
  }
  .bk-trans {
    background-color: transparent;
  }
  .bk-white {
    background-color: rgba(255, 255, 255, 0.95);
  }
  p {
    font-size: 100%;
    color: var(--grey);
    margin: 0 0 40px 0;
    line-height: 170%;
  }
  h1 {
    margin: 0 auto 20px;
    font-size: 50px;
    line-height: 54px;
    background: -webkit-linear-gradient(to right, #ff0000, #9932cc); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, var(--violet), var(--purple)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    width: 90%;
    font-weight: 800;
  }
  h2 {
    margin: 0 auto 50px;
    font-size: 40px;
    line-height: 46px;
    background: -webkit-linear-gradient(to right, #ff0000, #9932cc); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, var(--violet) 30%, var(--purple) 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    width: 90%;
    font-weight: 800;
  }
  h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin: 0 0 30px 0;
    text-align: center;
    color: var(--violet-dark);
  }
  h4 {
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
    color: var(--violet-dark);
  }
  h5 {
    font-size: 110%;
    color: var(--grey);
  }
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  section, footer {
    padding: 0 0 160px 0;
    width: 100%;
  }
  footer {
    margin: 0 0 -20px 0;
  }
  .content {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  /*columns */
  .col-1 {
    width: 100%;
  }
  .col-1-2 {
    width: 50%;
  }
  .col-1-3 {
    width: 33%;
  }
  .shadow {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 1);
  }
  .shadow2 {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.33);
  }
  /* fin columns */
  #header {
    position: fixed;
    top: 0;
    margin: 20px 0;
    z-index: 9998;
  }
  .header {
    width: 100%;
  }
  .header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 40px;
    border-radius: 50px;
    box-sizing: border-box;
  }
  #header-cont {}
  .logo {
    width: 140px;
  }
  .logo img {
    width: 100%;
  }
  .anim-sube {
    animation: sube 1s ease both;
  }
  .space-b {
    height: 80px;
    display: inline-block;
    width: 100%;
  }
  /****** general *********/
  .general {}
  /******* hero *********/
  #hero {
    margin-top: 100px;
  }
  .hero {
    padding: 40px 0 0 0;
  }
  .hero-benef-cont {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
  }
  .hero h1, .beneficios h1, .faq h1, .about h1 {
    animation: flipdown 1s ease both;
  }
  .hero h3 {
    animation: flipdown 2s ease both;
    width: 80%;
    margin: 40px auto 0;
  }
  .benef-item {
    font-size: 18px;
    font-weight: 700;
    color: var(--violet-dark);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: var(--radio1);
    padding: 15px;
    margin: 13px 0;
    box-shadow: 1px -1px 45px -4px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 1px -1px 45px -4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 1px -1px 45px -4px rgba(0, 0, 0, 0.37);
  }
  .benef-item img {
    width: 60px;
    margin: 0 20px 0 0;
    box-shadow: 1px -1px 45px -4px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 1px -1px 45px -4px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 1px -1px 45px -4px rgba(0, 0, 0, 0.37);
    border-radius: var(--radio1);
  }
  .benef-item-cont {}
  .benef-col-left, .benef-col-right {
    width: 30%;
    margin: -70px 0 0 0;
  }
  .benef-col-center {
    width: 40% !important;
    animation: float 6s ease-in-out infinite;
  }
  .benef-col-center img {
    display: block;
    width: 93%;
    margin: 40px 0 0 40px;
  }
  /************* more ****************/
  .more {}
  .more a {}
  .more a img {}
  /********* ventajas ***********/
  .ventajas-cont1 {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
    grid-template-rows: repeat(2, 1fr);
    row-gap: 10px;
    /* margin: 130px 0 0 0; */
    margin-top: 80px !important;
  }
  .item1 {
    grid-column: 1;
    grid-row: 1 / 3;
    padding: 40px 50px !important;
  }
  .item2, .item3 {}
  .ventajas-cont2 {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 10px;
  }
  .ventaja-item {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: var(--radio);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--violet);
    /* margin: 0 0 0 20px; */
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
  }
  .ventajas-cont1, .ventajas-cont2 {
    margin: 0 auto 12px;
    width: 100%;
  }
  .item1 img, .item4 img, .item5 img {
    height: 60px;
    margin: 0 0 20px 0;
    /* float: left; */
  }
  .item1 img {
    height: 90px;
  }
  .item2, .item3, .item6 {
    /* font-size: 16px; */
  }
  .item2, .item3, .item4 {
    color: var(--purple);
  }
  .item2 img, .item3 img, .item6 img {
    height: 40px;
    margin: 0 0 10px 0;
  }
  .item6 img {
    height: 30px;
  }
  .selector-cont {
    margin: 60px 0;
    width: 100%;
    /* display: flex; */
    /* height: 60px; */
    /* justify-content: space-evenly; */
  }
  .selector {
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    width: 40%;
    border: solid 2px var(--violet);
    border-radius: var(--radio1);
    padding: 5px 1px;
    height: 60px;
    position: relative;
    align-content: center;
    box-sizing: content-box;
    /* flex-wrap: wrap; */
  }
  .selector .button {
    padding: 10px 0px;
    margin: -5px 0 0 0;
    background: transparent;
    border: none;
    width: 45%;
  }
  .selector .button:hover {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
    box-shadow: none;
  }
  .selector .button a {
    color: var(--violet);
    /* justify-items: unset; */
    width: 100%;
  }
  /******************* carousels *****************/
  .photo-app {
    width: 100%;
    padding: 60px 0;
  }
  .photos-carousel {
    width: 100%;
    margin: 0;
  }
  .photo-app {
    width: 400px;
    height: 300px;
    /* height: 300px; */
    /* margin-right: 10px; */
    /* background: #8C8; */
    border-radius: var(--radio);
    margin-right: 20px;
    opacity: 0.5;
  }
  .photo-app img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--radio);
  }
  .photo-app.is-selected {
    opacity: 1;
  }
  /********* callme *********/
  .callme {}
  .callme-cont {
    display: flex;
    width: 60%;
    margin: 0 auto;
  }
  /********** footer ***********/
  .footer-cont {
    display: flex;
    justify-content: space-between;
  }
  .logo-footer {
    width: 140px;
  }
  .logo-footer img {
    width: 100%;
  }
  .social {
    width: 30px;
    margin-left:5px;
  }
  .social img {
    width: 100%;
  }
  .links {
    width: 80%;
    margin: 10px 0 0 0;
  }
  .links ul {
    display: flex;
    justify-content: center;
  }
  .links ul li {}
  .links ul li a {
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 0 10px;
  }
  .links ul li a:hover {
    font-weight: 600;
  }
  /*********beneficios********/
  #beneficios {
    margin-top: 160px;
  }
  .beneficios h2.anim-sube {
    animation: sube 1s ease;
  }
  .benef-cont {
    width: 92%;
    margin: 0px auto 0;
    display: none;
  }
  .benef-ico {
    width: 100%;
    height: 130px;
    margin: 0 auto 20px;
  }
  .benef-ico img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
  .benef-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 40px 0 0 0;
    animation: sube 2s ease;
    /*grid-template-rows: repeat(2, 1fr);*/
  }
  .benef-ind, .adv-ind {
    width: 90%;
    margin: 0 0 20px 0;
  }
  .benef-ind:before, .adv-ind:before {
    content: '';
    background-image: url("https://www.micomedor.com.ar/images/ico-check.webp");
    width: 30px;
    height: 30px;
    display: block;
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    margin: -5px 12px 0 0;
  }
  /************ faq ************/
  #faq {
    margin-top: 160px;
  }
  .faq {}
  .faq-cont {
    margin: 70px auto 0;
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: var(--radio);
    color: #333;
  }
  .faq-list {}
  .transition, ul li i:before, ul li i:after, p {
    margin: 20px 0 0 0;
    transition: all 0.25s ease-in-out;
  }
  /*
.flipIn, ul li, h1 {
  animation: flipdown 0.5s ease both;
}

.no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*/
  @media (max-width: 550px) {
    /*  body {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }*/
  }
  /*

h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: #fefffa;
  margin: 0;
  cursor: pointer;
}

p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}*/
  .faq h3 {
    margin: 40px 0 0 0;
  }
  .faq-list ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
  }
  .faq-list ul li {
    position: relative;
    margin: 0 0 10px 0;
    padding-bottom: 4px;
    padding-top: 18px;
    padding: 30px 0px 30px 40px;
    /* border-top: 1px dotted #dce7eb; */
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    transition: all 2s ease-out;
  }
  .faq-list ul li:nth-of-type(1) {
    animation-delay: 0.5s;
  }
  .faq-list ul li:nth-of-type(2) {
    animation-delay: 0.75s;
  }
  .faq-list ul li:nth-of-type(3) {
    animation-delay: 1s;
  }
  .faq-list ul li:last-of-type {
    /* padding-bottom: 0; */
  }
  .faq-list ul li i {
    position: absolute;
    transform: translate(-30px, 0);
    margin-top: -12px;
    right: 0;
  }
  .faq-list ul li i:before, ul li i:after {
    content: "";
    position: absolute;
    background-color: var(--purple);
    width: 3px;
    height: 9px;
  }
  .faq-list ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
  }
  .faq-list ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
  }
  .faq-list ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 90%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    /* background: red; */
  }
  .faq-list ul li input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    display: none;
    transform: translate(0, 50%);
  }
  .faq-list ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
  }
  .faq-list ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
  }
  @keyframes flipdown {
    0% {
      opacity: 0;
      transform-origin: top center;
      transform: rotateX(-90deg);
    }
    5% {
      opacity: 1;
    }
    80% {
      transform: rotateX(8deg);
    }
    83% {
      transform: rotateX(6deg);
    }
    92% {
      transform: rotateX(-3deg);
    }
    100% {
      transform-origin: top center;
      transform: rotateX(0deg);
    }
  }
  @keyframes sube {
    0% {
      opacity: 0;
      transform: translateY(+20px)
    }
    100% {
      opacity: 1;
      transform: translateY(0px)
    }
  }
  /********** advantages ************/
  #adv-list {
    margin: -40px;
  }
  .adv-list {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 20px;
    width: 80%;
    margin: 0 auto;
  }
  .adv-img {
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    border-radius: var(--radio);
    font-size: 40px;
    color: var(--white);
    font-weight: 700;
    line-height: 38px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
  }
  .adv-img img {}
  .adv-padres {
    background-image: url("https://www.micomedor.com.ar/images/adv-padres.webp");
  }
  .adv-chicos {
    background-image: url("https://www.micomedor.com.ar/images/adv-chicos.webp");
  }
  .adv-colegios {
    background-image: url("https://www.micomedor.com.ar/images/adv-colegios.webp");
  }
  .adv-restaurant {
    background-image: url("https://www.micomedor.com.ar/images/adv-restaurant.webp");
  }
  .adv-list-cont {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 50px;
    border-radius: var(--radio);
    margin: 60px 0 0 0;
  }
  .adv-ind {}
  /********** form **********/
  .form-cont {
    margin: -20px 0 0 0;
  }
  .form-img-cont {
    width: 43%;
    margin: 70px auto 0;
    display: flex;
  }
  .form-img-cont img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .cont-img-chica {
    animation: float 4s ease-in-out infinite;
    margin: 0 20px;
    padding: 50px 0 0 0;
  }
  .cont-img-hombre {
    animation: float 6s ease-in-out infinite;
    margin: 0 20px;
  }
  @keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-20px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  .formulario {
    width: 60%;
    margin: 70px auto;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: var(--radio);
    padding: 40px 50px;
    box-sizing: border-box;
  }
  #form {}
  .formulario label {
    font-size: 12px;
    color: var(--violet-dark);
    width: 100%;
    display: inline-block;
  }
  .formulario input, .formulario textarea {
    width: 100%;
    padding: 10px 10px 6px 0px;
    border-radius: 0;
    border: none;
    border-bottom: solid 1px var(--violet);
    margin: -4px 0 30px 0;
    font-size: 18px;
    font-weight: 400;
    color: var(--violet-dark);
    background-color: transparent;
    font-family: 'Public Sans', sans-serif;
  }
  .formulario input::placeholder, .formulario textarea::placeholder {
    display: none;
    color: var(--violet-dark);
  }
  .formulario .button input {
    margin: 0;
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: var(--white);
    cursor: pointer;
    padding: 10px 10px;
  }
  .formulario .button a {
    width: 100%;
    cursor: pointer;
  }
  /************ about ************/
  #about {
    margin-top: 160px;
  }
  .about {}
  .about-cont {
    width: 100%;
    margin: 70px auto 0;
  }
  .about h3 {
    margin: 40px 0 0 0;
  }
  .about-list {
    padding: 30px 0px 30px 40px;
  }
  /************ contacto ***********/
  .contacto {}
  /********* generales **********/
  .oculta {
    display: none;
  }
  .muestra {
    display: block;
  }
  .show {
    display: block !important;
  }
  .hide {
    display: none;
  }
  .showmenu {
    display: block !important;
    transform: translate(0) !important;
  }
  .text {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: var(--radio);
    color: #333;
  }
  .txt-white a {
    color: var(--white) !important;
  }
  .txt-white img {
    filter: brightness(1600%);
  }
  .text p {}
  .desktop {}
  .mobile {
    display: none;
  }
  .faq-cont, .benef-cont, .about-list {
    width: 92%;
    padding: 20px 50px 40px;
  }
  .b-bk {
    /* display: none; */
    position: absolute;
    background-color: var(--violet);
    width: calc(50% - 7px);
    height: calc(100% - 10px);
    left: 5.5px;
    transition: left 0.2s ease-in-out 0s;
    z-index: 0;
    border-radius: 31px;
    /* margin: 2.5px; */
    display: table;
    background: var(--purple);
    background: linear-gradient(90deg, var(--violet) 0%, var(--purple) 100%);
    border-color: var(--white) !important;
  }
  .b-bk-padres {
    float: right;
    /* right: 2%; */
    left: 50%;
  }
  /********** ico menu ********/
  .hamburger { /* position: absolute; */ left: 50%;
    top: 50%;
  }
  .hamburger {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
  }
  .hamburger span, .hamburger span:before, .hamburger span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: var(--violet);
    position: absolute;
    display: inline-block;
    content: '';
  }
  .hamburger span:before {
    top: -10px;
  }
  .hamburger span:after {
    bottom: -10px;
  }
  /*
#hamburger span, #hamburger span:before, #hamburger span:after {
  transition: all 200ms ease-in-out;
}
*/
  .hamburger span, .hamburger span:before, .hamburger span:after {
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
  }
  .hamburger.active span {
    background-color: transparent;
  }
  .hamburger.active span:before, .hamburger.active span:after {
    top: 0;
  }
  .hamburger.active span:before {
    transform: rotate(45deg);
  }
  .hamburger.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    top: 10px;
  }
  /*********** devices **********/
  .devices {
    display: flex;
    justify-content: center;
  }
  .phone {
    height: 300px;
    /* float: left; */
    transform: translate(230px, 70px);
    z-index: 100;
  }
  .phone img {
    /* float: right; */
    transform: translate(230px, 70px);
    /* z-index: 100; */
    /* position: relative; */
  }
  .laptop {
    height: 390px;
    /* float: right; */
    z-index: 99;
  }
  .laptop img {}
  .phone img, .laptop img {
    display: block;
    height: 100%;
    width: auto;
    /* float: left; */
  }
  /*********** mensage ***************/
  #message {
    display: none;
  }

  .message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .message-cont {
    /* border: solid 2px var(--violet); */
    border-radius: var(--radio);
    padding: 80px 20px 60px 20px;
    width: 30vw;
    margin: 0 auto;
    position: relative;
    background-color: rgba(255,255,255,1);
  }

  #message_texto {
    display: block;
  }

  .close {
    position: absolute;
    right: 20px;
    top: 20px;
    /* width: 100px; */
    float: right;
    /* background-color: var(--violet-dark); */
    padding: 2px 10px 4px;
    border-radius: 10px;
    color: var(--violet-dark);
  }

  .close a {
    font-size: 24px;
    font-weight: 800;
    color: var(--violet-dark);
  }

  .btn-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    background-color: #25D366;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.45);
  }

  .btn-whatsapp svg{
    margin-top: 12px;
  }
