body {

    margin: 0 !important;
    font-family: "Poppins";
    background-color: #ededed;
    cursor: auto;
    
}
.section {
 
   
    transition: background-color 0.5s;
}
.Activeheader{
    border-bottom: 2px solid #1F232E;
}
.muestradesk{
    display: block !important;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.ttf') format('truetype');
}

.container-politicas-mescalina {
    color: #c7c6c6;
    font-size: 14px;
    font-weight: 500;
}

.containerinfo {
    border-left: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    margin-left: -26rem;
    margin-top: 0%;
    height: 100vh;
    width: 45rem;
    background-color: #EDEDED;
  }
  .container-der img {
    width: 40px;
    height: auto;
    padding: 1rem;
    flex-basis: 18%;
}
  #modalClose2 {
    display: block;
}

  .descripciones-personas {
    text-align: left;
    width: 60%;
    margin-right: 15%;
    font-family: Poppins, sans-serif;
  }

  #puesto {
    font-size: 17px;
    margin-top: -20px !important;
}

.redes {
    font-family: Poppins, sans-serif;
    display: flex;
    justify-content: space-between;
    width: 20%;
    height: 10vh;
    /* margin-top: 34.5%; */
    z-index: 100;
    /* margin-left: -26%; */
}

/* Estilos para los div redes */
.redizquierda, .rederecha {
    flex: 1; 
    padding: 0px; 
    margin: 0;
}
.redesicono {
    margin: 0 !important;
    padding: 0 !important;
}
/*Cursor*/

body::after {
    /*cursor: none;
      content: "";
      position: fixed;
      z-index: 999;
      top: var(--y);
      left: var(--x);
      right: 0;
      bottom: 0;
      width: 0.5em;
      height: 0.5em;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      background: transparent;
      pointer-events: none;
      background-color: red;
      font-family: "Popins";
      font-size: 14px;
      transform-origin: center;*/
    cursor: none;
    content: "";
    position: fixed;
    z-index: 999;
    top: var(--y);
    left: var(--x);
    right: 0;
    bottom: 0;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    pointer-events: none;
    font-size: 14px;
    font-family: 'Popins';
    transform-origin: center;
  
  
  }
  
  
  .texto-poppins {
    font-family: "Poppins", sans-serif;
  }
  
  /*body.clic-hovered::after {
    width: 108px;
    height: 108px;
    content: "Click";
    text-align: center;
    color: #eeedee;
    background-color: #5d55ff;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Popins";
    -webkit-font-family: "Poppins";
    font-weight: 700;
    animation: shrink 0.4s ease-in-out forwards;
  }*/
  /*
  body.arrastrar-hovered::after {
    width: 108px;
    height: 108px;
    content: "Arrastrar";
    text-align: center;
    color: #eeedee;
    background-color: #5d55ff;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins";
    -webkit-font-family: "Poppins";
    font-weight: 700;
    animation: shrink 0.4s ease-in-out forwards;
    
  }*/
  
  @keyframes shrink {
    0% {
      transform: scale(0);
      opacity: 0;
    }
  
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  @keyframes shrink2 {
    0% {
      width: 108px;
      height: 108px;
      opacity: 1;
    }
  
    100% {
      width: 0;
      height: 0;
      opacity: 0;
    }
  
  }
  
  
  /*termina cursor*/
  /*Clic/Arrastra
  body::after {
      cursor: none;
      content: "";
      position: fixed;
      z-index: 999;
      top: var(--y);
      left: var(--x);
      right: 0;
      bottom: 0;
      width: 0.5em;
      height: 0.5em;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      background: transparent;
      pointer-events: none;
      font-family: "Popins";
      font-size: 14px;
      transform-origin: center;
  }*/
  /*
  body.clic-hovered::after {
    width: 108px;
    height: 108px;
    content: "Click";
    text-align: center;
    color: #eeedee;
    background-color: #5d55ff;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Popins";
    font-weight: 700;
    animation: shrink 0.4s ease-in-out forwards;
  }
  
  body.arrastrar-hovered::after {
    width: 108px;
    height: 108px;
    content: "Arrastrar";
    text-align: center;
    color: #eeedee;
    background-color: #5d55ff;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Popins";
    font-weight: 700;
  }*/
  
  /*termina Clic/Arrastra*/
/*flechas*/
.link {
    display: inline-flex;
    margin-left: 0.125em;
    font-size: 17px;
    font-weight: 100;
  }
  
  .icon-arrow {
    stroke: #1F232E;
    stroke-width: 1px;
  }
  
  .link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -0.5ex;
    left: 1.125em;
    width: 2.25em;
    height: 2.25em;
    color: #EDEDED;
    transition: transform 0.3s ease;
    text-decoration: none;
  }
  
  .link .icon-circle {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    fill: transparent;
  }
  
  .link:hover .icon-circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.3s ease, fill 0.4s ease 0.4s;
  }
  
  .link:hover .icon-arrow {
    stroke: #EDEDED;
    transition: stroke 0.1s ease 0.2s;
  }
  
  .link:hover .icon-circle {
    stroke: #1F232E;
    fill: #1F232E;
  }

