html,
body {
    font-family: 'https://fonts.google.com/specimen/Roboto';
    font-size: 16px;
    height: 100%;
}

body {
    background-color: #EEEEEE;
}

h1 {
    font-size: 225%;
}

h2 {
    margin-bottom: 25px;
    font-size: 200%;
}

section {
    padding-top: 50px;
}

section#clients {
    /* background-color: #D9D9D9; */
    /* background-color: #F3ECDD; */
    /*  background-color: #FFFFFF;*/
}

section#servicios {
    background-color: #EEEEEE;
    padding-bottom: 100px;
}

section#team {
    background-color: #D9D9D9;
}

section#contact {
    background-color: #EEEEEE;
}

.text-justify {
    text-align: justify;
}

#logclasses {
    color: #ff7099;
}

#logclasses:focus {
    color: #0065d8;
    border-bottom: 1px solid transparent;
    text-shadow: rgb(200, 200, 200) 1px 1px 0px;
}

.icon {
    padding: 0px 4px;
    width: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 6px;
    vertical-align: 14px;
}

/* SECTION */

.section {
    background-color: #fff;
    color: inherit;
    position: relative;
    padding: 90px 0;
    overflow-x: hidden;
}

.section-heading {
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 30px;
    font-weight: bold;
}

.section-heading:after {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    display: block;
    height: 2px;
    width: 80px;
    /*background-color: #438BE1;*/

    background-color: #0065d8;
}


.section-heading.text-center:after {
    left: 52%;
    margin-left: -60px;
}


.pink .section-heading:after {

    background-color: #ff0084;
}

.toleft .section-heading:after {
    left: 42%;

}

.nopbottom .section-heading:after {
    bottom: 50px;
}

.nopbottom .section-heading {
    padding-bottom: 0px;

}

.section-dark .section-heading:after,
.section-accent .section-heading:after {
    background-color: rgba(255, 255, 255, 0.2);
}

/* END SECTION */

.navbar .navbar-brand {
    height: 90px;
    padding: 10px 10px;
    margin-left: 8%;
}

.propaganda {
    color: #FFF;
    position: relative;
    text-align: center;
    display: block;
    height: 40px;
    background-color: #2ECC71;
    margin-top: 12px;
    -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.56);
}

.propaganda a {
    margin-left: 10px;
    /*background-color: #27AE60;*/
    border-radius: 0;
}

.navbar {
    background-color: #cdcdcd;
    border-radius: 0px;
    border: 0px;

}

.navbar-nav li a {
    line-height: 60px;
    border-bottom: 3px solid transparent;
}

.navbar-toggle {
    margin-top: 30px;
}

.navbar-default .navbar-nav>li>a {
    color: #6b6a6a;
    font-size: 120%;
    border-bottom: 3px solid transparent;
}


.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #0065d8;
    border-bottom: 1px solid transparent;
    text-shadow: rgb(200, 200, 200) 1px 1px 0px;
}



.navbar-default .navbar-nav>li>a:hover::after {
    content: "";
    margin-top: 0px;
    left: 2;
    bottom: 0px;
    display: block;
    height: 1px;
    width: 15px;
    background-color: #0065d8;

}





.navbar {
    margin-bottom: 0px;
}

/*
  descomentar para ver efecto glass de navbar
  .navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
} */

.navbar-wrapper>.container {
    padding-right: 0;
    padding-left: 0;
}

/*
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
*/


.navbar-social {
    margin-left: 3%;
    margin-top: 10%;
    padding-right: 1%;
}

