body {
    font-family: 'Open Sans Hebrew', sans-serif;
    margin: 0;
    padding: 0;

    width: 100%;
    height: 100%;
    
   
}
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
input {
    font-family: Arial, sans-serif;
    font-size:15px;
    
}
textarea {
    font-family: Arial, sans-serif;
    font-size: 15px;
}
.logo-form{
    width:15vw;
    height:auto;
    min-width:200px;
    margin-left:20px;
}
.footer {
    background-color: #2c5e3e;
    color: white;
    padding: 20px;
    text-align: left;
}

.accordion {
    width: 60%;
    min-width:400px;
    max-width: 1000px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
}


.accordion-item {
    border-top: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}

    .accordion-item:first-child {
        border-top: none;
        border-radius: 5px;
    }

.accordion-header {
    background-color: #22592B;
    color: #fff;
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    border-radius: 10px;
    justify-content: left;
    font-family: "IBM Plex sans", Sans-serif;
    font-weight:bold;
}

    .accordion-header:hover {
        background-color: #256628;
    }

.accordion-content {
    display: none;
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    text-align: center;
}

    .accordion-content p {
        margin: 0;
        color: black !important;
        font-family: "IBM Plex sans", Sans-serif;
    }
i {
    margin-right: 10px;
}
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-info h4 {
    margin-bottom: 3%;
        font-family: 'Open Sans Hebrew', sans-serif;
        font-size:18px;
	text-align: center;
}

.footer-info p {
    margin: 5px 0 10px 0;
    text-align:left;
    font-family: 'Open Sans Hebrew', sans-serif;
            font-size:15px;
    text-align: center;

}

.footer-contact {
    margin-top: 20px;
}

.footer-contact a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.footer-contact a:hover {
    text-decoration: underline;
}
.footer-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
                padding-left:12vw;

    }
    
.footer-info, .footer-contact {
        flex: 1;
        text-align: left;
        margin: 10px auto;
    }

 .footer-contact {
        text-align: right;
    }

.whatsapp-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.icon-tel {
    width: 20px; /* Largura do  cone */
    height: 17px; /* Altura do  cone */
    background-image: url('/images/telephone.png'); /* URL da imagem PNG */
    background-size: cover; /* Redimensiona a imagem para cobrir todo o elemento */
    margin-bottom:0.3rem
}
.icon-zap {
    width: 20px; /* Largura do  cone */
    height: 20px; /* Altura do  cone */
    background-image: url('/images/whatsapp.png'); /* URL da imagem PNG */
    background-size: cover; /* Redimensiona a imagem para cobrir todo o elemento */
}

.container {
    max-width: 100%;
    margin: 0 auto;
}

main {
    display:flex;
    justify-content: space-between; /* Distribui o espa o entre os filhos */
}

header {
    display: flex;
    position:fixed;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 1.5); /* Adiciona uma sombra com deslocamento vertical de 2px, desfoque de 4px e opacidade de 0.1 */
    opacity:100%;
    top: 0;
    width: 100%;
    z-index: 1000; 
}

.logo-container {
    flex: 1;
}
.general-advantages{
    display:flex;
    flex-direction: column; /* Alinha os itens em coluna */
}
.sobre-section{
    position: relative;
    padding-top:4%;
    display: inline-block;
    overflow: hidden; /* Esconde o excesso de conte do que ultrapassar a altura */
    
}

.sobre-section button{
    margin-left:10%;
}
.sobre-section .verde-transparente{
  background-color: rgba(29, 81, 42, 0.7); /* Verde com 50% de opacidade */
    position: relative;
    width: 100%;
    height: auto;
    margin-top:6%; 
}
.casal-feliz{
    background-image:url('/images/casal-feliz.webp');
    background-position: center;

    /* Ajusta o tamanho da imagem de fundo para cobrir toda a  rea do elemento */
    background-size: cover;
    
    /* Impede que a imagem de fundo se repita */
    background-repeat: no-repeat;
    
    /* Fixa a imagem de fundo para evitar repeti  o quando a p gina   rolada */
    background-attachment: fixed;
    width: 100vw;
    height:auto;


}
.sobre-text h1{
    color:white;
    text-align:left;
    padding-bottom:10px;
    padding-top:40px;
}

.sobre-text p{
    text-align:left;
    margin-left:0;
    font-size:18px;
    font-family: Roboto !important;
    color:#fff;

}
.saiba-mais-section h2{
    padding:1% 0 3% 0;
}

