@font-face {
 font-family: Quicksand_Bold; /* requerido */
 src: url("../fuentes/Quicksand_Bold.otf");                        /* requerido */
}
@font-face {
 font-family: roboto; /* requerido */
 src: url("../fuentes/Roboto-Light.ttf");                        /* requerido */
}
@font-face {
 font-family: Montserrat; /* requerido */
 src: url("../fuentes/Montserrat-Regular.ttf");                        /* requerido */
}
@font-face {
 font-family: Segoe; /* requerido */
 src: url("../fuentes/SegoePro-Semilight.ttf");                        /* requerido */
}
@font-face {
 font-family: SegoeR; /* requerido */
 src: url("../fuentes/SegoePro-Regular.ttf");                        /* requerido */
}
@font-face {
 font-family: RocGrotesk; /* requerido */
 src: url("../fuentes/RocGroteskW05Wide.ttf");                        /* requerido */
}
@font-face {
 font-family: RocGroteskBold; /* requerido */
 src: url("../fuentes/RocGroteskW05WideBold.ttf");                        /* requerido */
}
@font-face {
 font-family: AlbraBlack; /* requerido */
 src: url("../fuentes/AlbraBlack.ttf");                        /* requerido */
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,body{min-width: 100%; height: 100%; padding: 0px; margin: 0px; font-family: Quicksand_Bold;/*scroll-behavior: smooth;*/background: #fdfbef;letter-spacing: 0.5pt;}

.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 70px;
}

.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 1px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}


@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveInBottom {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#cuerpo{min-width:100%;position: relative;min-height: 100%;height: auto !important;}

#cuerpo #inicio {} 

#cuerpo #inicio .titulo_portada{position: absolute;display:flex;justify-content:center;}
#cuerpo #inicio::before{content: ""; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background-color: rgba(0,0,0,0.25);}
#cuerpo #inicio .tarotevolutivo-inicio {color: #fff; width: 100%; backface-visibility: hidden; margin-bottom: 6rem;}
#cuerpo #inicio .tarotevolutivo-inicio--main {display: block; font-size: 3rem; font-weight: 700; letter-spacing: 3.5rem; margin-right: -3.5rem; animation-name: moveInLeft; animation-duration: 1s;
  animation-timing-function: ease-out; font-family: AlbraBlack;}
#cuerpo #inicio .tarotevolutivo-inicio--sub {font-family: AlbraBlack; display: block; font-size: 3rem; font-weight: 700; letter-spacing: 1.75rem; margin-left: 30%; animation: moveInRight 1s ease-out;}

.inicio{
    position: relative; 
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../imagenes/logo/tarot23.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    

}


[class*=shape-]{position: absolute; border-radius: 50%; animation: bubble; animation-timing-function: linear; animation-iteration-count: infinite;}
.shape-1{
    background: url(../imagenes/logo/10.png) no-repeat 50%;
    width: 150px;
    height: 150px;
    top: 5%;
    left: 3%;
    animation-duration: 8s;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.shape-2{
    background: url(../imagenes/logo/11.png) no-repeat 50%;
    width: 125px;
    height: 125px;
    top: 20%;
    left: 38%;
    animation-duration: 10s;
/* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.shape-3{
    background: url(../imagenes/logo/12.png) no-repeat 50%;
    width: 150px;
    height: 150px;
    bottom: 12%;
    left: 6%;
    animation-duration: 7s;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.shape-4{
    background: url(../imagenes/logo/13.png) no-repeat 50%;
    width: 200px;
    height: 200px;
    top: 20%;
    right : 14%;
    animation-duration: 12s;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


.shape-5{
    background: url(../imagenes/logo/14.png) no-repeat 50%;
    width: 200px;
    height: 200px;
    bottom: 12%;
    right : 14%;
    animation-duration: 12s;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

@keyframes bubble{
    0%{
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30%{
        transform: translateY(30px) translateX(50px) rotate(15deg);
    }
    50%{
        transform: translateY(50px) translateX(100px) rotate(45deg);
    }
    80%{
        transform: translateY(30px) translateX(50px) rotate(15deg);
    }
    100%{
        transform: translateY(0px) translateY(0) rotate(0);
        transform-origin: center center;
    }
}

.example-box {
  background-image: linear-gradient(to bottom right, #eb01a5, #d13531);
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  color: white;
  font-family: sans-serif;
  font-weight: 200;
  z-index: 1;
}

.example-box * {
  z-index: 2;
}

h1 {
  font-family: Montserrat, sans-serif;
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.background-shapes {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 5076px;
  background-size: 100%;
  animation: 120s infiniteScroll linear infinite;
  background-repeat-x: repeat;
  background-image: url(https://cdn2.hubspot.net/hubfs/53/Pricing%202017%20Assets/marketing/Header_Circles-1.svg);
}

@-webkit-keyframes infiniteScroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -1692px, 0);
    transform: translate3d(0, -1692px, 0);
  }
}

@keyframes infiniteScroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -1692px, 0);
    transform: translate3d(0, -1692px, 0);
  }
}


#menu {width: 100%;position: fixed;z-index: 5;z-index: 1000}
#menu .menu{background: #fff;border-radius: 10px;width: 90%;z-index: 5;margin: 5px auto;padding: 0 15px;overflow: auto;}
#menu .menu .nav-a{display: inline-block; text-decoration: none; color: #d13531; transition: all 0.5s ease; font-size: 1.2rem; cursor: pointer;padding: 10px 10px;float: left}
#menu .menu .nav-a:hover {color: #fff; background: #eb01a5; transition: all 0.5s ease;}   
#menu .menu .active {color: #fff; background: #eb01a5; transition: all 0.5s ease;} 
#menu .menu .redes{margin-left:50px;}
#menu .menu .nav-r{text-decoration: none; color: #d13531; transition: all 0.5s ease; font-size: 1.3rem; cursor: pointer;float: right;margin: 10px 10px 0 10px}   
#menu .nav-responsive{display: none}

section {height: 100vh;width: 100%;background: #181818;}

#cuerpo #tarotevolutivo_portada1{
    min-height: 100vh;
    /*margin-bottom: 10px;*/
    background: #121414 url(../imagenes/portada/1.jpg);
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#cuerpo #tarotevolutivo_portada2{
    min-height: 100vh;
    /*margin-bottom: 10px;*/
    background: #121414 url(../imagenes/portada/2.jpg) no-repeat 50%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}

#cuerpo #tarotevolutivo_portada3{
    min-height: 100vh;
    /*margin-bottom: 10px;*/
    background: #121414 url(../imagenes/portada/3.jpg) no-repeat 50%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}

#cuerpo #tarotevolutivo_portada4{
    min-height: 100vh;
    /*margin-bottom: 10px;*/
    background: #121414 url(../imagenes/portada/4.jpg) no-repeat 50%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}

/* Button */
#button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: 1.2rem;
    font-family: inherit;
}
#button.learn-more {
    width: 200px;
    height: auto;
    margin: 3px 0;
}
#button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #fa3e88;
    border-radius: 1.625rem;
}
#button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
#button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
#button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}
#button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #fa3e88;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}
#button.learn-more .button-text-2 {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #752360;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}            
#button:hover .circle {
    width: 100%;
}
#button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}
#button:hover .button-text,#button:hover .button-text-2 {
    color: #fff;
}   