.navbar li {
    right: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

.carousel-inner>.item {
    max-height: 540px;
}

.carousel-inner .item img {
    width: 100%;
}

.carousel-caption h1 {
    display: inline-block;
    /*background-color: rgba(2, 64, 211, 0.5);*/

    background-color: rgba(20, 20, 0, .7);
    margin-bottom: 10px;
    padding: 5px;
}

/* Thumbnail styles */

a.thumbnail {
    border: none;
    margin-bottom: 30px;
    border-radius: 0px;
    background-color: #EEEEEE;
}

/* End Thumbnail styles */

h2.section-header {
    margin-top: 30px;
    font-weight: 800;
    color: #333333;
    text-align: center;
}

/* TEACHERS SECTION */

.teacher-box-left {
    padding: 35px 50px 35px 35px;
    background-color: #D9D9D9;
}

.teacher-box-right {
    padding: 35px 35px 35px 50px;
    background-color: #EEEEEE;
}

.teacher-box-left h3,
.teacher-box-right h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.teacher-box-left p,
.teacher-box-right p {
    padding: 30px;
    color: #FFFFFF;
    margin: 0px;
}

.teacher-box-left h3 span,
.teacher-box-right h3 span {
    font-size: 150%;
}

.teacher-box-left h3 span::before,
.teacher-box-right h3 span::before {
    content: "\00BB  ";
}

.teacher-box-right img {
    float: right;
}

.teacher-box-left-red {
    border-left: 10px solid #FF4444;
}

.teacher-box-right-orange {
    border-right: 10px solid #FF8833;
}

.teacher-box-left-purple {
    border-left: 10px solid #AA66CC;
}

.teacher-box-right-green {
    border-right: 10px solid #92C500;
}

.color-red {
    color: #FF4444;
}

.background-red {
    background-color: #FF4444;
}

.color-orange {
    color: #FF8833;
}

.background-orange {
    background-color: #FF8833;
}

.color-purple {
    color: #AA66CC;
}

.background-purple {
    background-color: #AA66CC;
}

.color-green {
    color: #92C500;
}

.background-green {
    background-color: #92C500;
}

.vermas {
    text-align: center;
    padding: 10px 0px 2px 0px !important;
    margin-bottom: 10px;
}

.vermas a {
    position: relative;
    top: -5px;
    color: #FFFFFF;
    font-weight: bold;
}

.teacher-box-left-red .vermas {
    background-color: #E53935;
}

.teacher-box-right-orange .vermas {
    background-color: #FF6D00;
}

.teacher-box-left-purple .vermas {
    background-color: #8E44AD;
}

.teacher-box-right-green .vermas {
    background-color: #7AA500;
}



/* END TEACHERS SECTION */
/* FOOTER STYLES */

.footer1 {
    /*background: #232323; */

    background: #438BE1;
    padding: 30px 0 0 0;
    font-size: 12px;
    /* color: #999; */

    color: rgba(241, 241, 241, 1);
}

.footer1 a {
    color: #fff;
}

.footer1 a:hover {
    color: #fff;
}

.footer1 .widget {
    margin-bottom: 30px;
}

.footer1 .widget-title {
    font-size: 17px;
    /* FIX! */

    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
}

.follow-me-icons {
    font-size: 42px;
    font-weight: normal;
}

.follow-me-icons i {
    margin: 0 10px 0 0;
}

.follow-me-icons i:hover {
    color: #FFFFFF;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: rotate(-30deg);
}

.footer2 {
    /*background: #191919; */

    background: #004CA8;
    padding: 15px 0;
    color: #fff;
    font-size: 12px;
}

.footer2 a {
    color: #fff;
}

.footer2 a:hover {
    color: #438BE1;
    text-decoration: none;
}

.footer2 p {
    margin: 0;
}

.footer2 .copyright {
    text-align: center;
}

/* END FOOTER STYLES */

.aftertext::after {

    content: "";
    margin-top: 15px;
    left: 0;
    bottom: 70px;
    display: block;
    height: 2px;
    width: 100px;
    background-color: rgb(225, 67, 154);


}


.introhacemos {
    color: white;
    margin-top: 15px;
    margin-bottom: 40px;
    width: 70%;
    margin-left: 16% !important;
}


@media (max-width: 768px) {
    .toTopNav {
        width: 10%;
        height: 10%;
    }

    h1 {
        font-size: 150%;
        width: auto;
    }

    .centered-col {
        margin-left: 10% !important;
        width: 80%;
    }

    .navbar-default .navbar-nav>li>a {
        color: #ff0084;
        font-size: 120%;
        margin-left: 3px;
    }

    /*
  .form-group textarea{
	width:80%;
  }

  .form-group input {
	width:80%;
  }
  */
    .small-caption {
        max-width: 230px;
    }

    .small-caption2 {
        max-width: 203px;
    }

    .small-caption3 {
        max-width: 250px;
    }

    .carousel-caption h1 {
        font-size: 130%;
    }

    .icon {
        font-size: 60%;
        vertical-align: 8px;
    }

    .navbar-default .navbar-nav>li>a {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 100%;
        line-height: 50px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        /*background-color: rgba(67, 139, 225, 0.5);*/
    }

    .widget .widget-title,
    .widget .widget-body {
        text-align: center;
    }

    .teacher-box-left img,
    .teacher-box-right img {
        margin: 0 auto;
        float: none;
    }

    .service {
        height: auto !important;
    }

    .navbar img {
        margin-left: 0
    }

    .navbar .navbar-brand {
        margin-left: 0;
    }


    .section-heading.text-center:after {
        left: 54%;
    }

    .introhacemos {
        width: 100%;
        margin-left: 0% !important;
    }
}

@media (max-width: 992px) {
    .footer2 .copyright {
        text-align: center;
    }

    .footer2 .simplenav {
        text-align: center;
    }
}


@media (min-width: 769px) {
    .margin-input {
        margin-left: 57%;
    }

    .margin-message {
        margin-left: -17%;
    }

    .margin-button {
        margin-left: -33%;
    }

    p.services-intro {
        text-align: center;
        font-size: 100%;
        margin: 20px 0px;
    }

    #navbar::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1%;
        display: block;
        height: 2px;
        width: 100%;
        /*background-color: #438BE1;*/

        background-color: #ff0084;
    }

    .navbar-nav>li {
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .small-caption3 {
        width: 116%;
    }
}

.contact-section {
    margin: 0 auto;
}

form input {
    background: none repeat scroll 0% 0% #6E6E6E;
    padding: 15px;
    width: 50%;
    /*border-radius: 5px;*/

    font-size: 16px;
    font-weight: 400;
    /*margin-top: 30px;*/

    border: 3px solid #6E6E6E;
}

#robot {
    margin-bottom: 5%;
    margin-left: 16%;
}

