html {
  scroll-behavior: smooth;      /* opcional: suaviza la animación */
}

/*blog*/
.pageid5 section#page-title{
    background-image:url("../cpanelBW/imagesBW/blog-copy.webp")!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position: bottom  !important;
}

.pageid3 section#page-title{
    background-image:url("../cpanelBW/imagesBW/about.webp")!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position: center !important;
}

.pageid45 section#page-title{
    background-image:url("../cpanelBW/imagesBW/octohunter.webp")!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position:  center 58% !important;
}

.pageid46 section#page-title{
    background-image:url("../cpanelBW/imagesBW/headerservicios.webp")!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position: center !important;
}

.pageid47 section#page-title{
    background-image:url("../cpanelBW/imagesBW/about2.webp")!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position: top center!important;
}

.pageid48 section#page-title{
    background-image:url("../cpanelBW/imagesBW/adminedificios.webp")!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position: center top!important;
}

.pageid49 section#page-title{
    background-image:url("../cpanelBW/imagesBW/servicios_inmobiliarios_este.jpg")!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position: center!important;
}

.pageid50 section#page-title{
    background-image:url("../cpanelBW/imagesBW/recursoshumanos.webp")!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position: center 30%!important;
}

.pageid51 section#page-title{
    background-image:url("../cpanelBW/imagesBW/contablemain-copy-copy.webp")!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position: center!important;
}

.pageid7 section#page-title,
.pageid4 section#page-title{
    background-image:url("../cpanelBW/imagesBW/headerproyectos.webp")!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position: center !important;
}

.pageid8 #iso_home,
.pageid52 #iso_home{
    display: none !important;
}

.pageid52 .content-wrap {
    background-color: #dfe1e2;
}

form#prosisform label{
    margin-bottom: 3px;
}

#prosisform .button {
    width: auto;
}

#gotoTop{
    display:none!important
}

a.whatsapp_btn {
    position: fixed;
    background-color: #c61a27;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    font-size: 2rem;
    border-top-left-radius: 2rem;
}

#page-title h1 {
    line-height: 1.3em !important;
}

div#bwblock_70108 {
    max-width: 1100px;
    margin: auto;
}

.oc-item a {
    cursor: unset;
}

.tareas_servicios .row {
    align-items: stretch;
}

.tareas_servicios .col-lg-4 {
    display: flex;
}

.tareas_servicios .col-lg-4 div.tareasinner {
    background: rgba(250, 250, 250, 1);
}

.tareasinner h2 {
    font-size: 1.3rem;
    text-align: center;
}

.tareasinner {
    position: relative; /* ya lo tenés seguramente */
}

.tareasinner ul {
    max-height: none;
    overflow: visible;
    flex: unset;
    scrollbar-width: unset;
    padding-left: 17px;
}

.tareasinner-scroll {
    max-height: 100px;
    overflow-y: scroll;
    flex: 1;
}



.tareasinner-scroll::-webkit-scrollbar {
    width: 4px !important;
}

.tareasinner-scroll::-webkit-scrollbar-button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.tareasinner-scroll::-webkit-scrollbar-thumb {
    background-color: #C0191A;
    border-radius: 10px;
}

.tareasinner-scroll::-webkit-scrollbar-track {
    background: #ebebeb;
    border-radius: 10px;
}



.tareasinner.sin-overflow::after {
    display: none;
}

/* Si las flechas son elementos hijos, también: */
.tareasinner.sin-overflow .flechas {
    display: none;
}

.tareasinner-scroll::-webkit-scrollbar-button:single-button {
    height: 0 !important;
    width: 0 !important;
    background: transparent !important;
}

.tareasinner-scroll::-webkit-scrollbar-button:single-button:vertical:decrement {
    height: 0 !important;
}

.tareasinner-scroll::-webkit-scrollbar-button:single-button:vertical:increment {
    height: 0 !important;
}

/* El gradiente va en la card, no en el ul */
/*.tareasinner::after {
    content: '';
    position: absolute;
    bottom: 20px; 
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to top, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
    pointer-events: none; 
}*/