.tarotevolutivo1{display:flex;justify-content: center;align-items: center;color:#fff;font-family: AlbraBlack;font-size: 3rem}

/*Tarot Evolutivo*/
.tarotevolutivo_section{height: auto;overflow: auto;padding: 0 0 0 0;}
.tarotevolutivo_section .tarot_info{overflow: auto;}
.tarotevolutivo_section .tarot_info .tarotevolutivo_left{float: left;width: 48%;padding: 0px 10px;font-size: 4rem;font-family: AlbraBlack;color: #0dbfb1;}
.tarotevolutivo_section .tarot_info .tarotevolutivo_left .tarotevolutivo_title{margin: 50px 0 25px 25px;}
.tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_1{font-size: 1.5rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
.tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_1 .bolder{color: #BEBABA;}
.tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_1 .title_gl{color: #ff0266;display: none;}
.tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_2{font-size: 1.5rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
.tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_2 .bolder{color: #BEBABA;}
.tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_3_contacto{margin: 25px 0;}
.tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_3_contacto .ad_contacto{text-align: left;font-family: Times New Roman;font-size: 2.3rem;color: #ff0266;cursor: pointer;
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
}
.tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_3_contacto .ad_contacto:hover{color: #0dbfb1;
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
}
.tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_3_contacto .ad_contacto .fa-long-arrow-down{font-size: 1.8rem;
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
    color: #ff0266;
}
.tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_3_contacto .ad_contacto:hover .fa-long-arrow-down{padding-left: 10px;
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
    color: #0dbfb1;
}

/*Limpieza Energética*/
.tarotevolutivo_section{height: auto;overflow: auto;padding: 0 0 0 0;}
.tarotevolutivo_section .tarot_info{overflow: auto;}
.tarotevolutivo_section .tarot_info .limpiezaenergetica_right{float: right;width: 48%;padding: 0px 10px;font-size: 4rem;font-family: AlbraBlack;color: #0dbfb1;}
.tarotevolutivo_section .tarot_info .limpiezaenergetica_right .tarotevolutivo_title{margin: 50px 0 25px 25px;}
.tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_1{font-size: 1.5rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
.tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_1 .bolder{color: #BEBABA;}
.tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_1 .title_gl{color: #ff0266;display: none;}
.tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_2{font-size: 1.5rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
.tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_2 .bolder{color: #BEBABA;}
.tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_3_contacto{margin: 25px 0;}
.tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_3_contacto .ad_contacto{text-align: left;font-family: Times New Roman;font-size: 2.3rem;color: #ff0266;cursor: pointer;
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
}
.tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_3_contacto .ad_contacto:hover{color: #0dbfb1;
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
}
.tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_3_contacto .ad_contacto .fa-long-arrow-down{font-size: 1.8rem;
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
    color: #ff0266;
}
.tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_3_contacto .ad_contacto:hover .fa-long-arrow-down{padding-left: 10px;
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
    color: #0dbfb1;
}

/*Radistecia*/
.tarotevolutivo_section{height: auto;overflow: auto;padding: 0 0 0 0;}
.tarotevolutivo_section .tarot_info{overflow: auto;}
.tarotevolutivo_section .tarot_info .radistecia_left{float: left;width: 48%;padding: 0px 10px;font-size: 4rem;font-family: AlbraBlack;color: #0dbfb1;}
.tarotevolutivo_section .tarot_info .radistecia_left .tarotevolutivo_title{margin: 50px 0 25px 25px;}
.tarotevolutivo_section .tarot_info .radistecia_left .texto_1{font-size: 1.5rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
.tarotevolutivo_section .tarot_info .radistecia_left .texto_1 .bolder{color: #BEBABA;}
.tarotevolutivo_section .tarot_info .radistecia_left .texto_1 .title_gl{color: #ff0266;display: none;}
.tarotevolutivo_section .tarot_info .radistecia_left .texto_2{font-size: 1.5rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
.tarotevolutivo_section .tarot_info .radistecia_left .texto_2 .bolder{color: #BEBABA;}
.tarotevolutivo_section .tarot_info .radistecia_left .texto_3_contacto{margin: 25px 0;}
.tarotevolutivo_section .tarot_info .radistecia_left .texto_3_contacto .ad_contacto{text-align: left;font-family: Times New Roman;font-size: 2.3rem;color: #ff0266;cursor: pointer;
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
}
.tarotevolutivo_section .tarot_info .radistecia_left .texto_3_contacto .ad_contacto:hover{color: #0dbfb1;
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
}
.tarotevolutivo_section .tarot_info .radistecia_left .texto_3_contacto .ad_contacto .fa-long-arrow-down{font-size: 1.8rem;
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
    color: #ff0266;
}
.tarotevolutivo_section .tarot_info .radistecia_left .texto_3_contacto .ad_contacto:hover .fa-long-arrow-down{padding-left: 10px;
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
    color: #0dbfb1;
}

/*Percepcion Extrasensorial*/
.tarotevolutivo_section{height: auto;overflow: auto;padding: 0 0 0 0;}
.tarotevolutivo_section .tarot_info{overflow: auto;}
.tarotevolutivo_section .tarot_info .percepcion_right{float: right;width: 48%;padding: 0px 10px;font-size: 4rem;font-family: AlbraBlack;color: #0dbfb1;}
.tarotevolutivo_section .tarot_info .percepcion_right .tarotevolutivo_title{margin: 50px 0 25px 25px;}
.tarotevolutivo_section .tarot_info .percepcion_right .texto_1{font-size: 1.5rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
.tarotevolutivo_section .tarot_info .percepcion_right .texto_1 .bolder{color: #BEBABA;}
.tarotevolutivo_section .tarot_info .percepcion_right .texto_1 .title_gl{color: #ff0266;display: none;}
.tarotevolutivo_section .tarot_info .percepcion_right .texto_2{font-size: 1.5rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
.tarotevolutivo_section .tarot_info .percepcion_right .texto_2 .bolder{color: #BEBABA;}
.tarotevolutivo_section .tarot_info .percepcion_right .texto_3_contacto{margin: 25px 0;}
.tarotevolutivo_section .tarot_info .percepcion_right .texto_3_contacto .ad_contacto{text-align: left;font-family: Times New Roman;font-size: 2.3rem;color: #ff0266;cursor: pointer;
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
}
.tarotevolutivo_section .tarot_info .percepcion_right .texto_3_contacto .ad_contacto:hover{color: #0dbfb1;
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
}
.tarotevolutivo_section .tarot_info .percepcion_right .texto_3_contacto .ad_contacto .fa-long-arrow-down{font-size: 1.8rem;
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
    color: #ff0266;
}
.tarotevolutivo_section .tarot_info .percepcion_right .texto_3_contacto .ad_contacto:hover .fa-long-arrow-down{padding-left: 10px;
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
    color: #0dbfb1;
}

/* --------- Work --------- */
#centro{

    width: 100%;
    margin-top: -10px;

    
}

#centro .work{
    /* We first create a flex layout context */
    display: flex;

    /* Then we define the flow direction 
    and if we allow the items to wrap 
    * Remember this is the same as:
    * flex-direction: row;
    * flex-wrap: wrap;
    */
    flex-direction: row;
    /* Then we define how is distributed the remaining space */
    justify-content: space-between;

    padding: 0;
    margin: 0;
}
#centro .work .works{
    width: 100%;
    height: 75vh;
    color: white;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: rgba(0, 0, 0, 1);
}
#centro .work .works img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: scale(1.5);
    position: relative;
    top: -50px; /* ajustar los valores para mover la imagen */
    left: -5px;                     

}

.works-tarot:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: url('../imagenes/terapias/tarot1.png');
    background-repeat: no-repeat;
    background-position: 50% 25%;
    background-size: cover;    
}

.works-limpieza:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: url('../imagenes/terapias/limpiezaenergetica1.jpg');
    background-repeat: no-repeat;
    background-position: 50% 25%;
    background-size: cover;    
}

.works-radistecia:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: url('../imagenes/terapias/radistecia1.jpg');
    background-repeat: no-repeat;
    background-position: 50% 55%;
    background-size: cover;    
}

.works-percepcion:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: url('../imagenes/terapias/percepcion1.jpg');
    background-repeat: no-repeat;
    background-position: 50% 80%;
    background-size: cover;    
}
#centro .work .works .title-work{
    font-size: 3rem;
    font-family: Quicksand;
    color: #fff;
    z-index: 10;
    position: relative;
    top: 5rem;
}

#centro .work .works .subtitle-work{
    font-size: 1rem;
    display: none;
    color: #fff;
    z-index: 10;
    position: relative;
    top: 3rem;
}

#centro .work .works .button-work{
    font-size: 1.5rem;
    cursor: pointer;
    color: #fff;
    z-index: 10;
    position: relative;
    top: 6rem;
    margin: 0px auto;
    border-radius: 3px;
    width: 200px;
    height: 45px;
    transition: all .4s;
    display: block;
}

#centro .work .works .center{
    display: flex;
    justify-content: center;
    align-items: center;
}

#centro .work .works .button-work .d1,#centro .work .works .button-work .d2{
    position: absolute;
    width: 100%;height: 1px;
    background: #0dbfb1;
    transform:scale(0);
    transition: all .4s;
    transition-delay: .4s;
}

#centro .work .works .d1{
    top:0;
    transform-origin: left;
}

#centro .work .works .button-work:hover .d1,#centro .work .works .button-work:hover .d2{
    transform:scale(1);
    transition-delay: 0s;
}

#centro .work .works .button-work .d3,#centro .work .works .button-work .d4{
    width: 1px;
    height: 100%;
    position: absolute;
    background: #0dbfb1;
    transform: scaleY(0);
    transition: all .4s;
}

#centro .work .works .button-work .d3{
    left: 0;
    transform-origin: bottom;
}

#centro .work .works .button-work .d4{
    right: 0;
    transform-origin: top;
}

#centro .work .works .button-work:hover .d3,#centro .work .works .button-work:hover .d4{
    transform: scaleY(1);
    transition-delay: .4s;
}

#centro .work .works .d2{
    bottom:0;
    transform-origin: right;
}

#centro .work .works .button-work:hover{
    transition-delay: .8s
    color: #0dbfb1;
}


#centro .work .works .button-work-2{
    font-size: 1.5rem;
    cursor: pointer;
    color: #fff;
    z-index: 1000;
    position: relative;
    top: 6rem;
    margin: 0px auto;
    border-radius: 3px;
    width: 275px;
    height: 45px;
    transition: all .4s;
    display: block;
}

#centro .work .works .center{
    display: flex;
    justify-content: center;
    align-items: center;
}

#centro .work .works .button-work-2 .d1,#centro .work .works .button-work-2 .d2{
    position: absolute;
    width: 100%;height: 1px;
    background: #0dbfb1;
    transform:scale(0);
    transition: all .4s;
    transition-delay: .4s;
}

#centro .work .works .button-work-2 .d1{
    top:0;
    transform-origin: left;
}

