@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.ttf') format('truetype');
}

body {

    margin: 0 !important;
    font-family: "Poppins";
    color:#1F232E ;
    background-color: #cef8f4;
    cursor: auto;
    
}
.Activeheader{
    border-bottom: 2px solid #1F232E;
}
.anteriores {
    line-height: 0;
    margin-left: 2rem;
    font-size: 17px !important;
    font-family: 'Popins';
}
.container-btnCambiar {
    display: flex;
    margin-bottom: 0.5rem;
    /* margin-left: -2%; */
    justify-content: space-between;
    width: 190%;
    /* position: absolute; */
    /* margin: 0rem 6rem 5rem 6rem; */
    width: 100%;
    margin-left: -2%;
    margin-top: -4%;
}
.container-politicas-mescalina {
    color: #1F232E;
  font-size: 14px;
  font-weight: 500;
  }

/*flechas*/
.sig {
    margin-top: 5%;
    right: 10%;
    position: absolute;
    display: flex;
}

/*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;
  }
  .flechaescribe{
    margin-top: 3ex;
    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: #EDEDED;
    transition: stroke 0.1s ease 0.2s;
  }
  
  .link:hover .icon-circle {
    stroke: #1F232E;
    fill: #1F232E;
  }
  /* 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: #1F232E;
  }
  
  .input:focus+.underline {
    transform: scale(1);
  }
  
  .underline {
    background-color: #1F232E;
    display: inline-block;
    height: 2px;
    left: 0px;
    margin-top: -20px;
    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*/

*,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: #CEF8F4;
    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;
    left: 50%;
    position: absolute;
    background: #1F232E;
    /*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: #1F232E;
    text-decoration: none;
}

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

/*Termina menu*/
.section.section-title-blog2{
    margin: 11rem 6rem 0rem 6rem;
}
section.blog-lectura{
    margin: 6rem 6rem 0rem 6rem;
}
.container-title {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 70px;
    line-height: 65px;
    font-weight: bold;
}

.title {
    margin-bottom: 10%;

}

.container-blog {
    padding-top: 5%;
    margin: 5%;
    width: 90%;
    display: flex;
    border-top: 1px solid #cef8f4;
}

.container-principal-blog {
    display: flex;
    align-items: end;
    text-align: left;
    justify-content: space-between;
    margin-top: 5%;
        margin-bottom: 5%;
}
section.section-title {
    padding-bottom: 10%;
}
img.social-blog {
    padding: 5px;
    width: 50px;
    cursor: pointer;
}
.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: 6.5%;
    width: 50%;
    /*parte fija izquierda*/
    flex: 0 0 auto;
    position: sticky;
    top: 75px;
    margin-bottom: 10%;
}
.blog-lectura-right {
    border-left: 0px solid #1F232E;
    width: 100%;
    /* parte con scroll derecha */
    flex: 1 1 auto;
overflow-y: auto; 
padding-left: 20px;
}

.text-blog {
    margin-bottom: 5%;
    line-height: 28px;
    width: 60%;
    font-size: 20px;
    font-weight: bold;
}
.blog-lectura-right {
    width: 50%;
}
.blog-lectura-right {
    padding-top: 5%;
    padding-left: 5%;
    border-left: 1px solid #1F232E;
    width: 45%;
    padding-bottom: 10%;
}
p.tiempo-lectura {
    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;
    padding: 6px 25px 6px 25px;
}

img.img-blog1 {
    width: 50%;
}
.container-title-sec{
    width: 50%;
    /* margin-left: 7%; */
    /* margin-right: 5%; */
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
}
a.link-blog {
    display: flex;
}
p.fecha {
    font-size: 20px;
}
.container-img-blog-izq {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-img-blog-izq img{
    width: 75%;
    height: 25rem;
}

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: 50%;
}


.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 #1F232E;
    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 #1F232E;
    width: 50%;
    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 {
    font-size: 20px;
    display: flex;
    width: 90%;
}

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

.text-der-mo {
    display: none;
}