.tareasinner ul li::marker {
    font-size: 1rem;
}

.tareasinner ul li {
    font-size: 0.82rem;
    line-height: 1.3em;
    margin-bottom: 5px;
    padding-right: 10px;
}

/* Chrome / Safari / Edge */
.tareasinner ul::-webkit-scrollbar {
    width: 3px;
}
.tareasinner ul::-webkit-scrollbar-track {
    background: transparent;
}
.tareasinner ul::-webkit-scrollbar-thumb {
    background-color: #C0191A;
    border-radius: 10px;
}



.tareas_servicios .col-lg-4 div.tareasinner {
    background: rgba(250, 250, 250, 1);
    padding: 30px 20px 30px 20px;
    border-radius: 20px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;          /* ocupa todo el col */
}

.clientes-image img {
    width: 100%;
}

.pageid4 #bwblock_70108 .col-lg-3 {
    margin-bottom: 20px;
}

.pageid4 #bwblock_70108 a .img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 20px;
    border-radius: 7px;
    overflow:hidden;
    position: relative;
}

.pageid4 #bwblock_70108 a .img .imghover{
    opacity:0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.95);
    text-align: center;
    /* padding-top: calc(30% - 11px); */
    color: #111111;
    font-weight:600;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    transition: all .3s ease-out;
    font-size: 1rem;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.pageid4 #bwblock_70108 a:hover .imghover{
    opacity:1;
}

.pageid4 #bwblock_70108 a h4 {
    color: #111111;
    font-weight: 300 !important;
    font-size: 1.1rem;
    text-align: center;
    padding: 10px 3px;
}

.project_logo {
    width: 100%;
}

.project_titles span {
    text-transform: uppercase;
}

.mfp-arrow{
    margin-top: -20px;
}

div#bwblock_44870 p {
    line-height: 1.4em !important;
}

#bwblock_44870 h4.titular-title {
    color: #262021;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    font-size: 1.6rem;
}

.divisor {
    margin: 2rem auto;
    /*background-color: rgba(10, 76, 125, 1);*/
}


.project_titles{
    border-left:4px solid #c61a27;
}

.aside_project p strong, .pageid7 p strong {
    font-weight: 600;
    font-size: 1.1rem;
    color: #262021;
    display: block;
    line-height: 1.45em;
}

.aside_project p strong I {
    font-size: 1.1em;
}

#bwblock_6551 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
    min-height: 60vh;
    /*background-position: center !important;*/
}

#bwblock_6551 {
    vertical-align: middle;
    display: flex;
    align-items: center;
}

#bwblock_6551:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.pageid47 #bwblock_6551:before {
    background-color: rgba(0, 0, 0, 0.65);
}

div#bwblock_15193 .row {
    justify-content: center;
}

#bwblock_6551 p {
    text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.95);
    line-height: 1.4em !important;
    letter-spacing: 0.02em;
}

#bwblock_6551 .titular-title {
    color: #c61a27 !important;
}

div#bwblock_16923 img {
    margin: auto;
    display: block;
    margin-bottom: 30px;
}

div#bwblock_74927 {
    max-width: 800px;
    margin: 5px auto 20px auto;
}

.black_color *{
    color:#232323!important;
}

p {
    line-height: 1.4em !important;
}

.hunter_columns img {
    border-radius: 1rem;
}

.feature-box a, .feature-box a:hover{
    color:#2a2e31;
}

.octohunter_cont .container .row {
    display: flex;
    align-items: center;
}

.feature-box a i.fab {
    font-size: 1.3rem;
    margin: 3px 6px;
}

#bwblock_30674{
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    min-height: 80vh;
    display: flex;
    overflow:hidden;
    position:relative
}

#bwblock_30674:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #c61a27;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pageid1 #slider .swiper-slide:before,
#bwblock_30674:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.snap-section{
    min-height:100vh;
    position: relative;
    align-items: center; 
    display: flex;
}

.vh-100 {
    height: 100vh !important;
    padding-bottom:3px;
}

div#bwblock_84319 .container {
    max-width: 100%;
}