#centro .work .works .button-work-2:hover .d1,#centro .work .works .button-work-2:hover .d2{
    transform:scale(1);
    transition-delay: 0s;
}

#centro .work .works .button-work-2 .d3,#centro .work .works .button-work-2 .d4{
    width: 1px;
    height: 100%;
    position: absolute;
    background: #0dbfb1;
    transform: scaleY(0);
    transition: all .4s;
}

#centro .work .works .button-work-2 .d3{
    left: 0;
    transform-origin: bottom;
}

#centro .work .works .button-work-2 .d4{
    right: 0;
    transform-origin: top;
}

#centro .work .works .button-work-2:hover .d3,#centro .work .works .button-work-2:hover .d4{
    transform: scaleY(1);
    transition-delay: .4s;
}

#centro .work .works .button-work-2 .d2{
    bottom:0;
    transform-origin: right;
}

#centro .work .works .button-work-2:hover{
    transition-delay: .8s
    color: #0dbfb1;
}

#centro .work .works .button-work-2 .fa{
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
    transition: all 1s;
}

#centro .work .works .button-work-2:hover .fa{
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
    transition: all 1s;     
    padding-left: 30px; 
}

#centro .work .works .button-work .fa{
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
    transition: all 1s;
}

#centro .work .works .button-work:hover .fa{
    -moz-transition: all .5s ease-in-out; /* Para Mozilla */
    -o-transition: all .5s ease-in-out; /* Para Ópera */
    -ms-transition: all .5s ease-in-out; /* Para Explorer */
    transition:all .5s ease-in-out;
    transition: all 1s;     
    padding-left: 30px; 
}
.inset {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em;
    background: #111;
    border-style: solid;
    border-width: 30px;
    border-top-color: #111;
    border-right-color: #111;
    border-bottom-color: #111;
    border-left-color: #111;
}   

