.copy-link:hover {
	color: #e98430;
	text-decoration: none;
}
.preloader svg {
	fill: #1d1d1d;
}
.hero-data h1 {
	font-size: 60px;
    line-height: 66px;
}
.contador-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
    z-index: 0;
    background-color: #f9ba6221 !important;
}
.heading_contador h2 {
	color: #f9ba62 !important;
}
.banner-prof {
    background-color: #f9ba62;
    padding-top: 280px;
    padding-bottom: 100px;
}
.banner-prof_data {}
.banner-prof_data h2 {
    color: #fff;
    font-size: 4rem;
}

/* Profesionales items */
.section_profesionales {
    background-color: #f9ba622b;
    padding: 4rem 0;
}


/* botones */
.button.primary {
    height: 50px;
    border: #e98430 2px solid;
    border-radius: 4px;
    padding: 0 40px;
    background: #e98430;
    display: flex;
    flex-direction: column;
    justify-content: center;
    will-change: box-shadow, transform;
    color: #fff;
    margin-left: auto;
}
.button.primary span {
    text-align: center;
    font-size: 1.125rem;
    color: var(--white);
    font-weight: 700;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.button.secondary {
    height: 40px;
    border: #e98430 2px solid;
    border-radius: 4px;
    padding: 0 40px;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    margin-left: auto;
}
.button.secondary span {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 0.875rem;
    color: #e98430;
    letter-spacing: 1px;
}
/* END botones */

.row {
/*    width: 100%;*/
}
.item_card {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
/*    background-image: url(../../img/bg_ornament_public_cards.svg);*/
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #fff;
    overflow: hidden;
}
.item_card .content_type {
    width: 30%;
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 35px 50px;
    position: relative;
}
.item_card .content_type::before {
    width: 1px;
    height: 100%;
    background: #979797;
    opacity: 0.3;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
}
.item_card .content_type figure {
    width: 150px;
    height: 150px;
    margin: 0 0 15px;
    border-radius: 10px;
    overflow: hidden;
}
.item_card .content_type figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item_card .content_type .title {
    font-weight: 400;
    font-size: 0.750rem;
    color: #938f80;
    margin: 0 0 20px;
}
.item_card .content_type .type {
    display: flex;
    justify-content: center;
    align-items: center;
}
.item_card .content_type .type li .label {
    width: 80px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 0.500rem;
    font-weight: 700;
    color: #fff;
    background-color: #5360e1;
}
.item_card .content_type .button.secondary {
    width: auto;
    padding: 0;
    margin: 25px 0 0;
    height: auto;
    border: none;
    position: relative;
    background-color: #f9ba627d;
    padding: 5px 10px;
}
.item_card .content_type .button.secondary::before {
    position: absolute;
    width: 100%;
    background: #e98430;
    height: 1px;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: auto;
    transform-origin: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in out;
    content: '';
    margin: 0 auto;
    left: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    will-change: transform;
}
.item_card .content_type .button.secondary:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.item_card .content_information {
    width: 70%;
    padding: 35px 40px;
}
.item_card .content_information h3 {
    width: 80%;
    font-weight: 400;
    font-family: 'Merriweather', serif;
    color: #938f80;
    font-size: 1.5rem;
}
.item_card .content_information .tag {
    font-weight: 700;
    font-size: 0.750rem;
    color: #938f80;
    margin: 0 0 15px;
}
.item_card .content_information p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.4rem;
    color: #938f80;
    margin: 0 0 20px;
}
.content_information .content_zones_labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 10px;
}
.item_card .content_information .content_custom_tags {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 15px;
}
.item_card .content_information .content_custom_tags li {
    margin: 0 10px 10px 0;
}
.item_card .content_information .content_custom_tags li a {
    margin: 0;
    padding: 2px 10px;
    border-radius: 20px;
    border: #938f80 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    font-weight: 400;
    color: #938f80;
    pointer-events: none;
}
.item_card .content_information .content_button .button {
    height: 35px;
}
.item_card .content_information .content_button .button span {
    font-size: 0.750rem;
}
/* Profesionales items */

/* Filtros de profesionales */
.prof_filter_menu {
    margin: 0 0 4rem;
}

.filtros_genero, .filtros_edad,
.filtros_tipo, .filtros_motivo {
/*    display: none;*/
    margin-top: 2rem;
}