div#bwblock_90819 .container, #bwblock_23856 {
    max-width: 1320px;
    margin:auto;
}

div#bwblock_94052 {
    max-width: 100%;
    background-color: #f9f9f9;
    margin: 0;
    flex: unset;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    max-width: 800px;
    margin: auto;
    border-radius: 1rem;
}

#bwblock_84319{
    position:relative;
}

div#bwblock_23368 {
    max-width: 1100px;
    margin: 30px auto;
}

.clientes-image {
    border: 1px solid #cacaca;
    border-radius: 5px;
    margin: 15px 5px;
    padding: 10px;
}

/*#bwblock_84319:after{
    content:"";
    position:absolute;
    width: 100%;
    background-color: #f9f9f9;
    height:50%;
    bottom:0;
    left:0;
}*/

div#bwblock_15976 img {
    border: 1px solid #c61a27;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #ffffff;
    height:100px;
    width:auto;
}

div#bwblock_15976, #bwblock_40299 {
    max-width: 700px;
    margin: auto;
    z-index: 1;
    position: relative;
}


.team-image img {
    position: relative;
}

.team-title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 1.2rem;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.1;
}

.team-image {
    padding: 0 20px;
}

.team-title span {
    font-style: normal;
    font-weight: 600 !important;
    line-height: 1.1em;
}

.team-image a {
    position: absolute;
    bottom: 30px;
    width: 100%;
    /* display: table; */
}

#bwblock_81564 .col-lg-2 {
    margin-bottom: 25px;
}

.team-desc.team-desc-bg {
    background-color: rgba(255, 255, 255, 0);
    padding: 15px 10px !important;
}

.team-image a i {
    color: #ffffff;
    display: block;
    font-size: 1.2rem;
    z-index: 11111;
    background: #c61a27;
    width: 30px !important;
    height: 30px !important;
    padding: 5px !important;
    border-radius: 100%;
    text-align: center;
    line-height: 1.1;
    position: absolute;
    right: 50px;
}

.team-image img{
    width: 100%;
    max-width: 200px;
    border-radius: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    margin:auto;
}

.snap-section .container{
    vertical-align:middle;
}

section#page-title:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

div#bwblock_715 {
    max-width: 750px;
    margin: auto;
}

.pageid46 section#page-title:before {
    background-color: rgba(0, 0, 0, 0.65);
}

.pageid47 section#page-title:before {
    background-color: rgba(0, 0, 0, 0.4);
}

div#bwblock_77028 {
    border-radius: 15px;
}

#bwblock_50541 .entry-title h2 {
    font-size: 1.3rem;
    letter-spacing: 0;
}

.entry::after{
    display:none;
}

.entry-meta ul {
    margin: 0 0 -10px -32px;
}

.bwshadow{
    box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.03);
}

#page-title {
    padding: 10rem 48px;
}

.content_page_title h1 {
    text-align: center !important;
    margin: auto !important;
    color: #ffffff !important;
}

.content_page_title a,
.content_page_title p,
.breadcrumb-item+.breadcrumb-item::before{
    color: #ffffff !important;
}

.content_page_title ol {
    margin-top: 0 !important;
}

#bwblock_30674:before {
    z-index: 0;
}

.slider-arrow-right, .slider-arrow-left {
    background-color: rgba(0,0,0,0.5);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
}

.slider-arrow-right:hover, .slider-arrow-left:hover {
    background-color: rgba(0,0,0,0.7)!important;
}

.slider-arrow-left svg {
    position: absolute !important;
    right: 8px !important;
    left: auto !important;
    top: calc(50% - 15px);
    margin: 0;
    width: 36px;
}

.slider-arrow-right svg {
    position: absolute !important;
    left: 8px !important;
    right: auto !important;
    top: calc(50% - 15px);
    margin: 0;
    width: 36px;
}

.slider-arrow-right {
    right: -50px;
}

.slider-arrow-left {
    left: -50px;
}


#bwblock_30674 .container {
    z-index: 1;
}

.pageid1 #slider .swiper-slide h1 {
    font-size: 3rem;
    letter-spacing: -0.005em;
    max-width: 700px;
    margin: 0 auto 20px auto;
    line-height: 1.1em;
    font-weight: 600 !important;
}