.rodape-branco {
    background-color: white;
    color: #A9A8A8;
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    text-align: center;
    box-sizing: border-box;
}
.sobre p {
    color:#256628 !important;
    text-align: justify;
    font-size: 1.2rem;
    margin: 1em;

}
.sobre-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sobre-img img{
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.sobre h3, li{
    text-align: left;
    color: #256628;
}
.politica {
    margin: 20px;
    align-items: center;
    text-align: center !important;
}
/*------------------------>comeco versao 1 <----------------------*/
/* Resolução */
@media(max-width:530px) {
    header {
    display:inline;
    padding: 2rem 0;
}
    .rodape-branco {
        font-size:9px;
}
.container-diferenciais {
        background-image:url('/images/diferenciais.webp');
        width: 90%;
        height:40%;
        max-height:50%;
        min-width:300px;
        max-width:500px;
        padding-top:300px;
        background-size: contain; /* Redimensiona a imagem para cobrir todo o elemento */
        margin:0% auto;
        background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat;
}
 .title-duvidas {
        color: #22592B;
        font-size: 30px;
        margin: 30px auto 30px auto;
        text-align: center;
        font-weight: bold;
    }
.diferenciais-section {

    text-align:center;
}
.diferenciais-section h1 {

    padding-top:calc(20px + 2vh);
}
.diferenciais-section button{
    margin:-2%;
}
.sobre-text{
    margin:0 5% 0 10%;
    width:80%;

}
.sobre-text h1{
    padding-top:40px;
    margin-left:8px;
}
.sobre-section img{
    height:auto !important;
}
.sobre-section{
    height:auto;
    margin-bottom: 20px; /* Ajuste conforme necess rio */

}


.video-wrapper {
        max-width: 80% !important;
        /* padding-top: 15% !important;  */
}
.footer-content {
         padding-left:1%;

    }
.div-img-zap{
    margin-left:auto !important;
    margin-right:auto !important;
}
.logo {
    width: 11rem;
    max-width: 90vw; /* Define a largura m xima do componente em rela  o   largura da viewport */
    margin-left:38px;
    margin-bottom:10px;
    }
.logo-container .logo-maior{
    display:none;
}
.logo-container {
    display:flex;
    justify-content:center;
}

sda {
    padding-left:0.5rem;
}
sdb {
    padding-left:1rem;

}


.img-49{
    width: 35px; /* Largura do  cone */
    height: 35px; /* Altura do  cone */
    background-image: url('49.png'); /* URL da imagem PNG */
    background-size: cover; /* Redimensiona a imagem para cobrir todo o elemento */
    margin-top: 60px;
    padding-right:20px;
        overflow: hidden;

    position:absolute;
    top: 155px; /* ajuste a posi  o vertical conforme necess rio */
    left: 91%;
    transform: translateX(-50%);
    z-index: 999;
}
.left-items-home{
    justify-items:left;
    display:inline;
    
}
.rodape-branco {
   
    font-size: 10px !important;
    
}

    .image-back {
        /* Centraliza a imagem de fundo */
        background-position: center;
        padding-top: 120px;
        /* Ajusta o tamanho da imagem de fundo para cobrir toda a  rea do elemento */
        background-size: cover;
        /* Impede que a imagem de fundo se repita */
        background-repeat: no-repeat;
        /* Fixa a imagem de fundo para evitar repeti  o quando a p gina   rolada */
        /* background-attachment: scroll; */
        background-image: url('/images/meditacao-celular-530px.webp');
        width: 100vw;
        height: 100vh;
        z-index: -1;
        height: 1255px;
    }
.price {
    font-weight: bold;
    font-size: calc(17px + 1vh); 
    padding-top: 0;
    color:#0F492F;
}
h2{
    margin: 5px 0 !important;

}

.general-advantages{
    position:relative;
    align-items:center;
    padding-top:115px;
}

.title-advantages {
    flex: 1;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom:5px;
    line-height:30px;
    border-radius: 10px;
    text-align:center;
    width:80%;
    height:15px;
}

.advantages {
    flex: 1;
    background: rgba(255, 255, 255, 0.8);
    padding-bottom:10px;
    border-radius: 10px;
    padding-top:10px;
    height:177px;
    width:80%  ;
}


.div-price{
    flex: 1;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom:35px;
    margin-top:10px;
    border-radius: 10px;
    text-align:center;
    width:80%;
    height:15px;

}


.advantages h2 {
    margin-top: 0;
}

.advantages ul {
    list-style: none;
    padding-top:0;
    padding-left:20px;
}

.advantages li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size:14px;
}

.contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right:auto;
    margin-left:auto;
    align-items:center;

}

.contact-button {
    background-color: #19b120;
    font-size:14px;
    font-weight: 700; /* Negrito */
    color: white;
    width: 50%;
    height: 2.5rem;
    min-width: 300px;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    display: flex; /* Usa Flexbox */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  
}
.div-form{
     align-items:center;
     background-position: center;
    /* Ajusta o tamanho da imagem de fundo para cobrir toda a  rea do elemento */
    background-size: cover;
    
    /* Impede que a imagem de fundo se repita */
    background-repeat: no-repeat;
    
    /* Fixa a imagem de fundo para evitar repeti  o quando a p gina   rolada */
    background-attachment: scroll;
     /* background-image:url('/images/verde.webp'); */
     padding-top:20px;
     padding-bottom:20px;
     margin-top: -27px;

}

.form-section {

    flex: 1;    
    background-color: #00783B;
    padding: 10px 20px 25px 20px;
    border-radius: 15px;
    color: white;
    width:80%;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}

.form-section h2 {
    margin-top: 0;
    font-size: 1.2em;
    margin-bottom:2px !important;
}

.form-section form {
    display: flex;
    flex-direction: column;
}

.form-section label {
    margin-top: 10px;
}

