body {
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
    background: #26214e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
h1{font-family: 'Titillium Web', sans-serif;}
h2{font-family: 'Titillium Web', sans-serif;}
h3{font-family: 'Titillium Web', sans-serif;}
h4{font-family: 'Titillium Web', sans-serif;}
h5{font-family: 'Titillium Web', sans-serif;}
h6{font-family: 'Titillium Web', sans-serif;}


.menu {
    /*background: #24224b;*/
    padding: 5px 0px;
    /*position: fixed;*/
    left: 0px;
    top: 0px;
    z-index: 1024;
    width: 100%;
    position: absolute;
}
.logoWilliam {
    width: 140px;
}
.menu ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.menu ul li {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 25px 24px;
}
.menu ul li a {
    color: #fff;
    transition: .25s all ease-in-out;
}
.menu ul li a:hover {
    color: #fbc268!important;
    transition: .25s all ease-in-out;
    text-decoration: none;
}
.menuModal {
    display: none;
}
.home_banner {
    height: 640px;
    position: relative;
    background-image: url(../images/fondos/arreglo-velas-estrella-david-angulo-alto.jpg);
    background-size: cover;
    background-position: center;
}
#overlay {
    width: 100%;
    height: 100%;
    background-color: rgb(33 27 74 / 65%);
    z-index: 0;
    position: absolute;
    border-radius: 0px;
}
.container_home {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 45%;
}
.container_home h1 {
    font-size: 4rem;
}
.container_home h2 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 28px;
}