.form-control {
    border-radius: 0px;
    font-family: inherit;
    box-shadow: none;
    border: 1px solid #AEAEAE;
}

.form-group {
    margin-bottom: 40px;
}

.btn.btn-primary {
    border-radius: 0px;
    padding: 14px 24px;
}

.btn.btn-default {
    border-radius: 0px;
}

textarea {
    resize: none;
}

button.submit {
    background: #438BE1;
    border: medium none;
    color: #FFF;
    font-size: 14px;
    font-weight: 200;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    margin-top: 20px;
    transition: background 0.3s ease-in;
    cursor: pointer;
    /*border-radius : 5px;*/
}

button.submit:hover {
    background: #888;
    /*border-radius : 5px;*/
}

form input:focus {
    /*	border: 2px solid #888;*/

    background-color: #fff;
    /*border-radius : 5px;*/
}

form textarea:focus {
    /*border: 2px solid #888;*/

    background-color: #fff;
    /*border-radius : 5px;*/
}

.toTopNav {
    color: #0063db;
    opacity: 0.8;
    font-size: 200%;
    position: fixed;
    right: 1.5%;
    top: 90%;
    display: none;
}

/*
.service {
    padding: 40px;
    background-color: #E0E0E0;
    margin-top: 30px;
    height: 100%;
}
*/

.service-height {
    height: 430px;
}

.service p {
    /*margin: 30px;*/
}

.service h3 {
    font-weight: bold;
    margin: 20px 0px 40px 0px;
}

p.services-intro {
    text-align: left;
    font-size: 100%;
    margin: 20px 0px;
    font-size: 17px;
    padding-bottom: 20px;
}