.form-section input, .form-section textarea {
    padding: 7px;
    margin-top: 15px;
    border: none;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

    .form-section button {
        margin-top: 20px;
        padding: 10px;
        border: none;
        background-color: #F19105;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        border-radius: 5px;
    }
main{
    display:inline;
}
.planos {
        font-family: Arial, sans-serif;
        margin: 0;
        margin-top: -80px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        background-color: #f4f4f4;
    }

.planos-container {
    text-align: center;
    width: 90%; /* Ajuste para aumentar a largura do cont iner */
    margin: 0 2%;
}

.planos-container h1 {
    color: #333;
    align-items: center !important;
    padding-bottom:20px;

}

.plans {
    display: inline;
    margin-top: 40px;
    flex-wrap: nowrap; /* Manter as caixas na mesma linha */
}

.plan {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
    margin: 15px auto;
    max-width: 80%; /* Limitar a largura m xima das caixas */


}

.plan-essencial {
    background-color: #4DA358;
    color: #fff;
    height:30vh;
    height: fit-content;



}

.plan-mg3 {
    background-color: #357749;
    color: #fff;
    height: fit-content;

}

.plan-mg4 {
    background-color: #1D512A;
    color: #fff;
    padding-bottom:10px;
    height: fit-content;

}

.plan-black3 {
    background-color: #212121;
    color: #fff;
    padding-bottom:10px;

    height: fit-content;


}



.planos h1 {
   font-family: 'Open Sans Hebrew', sans-serif;
   font-size: 30px;
   margin:50px 0 30px 0;


}
.plans h2 {
    color: #fff;
    font-size:18px;
    padding-top: 10px;
}

.plan-black3 h2 {
    color: #fff;
    
}

p {
    color: #fff;
    margin-top:20px;
    margin-right:10px;
    margin-left:10px;
    padding:7px;
}

.div-selo{
    display:flex;
    justify-content:center;
}
.footer-contact .selo{
    width: 50% !important; 
    height:auto !important;
    min-width:300px;
   
}
.div-rodape-direita {
    display:inline;
}
.fale{
    justify-content:center;
}
.div-img-zap{
    display:flex;
    margin-left:25%;
    margin-right:auto;
    margin-bottom:20px;
}
.footer-content {
    flex-direction:column;
}
.footer-info h4{
	margin-top:0px;
}
.sobre p {
    color:#256628 !important;
    text-align: justify;
    font-size: 1.2rem;
    margin: 1em;

}
.sobre-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sobre-img img{
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.sobre h3, li{
    text-align: left;
    color: #256628;
}
.politica {
    margin: 20px;
    align-items: center;
    text-align: center !important;
}
.video-container{
   margin-bottom: 20%;
}
}
/* Resolução */
@media (min-width:530px) and (max-width: 800px) {

header {
    display:inline;
    padding: 2rem 0;
}
 .title-duvidas {
        color: #22592B;
        font-size: 30px;
        margin: 30px auto 30px auto;
        text-align: center;
        font-weight: bold;
    }
.container-diferenciais {
        background-image:url('/images/diferenciais.webp');
        width: 90%;
        height:40%;
        max-height:50%;
        min-width:300px;
        max-width:500px;
        padding-top:400px;
         background-size: contain;  /*Redimensiona a imagem para cobrir todo o elemento */
        margin:5% auto;
        background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat;
}
.diferenciais-section {

    text-align:center;
}
.diferenciais-section h1 {

    padding-top:calc(20px + 2vh);
    padding-bottom: 10px;
}
.diferenciais-section button{
    margin:-2%;
}
.sobre-text{
    margin:2% 5% 0 10%;
    width:80%;

}
.sobre-text h1{
    padding-top:50px;
    margin-left:8px;
}
.sobre-section img{
    height:100%;
}
.sobre-section{
    height:80vh;
    margin-bottom: 20px; /* Ajuste conforme necess rio */

}


.video-wrapper {
        max-width: 80% !important;
        /* padding-top: 15% !important;  */

}
.footer-content {
         padding-left:1%;

    }
.div-img-zap{
    margin-left:auto !important;
    margin-right:auto !important;
}
.logo {
    width: 15rem;
    max-width: 90vw; /* Define a largura m xima do componente em rela  o   largura da viewport */
    margin-left:40px;
    margin-bottom:10px;
    }
.logo-container .logo-maior{
    display:none;
}
.logo-container {
    display:flex;
    justify-content:center;
}

sda {
    padding-left:0.5rem;
}
sdb {
    padding-left:1rem;

}


.img-49{
    width: 35px; /* Largura do  cone */
    height: 35px; /* Altura do  cone */
    background-image: url('/images/49.png'); /* URL da imagem PNG */
    background-size: cover; /* Redimensiona a imagem para cobrir todo o elemento */
    margin-top:6vh;
    padding-right:20px;
        overflow: hidden;

    position:absolute;
    top: 155px; /* ajuste a posi  o vertical conforme necess rio */
    left: 91%;
    transform: translateX(-50%);
    z-index: 999;
}
.left-items-home{
    justify-items:left;
    display:inline;
    
}

 .image-back{
 /* Centraliza a imagem de fundo */
    background-position: center;
    padding-top:120px;
    /* Ajusta o tamanho da imagem de fundo para cobrir toda a  rea do elemento */
    background-size: cover;
    
    /* Impede que a imagem de fundo se repita */
    background-repeat: no-repeat;
    
    /* Fixa a imagem de fundo para evitar repeti  o quando a p gina   rolada */
    background-attachment: fixed;
    background-image: url('/images/meditacao-celular.webp');
    width: 100vw;
            z-index: -1;

    height: 770px;

}
.price {
    font-weight: bold;
    font-size: calc(17px + 1vh); 
    padding-top: 0;
    color:#0F492F;
}
h2{
    margin: 5px 0 !important;

}

.general-advantages{
    position:relative;
    align-items:center;
    padding-top:130px;
}

.title-advantages {
    flex: 1;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom:5px;
    line-height:30px;
    border-radius: 10px;
    text-align:center;
    width:80%;
    height:15px;
}

.advantages {
    flex: 1;
    background: rgba(255, 255, 255, 0.8);
    padding-bottom:10px;
    border-radius: 10px;
    padding-top:10px;
    height:177px;
    width:80%  ;
}


.div-price{
    flex: 1;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom:35px;
    margin-top:10px;
    border-radius: 10px;
    text-align:center;
    width:80%;
    height:15px;

}


.advantages h2 {
    margin-top: 0;
}

.advantages ul {
    list-style: none;
    padding-top:0;
    padding-left:20px;
}

.advantages li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size:14px;
}

.contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right:auto;
    margin-left:auto;
    align-items:center;

}

.contact-button {
    background-color: #19b120;
    font-size:14px;
    font-weight: 700; /* Negrito */
    color: white;
    width: 50%;
    height:2.5rem;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    display: flex; /* Usa Flexbox */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  
}
.div-form{
     align-items:center;
     background-position: center;
    /* Ajusta o tamanho da imagem de fundo para cobrir toda a  rea do elemento */
    background-size: cover;
    
    /* Impede que a imagem de fundo se repita */
    background-repeat: no-repeat;
    
    /* Fixa a imagem de fundo para evitar repeti  o quando a p gina   rolada */
    background-attachment: scroll;
     /* background-image:url('/images/verde.webp'); */
     padding-top:20px;
     padding-bottom:20px;

}