.titular-title + .titular-sub-title {
    margin-top: 5px;
    text-transform: unset;
    letter-spacing: 0;
    font-size: 1.05rem !important;
    font-weight: 400 !important;
    color: #2a2e31 !important;
    margin-top: 10px !important;
    line-height: 1.3em !important;
}

.title-center .titular-sub-title{
    max-width:750px;
    margin:auto;
    display:table
}

#bwblock_23856 .owl-carousel .owl-item a{
    cursor:unset;
}

#bwblock_23856 .owl-carousel .owl-item img {
    height: auto;
    vertical-align: middle;
    position: relative;
    /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2) !important; */
    transform-style: unset;
    margin: auto;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 7px;
}

div#bwblock_39908 ul{
    padding:0
}

div#bwblock_39908 ul li {
    list-style: none;
    width: 49%;
    display: inline-block;
    margin-top: 30px;
    padding-right: 35px;
    vertical-align: top;
}

div#bwblock_39908 ul li i {
    color: #262021;
    font-size: 1.5rem;
    margin-bottom: 20px;
     margin-right: 7px;
}

div#bwblock_39908 ul li h4 {
    margin-bottom: 5px;
    font-size: 1.38rem;
    line-height: 1em !important;
    vertical-align: top;
}

p{
    line-height: 1.2em!important;
}

.cont_services .cardbw-inner p {
    font-size: 0.9rem;
    letter-spacing: 0 !important;
    line-height: 1.5em !important;
}

div#bwblock_83776 .lottie {
    padding: 30px;
    background-image: url(../cpanelBW/imagesBW/bg_lottie.png);
    background-repeat: no-repeat;
    background-size: 12%;
    background-position: 51% 57%;
}

.cont_services .col-lg-6 {
    margin: 10px 0;
}

div#bwblock_16656{
    position:relative
}

div#bwblock_89668 {
    z-index: 1;
}

div#bwblock_16455{
    height: 50%;
    background-color: #c61a27;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.cont_services .cardbw-inner {
    background-color: rgba(255, 255, 255, 0);
    padding:0 20px;
    transition: all .3s ease-out;
    position:relative;
    display: flex;
    flex-direction: column;   /* ícono arriba, texto debajo */
    align-items: center;      /* centra horizontal */
    text-align: center;
    margin-bottom:40px
}

div#bwblock_94052:before {
    height: 80px;
    /*content: "";*/
    background-image: url("../cpanelBW/imagesBW/confian_alianzas.png");
    position: absolute;
    width: 100%;
    background-position: center;
    top: 0;
    transform: translate(-0%, -60%);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: auto 80px;
}

.cont_services .cardbw-inner:hover i{
    transform: translate(0, -5px);    
}

div#bwblock_15976 img:hover{
    box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.04);
}

.cont_services .cardbw-inner .absolute-btn {
    position: relative;
    width: 100%;
    bottom: 0px;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    
}

.cont_services .cardbw-inner:hover .absolute-btn{
    /*opacity:1*/
}

.titular1 .text-center * {
    margin: auto;
    display: block;
}

div#bwblock_83478 .lottie{
    position: relative;
}

div#bwblock_83478 .lottie svg g:first-child g:first-child,
div#bwblock_83478 .lottie svg g:first-child g:nth-child(6),
div#bwblock_83478 .lottie svg g:first-child g:nth-child(7),
div#bwblock_83478 .lottie svg g:first-child g:nth-child(8),
div#bwblock_83478 .lottie svg g:first-child g:nth-child(49),
div#bwblock_83478 .lottie svg g:first-child g:nth-child(50),
div#bwblock_83478 .lottie svg g:first-child g:nth-child(51),
div#bwblock_83478 .lottie svg g:first-child g:nth-child(52),
div#bwblock_83478 .lottie svg g:first-child g:nth-child(53),
div#bwblock_83478 .lottie svg g:first-child g:nth-child(54),
div#bwblock_83478 .lottie svg g:first-child g:nth-child(55),
div#bwblock_83478 .lottie svg g:first-child g:nth-child(56) {
    stroke: rgb(93, 123, 153);
    stroke-width: 7px;
}