/* Modal styles */

.modal-footer {
    background-color: #eeeeee;
    border-top: 0px;
}

.modal-body {
    background-color: #EEE;
}

.modal-title {
    color: #FFF;
}

.modal-content {
    background-color: #438BE1;
}

@media (min-width: 768px) {

    .navbar-right {
        float: right !important;
        margin-right: 12%;
    }

}




.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control {
    width: 8%;
    width: 0px;
}

.carousel-control.left,
.carousel-control.right {
    margin-right: 40px;
    margin-left: 32px;
    background-image: none;
    opacity: 1;
}

.carousel-control>a>span {
    color: white;
    font-size: 29px !important;
}

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}

.active>div {
    display: none;
}

.active>div:first-child {
    display: block;
}

/*xs*/
@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .active.right {
        left: 50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .carousel-col {
        width: 50%;
    }

    .active>div:first-child+div {
        display: block;
    }

}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .active.right {
        left: 50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .carousel-col {
        width: 50%;
    }

    .active>div:first-child+div {
        display: block;
    }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner .active.left {
        left: -33%;
    }

    .carousel-inner .active.right {
        left: 33%;
    }

    .carousel-inner .next {
        left: 33%;
    }

    .carousel-inner .prev {
        left: -33%;
    }

    .carousel-col {
        width: 33%;
    }

    .active>div:first-child+div {
        display: block;
    }

    .active>div:first-child+div+div {
        display: block;
    }
}

/*lg*/
@media (min-width: 1200px) {
    .carousel-inner .active.left {
        left: -25%;
    }

    .carousel-inner .active.right {
        left: 25%;
    }

    .carousel-inner .next {
        left: 25%;
    }

    .carousel-inner .prev {
        left: -25%;
    }

    .carousel-col {
        width: 25%;
    }

    .active>div:first-child+div {
        display: block;
    }

    .active>div:first-child+div+div {
        display: block;
    }

    .active>div:first-child+div+div+div {
        display: block;
    }
}

.block {
    width: 306px;
    height: 230px;
}

.red {
    background: red;
}

.blue {
    background: blue;
}

.green {
    background: green;
}

.yellow {
    background: yellow;
}

/* B2B HERO STYLES */
#hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-overlay {
    background: linear-gradient(to right, rgba(0, 30, 60, 0.9) 0%, rgba(0, 40, 80, 0.6) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    color: #fff;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #4AA1FF;
    /* Lighter Blueprint Blue for better contrast on dark bg */
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 40px;
    font-weight: 300;
    opacity: 0.9;
    color: #f0f0f0;
}

.hero-cta {
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: transparent;
    /* Hollow */
    color: white !important;
    border: 2px solid #ff0084;
    /* Pink border */
    border-radius: 30px;
    /* Rounded pill like user image */
    transition: all 0.3s ease;
}

.hero-cta:hover {
    background-color: #ff0084;
    /* Pink fill hover */
    border-color: #ff0084;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 0, 132, 0.4);
    text-decoration: none;
}