.form-section {

    flex: 1;    
    background-color: #00783B;
    padding: 15px 20px 25px 20px;
    border-radius: 15px;
    color: white;
    width:80%;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}

.form-section h2 {
    margin-top: 0;
    font-size: 1.2em;
    margin-bottom:2px !important;
}

.form-section form {
    display: flex;
    flex-direction: column;
}

.form-section label {
    margin-top: 10px;
}

.form-section input, .form-section textarea {
    padding: 4px;
    margin-top: 15px;
    border: none;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

    .form-section button {
        margin-top: 20px;
        padding: 10px;
        border: none;
        background-color: #F19105;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        border-radius: 5px;
    }
main{
    display:inline;
}
.planos {
    font-family: Arial, sans-serif;
    margin: 0;
    margin-top: 370px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f4f4f4;
}

.planos-container {
    text-align: center;
    width: 90%; /* Ajuste para aumentar a largura do cont iner */
    margin: 0 2%;
}

.planos-container h1 {
    color: #333;
    align-items: center !important;
    padding-bottom:20px;

}

.plans {
    display: inline;
    margin-top: 40px;
    flex-wrap: nowrap; /* Manter as caixas na mesma linha */
}

.plan {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
    margin: 15px auto;
    max-width: 80%; /* Limitar a largura m xima das caixas */


}

.plan-essencial {
    background-color: #4DA358;
    color: #fff;
    height:30vh;
    height: fit-content;



}

.plan-mg3 {
    background-color: #357749;
    color: #fff;
    height: fit-content;

}

.plan-mg4 {
    background-color: #1D512A;
    color: #fff;
    padding-bottom:10px;
    height: fit-content;

}

.plan-black3 {
    background-color: #212121;
    color: #fff;
    padding-bottom:10px;

    height: fit-content;


}



.planos h1 {
   font-family: 'Open Sans Hebrew', sans-serif;
   font-size: 30px;
   margin:50px 0 30px 0;


}
.plans h2 {
    color: #fff;
    font-size:18px;
    padding-top: 10px;
}

.plan-black3 h2 {
    color: #fff;
    
}

p {
    color: #fff;
    margin-top:20px;
    margin-right:10px;
    margin-left:10px;
    padding:7px;
}

.div-selo{
    display:flex;
    justify-content:center;
}
.footer-contact .selo{
    width: 50% !important; 
    height:auto !important;
    min-width:300px;
   
}
.div-rodape-direita {
    display:inline;
}
.fale{
    justify-content:center;
}
.div-img-zap{
    display:flex;
    margin-left:25%;
    margin-right:auto;
    margin-bottom:20px;
}
.footer-content {
    flex-direction:column;
}
.sobre p {
    color:#256628 !important;
    text-align: justify;
    font-size: 1.2rem;
    margin: 1em;

}
.sobre-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sobre-img img{
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.sobre h3, li{
    text-align: left;
    color: #256628;
}
.politica {
    margin: 20px;
    align-items: center;
    text-align: center !important;
}
}
/*------------------------>comeco versao 3 <----------------------*/

@media (min-width:800px) and (max-width: 812px) {
.container-diferenciais {
        background-image:url('/images/diferenciais.webp');
        width: 400px;
        height:300px;
        background-size: contain; /* Redimensiona a imagem para cobrir todo o elemento */
        margin:20px auto;
        background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat;
}

 .title-duvidas {
        color: #22592B;
        font-size: 30px;
        margin: 30px auto 30px auto;
        text-align: center;
        font-weight: bold;
    }
.diferenciais-section {

    text-align:center;
}
.diferenciais-section h1 {

    padding-top:calc(20px + 2vh);
}
.logo-container .logo-mobile{
    display:none;
}
.fale{
    justify-content:center;
}

.diferenciais-section button{
    margin:-5%;
}
.sobre-text{
    margin:2% 5% 0 10%;
    width:80%;

}
.logo {
    width: 15rem;
    max-width: 90vw; /* Define a largura m xima do componente em rela  o   largura da viewport */
    padding-left:20px;
    }
 .logo-container .logo-mobile{
    display:none;
}
 .sobre-text h1{

    margin-left:0;
}

sda {
    padding-left:0.5rem;
}
sdb {
    padding-left:1rem;

}

.left-items-home{
    justify-items:left;
    display:flex;

}

 .image-back{
 /* Centraliza a imagem de fundo */
    background-position: center;
        padding-top:140px;

    /* Ajusta o tamanho da imagem de fundo para cobrir toda a  rea do elemento */
    background-size: cover;
    
    /* Impede que a imagem de fundo se repita */
    background-repeat: no-repeat;
    
    /* Fixa a imagem de fundo para evitar repeti  o quando a página é rolada */
    background-attachment: fixed;
    background-image: url('/images/meditacao.webp');
    width: 100vw;
    height:700px;

}
.price {
    font-weight: bold;
    font-size: calc(17px + 1vh); 
    margin-top:10px  !important ;
    padding-top: 0;
    margin-left:20px;
    color:#0F492F;
}
h2{
    margin: 5px 0 !important;

}

.general-advantages{
    padding-left:10%;
    padding-top:10px;
}

.title-advantages {
    
    background: rgba(255, 255, 255, 0.8);
    margin-bottom:10px;
    line-height:30px;
    border-radius: 10px;
    text-align:center;
    padding-bottom:70px;
    width:53vh;
    height:10px;
}

.advantages {
    background: rgba(255, 255, 255, 0.8);
    padding-left: 25px;
    padding-bottom:30px;
    border-radius: 10px;
    padding-top:5px;
    height:220px;
    width:49vh;
}


.div-price{
    background: rgba(255, 255, 255, 0.8);
    margin-bottom:35px;
    margin-top:10px;
    padding-right:10px;
    border-radius: 10px;
    text-align:center;
    width:51.5vh;
    height:80px;

}


.advantages h2 {
    margin-top: 0;
}

.advantages ul {
    list-style: none;
    padding: 0;
}

.advantages li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size:14px;
}

.contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right:8rem;
    padding-left:0px;

}