.servicio {
    position: relative;
    overflow: hidden;
    background-image: url(../images/fondos/fondo3.jpg);
    background-size: cover;
}
.cuadroNegro {
    /*background: #0a0c15;*/
    padding: 160px 60px;
    position: relative;
}
.cuadroNegro h2 {
    font-size: 45px;
    font-weight: 200;
    margin-bottom: 24px;
}
.cuadroNegro p {
    font-size: 20px;
    font-weight: 300;
}
.boton_morado {
    background: #747DC3;
    color: #fff;
    padding: 12px 23px;
    font-size: 19px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    border-radius: 25px;
    transition: all ease 0.3s;
}
.boton_morado:hover {
    background: #5e67af;
    text-decoration: none;
    color: #fff;
    transition: all ease 0.3s;
}
.boton_blanco {
    background: #fff;
    color: #000;
    padding: 12px 23px;
    font-size: 19px;
    border-radius: 25px;
    transition: all ease 0.3s;
}
.boton_blanco:hover {
    background: #f2f2f2;
    text-decoration: none;
    color: #000;
    transition: all ease 0.3s;
}
.margen_botones {
    margin-top: 4rem;
}
.ruleta {
    position: absolute;
    right: -160px;
    bottom: 0px;
    opacity: 0.2;
    width: 480px;
    z-index: 0;
    animation: rotate 40s linear infinite;
}
.ruleta2 {
    position: absolute;
    left: -160px;
    bottom: 0px;
    opacity: 0.2;
    width: 480px;
    z-index: 0;
    animation: rotate 40s linear infinite;
}
.estrellas556 {
    position: absolute;
    width: 100%;
    right: -330px;
    top: -140px;
    opacity: .4;
}
.posModulo {
    position: relative;
    width: 460px;
    margin: 0 auto;
}
.serv5 {
    padding: 8% 0px;
    position: relative;
    overflow: hidden;
    background-image: url(../images/fondos/fondo3.jpg);
    background-size: cover;
}
.serv5 h2 {
    font-size: 45px;
    font-weight: 200;
    margin-bottom: 24px;
}
.serv5 p {
    font-size: 20px;
    font-weight: 300;
}
@keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
.imgServ {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 410px;
    height: 475px;
    border-radius: 0px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.iconoRit {
    width: 42px;
}
.serv2 {
    position: relative;
    overflow: hidden;
    background: #0a0c15;
}
.estrellas55 {
    position: absolute;
    width: 100%;
    left: 0px;
    top: -140px;
    opacity: .4;
}
.estrella_grande {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    bottom: 20px;
    opacity: 0.4;
    animation: arriba 5s linear infinite;
}
@keyframes arriba {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 0px;
    }
}
.serv4 {
    position: relative;
    overflow: hidden;
    background: #0a0c15;
}
.tel2 {
    font-size: 49px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 20px;
    display: block;
}
.tel2:hover {
    color: #fff;
    text-decoration: none;
}
.tel3:hover {
    color: #fff;
    text-decoration: none;
}
.testimonios {
    background: #0a0c15;
    padding: 8% 0px;
    position: relative;
    overflow: hidden;
}
.testimonios h2 {
    font-size: 45px;
    font-weight: 200;
    margin-bottom: 5rem;
}
.card_testi h3 {
    font-size: 20px;
    font-weight: 700;
}
.card_testi {
    background: #26214e;
    padding: 40px;
    margin-bottom: 20px;
}
.card_testi audio {
    width: 100%;
}
.card_testi p {
    font-style: italic;
    font-size: 20px;
    color: #ccc;
}
.estrellas557 {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 110px;
    opacity: .4;
}
.blog_mini {
    position: relative;
    overflow: hidden;
    padding: 8% 0px;
    background: #110d2e;
}
.blog_mini h2 {
    font-size: 45px;
    font-weight: 200;
    margin-bottom: 10px;
}
.blog_mini h3 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 4rem;
}
.articulo img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 242px;
}
.date {
    background: #0f0d2c;
    color: #fff;
    padding: 10px 9px;
    font-weight: 500;
    font-size: 13px;
    position: absolute;
    right: 23px;
    bottom: -20px;
    text-transform: capitalize;
}
.cardBlog {
    background: #24224b;
    padding: 16px;
}
.padCardBlog {
    padding: 34px 0px 17px;
}
.escritor {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    top: 4px;
}
.escritor i {
    color: #767ebe;
    margin-right: 10px;
}
.categoria {
    display: inline-block;
    padding: 5px 12px;
    line-height: 20px;
    background-color: #767ebe;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 50px;
    vertical-align: top;
    text-decoration: none;
}
.minH {
    min-height: 131px;
}
.articulo h2 {
    font-size: 21px;
    text-align: left;
    margin-top: 22px;
    font-weight: 700;
    line-height: 24px;
}
.articulo p {
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin: 0px;
    padding-top: 6px;
}
.articulo a {
    text-decoration: underline;
    font-size: 15px;
    font-weight: 600;
    color: #787fba;
    text-align: left;
    display: block;
}
.footer {
    padding: 5% 0px;
    background: #0a0c14;
    padding-bottom: 1%;
}
.footer h2 {
    font-size: 43px;
    font-weight: 300;
}
.footer h3 {
    color: #767ebe;
    font-size: 28px;
}
.tel3 {
    font-size: 49px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 0px;
    display: block;
}
.footer p {
    font-size: 15px;
    margin-bottom: 28px;
}
.footer ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-left: 50px;
}
.footer ul li {
    padding-bottom: 10px;
}
.footer ul li a {
    color: #767ebe;
    font-size: 20px;
    font-weight: 600;
}
.mvisual {
    font-size: 16px;
    margin-top: 12px;
    line-height: 22px;
    color: #fff;
}
.mvisual a {
    color: #767ebe;
    text-decoration: underline;
}
.keys {
    border-top: solid 1px rgb(120 127 186 / 8%);
    padding-top: 2%;
    margin-top: 5%;
}
.keys span {
    color: rgb(120 127 186 / 43%);
    font-size: 14px;
    margin-right: 17px;
}
.banner_rituales {
    height: 500px;
    position: relative;
    background-image: url(../images/fondos/bodegon-concepto-numerologia.jpg);
    background-size: cover;
    background-position: center;
}
.rituales {
    position: relative;
    overflow: hidden;
    background-image: url(../images/fondos/fondo3.jpg);
    background-size: cover;
    padding: 8% 0px;
}
.rituales p {
    font-size: 20px;
    font-weight: 300;
}
.imgServ44 {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 615px;
    border-radius: 0px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rituales ul {
    margin-top: 2rem;
}
.rituales li {
    font-size: 20px;
    padding: 10px 0px;
}
.consultas_banners {
    position: relative;
    overflow: hidden;
    background: #110d2e;
    padding: 8% 0px;
}
.consultas_banners h2 {
    font-size: 30px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3rem;
}
.estrellas5578 {
    position: absolute;
    width: 100%;
    left: 0px;
    top: -60px;
    opacity: .4;
}
.banner_amarres {
    height: 500px;
    position: relative;
    background-image: url(../images/fondos/socios-vista-posterior-tomados-mano.jpg);
    background-size: cover;
    background-position: center;
}
.banner_hechizos {
    height: 500px;
    position: relative;
    background-image: url(../images/fondos/tableta-imagen-plato-sopa-junto-tarro-miel.jpg);
    background-size: cover;
    background-position: center;
}
.banner_vudu {
    height: 500px;
    position: relative;
    background-image: url(../images/fondos/magnetisme-et-visualisation.jpg);
    background-size: cover;
    background-position: center;
}

.banner_propos {
    height: 500px;
    position: relative;
    background-image: url(../images/fondos/apropos.jpg);
    background-size: cover;
    background-position: center;
}
.banner_consulta {
    height: 500px;
    position: relative;
    background-image: url(../images/fondos/linea-contacto-manera-clasica-llamada.jpg);
    background-size: cover;
    background-position: center;
}
.margenRow {
    margin-top: 4rem;
}
.card_pack {
    background: #26214e;
    padding: 60px 20px;
    margin-bottom: 20px;
}
.minutos {
    width: 90px;
    margin-bottom: 10px;
}
.card_pack h3 {
    font-size: 20px;
}
.separador_home_center2 {
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 72px;
    height: 2px;
    background: #767ebe;
    border-radius: 0px;
}
.card_pack p {
    font-size: 15px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 4rem;
}
.rituales h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 3rem;
    margin-top: 41px;
}
.corrigeP {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.banner_sobre {
    height: 500px;
    position: relative;
    background-image: url(../images/fondos/william.jpeg);
    background-size: cover;
    background-position: center;
}
.blog {
    padding: 0% 0px 2%;
    position: relative;
    overflow: hidden;
    background: #110d2e;
}
.slider_blog {
    height: 578px;
}
.carousel-indicators {
    margin-bottom: 0px;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #efd69a;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .3;
    transition: opacity .6s ease;
    border-radius: 100%;
}
#overlayBlog {
    width: 100%;
    height: 100%;
    background-color: rgb(33 27 74 / 65%);
    z-index: 0;
    position: absolute;
}
.blog_item img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
    width: 100%;
}
.cont-blog2 {
    position: absolute;
    bottom: 17%;
    width: 92%;
    text-align: left;
    left: 5%;
    z-index: 4;
}
.cont-blog2 span {
    display: inline-block;
    padding: 5px 12px;
    line-height: 20px;
    background-color: #767ebe;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 50px;
    vertical-align: top;
    text-decoration: none;
}
.cont-blog2 h2 {
    font-size: 2rem;
    font-weight: 700;
    width: 67%;
    line-height: 42px;
    margin-bottom: 19px;
    margin-top: 21px;
    color: #fff;
}
.fecha_blog {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
    color: #fff;
}
.los__articulos {
    padding-bottom: 4rem;
    background: #110d2e;
}
#mygrid {
    position: relative;
    height: 578.5px;
    margin: 0px -15px;
}
.grid-item {
    width: 33.3%;
    padding: 15px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: top;
}
.btnShow {
    background: #747DC3;
    color: #fff;
    padding: 12px 23px;
    font-size: 19px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    border-radius: 25px;
    border: none;
}
.topShowMore {
    margin-top: 4rem;
}
.banner_noticia {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 480px;
    position: relative;
}
.cont_articulo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 85%;
    z-index: 2;
}
.etiqueta__noticia {
    display: inline-block;
    padding: 5px 12px;
    line-height: 20px;
    background-color: #767ebe;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 50px;
    vertical-align: top;
    text-decoration: none;
}
.cont_articulo h1 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
    word-break: break-word;
    margin-top: 20px;
}
.elArticulo {
    padding: 2% 0px;
    background: #110d2e;
}
.cuerpo__noticia {
    margin-top: 3rem;
}
.cuerpo__noticia p {
    font-size: 20px;
}
.cuerpo__noticia li {
    font-size: 20px;
}
.cuerpo__noticia h2 {
    color: #767ebe;
    font-size: 26px;
    font-weight: 600;
}
.cuerpo__noticia h3 {
    color: #767ebe;
    font-size: 20px;
    font-weight: 600;
}
.cuerpo__noticia a {
    color: #767ebe;
    text-decoration: underline;
}
.recientes {
    line-height: 150%;
    margin: 0 0 0.7rem;
    font-weight: 700;
    font-size: 16px;
    margin-top: 2rem;
}
.entra__recientes a {
    font-weight: 600;
    color: #d5d5d5;
    font-size: 15px;
}
.navega__articulos {
    margin-top: 3rem;
    border-bottom: 1px solid #201e44;
    padding-bottom: 13px;
    margin-bottom: 3rem;
}
.decoration__none {
    text-decoration: none!important;
}
.navega__articulos i {
    color: #787fba;
    font-size: 23px;
    position: relative;
    top: 6px;
}
.ant__pos {
    text-transform: uppercase;
    font-size: .7em;
    color: #ffffff;
    font-weight: 600;
}
.link__articulo {
    font-size: .7em;
    color: #767ebe;
    font-weight: 600;
}
.borde__prev {
    border-right: solid 1px #201e44;
}
.logo_pie {
    width: 240px;
}
.politicas {
    padding: 5% 0px;
    padding-top: 10rem;
}
.politicas h1 {
    font-size: 4.3rem;
    font-weight: 900;
    line-height: 80px;
    margin-bottom: 5rem;
    text-align: center;
}
.politicas p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    margin-bottom: 2rem;
}
.politicas h2 {
    font-size: 24px;
    font-weight: 700;
}
.politicas h3 {
    color: #787fba;
    font-size: 20px;
    font-weight: 700;
}
.politicas ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    margin-bottom: 2rem;
}
.politicas a {
    color: #787fba;
    text-decoration: underline;
    font-weight: 500;
}
.center {
    text-align: center;
}
.chatWhats {
    z-index: 1;
    right: 23px;
    width: 70px;
    position: fixed;
    bottom: 11px;
}
/*Responsive*/


