@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.ttf') format('truetype');
}

body {

    margin: 0 !important;
    font-family: "Poppins";
    background-color: #ededed;
    cursor: auto;
    
}
iframe {
    height: 40vh;
}
.dirección {
    font-size: 20px;
    margin-top: 3rem;
}
.Activeheader{
    border-bottom: 2px solid #1F232E;
}
/*nuevo cursor*/

.cursor {
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transform: translate(-50%, -50%);
    pointer-events: none;
  
  }
  
  .cursorclic {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    margin-top: 35%;
    margin-left: 35%;
    font-size: 15px;
    font-family: 'Popins';
    color: white;
  }
  
  .cursor.cursor-follower {
    background-color: transparent;
    transition: top .25s, left .25s,
      width .5s, height .5s;
    transition-timing-function: 1s ease-in-out;
    transition: background-color 1s ease;
  
    font-size: 0px;
  
  }
  
  
  
  .cursor-follower.focus {
    --size: 100px;
  }
  
  /*nuevo cursor*/
.container-social {
    color: #1F232E !important;
}
.container-politicas-mescalina {
    color: #c7c6c6;
  font-size: 14px;
  font-weight: 500;
}
header{
    color: #1F232E !important;
}
*,html{
    font-family: "Poppins";
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
}

/*flechas*/
.link {
    display: inline-flex;
    margin-left: 0.125em;
    font-size: 17px;
    font-weight: 100;
    cursor: pointer;
    width: 90%;
  }
  
  .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;
  }
/*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: transparent;
    color: #EDEDED;
    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% !important;

    /* 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*/

/* -----Nav menu mobile ------*/
p.text-izq {
    width: 60%;
    line-height: 60px;
    font-weight: bold;
    font-size: 60px;
    color: #1F232E;
    margin-top: 15%;
}