.contact-button {
    background-color: #19b120;
    font-size:12px;
    font-weight: 700; /* Negrito */
    color: white;
    width: 250px;
    height:2rem;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    display: flex; /* Usa Flexbox */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  
}
.footer-info h4 {
	text-align:left;
}
.footer-info p {
	text-align:left;
}
.footer-content{
	padding-left:2vw;
}
.form-section {
    flex: 1;    
    background-color: #00783B;
    padding: 10px 20px 15px 20px;
    border-radius: 15px;
    color: white;
    width:250px;
    margin-right:50px;
    margin-top:5px;
    text-align:center;
}

.form-section h2 {
    margin-top: 0;
    font-size: 1.2em;
    margin-bottom:2px !important;
}

.form-section form {
    display: flex;
    flex-direction: column;
}

.form-section label {
    margin-top: 10px;
}

.form-section input, .form-section textarea {
    padding: 5px;
    margin-top: 15px;
    border: none;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

    .form-section button {
        margin-top: 20px;
        padding: 10px;
        border: none;
        background-color: #F19105;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        border-radius: 5px;
    }

.planos {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-top:-200px;
    background-color: #f4f4f4;
}

.planos-container {
    text-align: center;
    width: 90%; /* Ajuste para aumentar a largura do cont iner */
    margin: 0 2%;
}

.planos-container h1 {
    color: #333;
    padding-bottom:30px;
}

.plans {
    display: flex;
    flex-wrap: wrap; /* Permite que os planos quebrem para a pr xima linha */
    justify-content: space-around; /* Espa o uniforme entre os planos */
    margin-top: 20px;
}

.plan {
    border-radius: 10px;
    padding: 20px;
      flex-wrap: wrap;
       flex: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
    margin: 10px;
    max-width: calc(50% - 60px); /* Largura m xima ajustada para 50% menos o espa o das margens */
}
.plan-essencial {
    background-color: #4DA358;
    color: #fff;
}

.plan-mg3 {
    background-color: #357749;
    color: #fff;
}

.plan-mg4 {
    background-color: #1D512A;
    color: #fff;
}

.plan-black3 {
    background-color: #212121;
    color: #fff;
}





.planos h1 {
   font-family: 'Open Sans Hebrew', sans-serif;
   font-size: 30px;
   margin:50px 0 30px 0;


}
.plans h2 {
    color: #fff;
    font-size:18px;
}

.plan-black3 h2 {
    color: #fff;
    
}

p {
    color: #fff;
}
.sobre p {
    color:#256628 !important;
    text-align: justify;
    font-size: 1.2rem;
    margin: 1em;

}
.sobre-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sobre-img img{
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.sobre h3, li{
    text-align: left;
    color: #256628;
}
.politica {
    margin: 20px;
    align-items: center;
    text-align: center !important;
}
}
/*------------------------>comeco versao 3 <----------------------*/

@media (min-width: 812px) and (max-width: 1000px) {

.container-diferenciais {
        background-image:url('/images/diferenciais.webp');
        width: 420px;
        height:300px;
        background-size: contain; /* Redimensiona a imagem para cobrir todo o elemento */
        margin:20px auto;
        background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat;
}
.title-duvidas {
        color: #22592B;
        font-size: 30px;
        margin: 30px auto 30px auto;
        text-align: center;
        font-weight: bold;
    }
.diferenciais-section {

    text-align:center;
}
.diferenciais-section h1 {

    padding-top:calc(20px + 2vh);
}

.diferenciais-section button{
    margin:-30px;
}
.sobre-text{
    margin:2% 5% 0 10%;
    width:80%;

}
.sobre-text h1{

    margin-left:0;
}
.logo {
    width: 15rem;
    max-width: 100vh; 
    padding-left:20px;
    }

.logo-container .logo-mobile{
    display:none;
}
sda {
    padding-left:0.5rem;
}
sdb {
    padding-left:1rem
}
.img-49{
    width: 40px; /* Largura do  cone */
    height: 40px; /* Altura do  cone */
    background-image: url('/images/49.png'); /* URL da imagem PNG */
    background-size: cover; /* Redimensiona a imagem para cobrir todo o elemento */
    margin-top:2vh;
    padding-right:25px;
    margin-left:10px;
}
.left-items-home{
    justify-items:left;
    display:flex;

}
 .image-back{
      /* Centraliza a imagem de fundo */
    background-position: center;
        padding-top:120px;

    /* Ajusta o tamanho da imagem de fundo para cobrir toda a  rea do elemento */
    background-size: cover;
    
    /* Impede que a imagem de fundo se repita */
    background-repeat: no-repeat;
    
    /* Fixa a imagem de fundo para evitar repeti  o quando a p gina   rolada */
    background-attachment: fixed;

    background-image: url('/images/meditacao.webp');
    width: 100vw;
    height:750px;

}
    
.general-advantages{
    padding-left:100px;
    padding-top:10px;
}

.title-advantages {
    background: rgba(255, 255, 255, 0.8);
    margin-bottom:5px;
    padding-top:5%;
    line-height:25px;
    border-radius: 10px;
    text-align:center;
    width:100%;
    height: 4rem !important; /* Ou remova completamente a defini  o de altura para permitir que ela se ajuste ao conte do */
     }
h2{
    font-size: calc(18px + 1vh); 
    margin:1px 0;
}
.advantages {
    background: rgba(255, 255, 255, 0.8);
    padding-left: 25px;
    padding-bottom:30px;
    border-radius: 10px;
    padding-top:5px;
    height:280px;
    width:19.5rem;
}
.div-price{
    background: rgba(255, 255, 255, 0.8);
    margin-bottom:35px;
    margin-top:5px;
    border-radius: 10px;
    text-align:center;
    width:21rem;
    height:calc(15px+2vh);

}
.footer-info h4 {
	text-align:left;
}
.footer-info p {
	text-align:left;
	margin-bottom:20px;
}
.footer-content{
	padding-left:8vw;
}

.advantages h2 {
    margin-top: 0;
}

.advantages ul {
    list-style: none;
    padding: 0;
}

.advantages li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size:15px;
}

.contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right:8rem;
    padding-left:0px;

}

