body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background: #09273B;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
h1{font-family: 'Montserrat', sans-serif;}
h2{font-family: 'Montserrat', sans-serif;}
h3{font-family: 'Montserrat', sans-serif;}
h4{font-family: 'Montserrat', sans-serif;}
h5{font-family: 'Montserrat', sans-serif;}
h6{font-family: 'Montserrat', sans-serif;}


.menu {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
    transition: all .2s ease-in-out;
    padding: 14px 32px;
}
.menu ul {
    display: inline-block;
    padding: 12px 0px;
    margin: 0px;
    position: relative;
    padding-right: 10px;
}
.menu ul li {
    display: inline-block;
    padding: 5px 12px;
    font-size: 13px;
    font-weight: 600;
}
.menu ul a {
    color: #fff;
    text-transform: uppercase;
    transition: .25s all ease-in-out;
}
.menu ul a:hover {
    color: #FB7028!important;
    transition: .25s all ease-in-out;
    text-decoration: none;
}
.tel_menu {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    padding: 11px 0px 11px 17px;
}
.logo_menu {
    width: 300px;
}
.separa_menu {
    height: 40px;
    border-right: solid 2px #FB7028;
    border-radius: 20px;
    position: relative;
    top: 6px;
}
.banner_home {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.banner_home video {
    opacity: 0.5;
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
}
.overlayRed {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgb(9 39 59 / 34%);
    background-repeat: repeat;
    background-image: url(../images/pattern.png);
    opacity: .7;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cont_banner_home {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 85%;
    z-index: 2;
}
.cont_banner_home h1 {
    width: 80%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 4rem;
    margin-bottom: 20px;
}
.cont_banner_home h2 {
    font-weight: 300;
    font-size: 31px;
    margin-bottom: 41px;
}
.btn_home {
    background: #fb7028;
    color: #fff;
    padding: 11px 16px;
    font-weight: 500;
    transition: .25s all ease-in-out;
    cursor: pointer;
}
.btn_home:hover {
    background: #d75a19;
    transition: .25s all ease-in-out;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.el_vidente {
    padding: 4% 0px;
    position: relative;
    overflow: hidden;
}
.el_vidente h2 {
    font-size: 2.2rem;
    font-weight: 700;
}
.el_vidente h2 span {
    color: #fb7028;
}
.el_vidente p {
    font-size: 16px;
    font-weight: 400;
}
.separador_home {
    width: 100px;
    height: 4px;
    background: #fb7028;
    border-radius: 0px;
    margin-bottom: 26px;
    margin-top: 20px;
}
.margen_btn {
    margin-top: 2rem;
}
.icono_phone {
    width: 56px;
    margin-right: 15px;
}
.contacta_conmigo {
    background: #0F3951;
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 2rem;
    cursor: pointer;
    transition: .25s all ease-in-out;
}
.contacta_conmigo:hover {
    background: #154a69;
    transition: .25s all ease-in-out;
    text-decoration: none;
    
}
.txt_contacto {
    color: #fff;
    font-weight: 500;
    font-style: italic;
    margin-top: 2px;
}
.tel_contacto {
    color: #fb7028;
    font-weight: 600;
    font-style: italic;
    font-size: 21px;
    margin-top: -2px;
}
.micarousel img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 460px;
    position: relative;
}
.posFoto {
    position: relative;
    height: 510px;
}
.posFoto::before {
    border-radius: 0px;
    background-color: #0F3951;
    width: 100%;
    height: 100%;
    left: -1.4rem;
    bottom: -1.4rem;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: -7rem;
    bottom: -4rem;
}
.posFoto::after {
    position: absolute;
    content: '';
    left: -46px;
    bottom: 0;
    border-left: 2px solid #fb7028;
    border-bottom: 2px solid #fb7028;
    width: 90px;
    height: 90px;
}
.carrouItem {
    width: 85%;
    position: relative;
    right: -46px;
}
.margen_carro {
    margin-top: 13px;
}
.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: #fb7028;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .3;
    transition: opacity .6s ease;
    border-radius: 100%;
}
.linkVacio:hover {
    text-decoration: none;
}
.servicios_home {
    padding: 4% 0px;
    position: relative;
    overflow: hidden;
    background: #041A2A;
}
.servicios_home h2 {
    font-size: 2.2rem;
    font-weight: 700;
}
.servicios_home p {
    font-size: 20px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 4rem;
}
.separador_home_center {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100px;
    height: 4px;
    background: #fb7028;
    border-radius: 0px;
}
.cards_products {
    background: #0F3951;
    padding: 25px 6px;
}
.cards_products h3 {
    font-size: 20px;
    font-weight: 600;
}
.cards_products p {
    font-size: 15px;
    margin-bottom: 10px;
}
.cards_products a {
    color: #fb7028;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}
.pvp_card {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.separador_home_center2 {
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 72px;
    height: 2px;
    background: #fb7028;
    border-radius: 0px;
}
.tarjetas {
    width: 158px;
    padding: 1px 10px;
}
.imgServi {
    width: 90px;
    margin-bottom: 10px;
}
.testimonios {
    padding: 4% 0px;
    position: relative;
    overflow: hidden;
}
.testimonios h2 {
    font-size: 2.2rem;
    font-weight: 700;
}
.testimonios p {
    font-size: 20px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 5rem;
}
.cuadro_testimonio {
    background: #0F3951;
    padding: 65px 20px 22px 20px;
    position: relative;
    margin-top: 45px;
    margin-bottom: 79px;
}
.cuadro_testimonio h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cuadro_testimonio h3 {
    font-size: 14px;
}
.cuadro_testimonio p {
    font-size: 15px;
    margin-bottom: 1rem;
}
.cuadro_testimonio i {
    position: relative;
    width: 76px;
    height: 76px;
    line-height: 75px;
    text-align: center;
    background-color: #fff;
    color: #fb7028;
    font-size: 27px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.simbolTesti {
    position: absolute;
    left: 50%;
    top: 83%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 20rem;
    opacity: 0.1;
}
.blog_home {
    padding: 4% 0px;
    position: relative;
    overflow: hidden;
    background: #041A2A;
}
.blog_home h2 {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}
.blog_home p {
    font-size: 20px;
    width: 55%;
    margin: 0 auto;
    margin-bottom: 4rem;
    text-align: center;
}
.articulo img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 242px;
}
.articulo h2 {
    font-size: 21px;
    text-align: left;
    margin-top: 22px;
    font-weight: 700;
    line-height: 24px;
}
.articulo p {
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin: 0px;
    padding-top: 6px;
}
.articulo a {
    text-decoration: underline;
    font-size: 13px;
    font-weight: 600;
    color: #fb7028;
}
.date {
    background: #fb7028;
    color: #fff;
    padding: 10px 9px;
    font-weight: 500;
    font-size: 13px;
    position: absolute;
    right: 23px;
    bottom: -20px;
}
.padCardBlog {
    padding: 34px 0px 17px;
}
.escritor {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    top: 4px;
}
.escritor i {
    color: #fb7028;
    margin-right: 10px;
}
.categoria {
    display: inline-block;
    padding: 5px 12px;
    line-height: 20px;
    background-color: #0f3951;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 50px;
    vertical-align: top;
    text-decoration: none;
}
.footer {
    padding: 4% 0px 1%;
    position: relative;
    overflow: hidden;
}
.soy {
    color: #fb7028;
    font-weight: 700;
    font-size: 2rem;
}
.expliSoy {
    font-size: 17px;
    margin-top: 10px;
}
.telLlama {
    font-weight: 700;
    font-size: 2.5rem;
    margin-top: -7px;
}
.logoPie {
    width: 300px;
}
.aviso {
    font-size: 12px;
    display: block;
    margin-top: 6px;
    color: #fb7028;
    text-decoration: underline;
}
.keys {
    border-top: solid 1px #041a2a;
    padding-top: 2%;
    margin-top: 3%;
}
.keys span {
    color: #536169;
    font-size: 14px;
    margin-right: 17px;
}
.mvisual {
    font-size: 12px;
    margin-top: 12px;
    line-height: 17px;
}
.mvisual a {
    color: #fb7028;
    text-decoration: underline;
}
.banner_nosotros {
    background: url(../images/fondos/pexels-alina-vilchenko-7581822.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 420px;
    position: relative;
    background-position-x: 0px;
    background-position-y: -320px;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgb(9 39 59 / 34%);
    background-repeat: repeat;
    background-image: url(../images/pattern.png);
    opacity: .7;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.container_nosotros {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.container_nosotros h1 {
    font-size: 3rem;
    font-weight: 700;
}
.container_nosotros h2 {
    font-size: 2rem;
    font-weight: 400;
}
.elVidente {
    padding: 4% 0px;
    position: relative;
    overflow: hidden;
    background: #041A2A;
}
.elVidente h2 {
    font-size: 2.2rem;
    font-weight: 700;
}
.elVidente h2 span {
    color: #fb7028;
}
.elVidente p {
    font-size: 16px;
    font-weight: 400;
}
.fotoAbout {
    width: 85%;
    position: relative;
    right: -46px;
}
.fotoAbout img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 610px;
    position: relative;
}
.posFoto2 {
    position: relative;
    height: 628px;
    top: 56px;
}
.posFoto2::before {
    border-radius: 0px;
    background-color: #0F3951;
    width: 100%;
    height: 100%;
    left: -1.4rem;
    bottom: -1.4rem;
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: -46px;
    bottom: -32px;
}
.posFoto2::after {
    position: absolute;
    content: '';
    left: -46px;
    bottom: -32px;
    border-left: 2px solid #fb7028;
    border-bottom: 2px solid #fb7028;
    width: 90px;
    height: 90px;
}
.almas {
    text-align: center;
    margin-top: 5rem;
    font-style: italic;
    color: #fb7028;
}
.losServicios {
    background: #09273B;
    padding: 4% 0px;
    position: relative;
    overflow: hidden;
}
.losServicios h3 {
    font-size: 19px;
    font-weight: 600;
}
.fondoTesti2 {
    background: #041A2A;
}
.padR0 {
    padding-right: 0px!important;
}
#servicios:after {
    content: "\F078";
    margin-left: 3px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    font-size: 12px;
    opacity: .6;
}
#posLinks {
    position: absolute;
    padding-top: 44px;
    width: 181px;
}
.oculto_1 {
    width: 140px;
    position: absolute;
    top: 11px;
    height: auto;
    overflow: hidden;
    background: #0f3951;
    left: 0px;
    border-radius: 7px;
    box-shadow: -6px 6px 30px rgb(0 0 0 / 13%);
    padding: 19px;
    line-height: 23px;
}
.oculto_1 a {
    font-size: 13px;
    font-weight: 600;
    color: #fff!important;
    transition: .25s all ease-in-out;
    display: block;
}
.blog {
    padding: 0% 0px 2%;
    position: relative;
    overflow: hidden;
    background: #041A2A;
}
.los__articulos {
    padding-bottom: 4rem;
    background: #041A2A;
}
.slider_blog {
    height: 578px;
}
#overlayBlog {
    width: 100%;
    height: 100%;
    background-color: rgb(47 47 47 / 27%);
    z-index: 0;
    position: absolute;
    border-radius: 8px;
}
.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 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;
}
.cont-blog2 span {
    display: inline-block;
    padding: 5px 12px;
    line-height: 20px;
    background-color: #0f3951;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 50px;
    vertical-align: top;
    text-decoration: none;
}
#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;
}
.cardBlog {
    background: #09273B;
    padding: 16px;
}
.topShowMore {
    margin-top: 4rem;
}
.btnShow {
    padding: 10px 18px;
    line-height: 21px;
    color: #fff;
    min-width: 0;
    font-size: 15px;
    border-radius: 0px;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 600;
    border: none;
    background: #fb7028;
}
.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: #7f94a3;
    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;
}
.fecha__blog {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}
.cuerpo__noticia {
    margin-top: 3rem;
}
.cuerpo__noticia p {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
}
.cuerpo__noticia a {
    color: #fb7028;
    text-decoration: underline;
}
.cuerpo__noticia h2 {
    color: #fb7028;
    font-size: 26px;
    font-weight: 600;
}
.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 #09273b;
    padding-bottom: 13px;
    margin-bottom: 3rem;
}
.borde__prev {
    border-right: solid 1px #09273b;
}
.decoration__none {
    text-decoration: none!important;
}
.navega__articulos i {
    color: #4e6e83;
    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: #fb7028;
    font-weight: 600;
}
.elArticulo {
    background: #041A2A;
    padding: 2% 0px;
}
.banner_amarres {
    background: url(../images/fondos/pexels-asad-photo-maldives-1024994.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 420px;
    position: relative;
    background-position-x: 0px;
    background-position-y: -320px;
}
.amarres {
    padding: 4% 0px;
    position: relative;
    overflow: hidden;
    background: #041A2A;
}
.amarres h2 {
    font-size: 2.2rem;
    font-weight: 700;
}
.amarres h2 span {
    color: #fb7028;
}
.amarres p {
    font-size: 16px;
    font-weight: 400;
}
.amarres p span {
    color: #fb7028;
}
.posFoto3 {
    position: relative;
    height: 380px;
    top: 17px;
}
.posFoto3::before {
    border-radius: 0px;
    background-color: #0F3951;
    width: 100%;
    height: 100%;
    left: -1.4rem;
    bottom: -1.4rem;
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: -46px;
    bottom: -32px;
}
.posFoto3::after {
    position: absolute;
    content: '';
    left: -46px;
    bottom: -32px;
    border-left: 2px solid #fb7028;
    border-bottom: 2px solid #fb7028;
    width: 90px;
    height: 90px;
}
.fotoAmarres {
    width: 85%;
    position: relative;
    right: -46px;
}
.fotoAmarres img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 370px;
    position: relative;
}
.servir {
    background: #09273B;
    padding: 4% 0px;
    position: relative;
    overflow: hidden;
}
.servir h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 5rem;
}
.servir p {
    font-size: 16px;
    font-weight: 400;
}
.servir ul li::marker {
    color: #FB7028;
    font-size: 23px;
}
.product {
    background: #0F3951;
    padding: 25px 6px;
    width: 290px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.cuadroFondo {
    border-radius: 0px;
    width: 290px;
    height: 302px;
    display: block;
    position: absolute;
    z-index: 0;
    right: 108px;
    top: -22px;
    border: solid 1px #fb7028;
}
.product h3 {
    font-size: 20px;
    font-weight: 600;
}
.product p {
    font-size: 15px!important;
    width: 64%!important;
    margin: 0 auto!important;
    margin-bottom: 10px!important;
}
.product a {
    color: #fb7028;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}
.posicionProducto {
    position: relative;
    top: 40px;
}
.detalles_opciones {
    padding: 4% 0px;
    position: relative;
    overflow: hidden;
    background: #041A2A;
}
.detalles_opciones img {
    width: 240px;
}
.banner_hechizos {
    background: url(../images/fondos/pexels-rodnae-productions-7979086.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 420px;
    position: relative;
    background-position-x: 0px;
    background-position-y: -320px;
}

.banner_rituales {
    background: url(../images/fondos/rituales.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 420px;
    position: relative;
    background-position-x: 0px;
    background-position-y: -320px;
}

.hechizos {
    padding: 4% 0px 8%;
    position: relative;
    overflow: hidden;
    background: #041A2A;
}
.hechizos h2 {
    font-size: 2.2rem;
    font-weight: 700;
}
.hechizos h2 span {
    color: #fb7028;
}
.hechizos p {
    font-size: 16px;
    font-weight: 400;
}
.hechizos p span {
    color: #fb7028;
}
.hechizos_parallax {
    background: url(../images/fondos/pexels-cottonbro-7189449.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 4% 0px;
    position: relative;
    background-position-x: 0px;
    background-position-y: 0px;
}
.hechizos_parallax h3 {
    font-size: 19px;
    font-weight: 600;
}
.banner_vudu {
    background: url(../images/fondos/flat-lay-voodoo-doll-on-wooden-background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 420px;
    position: relative;
    background-position-x: 0px;
    background-position-y: -320px;
}
.vudu {
    padding: 4% 0px 7%;
    position: relative;
    overflow: hidden;
    background: #041A2A;
}
.vudu h2 {
    font-size: 2.2rem;
    font-weight: 700;
}
.vudu h2 span {
    color: #fb7028;
}
.vudu p {
    font-size: 16px;
    font-weight: 400;
}
.vudu p span {
    color: #fb7028;
}
.vudu_parallax {
    background: url(../images/fondos/flat-lay-voodoo-doll-and-candles.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 4% 0px;
    position: relative;
    background-position-x: 0px;
    background-position-y: 0px;
}
.laCita {
    font-size: 1.5rem;
    width: 57%;
    margin: 0 auto;
    margin-bottom: 21px;
    font-style: italic;
}
.banner_consulta {
    background: url(../images/fondos/vintage-yellow-telephone-arrangement.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 420px;
    position: relative;
    background-position-x: 0px;
    background-position-y: -320px;
}
.consulta {
    padding: 4% 0px 6%;
    position: relative;
    overflow: hidden;
    background: #041A2A;
}
.consulta h2 {
    font-size: 2.2rem;
    font-weight: 700;
}
.consulta h2 span {
    color: #fb7028;
}
.consulta p {
    font-size: 16px;
    font-weight: 400;
}
.consulta p span {
    color: #fb7028;
}
.servir55 {
    background: #09273B;
    padding: 4% 0px 9%;
    position: relative;
    overflow: hidden;
}
.servir55 h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.servir55 p {
    font-size: 20px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 4rem
}
.fondoServi {
    background: #041A2A;
}
.menuModal {
    height: 100vh;
    width: 100%;
    background: rgb(255 255 255 / 97%);
    position: fixed;
    top: 0px;
    z-index: 999;
    display: none;
}
.chatWhats {
    z-index: 1;
    right: 23px;
    width: 70px;
    position: fixed;
    bottom: 11px;
}
@media (max-width: 450px) {
    .iconoAbrMenu {
        width: 40px!important;
        position: relative;
        right: 29%;
        cursor: pointer;
        top: 30%;
    }
    .cont_banner_home h1 {
        width: 100%;
        font-size: 1.4rem;
    }
    .menuModal {
        height: 100vh;
        width: 100%;
        background: #09273B;
        position: fixed;
        top: 0px;
        z-index: 999;
        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: #fb7028;
        right: 41px;
        top: 21px;
        font-size: 14px;
        font-weight: 600;
    }
    .logoMenu {
        width: 220px;
        position: relative;
        top: 5px;
    }
    .menu {
        padding: 14px 16px;
        z-index: 1;
    }
    .cont_banner_home h2 {
        font-size: 16px;
    }
    .el_vidente h2 {
        font-size: 1.7rem;
    }
    .el_vidente {
        padding: 8% 0px 12%;
    }
    .contacta_conmigo {
        margin-bottom: 2rem;
    }
    .servicios_home {
        padding: 8% 0px;
    }
    .servicios_home p {
        width: 100%;
    }
    .cards_products {
        margin-bottom: 20px;
    }
    .cards_products p {
        width: 80%!important;
    }
    .testimonios {
        padding: 8% 0px;
    }
    .testimonios p {
        width: 100%;
    }
    .cuadro_testimonio {
        margin-bottom: 19px;
    }
    .olMovil {
        padding-bottom: 52px;
    }
    .blog_home {
        padding: 8% 0px;
    }
    .blog_home p {
        width: 100%;
    }
    .articulo {
        margin-bottom: 20px;
    }
    .footer {
        padding: 8% 0px 6%;
    }
    .soy {
        text-align: center;
    }
    .expliSoy {
        text-align: center;
        margin-bottom: 22px;
    }
    .mvisual {
        margin-bottom: 22px;
    }




    .container_nosotros h1 {
        font-size: 1.5rem;
    }
    .container_nosotros h2 {
        font-size: 1.3rem;
    }
    .banner_nosotros {
        background: url(../images/fondos/pexels-alina-vilchenko-7581822.jpg) no-repeat center center;
    }
    .elVidente {
        padding: 8% 0px;
    }
    .elVidente h2 {
        font-size: 1.7rem;
    }
    .fotoAbout img {
        height: 460px;
    }
    .posFoto2 {
        height: 460px;
    }
    .almas {
        margin-top: 8rem;
    }
    .losServicios {
        padding: 8% 0px;
    }



    .banner_amarres {
        background: url(../images/fondos/pexels-asad-photo-maldives-1024994.jpg) no-repeat center center;
        background-position-x: 0px;
        background-position-y: 0px;
    }
    .amarres {
        padding: 8% 0px 28%;
    }
    .amarres h2 {
        font-size: 1.7rem;
    }
    .servir {
        padding: 8% 0px 26%;
    }
    .cuadroFondo {
        right: 8px;
    }
    .detalles_opciones {
        padding: 8% 0px;
    }
    .detalles_opciones img {
        margin-bottom: 20px;
    }


    .banner_hechizos {
        background: url(../images/fondos/pexels-rodnae-productions-7979086.jpg) no-repeat center center;
        background-position-y: 0px;
    }
    .banner_rituales {
        background: url(../images/fondos/rituales.jpg) no-repeat center center;
        background-position-y: 0px;
    }
    .hechizos {
        padding: 8% 0px 28%;
    }
    .hechizos h2 {
        font-size: 1.7rem;
    }


    .banner_vudu {
        background: url(../images/fondos/flat-lay-voodoo-doll-on-wooden-background.jpg) no-repeat center center;
        background-position-y: 0px;
    }
    .vudu {
        padding: 8% 0px 28%;    
    }
    .vudu h2 {
        font-size: 1.7rem;
    }
    .laCita {
        font-size: 1.2rem;
        width: 100%;
    }


    .banner_consulta {
        background: url(../images/fondos/vintage-yellow-telephone-arrangement.jpg) no-repeat center center;
        background-position-y: 0px;
    }
    .consulta {
        padding: 8% 0px 28%;
    }
    .consulta h2 {
        font-size: 1.7rem;
    }
    .servir55 p {
        width: 100%;
    }
    .product {
        margin-bottom: 55px;
    }
    .servir55 {
        padding: 8% 0px 8%;
    }


    .slider_blog {
        height: 100vh;
    }
    .cont-blog2 h2 {
        font-size: 1.5rem;
        line-height: 31px;
    }
    .los__articulos {
        padding: 8% 0px;
    }
    .grid-item {
        width: 100%;
    }

    .cont_articulo h1 {
        font-size: 30px;
    }
}
/*Fin movil vertical*/

/* Small devices (landscape phones, 576px and up)
*************MOVIL HORIZONTAL*******************/
@media (min-width: 576px) and (max-width: 767px) {
    .iconoAbrMenu {
        width: 40px!important;
        position: relative;
        right: 29%;
        cursor: pointer;
        top: 30%;
    }
    .cont_banner_home h1 {
        width: 100%;
        font-size: 1.4rem;
    }
    .menuModal {
        height: 100vh;
        width: 100%;
        background: #09273B;
        position: fixed;
        top: 0px;
        z-index: 999;
        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: #fb7028;
        right: 41px;
        top: 21px;
        font-size: 14px;
        font-weight: 600;
    }
    .logoMenu {
        width: 220px;
        position: relative;
        top: 5px;
    }
    .menu {
        padding: 14px 16px;
        z-index: 1;
    }
    .cont_banner_home h2 {
        font-size: 16px;
    }
    .el_vidente h2 {
        font-size: 1.7rem;
    }
    .el_vidente {
        padding: 8% 0px 12%;
    }
    .contacta_conmigo {
        margin-bottom: 2rem;
    }
    .servicios_home {
        padding: 8% 0px;
    }
    .servicios_home p {
        width: 100%;
    }
    .cards_products {
        margin-bottom: 20px;
    }
    .cards_products p {
        width: 80%!important;
    }
    .testimonios {
        padding: 8% 0px;
    }
    .testimonios p {
        width: 100%;
    }
    .cuadro_testimonio {
        margin-bottom: 19px;
    }
    .olMovil {
        padding-bottom: 52px;
    }
    .blog_home {
        padding: 8% 0px;
    }
    .blog_home p {
        width: 100%;
    }
    .articulo {
        margin-bottom: 20px;
    }
    .footer {
        padding: 8% 0px 6%;
    }
    .soy {
        text-align: center;
    }
    .expliSoy {
        text-align: center;
        margin-bottom: 22px;
    }
    .mvisual {
        margin-bottom: 22px;
    }



    .container_nosotros h1 {
        font-size: 1.5rem;
    }
    .container_nosotros h2 {
        font-size: 1.3rem;
    }
    .banner_nosotros {
        background: url(../images/fondos/pexels-alina-vilchenko-7581822.jpg) no-repeat center center;
    }
    .elVidente {
        padding: 8% 0px;
    }
    .elVidente h2 {
        font-size: 1.7rem;
    }
    .fotoAbout img {
        height: 460px;
    }
    .posFoto2 {
        height: 460px;
    }
    .almas {
        margin-top: 8rem;
    }
    .losServicios {
        padding: 8% 0px;
    }



    .banner_amarres {
        background: url(../images/fondos/pexels-asad-photo-maldives-1024994.jpg) no-repeat center center;
        background-position-x: 0px;
        background-position-y: 0px;
    }
    .amarres {
        padding: 8% 0px 28%;
    }
    .amarres h2 {
        font-size: 1.7rem;
    }
    .servir {
        padding: 8% 0px 26%;
    }
    .cuadroFondo {
        right: 8px;
    }
    .detalles_opciones {
        padding: 8% 0px;
    }
    .detalles_opciones img {
        margin-bottom: 20px;
    }


    .banner_hechizos {
        background: url(../images/fondos/pexels-rodnae-productions-7979086.jpg) no-repeat center center;
        background-position-y: 0px;
    }
    .banner_rituales {
        background: url(../images/fondos/rituales.jpg) no-repeat center center;
        background-position-y: 0px;
    }
    .hechizos {
        padding: 8% 0px 28%;
    }
    .hechizos h2 {
        font-size: 1.7rem;
    }


    .banner_vudu {
        background: url(../images/fondos/flat-lay-voodoo-doll-on-wooden-background.jpg) no-repeat center center;
        background-position-y: 0px;
    }
    .vudu {
        padding: 8% 0px 28%;    
    }
    .vudu h2 {
        font-size: 1.7rem;
    }
    .laCita {
        font-size: 1.2rem;
        width: 100%;
    }


    .banner_consulta {
        background: url(../images/fondos/vintage-yellow-telephone-arrangement.jpg) no-repeat center center;
        background-position-y: 0px;
    }
    .consulta {
        padding: 8% 0px 28%;
    }
    .consulta h2 {
        font-size: 1.7rem;
    }
    .servir55 p {
        width: 100%;
    }
    .product {
        margin-bottom: 55px;
    }
    .servir55 {
        padding: 8% 0px 8%;
    }



    .slider_blog {
        height: 100vh;
    }
    .cont-blog2 h2 {
        font-size: 1.5rem;
        line-height: 31px;
    }
    .los__articulos {
        padding: 8% 0px;
    }
    .grid-item {
        width: 100%;
    }


    .slider_blog {
        height: 100vh;
    }
    .cont-blog2 h2 {
        font-size: 1.5rem;
        line-height: 31px;
    }
    .los__articulos {
        padding: 8% 0px;
    }
    .grid-item {
        width: 100%;
    }

    .cont_articulo h1 {
        font-size: 30px;
    }
}
/*Fin movil horizontal*/

/* Medium devices (tablets, 768px and up)
*************TABLET VERTICAL*******************/
@media (min-width: 768px) and (max-width: 1023px) {
    .iconoAbrMenu {
        width: 50px!important;
        position: relative;
        right: 29%;
        cursor: pointer;
        top: 30%;
    }
    .cont_banner_home h1 {
        width: 100%;
        font-size: 3.4rem;
    }
    .menuModal {
        height: 100vh;
        width: 100%;
        background: #09273B;
        position: fixed;
        top: 0px;
        z-index: 999;
        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: 2.3rem;
        transition: .25s all ease-in-out;
    }
    .cerrarModal {
        position: absolute;
        color: #fb7028;
        right: 41px;
        top: 21px;
        font-size: 14px;
        font-weight: 600;
    }
    .logoMenu {
        width: 320px;
        position: relative;
        top: 5px;
    }
    .menu {
        padding: 14px 16px;
        z-index: 1;
    }
    .cont_banner_home h2 {
        font-size: 26px;
    }
    .el_vidente h2 {
        font-size: 1.7rem;
    }
    .el_vidente {
        padding: 8% 0px 12%;
    }
    .contacta_conmigo {
        margin-bottom: 2rem;
    }
    .servicios_home {
        padding: 8% 0px;
    }
    .servicios_home p {
        width: 100%;
    }
    .cards_products {
        margin-bottom: 20px;
    }
    .cards_products p {
        width: 80%!important;
    }
    .testimonios {
        padding: 8% 0px;
    }
    .testimonios p {
        width: 100%;
    }
    .cuadro_testimonio {
        margin-bottom: 19px;
    }
    .olMovil {
        padding-bottom: 52px;
    }
    .blog_home {
        padding: 8% 0px;
    }
    .blog_home p {
        width: 100%;
    }
    .articulo {
        margin-bottom: 20px;
    }
    .footer {
        padding: 8% 0px 6%;
    }
    .soy {
        text-align: center;
    }
    .expliSoy {
        text-align: center;
        margin-bottom: 22px;
    }
    .mvisual {
        margin-bottom: 22px;
    }

    .cuadroFondo {
        right: -2px;
    }
    .detalles_opciones img {
        width: 200px;
    }

    .elVidente h2 {
        font-size: 1.7rem;
    }

    .amarres h2 {
        font-size: 1.7rem;
    }


    .hechizos h2 {
        font-size: 1.7rem;
    }


    .vudu h2 {
        font-size: 1.7rem;
    }

    .consulta h2 {
        font-size: 1.7rem;
    }


    .grid-item {
        width: 50%;
    }

    .slider_blog {
        height: 100vh;
    }
    .cont-blog2 h2 {
        font-size: 1.5rem;
        line-height: 31px;
    }
    .los__articulos {
        padding: 8% 0px;
    }
    .grid-item {
        width: 100%;
    }

    .cont_articulo h1 {
        font-size: 30px;
    }
    
}
/*Fin tablet vertical*/

/* Large devices (desktops, 992px and up)
*************TABLET HORIZONTAL*******************/
@media (min-width: 1024px) and (max-width: 1199px) {
    .cont_articulo h1 {
        font-size: 40px;
    }
}

/* 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) {

}