@media (max-width: 450px) {
    .menu {
        padding: 14px 16px;
        z-index: 1024;
    }
    .logoMenu {
        width: 150px;
        position: relative;
        top: -1px;
    }
    .iconoAbrMenu {
        width: 40px!important;
        position: relative;
        right: 29%;
        cursor: pointer;
        top: 25%;
    }
    .cont_banner_home h1 {
        font-size: 2rem;
        line-height: 44px;
    }
    .cont_banner_home h2 {
        font-size: 13px;
        line-height: 10px;
    }
    .cardServicio {
        width: 89%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .txtServ {
        z-index: 1;
        position: relative;
    }
    .barraCard2 {
        z-index: 1;
        position: relative;
    }
    .desServ {
        width: 95%;
        z-index: 1;
        position: relative;
    }
    .margenServicios .btnLlama {
        z-index: 1;
        position: relative;
    }
    .imgHombre {
        height: 350px;
    }
    .padConsulta {
        padding: 40px 0px;
    }
    .icono_mano {
        bottom: -250px;
    }
    .elTesti {
        padding: 30px 20px;
    }
    .articulo {
        margin-bottom: 20px;
    }
    .soy {
        text-align: center;
    }
    .expliSoy {
       text-align: center;
    }
    .footer {
        padding: 12% 0px 20px;
    }
    .mvisual {
        margin-bottom: 24px;
    }
    .logoPie {
        margin-top: 30px;
    }
    .chatWhats {
        z-index: 30;
    }
    .menuModal {
        height: 100vh;
        width: 100%;
        background: #26214e;
        position: fixed;
        top: 0px;
        z-index: 1025;
        display: none;
    }
    .containerMenuModal {
        position: absolute;
        text-align: center;
        width: 75%;
        left: 50%;
        top: 46%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 1;
    }
    .menuModal ul {
        padding: 0px;
    }
    .menuModal ul li {
        list-style: none;
        padding: 5px 0px;
    }
    .menuModal ul li a {
        font-weight: 700;
        color: #fff;
        font-size: 1.3rem;
        transition: .25s all ease-in-out;
    }
    .cerrarModal {
        position: absolute;
        color: #747DC3;
        right: 41px;
        top: 21px;
        font-size: 14px;
        font-weight: 600;
    }




    .banner_rituales {
        background-position-y: 0px;
    }
    .posicionLista {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        width: 84%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .margenRitu {
        margin-top: 2rem;
    }
    .content_rituales ul li {
        font-size: 17px;
    }
    .cardServicio2 {
        z-index: 1;
        position: relative;
    }
    .cita {
        width: 83%;
        font-size: 16px;
    }
    .cita2 {
        font-size: 1rem;
    }
    .botella {
        bottom: 20px;
    }
    .container_nosotros h2 {
        font-size: 1rem;
        line-height: 33px;
    }
    .container_nosotros h1 {
        font-size: 2rem;
    }




    .banner_amarres {
        background-position-y: 0px;
    }
    .luna {
        bottom: -20px;
        left: -70px;
    }


    .diamante {
        bottom: -28px;
    }


    .banner_vudu {
        background-position-y: 0px;
    }
    .carta {
        bottom: -28px;
        left: -60px;
    }

    .banner_propos {
        background-position-y: 0px;
    }
    .carta {
        bottom: -28px;
        left: -60px;
    }





    .banner_consulta {
        background-position-y: 0px;
    }
    .cardServicio2 {
        margin-bottom: 20px;
    }
    .estrellas {
        bottom: 82px;
    }



    .slider_blog {
        height: 100vh;
    }
    .cont-blog2 h2 {
        font-size: 1.5rem;
        line-height: 31px;
    }
    .grid-item {
        width: 100%;
    }



    .cont_articulo h1 {
        font-size: 30px;
    }
    .etiqueta__noticia {
        margin-bottom: 10px;
    }


    .banner_conoceme {
        background-position-y: 0px;
    }
    .container_nosotros h2 {
        line-height: 26px;
    }
    .content_rituales ul {
        margin-bottom: 29px;
    }



    .container_home {
        width: 90%;
    }
    .container_home h1 {
        font-size: 40px;
    }
    .container_home h2 {
        margin-bottom: 39px;
    }
    .cuadroNegro {
        /* background: #0a0c15; */
        padding: 120px 20px;
        position: relative;
    }
    .posModulo {
        width: 100%;
    }
    .imgServ {
        width: 100%;
        height: 276px;
        position: relative;
        top: inherit;
        transform: inherit;
        left: 0px;
    }
    .estrellas55 {
        top: 50px;
    }
    .estrellas556 {
        right: 0px;
        top: 50px;
    }
    .centerMovil {
        text-align: center;
    }
    .footer ul {
        margin-left: 0px;
    }
    .serv5 {
        padding: 13% 20px;
    }
    .serv5 h2 {
        font-size: 37px;
    }
    .testimonios {
        padding: 13% 20px;
    }
    .blog_mini {
        padding: 13% 0px;
    }
    .imgServ44 {
        height: 245px;
    }
    .consultas_banners {
        padding: 20% 0px;
    }
    .estrellas5578 {
        top: 40px;
    }
    .consultas_banners h2 {
        font-size: 20px;
        width: 90%;
        line-height: 28px;
    }
    .corrigeP {
        width: 90%;
    }
    .rituales {
        padding: 20% 0px;
    }
}
/*Fin movil vertical*/

/* Small devices (landscape phones, 576px and up)
*************MOVIL HORIZONTAL*******************/
@media (min-width: 576px) and (max-width: 767px) {
    .menu {
        padding: 14px 16px;
        z-index: 1024;
    }
    .logoMenu {
        width: 190px;
        position: relative;
        top: -1px;
    }
    .iconoAbrMenu {
        width: 40px!important;
        position: relative;
        right: 29%;
        cursor: pointer;
    }
    .cont_banner_home h1 {
        font-size: 2rem;
        line-height: 44px;
    }
    .cont_banner_home h2 {
        font-size: 13px;
        line-height: 10px;
    }
    .cardServicio {
        width: 89%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .txtServ {
        z-index: 1;
        position: relative;
    }
    .barraCard2 {
        z-index: 1;
        position: relative;
    }
    .desServ {
        width: 95%;
        z-index: 1;
        position: relative;
    }
    .margenServicios .btnLlama {
        z-index: 1;
        position: relative;
    }
    .imgHombre {
        height: 350px;
    }
    .padConsulta {
        padding: 40px 0px;
    }
    .icono_mano {
        bottom: -250px;
    }
    .elTesti {
        padding: 30px 20px;
    }
    .articulo {
        margin-bottom: 20px;
    }
    .soy {
        text-align: center;
    }
    .expliSoy {
       text-align: center;
    }
    .footer {
        padding: 12% 0px 20px;
    }
    .mvisual {
        margin-bottom: 24px;
    }
    .logoPie {
        margin-top: 30px;
    }
    .chatWhats {
        z-index: 30;
    }
    .menuModal {
        height: 100vh;
        width: 100%;
        background: #26214e;
        position: fixed;
        top: 0px;
        z-index: 1025;
        display: none;
    }
    .containerMenuModal {
        position: absolute;
        text-align: center;
        width: 75%;
        left: 50%;
        top: 46%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 1;
    }
    .menuModal ul {
        padding: 0px;
    }
    .menuModal ul li {
        list-style: none;
        padding: 5px 0px;
    }
    .menuModal ul li a {
        font-weight: 700;
        color: #fff;
        font-size: 1.3rem;
        transition: .25s all ease-in-out;
    }
    .cerrarModal {
        position: absolute;
        color: #747DC3;
        right: 41px;
        top: 21px;
        font-size: 14px;
        font-weight: 600;
    }
    .margenRow {
        margin-top: -130px;
    }






    .banner_rituales {
        background-position-y: 0px;
    }
    .posicionLista {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        width: 84%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .margenRitu {
        margin-top: 2rem;
    }
    .content_rituales ul li {
        font-size: 17px;
    }
    .cardServicio2 {
        z-index: 1;
        position: relative;
    }
    .cita {
        width: 83%;
        font-size: 16px;
    }
    .cita2 {
        font-size: 1rem;
    }
    .botella {
        bottom: 20px;
    }
    .container_nosotros h2 {
        font-size: 1rem;
        line-height: 33px;
    }
    .container_nosotros h1 {
        font-size: 2rem;
    }



    .banner_amarres {
        background-position-y: 0px;
    }
    .luna {
        bottom: -20px;
        left: -70px;
    }



    .diamante {
        bottom: -28px;
    }


    .banner_vudu {
        background-position-y: 0px;
    }
    .carta {
        bottom: -28px;
        left: -60px;
    }


    .banner_propos {
        background-position-y: 0px;
    }
    .carta {
        bottom: -28px;
        left: -60px;
    }


    .banner_consulta {
        background-position-y: 0px;
    }
    .cardServicio2 {
        margin-bottom: 20px;
    }
    .estrellas {
        bottom: 82px;
    }




    .slider_blog {
        height: 100vh;
    }
    .cont-blog2 h2 {
        font-size: 1.5rem;
        line-height: 31px;
    }
    .grid-item {
        width: 100%;
    }



    .cont_articulo h1 {
        font-size: 30px;
    }
    .etiqueta__noticia {
        margin-bottom: 10px;
    }




    .banner_conoceme {
        background-position-y: 0px;
    }
    .container_nosotros h2 {
        line-height: 26px;
    }
    .content_rituales ul {
        margin-bottom: 29px;
    }





    .container_home {
        width: 90%;
    }
    .container_home h1 {
        font-size: 40px;
    }
    .container_home h2 {
        margin-bottom: 39px;
    }
    .cuadroNegro {
        /* background: #0a0c15; */
        padding: 120px 20px;
        position: relative;
    }
    .posModulo {
        width: 100%;
    }
    .imgServ {
        width: 100%;
        height: 276px;
        position: relative;
        top: inherit;
        transform: inherit;
        left: 0px;
    }
    .estrellas55 {
        top: 50px;
    }
    .estrellas556 {
        right: 0px;
        top: 50px;
    }
    .centerMovil {
        text-align: center;
    }
    .footer ul {
        margin-left: 0px;
    }
    .serv5 {
        padding: 13% 20px;
    }
    .serv5 h2 {
        font-size: 37px;
    }
    .testimonios {
        padding: 13% 20px;
    }
    .blog_mini {
        padding: 13% 0px;
    }
    .imgServ44 {
        height: 245px;
    }
    .consultas_banners {
        padding: 20% 0px;
    }
    .estrellas5578 {
        top: 40px;
    }
    .consultas_banners h2 {
        font-size: 20px;
        width: 90%;
        line-height: 28px;
    }
    .corrigeP {
        width: 90%;
    }
    .rituales {
        padding: 20% 0px;
    }
    .container_home {
        top: 43%;
    }
}
/*Fin movil horizontal*/

/* Medium devices (tablets, 768px and up)
*************TABLET VERTICAL*******************/
@media (min-width: 768px) and (max-width: 1023px) {
    .menu {
        padding: 14px 16px;
        z-index: 1024;
    }
    .logoMenu {
        width: 190px;
        position: relative;
        top: -1px;
    }
    .iconoAbrMenu {
        width: 40px!important;
        position: relative;
        right: 29%;
        cursor: pointer;
        top: 30%;
    }
    .cont_banner_home h1 {
        font-size: 4rem;
        line-height: 77px;
    }
    .cont_banner_home h2 {
        font-size: 22px;
        line-height: 52px;
    }
    .cardServicio {
        width: 89%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .txtServ {
        z-index: 1;
        position: relative;
    }
    .barraCard2 {
        z-index: 1;
        position: relative;
    }
    .desServ {
        width: 95%;
        z-index: 1;
        position: relative;
    }
    .margenServicios .btnLlama {
        z-index: 1;
        position: relative;
    }
    .imgHombre {
        height: 350px;
    }
    .padConsulta {
        padding: 40px 0px;
    }
    .icono_mano {
        bottom: -250px;
    }
    .elTesti {
        padding: 30px 20px;
    }
    .articulo {
        margin-bottom: 20px;
    }
    .soy {
        text-align: center;
    }
    .expliSoy {
       text-align: center;
    }
    .footer {
        padding: 12% 0px 20px;
    }
    .mvisual {
        margin-bottom: 24px;
    }
    .logoPie {
        margin-top: 30px;
    }
    .chatWhats {
        z-index: 30;
    }
    .menuModal {
        height: 100vh;
        width: 100%;
        background: #26214e;
        position: fixed;
        top: 0px;
        z-index: 1025;
        display: none;
    }
    .containerMenuModal {
        position: absolute;
        text-align: center;
        width: 75%;
        left: 50%;
        top: 46%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 1;
    }
    .menuModal ul {
        padding: 0px;
    }
    .menuModal ul li {
        list-style: none;
        padding: 5px 0px;
    }
    .menuModal ul li a {
        font-weight: 700;
        color: #fff;
        font-size: 1.3rem;
        transition: .25s all ease-in-out;
    }
    .cerrarModal {
        position: absolute;
        color: #747DC3;
        right: 41px;
        top: 21px;
        font-size: 14px;
        font-weight: 600;
    }





    .banner_rituales {
        background-position-y: 0px;
    }
    .posicionLista {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        width: 84%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .margenRitu {
        margin-top: 2rem;
    }
    .content_rituales ul li {
        font-size: 17px;
    }
    .cardServicio2 {
        z-index: 1;
        position: relative;
    }
    .cita {
        width: 83%;
        font-size: 16px;
    }
    .cita2 {
        font-size: 1rem;
    }
    .botella {
        bottom: 20px;
    }
    .container_nosotros h2 {
        font-size: 1rem;
        line-height: 33px;
    }
    .container_nosotros h1 {
        font-size: 2rem;
    }



    .banner_amarres {
        background-position-y: 0px;
    }
    .luna {
        bottom: -20px;
        left: -70px;
    }

    .banner_vudu {
        background-position-y: 0px;
    }
    .carta {
        bottom: -28px;
        left: -60px;
    }

    .banner_propos {
        background-position-y: 0px;
    }
    .carta {
        bottom: -28px;
        left: -60px;
    }




    .banner_consulta {
        background-position-y: 0px;
    }
    .cardServicio2 {
        margin-bottom: 20px;
    }
    .estrellas {
        bottom: 82px;
    }





    .slider_blog {
        height: 100vh;
    }
    .cont-blog2 h2 {
        font-size: 1.5rem;
        line-height: 31px;
    }
    .grid-item {
        width: 50%;
    }



    .cont_articulo h1 {
        font-size: 30px;
    }
    .etiqueta__noticia {
        margin-bottom: 10px;
    }



    .banner_conoceme {
        background-position-y: 0px;
    }
    .container_nosotros h2 {
        line-height: 26px;
    }
    .content_rituales ul {
        margin-bottom: 29px;
    }



    .container_home {
        width: 90%;
    }
    .container_home h1 {
        font-size: 40px;
    }
    .container_home h2 {
        margin-bottom: 39px;
    }
    .cuadroNegro {
        /* background: #0a0c15; */
        padding: 120px 20px;
        position: relative;
    }
    .posModulo {
        width: 100%;
    }
    .imgServ {
        width: 100%;
        height: 276px;
        position: relative;
        top: inherit;
        transform: inherit;
        left: 0px;
    }
    .estrellas55 {
        top: 50px;
    }
    .estrellas556 {
        right: 0px;
        top: 50px;
    }
    .centerMovil {
        text-align: center;
    }
    .footer ul {
        margin-left: 0px;
    }
    .serv5 {
        padding: 13% 20px;
    }
    .serv5 h2 {
        font-size: 37px;
    }
    .testimonios {
        padding: 13% 20px;
    }
    .blog_mini {
        padding: 13% 0px;
    }
    .imgServ44 {
        height: 245px;
    }
    .consultas_banners {
        padding: 20% 0px;
    }
    .estrellas5578 {
        top: 40px;
    }
    .consultas_banners h2 {
        font-size: 20px;
        width: 90%;
        line-height: 28px;
    }
    .corrigeP {
        width: 90%;
    }
    .rituales {
        padding: 20% 0px;
    }
}
/*Fin tablet vertical*/

/* Large devices (desktops, 992px and up)
*************TABLET HORIZONTAL*******************/
@media (min-width: 1024px) and (max-width: 1199px) {
    .menuModal {
        display: none;
    }
    .cardServicio {
        padding: 9px;
    }
    .padConsulta {
        padding: 60px 50px;
    }
    .banner_rituales {
        background-position-y: 0px;
    }
    .content_rituales ul li {
        font-size: 16px;
    }

    .banner_amarres {
        background-position-y: 0px;
    }
    .cardServicio2 {
        z-index: 1;
        position: relative;
    }
    .container_home h1 {
        font-size: 3rem;
    }
    .posModulo {
        width: 100%;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1499px) {
    
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1500px) and (max-width: 1578px) {

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1579px) and (max-width: 1680px) {

}