.contact-button {
    background-color: #19b120;
    font-size:12px;
    font-weight: 700; /* Negrito */
    color: white;
    width: 120%;
    height:2rem;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    display: flex; /* Usa Flexbox */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  
}
.price {
    font-weight: bold;
    font-size: calc(17px + 1vh); 
        color:#0F492F;

    margin-top: calc(15px + 1vh);
}

.form-section {
    flex: 1;    
    background-color: #00783B;
    padding: 10px 20px 20px 20px;
    border-radius: 15px;
    color: white;
    width:250px;
    margin-right:50px;
    margin-top:7px;
    text-align:center;
}

.form-section h2 {
    margin-top: 0;
    font-size: 1.2em;
    margin-bottom:2px !important;
}

.form-section form {
    display: flex;
    flex-direction: column;
}

.form-section label {
    margin-top: 10px;
}

.form-section input, .form-section textarea {
    padding: 4px;
    margin-top: 15px;
    border: none;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

    .form-section button {
        margin-top: 20px;
        padding: 10px;
        border: none;
        background-color: #F19105;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        border-radius: 5px;
    }

.planos {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-top:-200px;
    background-color: #f4f4f4;
}

.planos-container {
    text-align: center;
    width: 90%; /* Ajuste para aumentar a largura do cont iner */
    margin: 0 2%;
}

.planos-container h1 {
    color: #333;
    padding-bottom:30px;
}

.plans {
    display: flex;
    flex-wrap: wrap; /* Permite que os planos quebrem para a pr xima linha */
    justify-content: space-around; /* Espa o uniforme entre os planos */
    margin-top: 20px;
}

.plan {
    border-radius: 10px;
    padding: 20px;
      flex-wrap: wrap;
       flex: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
    margin: 10px;
    max-width: calc(50% - 60px); /* Largura m xima ajustada para 50% menos o espa o das margens */
}
.plan-essencial {
    background-color: #4DA358;
    color: #fff;
}

.plan-mg3 {
    background-color: #357749;
    color: #fff;
}

.plan-mg4 {
    background-color: #1D512A;
    color: #fff;
}

.plan-black3 {
    background-color: #212121;
    color: #fff;
}



.planos h1 {
   font-family: 'Open Sans Hebrew', sans-serif;
   font-size: 30px;
   margin:50px 0 30px 0;


}
.plans h2 {
    color: #fff;
    font-size:18px;
}

.plan-black3 h2 {
    color: #fff;
    
}

.plan p {
    margin:15px 8px;
    color: #fff;
}
.sobre p {
    color:#256628 !important;
    text-align: justify;
    font-size: 1.2rem;
    margin: 1em;

}
.sobre-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sobre-img img{
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.sobre h3, li{
    text-align: left;
    color: #256628;
}
.politica {
    margin: 20px;
    align-items: center;
    text-align: center !important;
}
}

/*------------------------>comeco versao 4 <----------------------*/
@media (min-width: 1000px) {
    main{
        padding-left:50px;
    }
    .container-diferenciais {
        background-image:url('/images/diferenciais.webp');
        width: 520px;
        height:400px;
        background-size: contain; /* Redimensiona a imagem para cobrir todo o elemento */
        margin:20px auto;
        background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat;
}

    .title-duvidas {
        color: #22592B;
        font-size: 30px;
        margin: 60px auto 30px auto;
        text-align: center;
        font-weight: bold;
    }
 .diferenciais-section {

    text-align:center;
}
.diferenciais-section h1 {
    margin-bottom:40px !important;

    padding-top:30px;
}
.diferenciais-section button{
    margin:-1%;
}
.sobre-text{
    margin:2% 5% 0 10%;
    width:50%;

}
.sobre-text h1{

    margin-left:0;
}

.logo {
    width: 15rem;
    max-width: 90vw; /* Define a largura m xima do componente em rela  o   largura da viewport */
    padding-left:115px
    }
.logo-container .logo-mobile{
    display:none;
}
sda {
    padding-left:0.5rem;
}
sdb {
    padding-left:1rem
}
.img-49{
    width: 200px; /* Largura do  cone */
    height: 40px; /* Altura do  cone */
    background-image: url('/images/49.png'); /* URL da imagem PNG */
    background-size: contain; /* Redimensiona a imagem para cobrir todo o elemento */
    background-repeat:no-repeat;
    margin-top:4vh;
    margin-left:10px;
    display:flex;
    
    padding-right:25px;
}
.left-items-home{
    justify-items:left;
    display:flex;
    padding-top:20px;

}
.image-back{
    background-position: center;
        padding-top: 120px;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-image: url('/images/meditacao.webp');
        width: 100vw;
        height: 600px;

}
.general-advantages{
    box-sizing: border-box; 
    padding-left:13vw;
}

.title-advantages {
    background: rgba(255, 255, 255, 0.8);
    margin-bottom:13px;
    line-height:35px;
    border-radius: 10px;
    text-align:center;
    width:450px;
    height:110px;
}
.footer-info h4 {
	text-align:left;
}
.footer-info p {
	text-align:left;
	margin-bottom:20px;
}
.footer-content{
	padding-left:15%;
}
h2{
    font-size: 33px; 
    margin:20px 0;
}

.advantages {
    background: rgba(255, 255, 255, 0.8);
    padding-left: 25px;
    padding-bottom:30px;
    border-radius: 10px;
    padding-top:5px;
    height:262px;
    width:426px;
}
.div-price{
    background: rgba(255, 255, 255, 0.8);
    margin-top:10px;
    border-radius: 10px;
    text-align:center;
    width:450px;
    height:120px;

}
.price {
    font-weight: bold;
    font-size: 35px;
        color:#0F492F;

}


.advantages h2 {
    margin-top: 0 !important;
}
.div-price p {
    margin-top: 20px !important;
}

.advantages ul {
    list-style: none;
    padding: 0;
}

.advantages li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size:17px;
}


.contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right:12rem
  
}