div#bwblock_43814 ul li {
    line-height: 1.25em;
    margin-bottom: 27px;
    font-size: 1.1rem;
}

.align-center{
    margin: auto;
    display: table;
}

div#bwblock_43814 ul {
    margin-top: 30px;
    display: block;
    position: relative;
    vertical-align: middle;
    align-items: center;
    padding-right: 20px;
}

.bwfooter p {
    margin-bottom: 0;
    font-size: 0.8rem;
    margin-top: 30px;
    padding-bottom: 5px;
}

/*form#builder_contact_form button {
    color: #ffffff;
}*/

footer#footer {
    padding-top: 25px;
}

.pageid52 footer {
    margin-top: 0 !important;
}

section.about-main.abt_main_services {
    background-color: #FFFFFF;
    padding: 5rem;
}

.entry-content h2, .entry-content h3 {
    font-size: 1.4rem;
}

.entry-content blockquote {
    border-color: #c61a27;
}

.pageid8 .postcontent .entry-image {
    margin-bottom: 25px;
}

.entry-content a{
    color:#262021 !important;
    text-decoration:underline!important;
}

footer img {
    max-width: 200px;
}

div#copyrights, footer#footer {
    background-color: #262021 !important;
    padding-bottom: 3rem;
}

a.link_bw {
    color: #262021;
    font-size: 1rem;
    font-weight: 600;
    border-bottom: 1px solid #262021;
    text-transform: uppercase;
}

div#bwblock_43814 ul li strong {
    font-weight: 600;
    color: #262021;
}

ul li::marker {
    color: #c61a27;
    font-size: 1.4rem;
}

div#bwblock_83478 .lottie svg g g:first-child g:nth-child(60) path, div#bwblock_83478 .lottie svg g g:first-child g:nth-child(61) path {
    stroke-width: 0px;
}

div#bwblock_83478 .lottie svg g:first-child g:nth-child(49) {
    stroke-width: 0;
}

div#bwblock_83478 .lottie svg g:first-child g:first-child g path,
div#bwblock_83478 .lottie svg g:nth-child(3) g:first-child g path{
    stroke-width: 4px;
    stroke:  rgb(93, 123, 153);
}

div#bwblock_83478 .lottie svg g:nth-child(10) path{
    stroke:rgba(255,255,255,0.6);
}

div#bwblock_83478 .lottie svg g:nth-child(30) g g path {
    stroke-width: 4px;
    stroke: rgb(93, 123, 153);
}

div#bwblock_83478 .lottie svg g:nth-child(32) g g path,
div#bwblock_83478 .lottie svg g:nth-child(33) g g path,
div#bwblock_83478 .lottie svg g:nth-child(34) g g path,
div#bwblock_83478 .lottie svg g:nth-child(35) g g path {
    stroke-width: 2px!important;
    stroke: rgb(93, 123, 153);
}

div#bwblock_83478 .lottie svg g:nth-child(31) g g path{
    stroke-width: 0px!important;
    stroke: rgb(93, 123, 153);
}

div#bwblock_83478 .lottie svg g g:first-child g:nth-child(1) path{
    fill: #ffffff !important;
}

div#bwblock_83478 .lottie svg g:nth-child(3), div#bwblock_83478 .lottie svg g:nth-child(4), div#bwblock_83478 .lottie svg g:nth-child(5) {
    display: none;
}

.cont_services .cardbw-inner i {
    margin: 0 auto 10px auto;
    text-align: center;
    position: relative;
    line-height: 1em;
    color: #ffffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #c61a27;
    color: #fff;
    font-size: 1.8rem;
    display: flex;            /* centra el ícono dentro del círculo */
    align-items: center;
    justify-content: center;
    margin-bottom: 4px; 
    transition: all .3s ease-out;
}

.button-services {
    color: #c61a27;
    font-weight: 600;
    border: 0;
    background-color: rgba(255, 255, 255, 0);
    padding: 5px;
    cursor: pointer;
    margin: auto;
    display: table;
    text-transform: uppercase;
}

