

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.ttf') format('truetype');
}
body {
    color: #cef8f4;
    background-color: #1F232E;
    margin: 0 !important;
    font-family: "Poppins";
    cursor: auto;
    
}
.container-politicas-mescalina {
    
    font-size: 14px;
    font-weight: 500;
  }
.Activeheader{
    border-bottom: 2px solid #cef8f4;
}
/*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(-20%, -20%);
    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*/

/*flechas*/
.link {
    display: inline-flex;
    margin-left: 0.125em;
    font-size: 17px;
    font-weight: 100;
    align-items: center;
  }
  
  .icon-arrow {
    stroke: #cef8f4;
    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: #cef8f4;
    transition: transform 0.3s ease;
    text-decoration: none;
  }
  .flechaescribe{
    margin-top: 2ex;
    font-size: 16px;
  }
  
  .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: #1F232E;
    transition: stroke 0.1s ease 0.2s;
  }
  
  .link:hover .icon-circle {
    stroke: #cef8f4;
    fill: #cef8f4;
  }
section.blogs{
margin: 5rem 6rem 0rem 6rem;
}


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

p {
    font-family: 'Poppins', sans-serif;
}

  /* 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 #cef8f4;
    color: #cef8f4;
    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: #cef8f4;;
  }
  
  .input:focus+.underline {
    transform: scale(1);
  }
  
  .underline {
    background-color: #cef8f4;;
    display: inline-block;
    height: 2px;
    left: 0px;
    margin-top: -28px;
    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*/
/*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: #1F232E;
    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;
    left: 50%;
    position: absolute;
    background: #cef8f4;;
    /*transition: width 0.3s ease 0s, left 0.3s ease 0s;*/
    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: #cef8f4;
    text-decoration: none;
}

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

/*Termina menu*/

.container-title {
    font-size: 60px;
    line-height: 65px;
    font-weight: bold;

}