.contact-button {
    background-color: #19b120;
    font-size:14px;
    font-weight: 700; /* Negrito */
    color: white;
    width: 17rem;
    height:2rem;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    display: flex; /* Usa Flexbox */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  
}


.form-section {
    flex: 1;    
    background-color: #00783B;
    padding: 10px 20px 10px 20px;
    border-radius: 15px;
    color: white;
    width:350px;
    height:490px;
    margin-right:13vw;
    margin-top:40px;
    text-align:center;
}

.form-section h2 {
    margin-top: 0;
    font-size: 1.2em;
    margin-bottom:2px !important;
}

.form-section form {
    display: flex;
    flex-direction: column;
}

.form-section label {
    margin-top: 10px;
}

.form-section input, .form-section textarea {
        padding: 9px;
        margin-top: 15px;
        border: none;
        border-radius: 8px;
        width: 100%;
        box-sizing: border-box;
    }


    .form-section button {
        margin-top: 20px;
        padding: 10px;
        border: none;
        background-color: #F19105;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        border-radius: 5px;
    }
.planos {
    font-family: Arial, sans-serif;
    margin: 0;
    padding-bottom: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 580px;
    background-color: #f4f4f4;
}

.planos-container {
    text-align: center;
    width: 90%; /* Ajuste para aumentar a largura do cont iner */
    margin: 0 2%;
}

.planos-container h1 {
    color: #333;
    padding-bottom:30px;
    padding-top:30px;
}

.plans {
    display: flex;
    justify-content: space-between; /* Espa amento uniforme entre as caixas */
    margin-top: 20px;
    flex-wrap: nowrap; /* Manter as caixas na mesma linha */
}

.plan {
    border-radius: 10px;
    padding: 20px;
    flex: 1; /* Deixar as caixas flex veis */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
    margin: 10px;
    max-width: 22%; /* Limitar a largura m xima das caixas */
       /* Centraliza verticalmente */

}

.plan-essencial {
    background-color: #4DA358;
    color: #fff;
    align-items: center;
}

.plan-mg3 {
    background-color: #357749;
    color: #fff;
}

.plan-mg4 {
    background-color: #1D512A;
    color: #fff;
}

.plan-black3 {
    background-color: #212121;
    color: #fff;
}



.planos h1 {
   font-family: 'Open Sans Hebrew', sans-serif;
   font-size: 30px;
   margin:20px 0 30px 0;


}
.plans h2 {
    color: #fff;
    font-size:18px;
}

.plan-black3 h2 {
    color: #fff;
    
}

p {

    color: #fff;
    text-align:center;
}

.sobre p {
    color:#256628 !important;
    text-align: justify;
    font-size: 1.2rem;
    margin: 1em;

}
.sobre-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sobre-img img{
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.sobre h3, li{
    text-align: left;
    color: #256628;
}
.politica {
    margin: 20px;
    align-items: center;
    text-align: center !important;
}


}


.main {
    display: flex;
    gap: 20px;
    margin-top: 20px;

}



.checkmark {
    color: #28a745;
    margin-right: 10px;
}

.accordion {
    margin: 20px auto 40px auto;

}

.sobre-section {
    position: relative;
    padding-top: 0px;
    display: inline-block;
    overflow: hidden; /* Esconde o excesso de conte do que ultrapassar a altura */
}

.price-value {
    color: #F19105;
}
label{
    text-align:left;
    font-size:15px;
}

.proposal-button {
    background-color: #8bc34a;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom:25px;
    transition: background-color 0.3s ease;
}

.proposal-button:hover {
    background-color: #7cb342;
}

.proposal-button a{
    text-decoration: none;
}
.footer-contact .selo{
    width: 350px ; 
    height:auto ;
}
.div-rodape-direita {
    display:inline;
}
.fale{
    justify-content:center;
}
.div-img-zap{
    display:flex;
    margin-left:25%;
    margin-right:auto;
    margin-bottom:20px;
}
 
 
 /*---------------------->fim versao 4 <---------------------*/