/* ZIGZAG TIMELINE METHODOLOGY SECTION */
.methodology-section {
    position: relative;
    background: linear-gradient(135deg, #002a5c 0%, #0065d8 50%, #004080 100%);
    padding: 80px 0 100px;
    overflow: hidden;
}

.methodology-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(255, 0, 132, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.methodology-gradient {
    display: none;
}

.methodology-section .container {
    position: relative;
    z-index: 2;
}

.methodology-section .section-heading {
    color: #fff !important;
    margin-bottom: 60px !important;
}

.methodology-section .section-heading:after {
    background-color: #ff0084 !important;
    left: 50% !important;
    margin-left: -40px !important;
}

.zigzag-timeline {
    max-width: 750px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

/* Central connecting line */
.zigzag-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 30px;
    bottom: 30px;
    width: 3px;
    background: linear-gradient(to bottom, rgba(255, 0, 132, 0.6), rgba(255, 255, 255, 0.2), rgba(0, 101, 216, 0.6));
    transform: translateX(-50%);
    border-radius: 3px;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 25px;
    position: relative;
}

.timeline-left {
    justify-content: flex-start;
    padding-right: 52%;
}

.timeline-right {
    justify-content: flex-end;
    padding-left: 52%;
}

.timeline-number {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ff0084;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ff0084;
    box-shadow: 0 4px 20px rgba(255, 0, 132, 0.35);
    z-index: 3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-content {
    padding: 20px 28px;
    border-radius: 10px;
    max-width: 320px;
    position: relative;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

/* Pink cards: 01, 03 */
.timeline-card-pink {
    background: rgba(180, 0, 80, 0.18);
    border-left: 4px solid #ff0084;
    backdrop-filter: blur(6px);
}

.timeline-card-pink strong {
    color: #ff6ab5;
}

.timeline-card-pink em {
    color: rgba(255,255,255,0.65) !important;
    font-style: italic;
}

/* Blue cards: 02, 04 */
.timeline-card-blue {
    background: rgba(0, 20, 80, 0.55);
    border-left: 4px solid #4d9fff;
    backdrop-filter: blur(6px);
}

.timeline-card-blue strong {
    color: #7dc4ff;
}

/* Number circles alternating */
.timeline-number-pink {
    background: #ff0084;
    border: 3px solid #ff0084;
    color: white;
    box-shadow: 0 4px 20px rgba(255, 0, 132, 0.5);
}

.timeline-number-blue {
    background: #0065d8;
    border: 3px solid #4d9fff;
    color: white;
    box-shadow: 0 4px 20px rgba(0, 101, 216, 0.5);
}

.timeline-content p {
    margin: 0;
    color: rgba(255,255,255,0.92);
    font-size: 0.95rem;
    line-height: 1.6;
}

.timeline-content strong {
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .zigzag-timeline::before {
        left: 28px;
    }

    .timeline-item {
        flex-direction: row !important;
        padding-left: 75px !important;
        padding-right: 15px !important;
    }

    .timeline-left,
    .timeline-right {
        justify-content: flex-start;
    }

    .timeline-number {
        left: 28px;
        width: 45px;
        height: 45px;
        min-width: 45px;
        font-size: 0.9rem;
    }

    .timeline-content {
        border-radius: 10px;
        max-width: 100%;
        padding: 15px 20px;
    }
}

/* VALUE PROP SECTION */
.section-subheading {
    font-size: 1.5rem;
    color: #666;
    margin-bottom: 50px;
    text-align: center;
}

.mt-5 {
    margin-top: 50px;
}


/* SOPHISTICATED NAV */
.sophi-nav>li>a {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 13px !important;
    letter-spacing: 1px;
    font-weight: 700;
    color: #333 !important;
    padding-top: 35px;
    padding-bottom: 35px;
    transition: all 0.3s;
    background: transparent !important;
}

.sophi-nav>li>a:hover {
    color: #0065d8 !important;
    border-bottom: 3px solid #0065d8 !important;
    padding-bottom: 32px !important;
}

.sophi-nav>li>a.btn-login {
    border: 2px solid #ff0084;
    border-radius: 30px;
    padding: 12px 25px !important;
    margin-top: 23px;
    margin-left: 20px;
    color: #ff0084 !important;
    line-height: normal;
}

.sophi-nav>li>a.btn-login:hover {
    background-color: #ff0084 !important;
    color: white !important;
    text-shadow: none;
}

.navbar-default {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: none;
    min-height: 90px;
}

/* Fix for unwanted legacy hover effects */
.navbar-default .navbar-nav>li>a:hover::after {
    display: none !important;
}

.navbar-default .navbar-nav>li>a {
    border-bottom: none !important;
}

.navbar-brand {
    padding: 15px 15px;
}

/* PROFESSIONAL UX POLISH */
.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.row-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* Service Card Upgrade */
.service-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 20px;
    border-radius: 8px;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    /* Center everything for cleaner look */
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
}

.service-card p {
    color: rgba(255, 255, 255, 0.9) !important;
    text-align: center !important;
    /* Force center */
    font-size: 0.95rem;
    line-height: 1.6;
}

.service-card h3 {
    margin-bottom: 15px;
    font-size: 1.3rem !important;
}

/* Client Logo Polish */
.client-logo-img {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s ease;
    max-height: 60px;
    /* Uniform height */
    width: auto;
    display: inline-block;
}

.thumbnail:hover .client-logo-img {
    filter: grayscale(0%);
    opacity: 1;
}

.thumbnail {
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 20px;
}


.row-flex-center {
    align-items: center;
    justify-content: center;
}

#clients .thumbnail {
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    background: transparent;
    box-shadow: none;
}

#clients .thumbnail img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.4s ease;
    max-height: 50px;
    width: auto !important;
    margin: 0 auto;
}

#clients .thumbnail:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}


/* Social Icons Polish */
.navbar-social-icon {
    font-size: 18px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 35px !important;
    /* Align with others */
    color: #999 !important;
    margin-top: 0 !important;
}

.navbar-social-icon:hover {
    color: #0065d8 !important;
    border-bottom: none !important;
}

/* Ensure no phantom underlines on icons */
.sophi-nav>li>a.navbar-social-icon {
    border-bottom: none !important;
}
/* ============ BUTTON STYLES ============ */
.btn-blueprint {
    font-weight: 700;
    border-radius: 6px;
    padding: 14px 40px;
    font-size: 0.9em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
    transition: all 0.25s ease;
    cursor: pointer;
}

#submit:disabled {
    background-color: rgba(255,255,255,0.2) !important;
    color: rgba(255,255,255,0.4) !important;
    cursor: not-allowed;
    box-shadow: none !important;
}