.title {
    margin-top: 15%;
    margin-bottom: 10%;

}
section.blog-lectura {
    margin-left: 3%;
    margin-right: 3%;
}
.container-blog {
    padding-top: 5%;
    margin-bottom: 5%;
    width: 100%;
    display: flex;
    border-top: 1px solid #cef8f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-principal-blog {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
section.section-title {
    padding-bottom: 0;
}
img.social-blog {
    width: 90px;
}
.container-blog-lectura {
    margin-right: 5%;
    display: flex;
    border-top: 1px solid;
    width: 100%;
    margin-left: 0;
    align-items: flex-start;
    justify-content: center;
}
.blog-lectura-left {
    margin-top: 10%;
    width: 50%;
}


.text-blog {
    margin-bottom: 5%;
    line-height: 30px;
    width: 40%;
    font-size: 25px;
    font-weight: bold;
}
.blog-lectura-left {
}
p.tiempo-lectura {
    margin-right: 7%;
    border: 1px solid #1F232E;
    font-size: 20px;
    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;
}
.blog-lectura-right {
    width: 50%;
}
.blog-lectura-right {
    padding-top: 5%;
    padding-left: 5%;
    border-left: 1px solid #1F232E;
    width: 45%;
    padding-bottom: 10%;
}
img.img-blog1 {
    margin-left: 7%;
}
.container-title-sec{
    width: 40%;
    margin-left: 7%;
    margin-right: 5%;
    font-size: 60px;
    line-height: 65px;
    font-weight: bold;
}
a.link-blog {
    display: flex;
}
p.fecha {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
}
.container-img-blog-izq {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-img-blog-izq img{
    width: 90%;
    height: auto;
}

section.section-equipo {
    margin-top: 10%;
    margin-left: 5%;
}
p.title-blog {
    font-weight: bold;
    font-size: 50px;
    line-height: 55px;
}
.container-title-blog {
    color: #cef8f4;
    width: 45%;
    margin-left: 5%;
    font-size: 50px;
}


.sig {
    margin-top: 5%;
    right: 10%;
    position: absolute;
    display: flex;
}
.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;
}
p.title-bold-lectura {
    font-size: 20px;
}
p.text-lectura {
    font-size: 20px;
}

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

.container-izq {
    line-height: 60px;
    font-weight: bold;
    font-size: 50px;
    width: 40%;
    margin-right: 5%;
}

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

.container-der {
    margin-left: 5%;
    margin-top: 5%;
    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: 3%;
    margin-right: 0%;
    border-top: 1px solid #cef8f4;
    margin-top: 0;
    height: auto;
    width: 94%;
    display: flex;
    justify-content: center;
    margin-bottom: 10%;
}

.container-footer-izq {
    margin-left: 0%;
    border-right: 1px solid #cef8f4;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: baseline;
}
.escribes {
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}

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

a {
    text-decoration: none;
    color: #cef8f4;
}

.container-text-direccion {
    
    display: flex;
    width: 90%;
}

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

.text-der-mo {
    display: none;
}
/*Mobile*/
@media only screen and (max-width: 600px) {
    .input {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #cef8f4;
        color: #cef8f4;
        box-sizing: border-box;
        font-family: "Poppins" !important;
        font-size: 14px;
        height: 10px;
        left: 47%;
        font-size: 18px;
        margin: -30px 0 0 -100px;
        padding: 10px 0px;
        position: relative;
        top: -10%;
        width: 320px;
    }
    .sig {
        margin-top: 15%;
        /* right: 10%; */
        position: relative;
        display: flex;
        width: 90%;
        justify-content: end;
    }
    .container-btnCambiar {
        font-size: 20px;
        display: flex;
        margin-top: 5%;
        margin-right: 0%;
        margin-left: 0%;
        width: 100%;
        justify-content: flex-end;
        border-top: 1px solid #cef8f4;
    }
    .container-footer {
        /* margin-right: 5%; */
        border-top: 1px solid transparent;
        width: 100%;
        display: inline-block;
        margin-left: -5%;
    }
    header {
        background-color: #1F232E;
    }
    
section.blogs {
    margin: 7rem 1.7rem 0rem 1.7rem;
}
.logo img {
    margin-left: 10%;
        width: 50% !important;
        margin-top: 1%;
}
.link {
    display: inline-flex;
    margin-left: 0.125em;
    font-size: 14px;
    font-weight: 100;
}
}

/* 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-blog {
        display: block;
    }
    a.link-blog {
        display: block;
    }
    .container-img-blog-izq {
        width: 100%;
    }
    .container-title-blog {
        color: #cef8f4;
        width: 95%;
        margin-left: 5%;
        font-size: 50px;
    }
    }
@media only screen and (min-width: 601px) and (max-width: 999px) {
    
    .container-izq {
        line-height: 50px;
        font-weight: bold;
        font-size: 30px;
        width: 40%;
        margin-right: 5%;
    }

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

    .container-der img {
        margin-bottom: 26px;
        margin-right: 15px;
        width: 17%;
    }
}

@media only screen and (max-width: 600px) {
    body {
        font-size: 18px;
    }
    .escribes {
        font-size: 30px;
    }
    .nav-barM.active ul {
        font-size: 14px;
    }

    /*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*/
    .item-redes {
        border-top: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .item-redes {
        font-size: 14px;
    }

    
    /*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;
        color: #1F232E;
        text-decoration: none;
        width: 100%;
    }
    
    .container-img-blog-izq {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    a.link-blog {
        display: flex;
        flex-direction: column;
    }
    .container-title-blog {
        width: 100%;
        margin-left: 0;
    }
    .container-img-blog-izq img {
        width: 100%;
        height: auto;
    }
    img.icono {
        margin-bottom: 2%;
        margin-left: 0%;
        width: 30px;
    }
    p.title-blog {
        font-weight: bold;
        font-size: 22px;
        line-height: 25px;
    }
    .container-blog {
        padding-top: 10%;
        margin-bottom: 10%;
    }
    p.fecha {
        margin: 3%;
        font-size: 14px;
        width: 90%;
        margin: 0;
    }
    section.escribenos {
        border-top: 1px solid #cef8f4;
        display: flow;
        visibility: visible;
        margin-bottom: 15%;
        margin-left: 10%;
        margin-top: 5%;
    }

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

    .container-title {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 30px;
        line-height: 35px;
    }

    .title {
        margin-bottom: 20%;
        margin-left: -6%;
    }

    nav ul {
        display: none;
    }

    .equipo {
        font-size: 14px;
    }

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

    .container-izq {
        line-height: 28px;
        font-weight: bold;
        font-size: 18px;
        width: 90%;
        margin-right: 5%;
    }

    .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 {
        border-top: 1px solid transparent;
        width: 80%;
        display: inline-block;
        margin-left: 8%;
    }

    .container-social p {
        font-weight: 300;
        line-height: 5px;
        font-size: 14px;

    }

    .container-footer-izq {
        border-right: 1px solid transparent;
        width: 100%;
        font-size: 20px;
        display: flex;
        margin-top: 10%;
        flex-direction: column;
        margin-left: 0%;
        align-content: flex-start;
        justify-content: flex-end;
        align-items: baseline;
    }

    .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;
    }

    p.title-bold-lectura {
        font-size: 30px;
    }
    p.text-bold-lectura {
        font-size: 20px;
    }
    .blog-lectura-right {
        width: 50%;
        margin-left: 5%;
    }
    section.blog-lectura {
    margin-left: 3%;
    margin-right: 3%;
}
    .container-politicas-mescalina {
        display: flex;
        flex-direction: column;
        /* align-items: flex-start; */
        font-size: 14px;
        color: #c7c6c6;
        margin-top: 5%;
    }

    .container-politicas-mescalina p {
        margin: 0;
    }
    .container-text-direccion {
        border-bottom: 0px solid #1F232E;
    }
}