.filtros_gereral {}
.filtros_gereral button {
    background-color: transparent;
    border: 0;
    position: relative;
    border-bottom: 1px solid #e98430;
    cursor: pointer;
    padding: 0 6px;
    transition: all 0.3s ease-out 0.1s;
    padding-right: 30px;
}
.filtros_gereral button:hover {
    background-color: #f9ba624d;
}

.primeros_filtros.hidden {
    display: none;
}
.filtros_btn::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 10px;
    height: 1px;
    background-color: #e98430;
    transform: rotate(45deg);
}
.filtros_btn::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 5px;
    width: 10px;
    height: 1px;
    background-color: #e98430;
    transform: rotate(-45deg);
}
.filtros_btn.active {
    background-color: #f9ba624d;
}

.prof_filter_type {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 10px;
}
.prof_filter_type .filter_link {
    background-color: transparent;
    border: 0;
    position: relative;
    border-bottom: 1px solid #e98430;
    cursor: pointer;
    transition: all 0.3s ease-out 0.1s;
    margin: 0;
    padding: 4px 10px;
    border-radius: 20px;
    border: #e98430 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.825rem;
    line-height: 0.825rem;
    font-weight: 400;
    color: #e98430;
}
.prof_filter_type .filter_link:hover {
    background-color: #f9ba624d;
}
.filter_link.active {
    background-color: #f9ba624d;
}
.filter_link.is-checked {
    background-color: #f9ba624d;
}