.works-opacity{
    background: #0dbfb1;
    width: 99%;
    height:100%;
    position: absolute;
    z-index: 999;
    opacity: 0.3;
    display: none;

}

/* --------- End Work --------- */

/*----- Contacto ------*/
.container_form{
    width: 1000px;
    background: #181818;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}     
.title_container {
  margin-bottom: 20px;
  font-family: "AlbraBlack", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  color: #b23ba1;
  border-bottom: 1px solid #b23ba1;
  padding: 15px 0;
}

.box_form{
    display: inline-block;
    width: 48%;
}
.form__title {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.form__label {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  transition: 0.3s;
}
.form{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 20px auto;
    width: 90%;
}
.form_div{
    position: relative;
    margin-bottom: 15px;
}
.form_div:last-of-type {
  margin-bottom: 0;
}
.form__input {
  position: relative;
  width: 100%;
  padding: 5px 0;
  color: white;
  background-color: transparent;
  border-width: 0;
  border-bottom: 1px solid white;
  outline: none;
  font-family: "SegoeR", sans-serif;
  font-size: 1.1rem;
  margin:5px 0;
}
.form__input::placeholder {
  opacity: 0;
}
.form__input:not(:placeholder-shown) + .form__label {
  bottom: 40px;
  color: #fff;
  font-size: 0.8rem;
}
.form__input:focus {
  border-bottom-color: #fff;
}
.form__input:focus + .form__label {
  bottom: 40px;
  color: #fff;
  font-size: 0.8rem;
}


.form__textarea {
  position: relative;
  width: 100%;
  height: 150px;
  resize: none;
  padding: 5px 0;
  color: white;
  background-color: transparent;
  border-width: 0;
  border-bottom: 1px solid white;
  outline: none;
  font-family: "SegoeR", sans-serif;
  font-size: 1.1rem;
  margin:5px 0;
}
.form__textarea::placeholder {
  opacity: 0;
}
.form__textarea:not(:placeholder-shown) + .form__label {
  bottom: 160px;
  color: #fff;
  font-size: 0.8rem;
}
.form__textarea:focus {
  border-bottom-color: #fff;
}
.form__textarea:focus + .form__label {
  bottom: 160px;
  color: #fff;
  font-size: 0.8rem;
}



.form__button {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  color: white;
  background-color: #2E8E79;
  border: 0;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;

-moz-transition: all .5s ease-in-out; /* Para Mozilla */
-o-transition: all .5s ease-in-out; /* Para Ópera */
-ms-transition: all .5s ease-in-out; /* Para Explorer */
transition:all .5s ease-in-out;  
}
.form__button:hover{
    background-color: #009d71;
-moz-transition: all .5s ease-in-out; /* Para Mozilla */
-o-transition: all .5s ease-in-out; /* Para Ópera */
-ms-transition: all .5s ease-in-out; /* Para Explorer */
transition:all .5s ease-in-out;    
}

@media (max-width: 1370px) {

    .container_form{
        width: 90%;
        background: #181818;
        padding: 20px;
        margin: 0 auto;
        position: relative;
        top: 0;
        transform: translateY(0);
    } 

}

@media (max-width: 1000px) {

    .container_form{
        width: 90%;
        background: #181818;
        padding: 20px;
        margin: 0 auto;
        position: relative;
        top: 0;
        transform: translateY(0);
    }     
    .box_form{
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }
}

.contacto-1,.contacto-2,.contacto-3{
    font-size: 1.1rem;
    margin: 20px 0;
    color: #fff;
    
}
.contacto-1 .fa{
    color: #fff;
    font-size: 1.4rem;
    margin: 0 25px 0 0;
}
/* --------- End Contacto --------- */

/*Footer*/
#pie{background: #151414;width: 100%;padding: 20px 0 20px 0;font-family:AlbraBlack;}
#pie .pie-1{width: 1300px;padding: 20px 0 30px 0;margin: 0px auto;display: flex;justify-content: space-around;}/*border-bottom: 1px solid #4d4d4d;}*/
#pie .pie-1 .redes a{margin: 0 15px;color: #fff;font-size: 1.3rem;}
#pie .pie-1 .telefono{margin: 0 15px;color: #fff;font-size: 1.2rem;}
#pie .pie-1 .contacto{margin: 0 15px;color: #fff;font-size: 1.2rem;}

#pie .pie-2{width: 1300px;padding: 20px 0;margin: 0px auto;display: flex;justify-content: space-around;border-bottom: 1px solid #4d4d4d;}
#pie .pie-2 .logo {width:150px;font-family:AlbraBlack;color:#fff;text-align: center;font-size: 2rem;margin-top: 15px}
#pie .pie-2 .enlaces ul{list-style: none}
#pie .pie-2 .enlaces ul li{padding: 1.5px 0;}
#pie .pie-2 .enlaces ul li a{text-decoration: none; color:#fff;font-size: 1rem;font-family: SegoeR;}
#pie .pie-2 .enlaces ul li a:hover{color:#009d71}
#pie .pie-2 .form {width:300px; margin: 0px auto;}
#pie .pie-2 .feedback-input {color: white; font-family: SegoeR; font-weight: 500; font-size: 0.8rem; border-radius: 5px; line-height: 10px;
  background-color: transparent; border: 2px solid #009d71; transition: all 0.3s; padding: 5px; margin-bottom: 5px; width: 100%; box-sizing: border-box;
  outline: 0;}
#pie .pie-2 .feedback-input:focus { border: 2px solid #009d71;}
#pie .pie-2 textarea {height: 75px; line-height: 150%; resize: vertical;}
#pie .pie-2 [type="submit"] {font-family: SegoeR;; width: 100%; background: #009d71; border-radius: 5px; border: 0; cursor: pointer;
  color: white; font-size: 0.8rem; padding-top: 5px; padding-bottom: 5px; transition: all 0.3s; margin-top: -4px;  font-weight: 700;}