#submit:not(:disabled) {
    background-color: #ff0084 !important;
    color: white !important;
    box-shadow: 0 4px 20px rgba(255,0,132,0.4) !important;
}

#submit:not(:disabled):hover {
    background-color: #d4006e !important;
    box-shadow: 0 6px 25px rgba(255,0,132,0.55) !important;
    transform: translateY(-1px);
}

/* Banner evaluation CTA button */
.btn-evaluacion {
    display: inline-block;
    background: white;
    color: #0065d8 !important;
    font-weight: 700;
    border-radius: 6px;
    padding: 13px 32px;
    font-size: 0.88em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.btn-evaluacion:hover {
    background: #ff0084;
    color: white !important;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(255,0,132,0.45);
    transform: translateY(-1px);
}

/* ENTRAR AL ESPACIO VIRTUAL button */
.btn-espacio-virtual {
    display: inline-block;
    background-color: #0065d8;
    color: white !important;
    font-weight: 700;
    border-radius: 30px;
    padding: 12px 35px;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 101, 216, 0.3);
    transition: all 0.25s ease;
}

.btn-espacio-virtual:hover {
    background-color: #ff0084;
    color: white !important;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(255, 0, 132, 0.45);
    transform: translateY(-2px);
}

/* Disabled submit */
#submit:disabled {
    background-color: rgba(255,255,255,0.18) !important;
    border-color: rgba(255,255,255,0.2) !important;
    color: rgba(255,255,255,0.4) !important;
    cursor: not-allowed;
    box-shadow: none !important;
}

/* Active submit hover */
#submit:not(:disabled):hover {
    background-color: #ff0084 !important;
    border-color: #ff0084 !important;
    box-shadow: 0 6px 20px rgba(255,0,132,0.5) !important;
    transform: translateY(-1px);
}

