/*
  Template Name:ABODE - Consulting, Finance, Business Bootstrap 4 Template.
  Theme URL:http://abode.themepul.com/
  Author: Themepul
  Author URI: http://themepul.com
  tag:career, html template, client stories, coaching, consultation, consulting, counseling, firm, leadership, Life Coach, mentoring, professional, psychologist, services, session, training
  Version: 1.0
*/


/****Gobla css*****/

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #181d31
}

img {
    max-width: 100%;
    height: auto;
}

html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:hover,
.btn,
.btn:hover,
button,
button:hover,
.smoth,
.smoth:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

a,
a:focus,
a:hover:focus,
button:focus,
button:hover:focus,
.btn:focus,
.btn:hover:focus,
a:hover {
    text-decoration: none;
    outline: none;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -ms-border: none;
    -o-border: none;
}
.slider-img {
    width: 100%;
    height: 60vh; /* altura adaptable */
    overflow: hidden;
}

.slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Contenedor */
.slider-content {
    max-width: 800px;
}

/* Títulos y texto responsive */
.slider-content h1 {
    font-size: clamp(32px, 5vw, 60px);
    line-height: 1.1;
    margin-bottom: 10px;
}

.slider-content h2 {
    font-size: clamp(20px, 3vw, 32px);
    line-height: 1.2;
    margin-bottom: 15px;
}

.slider-content p {
    font-size: clamp(9px, 2vw, 13px);
    line-height: 1.6;
    max-width: 600px;
}


@media (max-width: 768px) {
    .slider-content {
        padding: 0 20px;
        text-align: center;
    }

    .slider-content h1 br {
        display: none; /* evita cortes raros en móvil */
    }
}



/*** all color **/

.home-2 .blue-c {
    color: ##2D4B73;
}

.blue-bg {
    background-color: ##2D4B73;
    color: #fff;
}


.blue-c {
    color: #00bad0
}
.home-2 .copyright .blue-c {
    color: #ffcb3d;
}
div a.blue-bg {
    background-color: #00bad0;
    color: #fff;
}

a.blue-bg:hover {
    background-color: #181d31;
    color: #fff;
}

.black-c {
    color: #181d31
}

.black-bg {
    background-color: #BFB2AA;
    color: #fff
}

a.black-bg:hover {
    background-color: #00bad0;
    color: #fff
}

.pt-80 {
    padding-top: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.mt-80 {
    margin-top: 80px
}

.home-1 h1,
.home-1 h2,
.home-1 h3,
.home-1 h4,
.home-1 h5,
.home-1 h6,
.home-1 a {
    color: #ffffff;
}

.btn-button-2 {
    padding: 8px 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.btn-button-2:hover {
    border: 1px solid transparent;
}

.btn-button-2:focus,
.btn-button-2:hover:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.btn-button-1 {
    padding: 9px 28px;
    border-radius: 100px;
    background: transparent;
   
    font-weight: bold;
}

.btn-button-1:hover {
   
    background-color: #181e31;
    color: #fff;
}

.btn-button-1:focus,
.btn-button-1:hover:focus {
  
    box-shadow: none;
    background: #181e31;
    color: #fff;
}

.bg-btn {
    background-color: #9fd9e1;
}

.title:hover {
    color: #00bad0
}

.title {
    font-size: 18px;
    font-weight: bold;
    font-family: Poppins;
}

.hadding-text-area h2 {
    font-size: 48px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.popin {
    font-family: Poppins
}


/**** Header section ***/

.header-top {
    background-color: #f7f7f7;
}

.h-top-item p > span {
    color: #00bad0;
    margin-right: 5px;
}

.header-menu {
    background-color: #00bad0;
}

nav.navbar.navbar-expand-md.btco-hover-menu {
    display: inline-block;
}

.search-h-icon button:focus,
.search-h-icon button:hover:focus {
    box-shadow: none;
    border: 1px solid transparent;
}

input.form-control.header-s-input:focus,
input.form-control.header-s-input:hover:focus {
    box-shadow: none;
}

input.form-control.header-s-input {
    padding: 1.45rem 36px;
    border-radius: 0;
    border: none;
    background: #181e31;
    color: #fff;
}

input.form-control.header-s-input::placeholder {
    color: #d4d3d3;
}




/*=-====Bootstrapthemes.co btco-hover-menu=====*/

.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}

.dropdown-toggle::after {
    float: right;
    margin-top: 11px;
}

.btco-hover-menu a,
.navbar > li > a {
    text-transform: capitalize;
    padding: 19px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus,
.navbar>.show>a,
.navbar>.show>a:focus,
.navbar>.show>a:hover {
    color: #fff;
    background: transparent;
    outline: 0;
}


/*submenu style start from here*/

.dropdown-menu {
    padding: 0px 0;
    margin: 0 0 0;
    border: 0px solid transition !important;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}




@media only screen and (max-width: 991px) {
    .btco-hover-menu .show > .dropdown-toggle::after {
        transform: rotate(-90deg);
    }
}

@media only screen and (min-width: 991px) {
    .btco-hover-menu .collapse ul li {
        position: relative;
    }
    .btco-hover-menu .collapse ul li:hover> ul {
        display: block
    }
    .btco-hover-menu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }
    /*******/
    .btco-hover-menu .collapse ul ul li {
        position: relative
    }
    .btco-hover-menu .collapse ul ul li:hover> ul {
        display: block
    }
    .btco-hover-menu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
    }
    /*******/
    .btco-hover-menu .collapse ul ul ul li {
        position: relative
    }
    .btco-hover-menu .collapse ul ul ul li:hover ul {
        display: block
    }
    .btco-hover-menu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1
    }
}