*,html{
    font-family: "Poppins";
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
}
/*Video*/
.contenedor-videoMob{
  display: none;
}
.contenedor-video {
  display: block;
    position: relative;
    width: 100%;
    height: 100vh; /* Esto hace que el contenedor ocupe toda la altura de la pantalla */
    overflow: hidden; /* Para asegurarse de que el video no se desborde */
}

.contenedor-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Para que el video se ajuste al tamaño del contenedor sin distorsionarse */
}


/* menu*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 100px;
    background-color: #EDEDED;
    color: #1F232E;
    font-size: 20px;
    transition: background-color 0.3s;
    z-index: 50;
    display: flex;
    align-items: center;
}


nav#nvarM {
    display: none;
}

.nav-bar {
    margin-left: -10%;
}


.nav-bar ul li a {
    position: relative;
}

.nav-bar ul li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    background-color: var(--after-background-color, #1F232E);
    position: absolute;
    transition: width 0.3s ease 0s, right 0.3s ease 0s;
    width: 0;
  }

.nav-bar ul li a:hover:after {
    width: 100%;
    left: 0;
}

.logo img {
    width: 35%;

    /* Tamaño de la imagen del "logo" */
    cursor: none;
}

.nav-bar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-bar li {
    display: inline-block;
    margin-left: 20px;
    padding: 0rem 1rem 0rem 1rem;
}

.nav-bar a {
    color: #1F232E;
    text-decoration: none;
}

.ul-mobile {
    display: none !important;
}

/*Termina menu*/


.linea-separadorp {
    margin: 6rem 0rem 6rem 0rem;
  border-bottom: 1px solid #1F232E;
  }
.container-title {
    font-size: 60px;
    line-height: 65px;
    font-weight: bold;

}



section.section-equipo {
    background-color: #EDEDED;
    margin: 11rem 6rem 0rem 6rem;
}
.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
/*flecha info*/
.flechainfo{
    background-image: url('/assets/iconos/flechaabrir.png');
    background-size: 30%;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    margin-top: 5%;
    margin-right: 10%;
}
/* Estilos del modal */
.modal {
    align-items: center;
    display: flex;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    justify-content: center;
    overflow: hidden !important;
}

.modal-content {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    border-radius: 10px;
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: none;
}

.close:hover,
.close:focus {
    color: #1F232E;
    text-decoration: none;
    cursor: none;
}
.modal-close {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 0;
    width: 100%;
    height: 100vh;
    cursor: none;
    flex: 0 0 auto;
}
.cerrarderecha {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 0;
    width: 100%;
    height: 100vh;
    cursor: none;
    flex: 0 0 auto;
}

.modal-close1 {
    position: absolute;
    top: 10%;
    right: 7.5%;
}
span.close2 {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
/* Imagen dentro del modal */
#modalImg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100vh;
    margin-left: -10% !important;
    padding: 0;
    margin: 0;
}
.info-modal {
    /*width: 12%;*/
    height: auto;
    border-left: 1px solid;
    height: auto;
    justify-content: center;
    display: flex;
    text-align: center;
}
.modal-img {
    display: flex;
    height: 100vh;
}
.cerrardetalles {
    position: absolute;
    margin-top: 3%;
    margin-left: 0%;
}
/* Div de acción pendiente */
#actionDiv {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 10px;
    width: 20%;
    text-align: center;
}
.info-para-activar-modal {
    rotate: 270deg;
    font-size: 20px;
}
.container-info-modal {
    display: none;
    align-items: center;
    justify-content: center;
}
.equipo {
    border: 1px solid #1F232E;
    font-size: 14px;
    /* background-color: cadetblue; */
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    /* margin-left: 5%; */
    padding: 6px 25px 6px 25px;
}

.container-equipo {
    margin-top: 0;
    width: 100%;
    display: flex;
}