/* END Filtros de profesionales */
.banner-prof-single {
    background-color: #f9ba62;
}
.banner.banner-prof-single {
    padding-top: 230px;
    padding-bottom: 60px;
}
.banner.banner-prof-single h2 {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 0;
}
.gap.prof-detail {
    padding: 120px 0 60px;
}
.pastor-meta .prof-meta img.pastor-img {
    border: 10px solid white;
    margin-top: -60px;
    margin-left: 0;
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.pastor-meta .prof-meta h3 {
    font-size: 48px;
    line-height: 48px;
}
.prof-descrip {
    margin-top: 55px;
}
.content_custom_tags {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 15px;
}
.content_custom_tags li {
    margin: 0 10px 10px 0;
}
.content_custom_tags li a {
    margin: 0;
    padding: 2px 10px;
    border-radius: 20px;
    border: #938f80 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    font-weight: 400;
    color: #938f80;
    pointer-events: none;
}
.gap.prof-detail .container > .row {
    width: auto;
}
.sumate_content {}
.sumate_content h3 {
    margin-bottom: 0.5rem;
}
.sumate_content p {
    margin-bottom: 1.5rem;
    text-align: justify;
}
.container-iframe {}
.container-iframe iframe {
    margin: auto;
    display: block;
    width: 700px;
    max-width: 100%;
    height: 300px;
}
/* Preguntas frecuentes ///////////////////////// */
.checkout_section {
    background-color: #f9ba622b;
}
.preguntas_content {
    height: 100%;
    padding: 3rem 0 10rem;
    border-right: 1px solid #d2d2cc;
}
.preguntas_content_accordion {
    padding: 0 58px 0 0;
}
.accordion-item {
    border: 0;
    border-bottom: 1px solid #d2d2cc;
    background-color: transparent;
}
.accordion-btn {
    position: relative;
    display: flex;
    align-items: center;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    background: transparent;
    width: 100%;
    text-align: left;
    border: 0;
    /* border-bottom: 1px solid #d2d2cc; */
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding: 25px 16px 25px 0;
    color: #333333;
}
.accordion-btn[aria-expanded="true"] {
    border-bottom: 0px solid #d2d2cc;
    color: #e98430;
}
.accordion-btn::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../../assets/images/faq-ic-arrow.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-btn:not(.collapsed)::after {
    /* background-image: url(../../assets/img/faq-ic-arrow.png); */
    transform: rotate(-180deg);
}
.accordionBody {
    padding: 0 0 25px;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #494948;
}
.accordionBody a {
    color: #494948;
    text-decoration: underline;
}
.preguntas_aside {
    padding: 3rem 2rem 3rem 2.125rem;
}
.preguntas_aside h2 {
    font-size: 1.375rem;
    line-height: 1.375rem;
    margin-bottom: 2rem;
}
.preguntas_aside p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 1.4rem;
}
.preguntas_aside p a {
    color: #333333;
    text-decoration: none;
}
/* Preguntas frecuentes END */
/* Contacto ///////////////////////////// */
.contacto_section {    
    background-color: #f9ba622b;
}
.psqui_contact {
    padding: 75px 0;
}
.psqui_contact_left {
    border-right: 1px solid #d2d2cc;
    padding-right: 4rem;
}
.psiqui_contact_right {
    padding-left: 2rem;
}
.form_wrapper input {
    width: 100%;
    border: 0;
    padding: 12px 6px;
    border-bottom: 1px solid #d4d4d4;
    background: transparent;
}
.form_wrapper input:focus,
.form_wrapper textarea:focus {
    outline: 0;
    border-bottom: 1px solid #d4d4d4;
}
.form_wrapper input:focus-visible, 
.form_wrapper textarea:focus-visible {
    outline: 0;
    border-bottom: 1px solid #d4d4d4;
}
.form_wrapper textarea {
    width: 100%;
    border: 0;
    padding: 12px 6px;
    border-bottom: 1px solid #d4d4d4;
    background: transparent;
}
.form_btn {
    margin-top: 2rem;
}
.form_btn .cta {
    width: 175px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.box_datos_contact h6 {
    color: #333333;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: 10px;
}
.box_datos_contact a {
    font-size: 1.313rem;
    line-height: 1.313rem;
    color: #e98430;
}
/* Contacto END ///////////////////////////// */
/* Como funciona ///////////////////////////// */

.bgOrangeLight {
    background-color: #f9ba622b;
}
.comofunciona_section {
    padding: 4rem 0;
}
.comofunciona_title {}
.comofunciona_title h2 {
    font-size: 2rem;
    line-height: 2rem;
}
.line-timeA::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    background: linear-gradient(90deg, rgb(233 132 48) 0%, rgba(246,211,45,1) 90%);
    display: block;
    height: 3px;
    width: 52%;
    border-radius: 3px;
    z-index: 0;
    margin: 0 15px;
}
.line-timeB::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    background: linear-gradient(90deg, rgb(233 132 48) 0%, rgba(246,211,45,1) 90%);
    display: block;
    height: 3px;
    width: 27%;
    border-radius: 3px;
    z-index: 0;
    margin: 0 15px;
}
.line-timeC::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    background: linear-gradient(90deg, rgb(233 132 48) 0%, rgba(246,211,45,1) 90%);
    display: block;
    height: 3px;
    width: 27%;
    border-radius: 3px;
    z-index: 0;
    margin: 0 15px;
}
.single-about .about-content .about-year {
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
    position: relative;
}
.single-about .about-content .about-year {
    margin-bottom: 15px;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.single-about .about-content .about-year .year {
    background-color: #e98430;
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 1.5rem;
}
.single-about .about-content .about-year .year.year2 {
    background-color: #f1b22e;
}
.single-about .about-content .about-year .year.year3 {
    background-color: #f6d32d;
}
.single-about .about-content .about-year .year.year4 {
    background-color: #f6d32d;
}
.drop-cap {
    float: left;
    text-align: center;
    background: #fff;
    width: 42px;
    height: 34px;
    line-height: 1;
    margin: 2px 16px 0 0 !important;
}
.drop-cap span {
    font-size: 32px;
    line-height: 32px;
    border: 1px solid #1a1a1a;
    display: block !important;
    font-weight: bold;
    color: #1a1a1a;
}
/* Como funciona END ///////////////////////////// */
/* Nosotros ///////////////////////////// */

.nosotros_intro {
    padding: 4rem 0;
}
.nosotros_intro h2 {
    font-size: 2.5rem;
}
.about-us .services-online .icon img {
    width: 55px;
    height: 55px;
}
.about-us .services-online .contacts ul li h3 {
    font-size: 24px;
}
.about-us .services-online .contacts ul li a {
    font-size: 24px;
    line-height: 32px;
    color: #222;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
}
.about-us .services-online .contacts ul li a:hover {
    color: #222;
    text-decoration: underline;
}
.about-us .content h2 {
    line-height: 48px;
}
.nosotros_content {
    padding: 4rem 0 8rem;
}

/* Nosotros END ///////////////////////////// */
.ic_box {
    display: flex;
    gap: 10px;
}
.footer-one .footer-contact p a {
    color: #fff;
}
.footer-one .footer-contact p a:hover {
    color: #fff;
    text-decoration: none;
}
.Recomendacion_iframe iframe {
    margin: auto;
    display: block;
    width: 700px;
    max-width: 100%;
    height: 2645px;
}
.Recomendacion_section {
    padding-top: 13rem;
}
.hero-data {
    position: relative;
    top: -50vh;
    padding: 10px 20px 30px !important;
    margin-left: 0;
}
.hero-one-slider button.slick-arrow {
    top: 45%;
}
.BoxBotonWhatsappFlotante {
    position: fixed;
    left: 50px;
    bottom: 50px;
    z-index: 10;
}
.BoxBotonWhatsappFlotante .BtnLink {
    background: linear-gradient(180deg, rgba(95,252,123,1) 0%, rgba(40,209,70,1) 100%);
    width: 60px;
    height: 60px;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnWsp {
    background-color: #29d247;
    line-height: 20px;
}
.boxAnimacion {
    min-height: 377px;
    height: 500px;
}
.textFloat {
    background-color: #6f3a92;
    color: #fff;
    display: inline;
    padding: 5px 10px;
    font-size: 20px;
    position: absolute;
    border-radius: 6px;
}
.textFloat1 {
    top: 10%;
}
.textFloat2 {
    top: 27%;
    right: 10%;
}
.textFloat3 {
    top: 45%;
}
.textFloat4 {
    top: 63%;
    right: 10%;
}
.textFloat5 {
    top: 80%;
}

@keyframes floatLeft {
    0% {
        transform: translateX(0px) rotate(0deg);
    }
    20% {
/*        background-color: #df4674;*/
    }
    40% {
/*        background-color: #fa8cbb;*/
    }
    50% {
        transform: translateX(45%) rotate(0deg);
/*        background-color: #e0e787;*/
    }
    80% {
/*        background-color: #fe8043;*/
    }
    100% {
        transform: translateX(0px) rotate(0deg);
/*        background-color: #6f3a92;*/
    }
}
.animated1 {
  animation: floatLeft 20s ease-in-out infinite;
}
@keyframes floatRight {
    0% {
        transform: translateX(0px) rotate(0deg);
    }
    20% {
/*        background-color: #fe8043;*/
    }
    40% {
/*        background-color: #e0e787;*/
    }
    50% {
        transform: translateX(-50%) rotate(0deg);
/*        background-color: #fa8cbb;*/
    }
    80% {
/*        background-color: #df4674;*/
    }
    100% {
        transform: translateX(0px) rotate(0deg);
/*        background-color: #6f3a92;*/
    }
}
.animated2 {
  animation: floatRight 20s ease-in-out infinite;
}
.prox a {
/*    pointer-events: none;*/
}
.prox a::before {
    content: '\25B2';
    position: absolute;
    top: -16px;
    left: 10px;
    font-size: 14px;
    line-height: 14px;
    pointer-events: none;
    color: #e98430;
    transform: rotate(180deg);
    opacity: 0;
    visibility: hidden;
}
.prox a::after {
    content: 'Próximamente';
    position: absolute;
    top: -31px;
    left: -35px;
    font-size: 14px;
    line-height: 14px;
    pointer-events: none;
    background-color: #e98430;
    padding: 3px 5px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
}
.prox a:hover::after {
    color: #1d1d1b;
}
.desktop-nav nav .nav-bar > ul > li > a:hover::after {
    color: #1d1d1b;
}
.prox a:hover::before,
.prox a:hover::after {
    opacity: 1;
    visibility: visible;
}
.about-home_modulo {}
.about-home p {
    margin-bottom: 16px;
}
.about-data p {
    width: 92%;
}
.about-us .content p {
    width: 100%;
    margin-bottom: 1rem;
}
.gracias_section {
    background-color: #f9ba622b;
    padding: 270px 0 120px;
}
.boxGracias {
    text-align: center;
}
.boxGracias h2 {
    font-size: 48px;
    margin-bottom: 1.5rem;
}
.boxGracias p {
    font-size: 20px;
    margin-bottom: 1.5rem;
}
.boxGracias .theme-btn {}