.item-diferenciais {
        background-color: #357749;
        color: white;
        padding: 20px;
        border-radius: 5px;
        display: flex;
        font-size:10px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
    .item-diferenciais h2{
        font-size:18px;
    }
    .item-diferenciais p{
        font-size:13px;
        margin:0 0 ;
        text-align:center;
        font-family: 'Helvetica', sans-serif;
        font-weight: 720;

    }
num{
    font-size:50px;
    font-family: 'Oswald', sans-serif;

        font-weight: 700;


    }

    .leaf-div{
        width: 100px; /* Largura do  cone */
        height: 90px;
        background-image:url('/images/leaf.png')
    }

    .img-card-center{
        margin:0 auto;
        align-items:center !important;
    }
    
    .item-diferenciais h2, .item p {
        margin: 10px 0;
    }
    .button-proposta {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .button-proposta button {
        background-color: #2a7a1f;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }
    .button-proposta button:hover {
        background-color: #1e5916;
    }
.diferenciais-section h1{
    font-family:'Open Sans Hebrew', sans-serif;
    color:#333;
    font-size:30px;
}

.video-container {
    text-align: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.video-container h2 {
    margin-bottom: 20px;
    font-size: 1.5em;
    color: #333333;
}

.video-wrapper {
    position: relative;
    width:100%;
    overflow: hidden;
    max-width: 50%;
    background: #000;
    /* padding-top: 4%;  */
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Resolução 400px */
@media (max-width: 400px) {
    .image-back {
        width: 100%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 120px;
        box-sizing: border-box;
    }

    main {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    .left-items-home, .div-form {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body, html {
        overflow-x: hidden;
    }
}

/* Modal de Erro */
.modal {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.5); 
}

.modal-content {
  background-color: #fff;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
  border-radius: 10px;
  text-align: center;
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-button:hover {
  color: black;
}
.lazyframe{position:relative;background-color:currentColor;background-repeat:no-repeat;background-size:cover;background-position:center}.lazyframe__title{position:absolute;top:0;right:0;left:0;padding:15px 17px;z-index:3}.lazyframe__title::after{z-index:-1}.lazyframe:hover{cursor:pointer}.lazyframe::before{display:block;content:"";width:100%;padding-top:100%}.lazyframe[data-ratio="16:9"]::before{padding-top:56.25%}.lazyframe[data-ratio="4:3"]::before{padding-top:75%}.lazyframe[data-ratio="1:1"]::before{padding-top:100%}.lazyframe iframe{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;width:100%;height:100%}.lazyframe[data-vendor=youtube],.lazyframe[data-vendor=youtube_nocookie]{background-color:#e52d27;font-family:Roboto,Arial,Helvetica,sans-serif}.lazyframe[data-vendor=youtube] .lazyframe__title,.lazyframe[data-vendor=youtube_nocookie] .lazyframe__title{color:#eee;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:18px;text-shadow:rgba(0,0,0,.498039) 0 0 2px;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:color .1s cubic-bezier(0.4, 0, 1, 1)}.lazyframe[data-vendor=youtube] .lazyframe__title:hover,.lazyframe[data-vendor=youtube_nocookie] .lazyframe__title:hover{color:#fff}.lazyframe[data-vendor=youtube] .lazyframe__title::before,.lazyframe[data-vendor=youtube_nocookie] .lazyframe__title::before{content:"";display:block;background:linear-gradient(rgba(0, 0, 0, 0.2), transparent);height:98px;width:100%;pointer-events:none;position:absolute;top:0;left:0;right:0;z-index:-1;-webkit-tap-highlight-color:rgba(0,0,0,0)}.lazyframe[data-vendor=youtube]::before,.lazyframe[data-vendor=youtube_nocookie]::before{padding-top:56.25%}.lazyframe[data-vendor=youtube]::after,.lazyframe[data-vendor=youtube_nocookie]::after{content:"";position:absolute;left:50%;top:50%;width:68px;height:48px;margin-left:-34px;margin-top:-24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231F1F1F' d='M255.7 446.3c-53.3.3-106.6-.4-159.8-3.3-17.4-1-34.7-2.5-50.4-11C35 426.3 27 418.4 22 407.2 13.2 388.6 10.5 369 9 349c-3.4-41.3-3.6-82.6-1.8-123.8 1-22 1.6-44 6.8-65.5 2-8.4 5-16.6 8.8-24.4C32 117 48 108 67.3 104c16.2-3 32.8-3 49.3-3.7 56-2.3 112-3.5 168-3 43 .6 86.2 1.7 129.3 4 13.2.6 26.6.8 39.3 5.5 17.2 6.4 30 17.2 37 34.7 6.6 16.8 9.2 34.2 10.6 52 3.8 48.7 4 97.3.7 146-1 16.3-2.2 32.7-6.5 48.8-9.7 37-32.8 51.5-66.7 53.8-36.2 2.5-72.5 3.8-108.8 4.3-21.3.2-42.7 0-64 0zM203.2 344L348 264.7l-144.8-79.3V344z'/%3E%3Cpath fill='%23FEFDFD' d='M203.2 344V185.5L348 264.8 203.2 344z'/%3E%3C/svg%3E");background-position:center center;background-size:100%;background-repeat:no-repeat;opacity:.81;border:none;z-index:4}.lazyframe[data-vendor=youtube]:hover::after,.lazyframe[data-vendor=youtube_nocookie]:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23DD2C28' d='M255.7 446.3c-53.3.3-106.6-.4-159.8-3.3-17.4-1-34.7-2.5-50.4-11C35 426.3 27 418.4 22 407.2 13.2 388.6 10.5 369 9 349c-3.4-41.3-3.6-82.6-1.8-123.8 1-22 1.6-44 6.8-65.5 2-8.4 5-16.6 8.8-24.4C32 117 48 108 67.3 104c16.2-3 32.8-3 49.3-3.7 56-2.3 112-3.5 168-3 43 .6 86.2 1.7 129.3 4 13.2.6 26.6.8 39.3 5.5 17.2 6.4 30 17.2 37 34.7 6.6 16.8 9.2 34.2 10.6 52 3.8 48.7 4 97.3.7 146-1 16.3-2.2 32.7-6.5 48.8-9.7 37-32.8 51.5-66.7 53.8-36.2 2.5-72.5 3.8-108.8 4.3-21.3.2-42.7 0-64 0zM203.2 344L348 264.7l-144.8-79.3V344z'/%3E%3Cpath fill='%23FEFDFD' d='M203.2 344V185.5L348 264.8 203.2 344z'/%3E%3C/svg%3E");opacity:1}.lazyframe[data-vendor=vimeo]{background-color:#00adef}.lazyframe[data-vendor=vimeo] .lazyframe__title{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#00adef;font-size:20px;font-weight:700;text-rendering:optimizeLegibility;user-select:none;-webkit-font-smoothing:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:rgba(0,0,0,.5)}.lazyframe[data-vendor=vimeo]::before{padding-top:48.25%}.lazyframe[data-vendor=vimeo]::after{content:"";height:40px;width:65px;display:block;bottom:10px;left:10px;z-index:3;background-color:rgba(0,0,0,.5);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' baseProfile='tiny' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M7.765 16.89l8.47-4.89-8.47-4.89'/%3E%3C/svg%3E");background-position:center center;background-size:100% 100%;background-repeat:no-repeat;border-radius:5px;position:relative}.lazyframe[data-vendor=vimeo]:hover::after{background-color:#00adef}