#pie .pie-2 [type="submit"]:hover { background: #009d71;}

#pie .pie-3 {width: 1300px;padding: 20px 0 0 0;margin: 0px auto;display: flex;justify-content: center;align-items: center;}
#pie .pie-3 .design{color:#fff;font-family: SegoeR;}
#pie .pie-3 .design a{color:#009d71;font-family: SegoeR;text-decoration: none}

@media screen and (max-width: 1480px){
    #menu {width: 100%;position: fixed;z-index: 5;z-index: 1000}
    #menu .menu{background: #fff;border-radius: 10px;width: 80%;z-index: 5;margin: 5px auto;padding: 0 15px;overflow: auto;}
    #menu .menu .nav-a{display: inline-block; text-decoration: none; color: #d13531; transition: all 0.5s ease; font-size: 1rem; cursor: pointer;padding: 10px 10px;float: left}
    #menu .menu .nav-a:hover {color: #fff; background: #eb01a5; transition: all 0.5s ease;}   
    #menu .menu .active {color: #fff; background: #eb01a5; transition: all 0.5s ease;} 
    #menu .menu .redes{margin-left:50px;}
    #menu .menu .nav-r{text-decoration: none; color: #d13531; transition: all 0.5s ease; font-size: 1.3rem; cursor: pointer;float: right;margin: 8px 10px 0 10px}   
}