@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%;
    }
}
.escribes {
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}
/* 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-title-sec {
        width: 100%;
      }
      .text-blog {
        margin-bottom: 5%;
        line-height: 28px;
        width: 90%;
      }
}
@media only screen and (max-width: 600px) {
    body {
        font-size: 18px;
    }
    .container-btnCambiar {
        display: flex;
        margin-bottom: 0.5rem;
        /* margin-left: -2%; */
        justify-content: space-between;
        width: 100%;
        /* position: absolute; */
        /* margin: 0rem 6rem 5rem 6rem; */
        /* width: 85%; */
        margin-left: -6%;
        margin-top: -20%;
        font-size: 15px;
    }
    .anteriores {
        font-size: 14px !important;
    }
    .sig {
        margin-top: 15%;
    }
    .escribes {
        font-size: 30px;
    }
    .title {
        margin-bottom: 10%;
        font-size: 35px;
        line-height: 38px;
    }
    section.blog-lectura {
        margin: 0rem 1.7rem 0rem 1.7rem;
    }
    img.img-blog1 {
        width: 100%;
    }
     .container-blog-lectura {
        margin: 3rem 1.7rem 0rem 1.7rem;
    }
    section.section.section-title-blog2{
        margin: 7rem 2rem 0rem 1.7rem;
    }
    .logo img {
        margin-left: 10%;
        width: 50% !important;
        margin-top: 1%;
    }
    /*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 !important;
        margin: 6px 0;
        transition: all 0.3s;
    }
    .bars.actives .line:first-child {
        transform: rotate(45deg);
        margin-top: 0;
        margin: 6px 6px;
        background-color: #EDEDED !important;
    }
    .bars.actives .line:last-child {
        background-color: #EDEDED !important;
    }

    .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;
        font-size: 14px;
    }

    .nav-barM ul {
        margin: 80px 0 0 0;
        font-size: 14px !important;
        
    }

    .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: 13px;
    }

   
    /*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%;
    }
    
    .container-title-sec {
        width: 100%;
        font-size: 40px;
        line-height: 45px;
        font-weight: bold;
    }
    p.fecha {
        margin-bottom: 15%;
        font-size: 14px;
    }

    
    .blog-lectura-left {
        margin-top: 10%;
        width: 100%;
        /*regresar a normal*/
        flex: auto;
        position: relative;
        top: 0;
        margin-bottom: 0;
    }
    /*regresar a normal si es necesario en el acomodo de mobile*/
    .blog-lectura-right {
        border-bottom: 1px solid #1F232E;
        border-left: 1px solid transparent;
        padding-top: 0%;
        padding-left: 0%;
        width: 100%;
        padding-bottom: 10%;
    }
    .text-blog {
        margin-bottom: 5%;
        line-height: 20px;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
    }
    img.social-blog {
        width: 35px;
    }
    .container-blog-lectura {
        margin-right: 5%;
        display: flex;
        border-top: 1px solid;
        width: 100%;
        margin-left: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        align-content: center;
    }
    p.tiempo-lectura {
        display: flex;
        margin-top: 15%;
        font-size: 14px;
        padding: 6px 25px 6px 25px;
    }
    .container-principal-blog {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        
        
    }
    img.img-blog1 {
        margin-left: 0;
    }
    .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%;
    }
    img.icono {
        margin-bottom: 2%;
        /* margin-left: 42%; */
        width: 35px;
    }

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

  

    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;

    }
    .link {
        display: inline-flex;
        margin-left: 0.125em;
        font-size: 14px;
        font-weight: 100;
    }
    .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%;
        font-size: 18px;
        margin: -30px 0 0 -100px;
        padding: 10px 0px;
        position: relative;
        top: -10%;
        width: 320px;
    }
    .container-footer-izq {
        border-right: 1px solid transparent;
        width: 100%;
        font-size: 20px;
        display: flex;
        margin-top: 40%;
        flex-direction: column;
        margin-left: 0%;
        align-content: flex-start;
        justify-content: flex-end;
        align-items: baseline;
    }
    .flechaescribe {
        margin-top: 1.5ex;
        font-size: 16px;
    }

    .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: 14px;
        margin-bottom: 7rem;
    }
    p.text-bold-lectura {
        font-size: 20px;
    }
    

    .container-politicas-mescalina {
        display: flex;
        flex-direction: column;
        /* align-items: flex-start; */
        font-size: 14px;
        color: #1F232E;
        margin-top: 5%;
    }

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