.cont_services .cardbw-inner .button-services {
    background-color: #c61a27;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 8px 8px 0 0;
}

.cardbw-content {
    position: relative;
}

.cont_services .cardbw-inner h3 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.05em;
    color: #262021;
    font-weight: 600 !important;
    /* letter-spacing: 0.01em; */
    margin-top: 12px;
    display: block;
    margin-bottom: 8px;
}

div#bwblock_27113 img {
    position: relative;
    margin: auto;
    display: block;
    height: 120px;
    width:auto!important;
}

.h2.titular-title {
    font-size: 2rem;
    color: #262021;
    line-height: 1em;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
    margin-bottom: 5px !important;
    max-width: 700px;    
}

#bwblock_38183 h2 {
    font-size: 2.6rem;
}

.h3.titular-title {
    font-size: 2rem;
    color: #262021;
    line-height: 1em;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
    margin-bottom: 5px !important;
    max-width: 700px;    
}

.pageid45 .h2.titular-title {
    max-width: 700px;
}

.pageid45 #content, .pageid45 .content-wrap {
    overflow: visible;
}

.pageid45 #content video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    background-color: #ffffff;
    border-radius: 1rem;
}

.hunter_columns p strong,
.hunter_columns li strong{
    color: #262021;
    font-weight: 600;
}

.button_hunter_container {
    position: relative;
}

.button_hunter_container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: rgba(250, 250, 250, 1);
    bottom: 0;
}

.button_hunter_container button {
    margin: auto;
    display: block;
}

.button_hunter_container button {
    margin: auto;
    display: block;
    color: #ffffff !important;
}

#bwblock_46462, #bwblock_67235, #bwblock_48329, #bwblock_96746{
    overflow:hidden;
}

div#bwblock_27113 {
    position: relative;
    top: -30px;
}

.margin-auto{
    margin: auto;
}

.dark .titular-title {
    color: #ffffff !important;
}

.pageid1 #slider .swiper-slide p {
    font-size: 1.3rem;
    font-weight: 200 !important;
    max-width: 700px;
    margin: 0 auto;
}

.feature-box a i.fab.fa-whatsapp {
    font-size: 2.5rem;
}

.menu-link {
    font-size: 1rem;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.button span {
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1em;
}

.vh-80{
    height:80vh
}

div#bwblock_26362 .owl-item {
    background-color: rgba(255, 255, 255, 1);
    padding: 15px;
    border-radius: 10px;
}

#bwblock_26362 .owl-dots {
    margin-top: 15px;
}

div#bwblock_26362 .owl-item i {
    margin: 5px auto;
    display: block;
    color: #c61a27;
    font-size: 1.9rem;
    position: relative;
    text-align: center;
}

.marcas-slider-item h4 a {
    color: #262021 !important;
    font-size: 1.3rem;
}

.marcas-slider-item p {
    color: #262021 !important;
    padding: 0 20px;
    font-size: 0.95rem !important;
    margin-bottom:0!important
}

.divider::after, .divider::before {
    margin-left: 0;
    margin-right: 0;
}

#bwblock_26362 button.owl-dot {
    background: rgba(255, 255, 255, 0.5) !important;
}

#bwblock_26362 button.owl-dot.active {
    background: rgba(255, 255, 255, 1) !important;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-header {
    background: rgba(255, 255, 255, 0);
}

.eapps-instagram-feed-posts-item {
    border-radius: 10px;
}

#iso_home {
    position: relative;
    width: 60px;
    display: block;
    margin: 15px auto;
}

div#bwblock_88517 p {
    max-width: 1100px !important;
    margin-top: 25px !important;
    font-size: 1rem !important;
}

.contshape svg {
    /*z-index: 111111;*/
    position: relative;
    bottom: -22px;
    width: 200px;
    height: 55px;
    margin: auto;
    display:block
}

.pageid1 .contshape svg {
    z-index: 111111;
}

.contshape {
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
}

.swiper-pagination {
    bottom: 70px !important;
}