@media screen and (max-width: 1370px){
    #cuerpo #inicio .titulo_portada{position: absolute;display:flex;justify-content:center;}
    #cuerpo #inicio::before{content: ""; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background-color: rgba(0,0,0,0.25);}
    #cuerpo #inicio .tarotevolutivo-inicio {color: #fff; width: 100%; backface-visibility: hidden; margin-bottom: 6rem;}
    #cuerpo #inicio .tarotevolutivo-inicio--main {display: block; font-size: 3rem; font-weight: 700; letter-spacing: 1rem; margin-right: 0rem; animation-name: moveInLeft; animation-duration: 1s;
      animation-timing-function: ease-out; font-family: AlbraBlack;}
    #cuerpo #inicio .tarotevolutivo-inicio--sub {font-family: AlbraBlack; display: block; font-size: 3rem; font-weight: 700; letter-spacing: 1rem; margin-left: 22%; animation: moveInRight 1s ease-out;}        

    section {height: 100%;width: 100%;background: #181818;}


    /*Tarot Evolutivo*/
    .tarotevolutivo_section{height: auto;overflow: auto;padding: 0 0 0 0;}
    .tarotevolutivo_section .tarot_info{overflow: auto;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left{float: none;width: 100%;padding: 0px 10px;font-size: 2rem;font-family: AlbraBlack;color: #0dbfb1;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .tarotevolutivo_title{margin: 50px 0 25px 0px;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_1{font-size: 1.1rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_1 .bolder{color: #BEBABA;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_1 .title_gl{color: #ff0266;display: none;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_2{font-size: 1.1rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_2 .bolder{color: #BEBABA;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_3_contacto{margin: 25px 0;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_3_contacto .ad_contacto{text-align: left;font-family: Times New Roman;font-size: 2.3rem;color: #ff0266;cursor: pointer;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
    }
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_3_contacto .ad_contacto:hover{color: #0dbfb1;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
    }
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_3_contacto .ad_contacto .fa-long-arrow-down{font-size: 1.8rem;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
        color: #ff0266;
    }
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_3_contacto .ad_contacto:hover .fa-long-arrow-down{padding-left: 10px;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
        color: #0dbfb1;
    }
   

    /*Limpieza Energética*/
    .tarotevolutivo_section{height: auto;overflow: auto;padding: 0 0 0 0;}
    .tarotevolutivo_section .tarot_info{overflow: auto;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right{float: none;width: 100%;padding: 0px 10px;font-size: 2rem;font-family: AlbraBlack;color: #0dbfb1;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .tarotevolutivo_title{margin: 50px 0 25px 0px;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_1{font-size: 1.1rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_1 .bolder{color: #BEBABA;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_1 .title_gl{color: #ff0266;display: none;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_2{font-size: 1.1rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_2 .bolder{color: #BEBABA;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_3_contacto{margin: 25px 0;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_3_contacto .ad_contacto{text-align: left;font-family: Times New Roman;font-size: 2.3rem;color: #ff0266;cursor: pointer;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
    }
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_3_contacto .ad_contacto:hover{color: #0dbfb1;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
    }
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_3_contacto .ad_contacto .fa-long-arrow-down{font-size: 1.8rem;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
        color: #ff0266;
    }
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_3_contacto .ad_contacto:hover .fa-long-arrow-down{padding-left: 10px;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
        color: #0dbfb1;
    }

    /*Radistecia*/
    .tarotevolutivo_section{height: auto;overflow: auto;padding: 0 0 0 0;}
    .tarotevolutivo_section .tarot_info{overflow: auto;}
    .tarotevolutivo_section .tarot_info .radistecia_left{float: none;width: 100%;padding: 0px 10px;font-size: 2rem;font-family: AlbraBlack;color: #0dbfb1;}
    .tarotevolutivo_section .tarot_info .radistecia_left .tarotevolutivo_title{margin: 50px 0 25px 0px;}
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_1{font-size: 1.1rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_1 .bolder{color: #BEBABA;}
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_1 .title_gl{color: #ff0266;display: none;}
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_2{font-size: 1.1rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_2 .bolder{color: #BEBABA;}
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_3_contacto{margin: 25px 0;}
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_3_contacto .ad_contacto{text-align: left;font-family: Times New Roman;font-size: 2.3rem;color: #ff0266;cursor: pointer;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
    }
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_3_contacto .ad_contacto:hover{color: #0dbfb1;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
    }
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_3_contacto .ad_contacto .fa-long-arrow-down{font-size: 1.8rem;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
        color: #ff0266;
    }
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_3_contacto .ad_contacto:hover .fa-long-arrow-down{padding-left: 10px;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
        color: #0dbfb1;
    }

    /*Percepcion Extrasensorial*/
    .tarotevolutivo_section{height: auto;overflow: auto;padding: 0 0 0 0;}
    .tarotevolutivo_section .tarot_info{overflow: auto;}
    .tarotevolutivo_section .tarot_info .percepcion_right{float: none;width: 100%;padding: 0px 10px;font-size: 2rem;font-family: AlbraBlack;color: #0dbfb1;}
    .tarotevolutivo_section .tarot_info .percepcion_right .tarotevolutivo_title{margin: 50px 0 25px 0px;}
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_1{font-size: 1.1rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_1 .bolder{color: #BEBABA;}
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_1 .title_gl{color: #ff0266;display: none;}
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_2{font-size: 1.1rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_2 .bolder{color: #BEBABA;}
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_3_contacto{margin: 25px 0;}
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_3_contacto .ad_contacto{text-align: left;font-family: Times New Roman;font-size: 2.3rem;color: #ff0266;cursor: pointer;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
    }
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_3_contacto .ad_contacto:hover{color: #0dbfb1;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
    }
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_3_contacto .ad_contacto .fa-long-arrow-down{font-size: 1.8rem;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
        color: #ff0266;
    }
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_3_contacto .ad_contacto:hover .fa-long-arrow-down{padding-left: 10px;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
        color: #0dbfb1;
    }

    /*Footer*/
    #pie{background: #151414;width: 100%;padding: 20px 0 20px 0;font-family:AlbraBlack;}
    #pie .pie-1{width: 100%;padding: 20px 0 30px 0;margin: 0px auto;display: flex;justify-content: space-around;}/*border-bottom: 1px solid #4d4d4d;}*/
    #pie .pie-1 .redes a{margin: 0 15px;color: #fff;font-size: 1.3rem;}
    #pie .pie-1 .telefono{margin: 0 15px;color: #fff;font-size: 1.2rem;}
    #pie .pie-1 .contacto{margin: 0 15px;color: #fff;font-size: 1.2rem;}

    #pie .pie-2{width: 1300px;padding: 20px 0;margin: 0px auto;display: flex;justify-content: space-around;border-bottom: 1px solid #4d4d4d;}
    #pie .pie-2 .logo {width:150px;font-family:AlbraBlack;color:#fff;text-align: center;font-size: 2rem;margin-top: 15px}
    #pie .pie-2 .enlaces ul{list-style: none}
    #pie .pie-2 .enlaces ul li{padding: 1.5px 0;}
    #pie .pie-2 .enlaces ul li a{text-decoration: none; color:#fff;font-size: 1rem;font-family: SegoeR;}
    #pie .pie-2 .enlaces ul li a:hover{color:#009d71}
    #pie .pie-2 .form {width:300px; margin: 0px auto;}
    #pie .pie-2 .feedback-input {color: white; font-family: SegoeR; font-weight: 500; font-size: 0.8rem; border-radius: 5px; line-height: 10px;
      background-color: transparent; border: 2px solid #009d71; transition: all 0.3s; padding: 5px; margin-bottom: 5px; width: 100%; box-sizing: border-box;
      outline: 0;}
    #pie .pie-2 .feedback-input:focus { border: 2px solid #009d71;}
    #pie .pie-2 textarea {height: 75px; line-height: 150%; resize: vertical;}
    #pie .pie-2 [type="submit"] {font-family: SegoeR;; width: 100%; background: #009d71; border-radius: 5px; border: 0; cursor: pointer;
      color: white; font-size: 0.8rem; padding-top: 5px; padding-bottom: 5px; transition: all 0.3s; margin-top: -4px;  font-weight: 700;}
    #pie .pie-2 [type="submit"]:hover { background: #009d71;}

    #pie .pie-3 {width: 1300px;padding: 20px 0 0 0;margin: 0px auto;display: flex;justify-content: center;align-items: center;}
    #pie .pie-3 .design{color:#fff;font-family: SegoeR;}
    #pie .pie-3 .design a{color:#009d71;font-family: SegoeR;text-decoration: none}    
}

@media screen and (max-width: 1270px){
    #menu {width: 100%;position: fixed;z-index: 5;z-index: 1000}
    #menu .menu{background: #fff;border-radius: 10px;width: 90%;z-index: 5;margin: 5px auto;padding: 0 15px;overflow: auto;}
    #menu .menu .nav-a{display: inline-block; text-decoration: none; color: #d13531; transition: all 0.5s ease; font-size: 1rem; cursor: pointer;padding: 10px 10px;float: left}
    #menu .menu .nav-a:hover {color: #fff; background: #eb01a5; transition: all 0.5s ease;}   
    #menu .menu .active {color: #fff; background: #eb01a5; transition: all 0.5s ease;} 
    #menu .menu .redes{margin-left:50px;}
    #menu .menu .nav-r{text-decoration: none; color: #d13531; transition: all 0.5s ease; font-size: 1.3rem; cursor: pointer;float: right;margin: 8px 10px 0 10px}  

}

@media screen and (max-width: 1150px){
    #menu {width: 100%;position: fixed;z-index: 5;z-index: 1000}
    #menu .menu{background: #fff;border-radius: 10px;width: 99%;z-index: 5;margin: 5px auto;padding: 0 15px;overflow: auto;}
    #menu .menu .nav-a{display: inline-block; text-decoration: none; color: #d13531; transition: all 0.5s ease; font-size: 1rem; cursor: pointer;padding: 10px 10px;float: left}
    #menu .menu .nav-a:hover {color: #fff; background: #eb01a5; transition: all 0.5s ease;}   
    #menu .menu .active {color: #fff; background: #eb01a5; transition: all 0.5s ease;} 
    #menu .menu .redes{margin-left:50px;}
    #menu .menu .nav-r{text-decoration: none; color: #d13531; transition: all 0.5s ease; font-size: 1.3rem; cursor: pointer;float: right;margin: 8px 10px 0 10px}   

}

@media screen and (max-width: 1050px){
    #menu {width: 100%;position: fixed;z-index: 5;z-index: 1000}
    #menu .menu{background: #fff;border-radius: 0px;width: 100%;z-index: 5;margin: 0px auto;padding: 5px 15px;overflow: auto;}
    #menu .menu .nav-a{display: block; text-decoration: none; color: #d13531; transition: all 0.5s ease; font-size: 1rem; cursor: pointer;padding: 10px 10px;float: none}
    #menu .menu .nav-a:hover {color: #fff; background: #eb01a5; transition: all 0.5s ease;}   
    #menu .menu .active {color: #fff; background: #eb01a5; transition: all 0.5s ease;} 
    #menu .menu .redes{margin-left:50px;}
    #menu .menu .nav-r{text-decoration: none; color: #d13531; transition: all 0.5s ease; font-size: 1.3rem; cursor: pointer;float: right;margin: 7px 3px 0 10px}   
    #menu .nav-responsive{display: flex;justify-content: space-around; float: left;font-size: 1.3rem; cursor: pointer;margin: 5px 3px 0 10px;color: #d13531;font-family:AlbraBlack;}
    .navegacion{display: flex; position:fixed;flex-direction: column;height: auto;left: -110%;top:44px;background: #fff;width: 100%;}

    section {height: 100%;width: 100%;background: #181818;}

    #cuerpo #inicio .titulo_portada{position: absolute;display:flex;justify-content:center;}
    #cuerpo #inicio::before{content: ""; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background-color: rgba(0,0,0,0.25);}
    #cuerpo #inicio .tarotevolutivo-inicio {color: #fff; width: 100%; backface-visibility: hidden; margin-bottom: 6rem;}
    #cuerpo #inicio .tarotevolutivo-inicio--main {display: block; font-size: 1.2rem; font-weight: 700; letter-spacing: 1rem; margin-right: 0rem; animation-name: moveInLeft; animation-duration: 1s;
      animation-timing-function: ease-out; font-family: AlbraBlack;}
    #cuerpo #inicio .tarotevolutivo-inicio--sub {font-family: AlbraBlack; display: block; font-size: 1.2rem; font-weight: 700; letter-spacing: 1rem; margin-left: 22%; animation: moveInRight 1s ease-out;}    

    /*Tarot Evolutivo*/
    .tarotevolutivo_section{height: auto;overflow: auto;padding: 0 0 0 0;}
    .tarotevolutivo_section .tarot_info{overflow: auto;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left{float: none;width: 100%;padding: 0px 10px;font-size: 2rem;font-family: AlbraBlack;color: #0dbfb1;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .tarotevolutivo_title{margin: 50px 0 25px 0px;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_1{font-size: 1.1rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_1 .bolder{color: #BEBABA;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_1 .title_gl{color: #ff0266;display: none;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_2{font-size: 1.1rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_2 .bolder{color: #BEBABA;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_3_contacto{margin: 25px 0;}
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_3_contacto .ad_contacto{text-align: left;font-family: Times New Roman;font-size: 2.3rem;color: #ff0266;cursor: pointer;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
    }
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_3_contacto .ad_contacto:hover{color: #0dbfb1;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
    }
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_3_contacto .ad_contacto .fa-long-arrow-down{font-size: 1.8rem;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
        color: #ff0266;
    }
    .tarotevolutivo_section .tarot_info .tarotevolutivo_left .texto_3_contacto .ad_contacto:hover .fa-long-arrow-down{padding-left: 10px;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
        color: #0dbfb1;
    }


    /*Limpieza Energética*/
    .tarotevolutivo_section{height: auto;overflow: auto;padding: 0 0 0 0;}
    .tarotevolutivo_section .tarot_info{overflow: auto;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right{float: none;width: 100%;padding: 0px 10px;font-size: 2rem;font-family: AlbraBlack;color: #0dbfb1;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .tarotevolutivo_title{margin: 50px 0 25px 0px;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_1{font-size: 1.1rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_1 .bolder{color: #BEBABA;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_1 .title_gl{color: #ff0266;display: none;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_2{font-size: 1.1rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_2 .bolder{color: #BEBABA;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_3_contacto{margin: 25px 0;}
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_3_contacto .ad_contacto{text-align: left;font-family: Times New Roman;font-size: 2.3rem;color: #ff0266;cursor: pointer;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
    }
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_3_contacto .ad_contacto:hover{color: #0dbfb1;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
    }
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_3_contacto .ad_contacto .fa-long-arrow-down{font-size: 1.8rem;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
        color: #ff0266;
    }
    .tarotevolutivo_section .tarot_info .limpiezaenergetica_right .texto_3_contacto .ad_contacto:hover .fa-long-arrow-down{padding-left: 10px;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
        color: #0dbfb1;
    }

    /*Radistecia*/
    .tarotevolutivo_section{height: auto;overflow: auto;padding: 0 0 0 0;}
    .tarotevolutivo_section .tarot_info{overflow: auto;}
    .tarotevolutivo_section .tarot_info .radistecia_left{float: none;width: 100%;padding: 0px 10px;font-size: 2rem;font-family: AlbraBlack;color: #0dbfb1;}
    .tarotevolutivo_section .tarot_info .radistecia_left .tarotevolutivo_title{margin: 50px 0 25px 0px;}
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_1{font-size: 1.1rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_1 .bolder{color: #BEBABA;}
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_1 .title_gl{color: #ff0266;display: none;}
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_2{font-size: 1.1rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_2 .bolder{color: #BEBABA;}
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_3_contacto{margin: 25px 0;}
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_3_contacto .ad_contacto{text-align: left;font-family: Times New Roman;font-size: 2.3rem;color: #ff0266;cursor: pointer;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
    }
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_3_contacto .ad_contacto:hover{color: #0dbfb1;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
    }
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_3_contacto .ad_contacto .fa-long-arrow-down{font-size: 1.8rem;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
        color: #ff0266;
    }
    .tarotevolutivo_section .tarot_info .radistecia_left .texto_3_contacto .ad_contacto:hover .fa-long-arrow-down{padding-left: 10px;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
        color: #0dbfb1;
    }

    /*Percepcion Extrasensorial*/
    .tarotevolutivo_section{height: auto;overflow: auto;padding: 0 0 0 0;}
    .tarotevolutivo_section .tarot_info{overflow: auto;}
    .tarotevolutivo_section .tarot_info .percepcion_right{float: none;width: 100%;padding: 0px 10px;font-size: 2rem;font-family: AlbraBlack;color: #0dbfb1;}
    .tarotevolutivo_section .tarot_info .percepcion_right .tarotevolutivo_title{margin: 50px 0 25px 0px;}
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_1{font-size: 1.1rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_1 .bolder{color: #BEBABA;}
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_1 .title_gl{color: #ff0266;display: none;}
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_2{font-size: 1.1rem;color: #fff; font-family: Times New Roman;font-weight: bolder;margin: 25px 0;line-height: 2rem;}
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_2 .bolder{color: #BEBABA;}
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_3_contacto{margin: 25px 0;}
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_3_contacto .ad_contacto{text-align: left;font-family: Times New Roman;font-size: 2.3rem;color: #ff0266;cursor: pointer;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
    }
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_3_contacto .ad_contacto:hover{color: #0dbfb1;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
    }
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_3_contacto .ad_contacto .fa-long-arrow-down{font-size: 1.8rem;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
        color: #ff0266;
    }
    .tarotevolutivo_section .tarot_info .percepcion_right .texto_3_contacto .ad_contacto:hover .fa-long-arrow-down{padding-left: 10px;
        -moz-transition: all .5s ease-in-out; /* Para Mozilla */
        -o-transition: all .5s ease-in-out; /* Para Ópera */
        -ms-transition: all .5s ease-in-out; /* Para Explorer */
        transition:all .5s ease-in-out;
        color: #0dbfb1;
    }


    /*Footer*/
    #pie{background: #151414;width: 100%;padding: 20px 0 20px 0;font-family:AlbraBlack;}
    #pie .pie-1{width: 100%;padding: 20px 0 30px 0;margin: 0px auto;display: flex;justify-content: space-around;}/*border-bottom: 1px solid #4d4d4d;}*/
    #pie .pie-1 .redes a{margin: 0 15px;color: #fff;font-size: 1.3rem;}
    #pie .pie-1 .telefono{margin: 0 15px;color: #fff;font-size: 1.2rem;}
    #pie .pie-1 .contacto{margin: 0 15px;color: #fff;font-size: 1.2rem;}

    #pie .pie-2{width: 1300px;padding: 20px 0;margin: 0px auto;display: flex;justify-content: space-around;border-bottom: 1px solid #4d4d4d;}
    #pie .pie-2 .logo {width:150px;font-family:AlbraBlack;color:#fff;text-align: center;font-size: 2rem;margin-top: 15px}
    #pie .pie-2 .enlaces ul{list-style: none}
    #pie .pie-2 .enlaces ul li{padding: 1.5px 0;}
    #pie .pie-2 .enlaces ul li a{text-decoration: none; color:#fff;font-size: 1rem;font-family: SegoeR;}
    #pie .pie-2 .enlaces ul li a:hover{color:#009d71}
    #pie .pie-2 .form {width:300px; margin: 0px auto;}
    #pie .pie-2 .feedback-input {color: white; font-family: SegoeR; font-weight: 500; font-size: 0.8rem; border-radius: 5px; line-height: 10px;
      background-color: transparent; border: 2px solid #009d71; transition: all 0.3s; padding: 5px; margin-bottom: 5px; width: 100%; box-sizing: border-box;
      outline: 0;}
    #pie .pie-2 .feedback-input:focus { border: 2px solid #009d71;}
    #pie .pie-2 textarea {height: 75px; line-height: 150%; resize: vertical;}
    #pie .pie-2 [type="submit"] {font-family: SegoeR;; width: 100%; background: #009d71; border-radius: 5px; border: 0; cursor: pointer;
      color: white; font-size: 0.8rem; padding-top: 5px; padding-bottom: 5px; transition: all 0.3s; margin-top: -4px;  font-weight: 700;}
    #pie .pie-2 [type="submit"]:hover { background: #009d71;}

    #pie .pie-3 {width: 1300px;padding: 20px 0 0 0;margin: 0px auto;display: flex;justify-content: center;align-items: center;}
    #pie .pie-3 .design{color:#fff;font-family: SegoeR;}
    #pie .pie-3 .design a{color:#009d71;font-family: SegoeR;text-decoration: none}
}

@media screen and (max-width: 450px){
    /*Footer*/
    #pie{background: #151414;width: 100%;padding: 20px 0 20px 0;font-family:AlbraBlack;}
    #pie .pie-1{width: 100%;padding: 20px 0 30px 0;margin: 0px auto;display: inline-block;text-align: center;}/*border-bottom: 1px solid #4d4d4d;}*/
    #pie .pie-1 .redes a{margin: 0 15px;color: #fff;font-size: 1.3rem;display: none}
    #pie .pie-1 .telefono{margin: 0 15px;color: #fff;font-size: 1.2rem;}
    #pie .pie-1 .contacto{margin: 0 15px;color: #fff;font-size: 1rem;}

    #pie .pie-2{width: 1300px;padding: 20px 0;margin: 0px auto;display: flex;justify-content: space-around;border-bottom: 1px solid #4d4d4d;}
    #pie .pie-2 .logo {width:150px;font-family:AlbraBlack;color:#fff;text-align: center;font-size: 2rem;margin-top: 15px}
    #pie .pie-2 .enlaces ul{list-style: none}
    #pie .pie-2 .enlaces ul li{padding: 1.5px 0;}
    #pie .pie-2 .enlaces ul li a{text-decoration: none; color:#fff;font-size: 1rem;font-family: SegoeR;}
    #pie .pie-2 .enlaces ul li a:hover{color:#009d71}
    #pie .pie-2 .form {width:300px; margin: 0px auto;}
    #pie .pie-2 .feedback-input {color: white; font-family: SegoeR; font-weight: 500; font-size: 0.8rem; border-radius: 5px; line-height: 10px;
      background-color: transparent; border: 2px solid #009d71; transition: all 0.3s; padding: 5px; margin-bottom: 5px; width: 100%; box-sizing: border-box;
      outline: 0;}
    #pie .pie-2 .feedback-input:focus { border: 2px solid #009d71;}
    #pie .pie-2 textarea {height: 75px; line-height: 150%; resize: vertical;}
    #pie .pie-2 [type="submit"] {font-family: SegoeR;; width: 100%; background: #009d71; border-radius: 5px; border: 0; cursor: pointer;
      color: white; font-size: 0.8rem; padding-top: 5px; padding-bottom: 5px; transition: all 0.3s; margin-top: -4px;  font-weight: 700;}
    #pie .pie-2 [type="submit"]:hover { background: #009d71;}

    #pie .pie-3 {width: 1300px;padding: 20px 0 0 0;margin: 0px auto;display: flex;justify-content: center;align-items: center;}
    #pie .pie-3 .design{color:#fff;font-family: SegoeR;}
    #pie .pie-3 .design a{color:#009d71;font-family: SegoeR;text-decoration: none}
}    