.container-izq {
    line-height: 60px;
    font-weight: bold;
    font-size: 50px;
    width: 45%;
}
.text-izq {
    font-size: 50px;
        line-height: 55px;
        width: 80%;
}

.text-der {
    font-size: 20px;
}

.container-der {
    margin-left:5%;
    margin-top: 3rem;
    width: 45%;
}
#flechainfo {
    width: 100%;
}
.container-der img {
    width: 40px !important;
    height: auto;
    padding: 1rem;
    flex-basis: 18%;
    
}
.flechainfo {
    background-size: contain !important;
}

.container-img-der {
    margin-top: 10%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    cursor: none;
    
}

section.escribenos {
    display: none;
}

.container-footer {
    margin-left: 3%;
    margin-right: 0%;
    border-top: 1px solid #1F232E;
    margin-top: 6%;
    height: auto;
    width: 94%;
    display: flex;
    justify-content: center;
    margin-bottom: 10%;
}

.container-footer-izq {
    margin-left: 5%;
    border-right: 1px solid #1F232E;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: baseline;
}

.container-footer-der {
    padding-left: 3%;
    margin-top: 17%;
    font-size: 14px;
    /* margin-right: 5%; */
    width: 47%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

a {
    text-decoration: none;
    color: #1F232E;
}

.container-text-direccion {
    border-bottom: 1px solid #1F232E;
    display: flex;
    width: 90%;
}

img.icono {
    margin-bottom: 2%;
    margin-left: 42%;
    width: 50px;
}

.text-der-mo {
    display: none;
}
.escribes {
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}
.flechaescribe {
    margin-top: 3ex;
    font-size: 16px;
}
.cerrarprincipal{
    display: none;
}
/* Estilos para tablets en modo retrato todas*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    header {
        position: fixed;
        top: 0;
        width: 100%;
        padding: 20px 40px;
      }
      .container-equipo {
        margin-top: 0;
        width: 100%;
        display: block;
    }
    .container-izq {
        line-height: 40px !important;
        font-weight: bold;
        font-size: 30px !important;
        width: 100% !important;
    }
    .text-der {
        font-size: 25px !important;
    }
    .text-izq {
        font-size: 50px;
        line-height: 55px;
        width: 80%;
    }
    .container-der {
        margin-left: 0%;
        margin-top: 3rem;
        /* font-size: 20px; */
        width: 100%;
    }
    .container-der img {
        margin-bottom: 26px;
        margin-right: 15px;
        width: 25% !important;
    }
}

@media only screen and (max-width: 600px) {
    .cerrarprincipal{
        display: block;
    }
    #container-info-modal {
        justify-content: center;
        align-items: start;
        margin-top: -12%;
        display: block;
    }
    #modalClose2 {
        display: none;
    }
    .container-politicas-mescalina {
        display: flex;
        flex-direction: column;
        /* align-items: flex-start; */
        font-size: 14px;
        color: #c7c6c6;
        margin-top: 0%;
        line-height: 0px;
    }
    .escribes {
        font-size: 30px;
    }
    .flechaescribe {
        margin-top: 1ex;
        font-size: 16px;
        /* margin-top: 5%; */
    }
    section.section-equipo {
    margin: 7rem 1.7rem 0rem 1.7rem;
}
.bars.actives .line:last-child {
    background-color: #EDEDED !important;
}
.bars.actives .line:first-child {
    transform: rotate(45deg);
    margin-top: 0;
    margin: 6px 6px;
    background-color: #EDEDED !important;
}
.bars .line {
    height: 2px;
    width: 30px;
    background-color: #1F232E !important;
    margin: 6px 0;
    transition: all 0.3s;
}
.logo img {
    margin-left: 10%;
        width: 50% !important;
        margin-top: 1%;
}
.linea-separadorp {
    margin: 4rem 0rem 4rem 0rem;
    border-bottom: 1px solid #1F232E;
}
.item-redes {
    font-size: 14px;
}

.container-der img {
    width: 40px !important;
        height: auto;
        padding: 0.5rem;
        flex-basis: 20%;
        margin-top: 15%;
}
}
/* MacBook Pro 13" and MacBook Air */
@media only screen and (min-device-width: 1440px) and (max-device-width: 1440px),
only screen and (min-device-height: 900px) and (max-device-height: 900px) {
    /* Estilos específicos para esta resolución */
   
  }