section#slider {
    border-bottom-left-radius: 15rem;
}

.radius-top-right{
    border-top-right-radius: 15rem;
}
.radius-top-left{
    border-top-left-radius: 15rem;
}

.radius-bottom-left{
    border-bottom-left-radius: 15rem;
}

.radius-bottom-right{
    border-bottom-right-radius: 15rem;
}

div#bwblock_89668 {
    z-index: 1;
}

.button {
    background-color: #c61a27 ;
    padding: 0.8em 1.2em;
    border-radius: 4px !important;
    font-size: 1.1rem;
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
}

.absolute-btn a.button {
    padding: 8px 16px;
    background-color: rgba(0, 0, 0, 0);
    color: #262021;
    text-shadow: none;
    border: 1px solid #262021;
    font-size: 1rem;
    border-color: #262021;
    border-right-color:#262021;
    border-left-color:#262021;
    border-top-color:#262021;
    border-bottom-color:#262021;
}

.button:hover{
    background-color:#b71521!important;
    color: #ffffff !important;
    border-color:#b71521!important;
}

#eapps-instagram-feed-1 a.eapps-instagram-feed-header-follow-button, #eapps-instagram-feed-1 a.eapps-instagram-feed-header-follow-button:hover {
    text-decoration: none;
    background: #b71521;
}

.dark .titular-sub-title {
    color: #ffffff !important;
}

.titular1 p {
    line-height: 1.3em !important;
    font-size: 1.1rem !important;
    text-shadow: 3px 3px 11px rgba(0, 0, 0, 0.1);
}

.titular1 .titular-title {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}

.title-center .titular-title {
    margin-left: auto;
    margin-right: auto;
}

#header+.include-header {
    margin-top: calc(-100px - 2px);
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

#gotoTop {
    font-size: 1.4rem;
    line-height: 1em;
    padding: 9px 12px;
}

.pageid1 #gotoTop{
    display:none;
}

.fbox-plain .fbox-icon i {
    font-size: 2.5rem;
}

.slider-arrow-right i, .slider-arrow-left i {
    font-size: 1.85rem;
}

#bwblock_88766 button{
    margin-left:0!important;
}

#bwblock_74927 p {
    line-height: 1.4em !important;
    font-size: 1.1rem;
}

div#bwblock_52038 {
    max-width: 900px;
    margin: auto;
}

#bwblock_40299 h6 {
    font-size: 1.9rem;
}

@media only screen and (max-width: 1200px) {
    .post-grid .entry-title h2 {
        font-size: 1.2rem;
    }
}  

@media only screen and (min-width:991px) and (max-width: 1400px) {
    .cont_services .cardbw-inner h3 {
        font-size: 1.2rem;
        letter-spacing: -0.01em;
    }
}

@media only screen and (min-width:991px) and (max-width: 1200px) {
    .menu-link {
        font-size: 0.8rem;
    }
    
    
    .team-image {
        padding: 0 5px;
    }
    
    .team-image a i {
        right: 12px;
    }
    
    .team-desc.team-desc-bg {
        background-color: rgba(255, 255, 255, 0);
        padding: 5px !important;
    }
}

@media only screen and (min-width:530px) and (max-width: 991px) {
    .pageid4 #bwblock_70108 .col-lg-3{
        width:50%;
    }
}    


@media only screen and (min-width: 992px) {
    #bwblock_81564 .col-lg-2 {
        width: 20%!important;
    }
    
    #header.sticky-on-scrollup.sticky-header #header-wrap {
        margin-top: -70px;
    }
    
    .team-image a i{
        right: 70px;
    }
}    

@media only screen and (min-width: 768px) {
    body:not(.pageid46) .hunter_columns h3, body:not(.pageid46) .hunter_columns p {
        padding-left: 2rem;
    }
    
    div#bwblock_44870 {
        padding-left: 3rem;
    }
    
    .hunter_columns ul {
        padding-left: 3rem;
    }
    
    #bwblock_8904, #bwblock_44480 {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    div#bwblock_44480 {
        border-left: 1px solid #ffffff;
    }
}