/**** slider ***/

.slider-items {
    position: relative;
}

.slider-img {
    position: relative;
}

.slider-contents {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.slider-content h1 {
    font-size: 38px;
    font-weight: bold;
    font-family: Poppins;
    padding-right: 17%;
    line-height: 45px;
    margin-bottom: 7px;
}

.slider-content h2 {
    font-weight: bold;
    font-size: 38px;
    font-family: Poppins;
   
    margin-bottom: 13px;
}

.slider-content p {
    color: #ffffff;
    margin-bottom: 15px;
}


/**** Banner ***/

/****.banner-bg {
    background-image: url(../images/banner.png);
    background-size: cover;
    background-position: center;
}***/

.banner-text p {
    font-size: 36px;
    line-height: 40px;
    color: #fff
}

.banner-section {
    background: #2D4B73;
}

.banner-section .bg-btn {
    background-color: rgba(45, 76, 116, 100);
    border-color: #2D4B73;
}

.banner-section a {
    color: #fff;
}

.banner-section a:hover {
    background-color: #181e31;
    border-color: transparent;
}


/*** service ***/

.service-bg {
    background-image: url(../images/service/bg.png);
    background-size: cover;
    background-position: center;
    padding: 52px 0;
    z-index: 0;
    opacity: 0
}

.service-item:hover .service-bg {
    opacity: 1
}

.service-item:hover .service-icon i {
    color: #fff
}

.service-icon {
    width: 18%;
    height: 100%;
    float: left;
    min-height: 100px;
    margin-right: 20px;
    position: relative;
}

.service-item1 .service-bg {
    opacity: 1
}

.service-item1 .service-icon i {
    color: #fff
}

.service-content {
    float: right;
    width: 76%;
    padding-top: 20px;
}

.service-icon i {
    font-size: 30px;
    text-align: center;
    margin: auto;
    padding: 12px 0px;
    color: #00bad0;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    width: 100%;
}

.service-content a {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.service-item {
    overflow: hidden;
}

.service-content a:hover {
    color: #00bad0;
}


/**** contribut  ***/

.contribut-sort-dec h2 {
    font-weight: bold;
    font-size: 25px;
    padding-right: 15rem;
    line-height: 27px;
    margin-bottom: 18px;
}

.contribut-icon {
    width: 60px;
    display: inline-block;
    float: left;
    min-height: 67px;
}

.contribut-content p {
    margin-top: 8px;
}

.contribut-icon i {
    color: #00bad0;
}

.contribut-content {
    overflow: hidden;
    padding-top: 10px;
    display: block;
}

.video-img {
    position: relative;
}

.pop-video {
    position: absolute;
    top: 0;
    width: 80px;
    height: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    border: 15px solid rgba(20, 35, 37, 0.35);
    font-size: 27px;
    padding: 12px 0px;
    margin: auto;
    background: #00bad0;
    text-align: center;
    z-index: 2
}

a.pop-video i:before {
    font-size: 23px;
    color: #fff;
}

.pop-video:hover,
.pop-video:focus:hover {
    background: #181e31;
    border: 15px solid #00bad0;
}

.video-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(5, 11, 33, 0.9) 0%, rgba(57, 63, 90, 0.62) 88%);
    z-index: 1;
}