/*MacBook Pro de 13 pulgadas con pantalla Retina*/
  @media only screen and (min-device-width: 3008px) and (max-device-width: 3008px),
       only screen and (min-device-height: 1692px) and (max-device-height: 1692px) {
    /* Estilos específicos para esta resolución */
   
    .descripciones-personas {
        text-align: left;
        width: 55%;
        margin-right: 10%;
        font-family: Poppins, sans-serif;
    }
}

@media only screen and (min-width: 601px) and (max-width: 999px) {
    .container-izq {
        line-height: 50px;
        font-weight: bold;
        font-size: 30px;
        width: 40%;
    }

    .text-der {
        font-size: 25px;
    }

    .container-der img {
        margin-bottom: 26px;
        margin-right: 15px;
        width: 17%;
    }
}
.cerrardetalles {
    display: none;
}
@media only screen and (max-width: 600px) {
    .cerrardetalles {
        display: block;
        margin-top: -0.6rem;
        margin-left: -1.25rem;
    }
   
    body {
        font-size: 18px;
        cursor: pointer !important;
    }
    /*detalles modal*/
    .nav-barM.active ul {
        font-size: 14px;
    }
    #modalImg {
        width: 325% !important;
        margin-left: -99% !important;
    }
    .info-modal {
        justify-content: center;
        display: inline-block;
        text-align: center;
        margin-left: 54.5%;
        position: relative;
        margin-top: 160%;
        margin-left: -110%;
        height: 15vh;
        width: 100%;
        border-left: 1px solid #EDEDED;
    }
    .modal-close {
        position: absolute;
        margin-top: -152.5%;
        margin-right: 10%;
        z-index: 99;
        width: 40px;
        height: 40px;
        display: block;
    }
    .info-para-activar-modal{
        rotate: 0deg;
        position: fixed !important;
        left: 35% !important;
        top: 78% !important;
    }
    #container-info-modal {
        justify-content: center;
        align-items: start;
        margin-top: -12%;
    }
    .containerinfo {
        border-left: 1px solid #EDEDED !important;
       
        justify-content: left !important;
        align-items: center !important;
        position: absolute !important;
        margin-left: -51%;
        /* padding-left: 20% !important; */
        margin-top: -160% !important;
        height: 103vh !important;
        width: 101% !important;
        z-index: 99 !important;
        background-color: #EDEDED !important;
        position: fixed !important;
    }
    .descripciones-personas {
        width: 80% !important;
        margin-left: 10% !important;
        font-size: 14px !important;
        margin-top: -15% !important;
        align-items: center !important;
        text-align: left !important;
        font-family: Poppins, sans-serif;
    }
    span.close2 {
        color: #aaa !important;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
        position: fixed !important;
        z-index: 100 !important;
        margin-top: -152.2% !important;
        margin-left: 34.9% !important;
    }

    div#info-modal {
        width: 100% !important;
        position: fixed !important;
        margin-left: 0% !important;
        margin-top: 155% !important;
        height: 100vh !important;
        z-index: 20;
    }
    /*Menu*/
    header {
        width: 100%;
        display: flex;
        padding: 0px;
        justify-content: space-between;
    }

    .ul-mobile {
        margin-top: 30% !important;
    }

    .snap-container {
        height: auto;
    }

    .bars {
        margin: 1rem 2rem;
        z-index: 99;
    }

    .bars {
        display: block;
        cursor: pointer;
    }

    .bars .line {
        height: 2px;
        width: 30px;
        background-color: #EDEDED;
        margin: 6px 0;
        transition: all 0.3s;
    }

    .nav-bar {
        display: none;
    }

    .nav-barM {
        position: fixed;
        z-index: 9;
        height: 120vh;
        top: 0px;
        left: 0;
        right: 0;
        transition: 0.5s;
        overflow: hidden;
        width: 100%;
        display: none;
    }

    .nav-barM li {
        display: block;
        margin: 5px;
    }

    .nav-barM ul {
        display: block;
        width: fit-content;
        margin: 0px 0 80px 0;
        transition: 0.5s;
        opacity: 0;
    }

    .nav-barM.active {
        overflow: hidden !important;
        height: 120vh;
        background-color: #1F232E;
        color: #EDEDED !important;


    }

    .nav-barM.active ul {
        opacity: 1;
        transform: translateY(100%);
        transition: transform 1s;
    }

    .nav-barM ul li a {
        text-align: left;
        width: 85vw;
        padding: 1rem 20rem 1rem 0rem;
        margin: 0;
    }

    .nav-barM a {
        color: #EDEDED;
        text-decoration: none;
    }

    .nav-barM ul {
        margin: 80px 0 0 0;
    }

    .ul-mobile {
        display: block !important;
    }

    /*Convertir lineas en x de menu*/
    .bars.actives .line:first-child {
        transform: rotate(45deg);
        margin-top: 0;
        margin: 6px 6px;
    }

    .bars.actives .line:last-child {
        transform: rotate(-45deg);
        margin-top: 0;
        margin: -7px 0px 6px 6px;
    }
    /*Termina convertir lineas en x*/
    /*termina menu mobile*/
 /*footer*/
 .container-footer {
    margin-left: 5%;
        margin-right: 0%;
        margin-top: 0;
        height: auto;
        font-size: 12px;
        width: 85%;
        display: inline-block;

}
.container-footer-izq {
    border-right: 1px solid transparent;
    width: 100%;
    font-size: 20px;
    display: flex;
    margin-top: 15%;
    flex-direction: column;
    margin-left: 0%;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: baseline;
}
.link {
  display: inline-flex;
  margin-left: 0.125em;
  font-size: 14px;
  font-weight: 100;
}
.container-footer-der {
    margin-right: 5%;
    width: 100%;
    display: inline-block;
    flex-direction: row;
    /* justify-content: space-between; */
    /* align-items: flex-end; */
    padding-left: 0;
}
.input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #1F232E;
    color: #1F232E;
    box-sizing: border-box;
    font-family: "Poppins" !important;
    font-size: 14px;
    height: 10px;
    left: 47% !important;
    font-size: 18px;
    margin: -30px 0 0 -100px;
    padding: 10px 0px;
    position: relative;
    top: 0% !important;
    width: 320px !important;
}
 /*footer*/
    .seleccionesmenu {
        line-height: 55px;
        margin-top: -36% !important;
        width: 80% !important;
        margin-bottom: 50% !important;
    }

    .fondoli {
        border-bottom: 0.5px solid #EDEDED;
        width: 100%;
    }
    .fondoli:active {
        border-bottom: 0.5px solid #EDEDED;
        color: #1F232E;
        text-decoration: none;
        width: 100%;
    }


    section.escribenos {
        border-top: 1px solid #1F232E;
        display: flow;
        margin-left: 5%;
        padding-top: 15%;
        margin-bottom: 10%;
    }

    .container-img-der {
        display: flex;
        margin-top: 10%;
        margin-bottom: 35%;
        flex-wrap: wrap;
    }

    .container-title {
        font-size: 50px;
        line-height: 55px;
    }

    .title {
        margin-bottom: 20%;
    }



    .equipo {
        font-size: 12px;
    }

    .container-equipo {
        flex-direction: column;
    }

    .container-izq {
        line-height: 28px;
        font-weight: bold;
        font-size: 15px;
        width: 100%;
        margin-top: 0rem;
    }
    .text-izq {
        font-size: 35px;
        line-height: 40px;
        width: 100%;
    }

    .text-der {
        display: none;
    }

    .text-der-mo {
        display: contents;
        width: 100%;
        font-size: 14px;
    }

    .container-der {
        margin-left: 0;
        margin-top: 5%;
        width: 100%;
        font-size: 14px !important;
    }

    


    
}

/* Estilos específicos para el footer */
.containerfooter {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 200px;
  }
  
  .div {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  
  .div.izq {
    display: block;
  }
  
  .container-social {
    line-height: 1;
  }
  
  .container-text-direccion {
    border-bottom: 0px solid #1F232E;
  }
  
  .cajacontacto {
    box-sizing: border-box;
    position: relative;
  }
  
  .input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #1F232E;
    color: #1F232E;
    box-sizing: border-box;
    font-family: "Poppins" !important;
    font-size: 14px;
    height: 35px;
    left: 25%;
    font-size: 18px;
    margin: -30px 0 0 -100px;
    padding: 10px 0px;
    position: relative;
    top: 45%;
    width: 500px;
  
    &:focus {
      outline: none;
    }
  }
  
  input::-webkit-input-placeholder {
    color: #AAA;
  }
  
  input:focus::-webkit-input-placeholder {
    color: #5D55FF;
  }
  
  .input:focus+.underline {
    transform: scale(1);
  }
  
  .underline {
    background-color: #5D55FF;
    display: inline-block;
    height: 2px;
    left: 0px;
    margin-top: -40px;
    position: absolute;
    top: 68px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 500px;
  }
  
  /*termina footer*/