/* Footer breathing room */
#footer.top-space {
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 120px !important;
        max-width: 100%;
    }
    #hero {
        height: auto !important;
        min-height: auto !important;
        padding-bottom: 60px;
    }
    .hero-title {
        font-size: 2rem !important;
    }
    .hero-subtitle {
        font-size: 1.2rem !important;
        margin-bottom: 20px;
    }
    #contact .col-md-offset-2 > div {
        padding: 30px 20px 20px !important;
    }
    #submit, .btn-lg, .btn, .hero-btn {
        padding: 12px 20px !important;
        white-space: normal;
        height: auto;
        font-size: 1em !important;
    }
    .g-recaptcha {
        transform: scale(0.77) !important;
        transform-origin: center center !important;
    }
    form input, form textarea {
        width: 100% !important;
    }
    .free-offer-banner {
        padding: 30px 20px !important;
    }
}


/* =========================================================
   Header/nav responsive cleanup - Blueprint companies page
   Fixes: mobile social icons, mobile login button spacing,
   and desktop login/nav vertical alignment.
   ========================================================= */
@media (min-width: 768px) {
    #navbar {
        float: right;
        padding-right: 34px;
    }

    #navbar .sophi-nav {
        display: flex;
        align-items: center;
        min-height: 90px;
        margin: 0;
    }

    #navbar .sophi-nav > li {
        right: auto;
        margin-bottom: 0;
    }

    #navbar .sophi-nav > li > a {
        display: flex;
        align-items: center;
        height: 44px;
        line-height: 1.2 !important;
        padding: 0 13px !important;
        white-space: nowrap;
    }

    #navbar .sophi-nav > li > a:hover,
    #navbar .sophi-nav > li > a:focus {
        padding-bottom: 0 !important;
        text-decoration: none;
    }

    #navbar .sophi-nav > li > a.btn-login {
        height: 42px;
        padding: 0 24px !important;
        margin: 0 14px 0 18px !important;
        line-height: 1 !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    #navbar .sophi-nav > li > a.btn-login:hover,
    #navbar .sophi-nav > li > a.btn-login:focus {
        padding: 0 24px !important;
        border-bottom: 2px solid #ff0084 !important;
    }

    #navbar .navbar-social-icon {
        height: 44px;
        line-height: 44px !important;
        padding: 0 7px !important;
        margin: 0 !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .navbar-default {
        min-height: auto;
    }

    .navbar-header {
        min-height: 90px;
        display: flex;
        align-items: center;
        padding: 0 14px 0 10px;
    }

    .navbar .navbar-brand {
        height: 90px;
        padding: 10px 0 !important;
        margin-left: 0 !important;
        display: flex;
        align-items: center;
        flex: 0 0 auto;
    }

    .navbar-brand img {
        width: 125px !important;
        max-width: 125px !important;
        margin-left: 0 !important;
    }

    .navbar-toggle {
        float: none;
        order: 3;
        margin: 0 0 0 auto !important;
        flex: 0 0 auto;
    }

    .mobile-social-links {
        float: none !important;
        order: 2;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 13px;
        height: 90px;
        margin: 0 0 0 16px !important;
        flex: 0 0 auto;
    }

    .mobile-social-links .navbar-social {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
        font-size: 20px !important;
        color: #0065d8 !important;
        text-decoration: none !important;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
        border-top: 1px solid #eeeeee;
        box-shadow: none;
    }

    #navbar .sophi-nav {
        margin: 0 !important;
        padding: 24px 0 18px;
    }

    #navbar .sophi-nav > li {
        right: auto !important;
        margin: 0 0 6px 0;
        text-align: left;
    }

    #navbar .sophi-nav > li > a {
        padding: 0 22px !important;
        margin: 0 !important;
        line-height: 44px !important;
        height: 44px;
        font-size: 14px !important;
        letter-spacing: 2px;
    }

    #navbar .sophi-nav > li.login-nav-item {
        text-align: center;
        margin: 18px 16px 10px !important;
    }

    #navbar .sophi-nav > li > a.btn-login {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: auto !important;
        min-width: 190px;
        height: 42px;
        margin: 0 auto !important;
        padding: 0 22px !important;
        line-height: 1 !important;
        font-size: 13px !important;
        letter-spacing: 1.5px;
        border-radius: 28px;
        box-sizing: border-box;
    }
}