/**** client section ***/

.client-area-count .textimonial-dec-inner h2 {
    padding-left: 0;
    padding-right: 23%;
}

.client-area-count .textimonial-dec-inner p {
    padding-right: 13%;
    padding-left: 0%;
}

.client-area-count {
    margin-top: 80px;
}

.client-count-item {
    background-color: #f7fbff;
    padding: 29px 26px;
    margin: 15px 0;
    border-radius: 8px;
    box-shadow: 0px 0px 9px 1px #e4e4e4;
    cursor: pointer;
    transition: transform .2s;
    /* Animation */
    z-index: 0;
}

.counts {
    display: inline-block;
}

.counts span {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
}

.client-count-item:hover .counts .title {
    color: #fff
}

.client-count-item:hover {
    color: #fff;
    transform: scale(1.2);
    clear: both;
    z-index: 999;
    overflow: hidden;
    background-color: #00bad0;
    box-shadow: 0px 4px 32px -3px #00bad0;
}

.counts > p {
    font-size: 18px;
}


/*** work ***/

.work-section {
    background-color: #77ABD9;
}

ul.working-list li a {
    display: inline-block;
    text-transform: capitalize;
    padding: 0px 30px;
    padding-bottom: 10px;
    background: #fff;
    margin: 0px 1px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px #d8d8d8;
    cursor: pointer;
    color: #6e789b;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

ul.working-list li a:hover,
ul.working-list li a.active {
    background: #00bad0;
    cursor: pointer;
    color: #fff;
    box-shadow: 0px 1px 20px 0px #00bad0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

ul.working-list li {
    display: inline-block;
}

ul.working-list.text-center.nav.nav-tabs {
    text-align: center;
    margin: 0 auto;
    display: block;
    border-bottom: none;
}

ul.working-list li {
    display: inline-block;
}


/*** client ***/

.hadidng-2 h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 12px;
}

.client-items img {
    opacity: .5;
}

.client-items a:hover img {
    opacity: 1;
}


/*** testimonial ***/

.texti-img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.texti-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 8px 0px #b1b1b1;
}

span.testi-title label {
    position: relative;
    display: inline-block;
    padding-left: 38px;
}

span.testi-title label:after {
    content: "";
    width: 34px;
    height: 2px;
    background: #181e31;
    position: absolute;
    left: 0;
    top: 50%;
}

.testimonial-item .owl-dot {
    width: 10px;
    height: 10px;
    background: #6e789b;
    border-radius: 100%;
    display: inline-block;
    margin: 3px;
}

.testimonial-item .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.testimonial-item .owl-dot.active {
    background: #00bad0;
}


/*** About ***/

.about-content h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.about-content h2 span {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.about-content h2 span:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #00bad0;
    position: absolute;
    bottom: 7px;
    margin-left: 10px;
}

.about-content {
    padding-right: 100px;
}


/*** Latest blog ***/

.single-blog-content .btn {
    color: #fff;
}

.single-blog-content .btn {
    color: #fff;
}

.single-blog-content span {
    padding: 0px 13px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 7px;
    font-size: 13px;
}

.single-blog-content {
    margin-top: 30px;
}

.single-blog-content > a {
    padding: 7px 0;
    padding-top: 0;
}


/*** question and contact ****/

.ques-accodium ul li {
    display: block;
    line-height: 37px;
}

.ques-accodium ul li a {
    color: #6e789b;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #9398a9;
    margin-bottom: 16px;
}

.ques-accodium ul li a > span {
    text-align: right;
    display: inline-block;
    float: right;
    font-size: 12px;
    padding: 12px 0;
}

.ques-accodium {
    margin-top: 40px;
}

.ques-accodium .panel-title > a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #b5bace;
    color: #6e789b;
    margin-bottom: 12px;
}

.ques-accodium .panel-title > a:hover {
    color: #00bad0;
}