form {
    display: flex;
    margin: 0;
    width: 85%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

label {
    display: block;
    margin-top: 10px;
    font-size: 20px;
}

input[type="text"], input[type="email"], textarea, input[type="submit"] {
    border: none;
    border-bottom: 1px solid #1F232E;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    background-color: transparent;
    padding: 5px;
    width: 90%;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="submit"]:focus {
    outline: none; /* Quita el contorno de enfoque predeterminado */
    border-bottom: 1px solid #1F232E; /* Conserva solo el borde inferior */
}
textarea {
}

input[type="submit"] {
    font-size: 20px;
    font-family: "Poppins";
    display: flex;
    width: 20%;
    cursor: pointer;
    margin-top: 20px;
    border-bottom: 0px solid #1F232E;
    justify-content: space-between;
}

input[type="submit"]:hover {
    background-color: #45a049;
}



.container-title {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 60px;
    line-height: 65px;
    font-weight: bold;
    border-bottom: 1px solid #1F232E;

}

.title {
    
    margin-bottom: 10%;

}
.container-form-enviar form{
    display: flex;
    align-items: flex-end;
}
section.section-equipo {
    border-top: 1px solid;
    margin: 5rem 6rem 0rem 6rem;
}

.equipo {
    border: 1px solid #1F232E;
    font-size: 20px;
    /* 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;
    transition: 0.2s ease-in-out;
}

.container-equipo {
    margin-top: 0;
    width: 100%;
    display: flex;
}

.container-izq {
    border-right: 1px solid;
    border-top: 0px solid;
    width: 50%;
}

.text-der {
    font-size: 20px;
}

.container-der {
    border-top: 0px solid;
    margin-left: 5%;
    margin-top: 0;
    width: 45%;
}

.container-der img {
    margin-bottom: 50px;
    margin-right: 50px;
    width: 15%;
}

.container-img-der {
    margin-top: 10%;
}

section.escribenos {
    display: none;
}

.container-footer {
    margin-left: 0%;
    margin-right: 0%;
    border-top: 0px solid #1F232E;
    margin-top: 0;
    height: auto;
    width: 95%;
    display: flex;
    justify-content: center;
    margin-bottom: 10%;
}

.container-footer-izq {
    margin-left: 5%;
    border-right: 1px solid #1F232E;
    visibility: hidden;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: baseline;
}

.container-footer-der {
    padding-left: 0%;
    padding-top: 70%;
    margin-bottom: 10%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 14px;
}

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;
}

/* 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 {
        display: block !important;
    }
    .container-izq {
        width: 100% !important;
        border-right: 1px solid transparent;
    }
    form {
        width: 100%;
    }
    .container-footer-der {
        width: 37rem;
        padding-top: 60%;
    }
    label {
        display: block;
        margin-top: 10px;
        font-size: 20px;
        font-weight: 100;
    }
}

@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%;
    }
}
.button-jittery {
    animation: jittery 4s infinite;
  }
  @keyframes jittery {
    5%, 50% {
      transform: scale(1);
    }
    10% {
      transform: scale(0.9);
    }
    15% {
      transform: scale(1.15);
    }
    20% {
      transform: scale(1.15) rotate(-5deg);
    }
    25% {
      transform: scale(1.15) rotate(5deg);
    }
    30% {
      transform: scale(1.15) rotate(-3deg);
    }
    35% {
      transform: scale(1.15) rotate(2deg);
    }
    40% {
      transform: scale(1.15) rotate(0);
    }
  }
  .vacantes {
    margin-top: 3.5rem;
}
@media only screen and (max-width: 600px) {
    button.link{
        background-color: transparent !important;
    }
    .vacantes {
        margin-top: 2.5rem;
    }
    iframe {
        height: 60vh;
        width: 83vw;
    }
    .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;
    }
    body {
        font-size: 18px;
    }

    /*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: #1F232E;
        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: #20242E;
        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*/
    .item-redes {
        border-top: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .item-redes {
        font-size: 14px;
    }

    .footer {
       width: 100%;
       margin-top: 20%;
       font-size: 12px;
    }
    /*termina 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;
        border-top: 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: 15%;
        flex-wrap: wrap;
    }

    .container-title {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 40px;
        line-height: 45px;
    }

    .title {
        margin-bottom: 20%;
    }


    .equipo {
        font-size: 14px;
    }

    .container-equipo {
        flex-direction: column;
    }

    .container-izq {
        border-right: 0px solid;
        border-top: 0px solid;
        line-height: 28px;
        
        font-size: 18px;
        width: 100%;
    }

    .text-der {
        display: none;
    }

    .text-der-mo {
        display: contents;
    }

    .container-der {
        margin-left: 0;
        margin-top: 5%;
        width: 90%;
    }

    .container-der img {
        margin-bottom: 20px;
        margin-right: 10px;
        width: 21%;
    }


    /*footer-mo*/
    .container-footer {
        margin-left: 1.7rem;
        margin-right: 1.7rem;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
        margin-top: 0;
        height: auto;
        width: 85%;
    }

    .container-social p {
        font-weight: 300;
        line-height: 5px;
        font-size: 14px;

    }

    .container-footer-izq {
        display: none;
    }

    .container-footer-der {
        margin-right: 5%;
        width: 100%;
        display: block;
        flex-direction: row;
        margin-top: -15%;
        justify-content: center;
        align-items: flex-start;
        padding-left: 0;
        border-left: 1px solid transparent;

    }
    form {
        display: flex;
        margin: 0;
        width: 97%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    p.text-izq {
        width: 90%;
        margin-top: 25%;
        margin-bottom: 25%;
        font-size: 50px;
        line-height: 55px;
    }
    section.section-equipo {
        border-top: 0px solid;
        margin: 4rem 2rem 0rem 2rem;
    }
    .container-politicas-mescalina {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        color: #c7c6c6;
        margin-top: 5%;
    }

    .container-politicas-mescalina p {
        margin: 0;
    }
    .container-text-direccion {
        border-bottom: 0px solid #1F232E;
    }
    .logo img {
        margin-left: 10%;
        width: 50%;
        cursor: none;
    }
}