@media only screen and (max-width:991px) {
    .pageid1 #slider .swiper-slide h1 {
        font-size: 2.3rem;
    }
    
    section#slider {
        border-bottom-left-radius: 8rem;
    }
        
    .col-lg-6.prosis_inputs {
        margin-bottom: 20px;
    }
    
    section.about-main.abt_main_services {
        padding: 2rem 1rem;
    }
    
     .tareasinner-scroll {
        max-height: none;
        overflow-y: visible;
    }

    .tareas_servicios .col-lg-4 div.tareasinner {
        height: auto;
    }
    
    .radius-bottom-right {
        border-bottom-right-radius: 8rem;
    }
    
    .radius-top-right {
        border-top-right-radius: 8rem;
    }
    
    div#bwblock_94052 {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #bwblock_15976 .col-lg-4 {
        max-width: 33%;
    }
    
    div#bwblock_15976 img {
        width: 100%;
        height:auto;
    }
    
    #bwblock_23368 .col-lg-2 {
        max-width: 50%;
    }
    
    .clientes-image img {
        margin: auto;
        display: block;
        width: 100%;
    }
    
    div#bwblock_8904 {
        margin-bottom: 45px;
    }
    
    #bwblock_44870 #slider {
        height: 100% !important;
        /* position: relative !important; */
    }
    
    #bwblock_44870 .masonry-thumbs .grid-item {
        width: 100%;
        display: block;
    }
    
    div#bwblock_96444 {
        padding-top: 2rem !important;
    }
    
    div#bwblock_60704 {
        margin-bottom: 2rem;
    }
    
    #bwblock_81564 .col-lg-2 {
        width: 50%;
    }
    
    .team-image a i {
        font-size: 1rem;
        width: 35px !important;
        height: 35px !important;
        padding: 5px !important;
        right: 34%;
        line-height: 1.55em;
    }
    
    .team-image a {
        bottom: 25px;
    }
    
    .team-title h4 {
        font-size: 1.1rem;
        letter-spacing: 0.03em;
        line-height: 1.1em;
    }
    

    .hunter_columns img, 
    .hunter_columns video{
        margin-bottom: 2rem;
    }
    
    .pageid45 div#bwblock_96746 {
        padding-top: 2rem !important;
    }
    
    div#bwblock_56629 {
        padding-bottom: 1.5rem !important;
    }
    
    .octohunter_cont video {
        margin-top: 30px;
        display: block;
        position: relative;
    }
    
    .octohunter_cont {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    
    .octohunter_cont h3.titular-title {
        font-size: 1.7rem;
    }
    
    #bwblock_74128 .col-sm-6 {
        width: 100%;
    }

    .h2.titular-title {
        font-size: 1.7rem;
        text-align: center;
    }

    div#bwblock_83776 .lottie{
        padding:5px
    }

    .pageid1 #slider .swiper-slide p {
        font-size: 1.15rem;
    }

    .pageid1 .slider-caption.slider-caption-center.dark {
        padding: 0;
    }
}



@media only screen and (max-width:575px) {
    div#bwblock_69642 {
        padding-left: 12px !important;
        padding-top: 48px !important;
    }
    
    #bwblock_15976 .col-lg-4 {
        max-width: 50%;
    }
    
    div#bwblock_30674 {
        background-position: 82% !important;
        background-size: auto 100% !important;
    }
    
    .slider-arrow-right,
    .slider-arrow-left{
        display:none;
    }

    .titular1 .titular-title {
        padding-bottom: 12px;
    }
    
    .titular-title + .titular-sub-title{
        font-size: 1rem;
    }
}

@media only screen and (max-width:480px) {
    .pageid1 #slider .swiper-slide h1 {
        font-size: 1.9rem;
        margin-top: 70px;
    }
    
  
    div#bwblock_39908 ul li {
        width: 100%;        
        padding-right: 0px;
    }

}

@media (min-width: 1400px) {
    #bwblock_39196 {
        max-width: 1320px;
        margin: auto;
    }
}

#logo img {
    width: 100% !important;
    max-width: 235px;
    height:auto!important;
    max-height:unset!important;
}