.question-area h2 {
    padding-right: 12rem;
    line-height: 34px;
    margin-bottom: 10px;
}

.ques-accodium a.collapsed {
    position: relative;
}

.ques-accodium .panel-title > a.collapsed:after {
    content: "+";
    float: right;
    font-size: 20px;
    margin-top: 5px;
}

.ques-accodium .panel-title > a:after {
    content: "-";
    float: right;
    font-size: 20px;
    margin-top: 5px;
}


/*** contact form ***/

.contact-form {
    padding: 22px 30px;
    background-color: #BFB2AA;

}

.contact-some-dec p {
    padding-top: 10px;
    padding-bottom: 11px;
    color:fff;
}

.button.form-group {
    padding-top: 6px;
    margin: 0;
}

.contact-form input.form-control {
    border: none;
    padding: 10px;
    display: block;
    margin-bottom: 17px;
}

.contact-form input.form-control:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.contact-form textarea.form-control.form-message {
    border: none;
}

.contact-form textarea.form-control.form-message:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.contact-form button.btn.btn-button {
    background: #2D4B73;
}

.contact-form button.btn.btn-button:hover {
    background: #77ABD9;
    color: #fff;
}




/*** preloader ***/
.preloader {
    background-color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whirlpool {
    width: 100px;
    height: 100px;
    margin: 100px auto;
    position: relative;
}

.ring:before {
    content: '';
    border-radius: 50%;
    border: 2px solid #77ABD9;
    height: 90px;
    width: 100px;
    position: absolute;
}

.ring1:before {
    color: #77ABD9;
    left: 40px;
    width: 20px;
    top: 12px;
    height: 6px;
    animation: 2.5s ease 0s infinite spinner;
}

.ring2:before {
    border: 2px solid #F25757;
    left: 35px;
    width: 30px;
    top: 10.5px;
    height: 9px;
    animation: 2.5s ease 0.1s infinite spinner;
}

.ring3:before {
    border: 2px solid #ABD907;
    left: 30px;
    width: 40px;
    top: 9px;
    height: 12px;
    animation: 2.5s ease 0.2s infinite spinner;
}

.ring4:before {
    color: #77ABD9;
    left: 25px;
    width: 50px;
    top: 7.5px;
    height: 15px;
    animation: 2.5s ease 0.3s infinite spinner;
}

.ring5:before {
    border: 2px solid #F25757;
    left: 20px;
    width: 60px;
    top: 6px;
    height: 18px;
    animation: 2.5s ease 0.4s infinite spinner;
}

.ring6:before {
    border: 2px solid #ABD907;
    left: 15px;
    width: 70px;
    top: 4.5px;
    height: 21px;
    animation: 2.5s ease 0.5s infinite spinner;
}

.ring7:before {
    border: 2px solid #ABD907;
    left: 10px;
    width: 80px;
    top: 3px;
    height: 24px;
    animation: 2.5s ease 0.6s infinite spinner;
}

.ring8:before {
    border: 2px solid #F25757;
    left: 5px;
    width: 90px;
    top: 1.5px;
    height: 27px;
    animation: 2.5s ease 0.7s infinite spinner;
}

.ring9:before {
    border: 2px solid #ABD907;
    width: 100px;
    height: 30px;
    animation: 2.5s ease 0.8s infinite spinner;
}

@keyframes spinner {
    0% {
        transform: translateY(10px);
        animation-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    }
    50% {
        transform: translateY(60px);
        animation-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    }
    100% {
        transform: translateY(10px);
        animation-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    }
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999999;
    background-color: rgba(0, 0, 0, 0.99);
}

.whirlpool {
    width: 68px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.privacy-group {
    margin-top: 10px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: white;
    gap: 10px;
}

.custom-checkbox input {
    display: none;
}

.checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid white;
    border-radius: 4px;
    position: relative;
    transition: all 0.2s ease;
}

/* check animado */
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* estado activo */
.custom-checkbox input:checked + .checkmark {
    background-color: #ABD907; /* puedes cambiar a tu color de marca */
    border-color: #ABD907;
}

.custom-checkbox input:checked + .checkmark::after {
    display: block;
}

.custom-checkbox a {
    color: white;
    text-decoration: underline;
}

.custom-checkbox a:hover {
    opacity: 0.8;
}

