/*changes*/

.media-producto {
    position: relative;
    z-index: 9;
}

#hero-video video {
    display: block;
    height: 100%;
}

#modal-consult {
    z-index: 99999999;
}

.cn-close-icon {
    top: unset !important;
    bottom: 1em !important;
}

#cn-accept-cookie,
#cn-more-info {
    background: #5277bb !important;
}


/*end of changes*/


/*generic layout*/

.max-w-1500 {
    max-width: 1500px;
}

#master-head .display-none-priority {
    display: none !important;
}

.btn-hover:hover {
    transition: 0.6s;
    opacity: 0.5 !important;
    text-decoration: none !important;
    color: rgb(223, 223, 223) !important;
}

#content {
    overflow: hidden;
}


/*Animations*/

.animate-header {
    position: relative;
    animation-name: moveright;
    animation-duration: 1s;
}

@keyframes moveright {
    from {
        left: -100em;
        opacity: 0;
    }
    to {
        left: 0em;
        opacity: 1;
    }
}


/*header*/

.nav-pills a:hover {
    background-color: rgba(0, 0, 0, 0.33);
}

.sub-menu-toggle {
    display: none;
    position: absolute;
    background: #474b57;
    z-index: 99999;
    padding: 1em;
}

#itm-id-3:hover .sub-menu-toggle,#itm-id-4:hover .sub-menu-toggle {
    display: block;
}

.sub-menu-toggle ul {
    list-style-type: none;
    margin: 0;
}

.sub-menu-toggle ul li {
    padding-bottom: 0.5em;
}

.sub-menu-toggle ul a:hover {
    text-decoration: none;
}

.consult-content form .container-fluid {
    padding: 0 !important;
}

.consult-content form span,
.consult-content form input {
    width: 100%;
}

.consult-content form input[type="submit"] {
    background-color: #5277bb;
}

.consult-content form span {
    padding-bottom: 1.5em;
    display: block;
}

.consult-content {
    margin-top: 2em;
}

.content-modal {
    padding: 1em;
}

.content-modal h2 {
    font-size: 3em;
}

.content-modal h4 {
    padding-bottom: 0.5em;
}

.consult-content {
    background: white;
    color: #333;
    padding: 1.4em;
}

#modal-consult {
    position: fixed;
    background: #2c323fed;
    top: 0;
    left: 0;
    padding: 2em;
    height: 100%;
    color: white;
}

#modal-consult .form-wrapper {
    padding: 1em;
    padding-top: 2em;
    border: 1px solid #5277bb45 !important;
    margin-top: 2em;
}

#modal-consult .modal-wrapper {
    overflow-x: hidden !important;
    /* Hide horizontal scrollbar */
    overflow: scroll;
    height: 95%;
}

#close-consult-modal {
    position: absolute;
    top: 1em;
    font-size: 2em;
    cursor: pointer;
    right: 2em;
    background: #404d68;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
}

#toggle-btn {
    display: none;
    position: absolute;
    cursor: pointer;
    right: 1em;
    color: #5277bb;
    font-size: 2em;
}

.site-logo img {
    max-width: 150px;
}

.principal-menu li a {
    color: #fff !important;
    text-transform: uppercase;
}

.principal-menu .active {
    background: transparent !important;
    border-bottom: 1px solid #fff !important;
    border-radius: unset !important;
}

#master-head {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 2em !important;
    position: absolute;
    width: 100%;
    z-index: 999999;
}

.cta-top {
    border: 1px solid #fff !important;
    background: #060f20a3 !important;
    position: relative;
    top: -1em;
    border-radius: 0 !important;
}


/*hero*/

#hero-video,
.video-hero-wrapper {
    position: relative;
    overflow: hidden;
}

.video-hero-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.titles-hero-vid {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 99999;
}

.second-vid-title,
.first-vid-title,
.third-vid-title {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    display: block;
    color: #fff;
}

.first-vid-title {
    font-size: 6em;
}

.second-vid-title {
    font-size: 2.5em;
    position: relative;
    left: 16%;
    margin-top: -0.9em;
}

.third-vid-title {
    font-size: 5em;
    margin: auto;
    text-align: left;
	text-align:center;
}


/*Page*/

#page {
    max-width: 100% !important;
    padding: 0;
}


/*section 1 type-of-services*/

#type-of-services {
    position: relative;
    left: -2em;
}

.btn-type-service {
    border: 1px solid #fff !important;
    border-radius: 0 !important;
}

.pymes-description-box {
    padding: 8em 5em 8em 5em;
}

.bigenterprice-description-box p,
.pymes-description-box p,
.bigenterprice-description-box a,
.pymes-description-box a {
    position: relative;
    color: #fff;
}

.bigenterprice-description-box,
.pymes-description-box {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1 !important;
}

.bigenterprice-description-box::before,
.pymes-description-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.pymes-description-box {
    margin-top: -15em;
}

.pymes-description-title {
    width: 50%;
    margin-right: auto;
    position: relative;
    top: 1em;
    color: #111;
    right: unset;
    left: 4em;
}

.pymes-description-title h2 {
    font-size: 4em;
    font-weight: bold;
}

.pymes-description-title h2::after {
    content: "";
    position: absolute;
    background-color: #5277bb;
    width: 90%;
    height: 6px;
    left: 10px;
    bottom: 0;
}

.bigenterprice-description-box {
    padding: 10em 5em 5em 5em;
    position: relative;
    top: -4.2em;
    right: 3em;
}

.bigenterprice-description-title {
    position: relative;
    top: 1em;
    color: #111;
    right: 0;
    padding: 2em;
    padding-left: 3em;
    width: 80%;
    margin-right: auto;
}

.bigenterprice-description-title h2 {
    font-size: 4.5em;
    font-weight: bold;
}

.bigenterprice-description-title h2::after {
    content: "";
    position: absolute;
    background-color: #5277bb;
    width: 70%;
    height: 6px;
    left: 30px;
    bottom: 0.5em;
}


/*section 2  cta-consult*/

#cta-consult {
    padding-top: 3em;
}

.consult-wrapper {
    background-color: #10141d;
    color: #fff;
    position: relative;
    right: -10em;
}

.description-consult-container {
    padding: 6em 2em 5em 4em;
}

.description-consult-title h2 {
    color: #dccece;
    font-size: 3em;
    padding-bottom: 0.5em;
}

.description-consult-subtitle h3 {
    padding-bottom: 0.5em;
}

.description-consult-btn {
    text-decoration: none;
    color: #fff;
    border: 1px solid #b7b7b7;
    padding: 1em 1.5em 1em 1.5em;
}

.description-consult {
    padding-bottom: 2em;
}

.description-consult-img-wrapper {
    background-position: center center;
    background-size: cover;
    width: 100%;
    display: block;
    z-index: 99999;
    position: relative;
}

.consult-img-overlay {
    background: rgba(0, 0, 0, 0.33);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*section 3  what-our-clients-say*/

.mobile-review-slider {
    display: none;
}

#what-our-clients-say {
    background: #f2f2f2;
    padding-top: 8em;
    margin-top: -5em;
}

.stars-review svg {
    width: 20px;
}

.what-our-clients-say-wrapper {
    padding-top: 2em;
    padding-left: 9em;
}

.what-our-clients-say-title h2 {
    font-size: 4em;
    color: #5176ba;
    font-weight: 600;
}

.what-our-clients-say-title {
    width: 50%;
    padding-bottom: 3em;
}

.slider-clients-review {
    background-color: #fff;
    padding: 2em;
    padding-bottom: 4em !important;
    position: relative;
    right: -1em;
}

.image-or-circle span {
    background: #004d40;
    color: white;
    font-size: 3em;
    padding: 0.2em;
    display: inline-block;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    text-align: center;
}

.image-or-circle {
    display: flex;
    justify-content: center;
}

.person-review {
    text-align: center;
    font-weight: bold;
    padding: 1em 0.5em 0.2em 0.5em;
}

.stars-review {
    text-align: center;
    color: #f9b403;
}

.review-description {
    padding: 1em;
}

#what-our-clients-say .carousel-control-next,
#what-our-clients-say .carousel-control-prev {
    color: #5176ba;
    width: 1em;
}

.carousel-indicators {
    bottom: -3.5em !important;
}

.carousel-indicators li {
    border-radius: 50%;
    border: 1px solid black;
    width: 1em !important;
    height: 1em !important;
    display: block;
    opacity: 1 !important;
    border-top: unset !important;
    border-bottom: unset !important;
    box-sizing: unset !important;
}

.carousel-indicators li.active {
    background-color: #5176ba;
}


/*section 4  characteristics*/

#characteristics .characteristic-item-icon svg {
    width: 65px;
}

#characteristics .col-md-4:nth-of-type(2) svg {
    position: relative;
    top: 8px;
}

.characteristic-item-icon {
    color: #5176ba;
    display: inline-block;
    border: 1px solid #b3b3b3;
    padding: 1em;
    border-radius: 50%;
    width: 6.5em;
    height: 6.5em;
    text-align: center;
    position: relative;
    bottom: -3em;
    background: white;
}

#characteristics {
    padding-top: 6em;
    padding-right: 12em;
}

.characteristics-wrapper {
    background: #f2f2f2;
    margin: auto;
    position: relative;
}

.characteristics-item {
    padding-left: 1em;
    padding-right: 1em;
}

.characteristic-item-box-description {
    padding-top: 4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 3em;
}

.characteristic-item-title {
    text-align: center;
    padding-bottom: 1em;
}

#characteristics .col-md-4:nth-of-type(2) .characteristics-item {
    position: relative;
    top: -3em;
}


/*section 5 how we work*/

#how-we-work {
    padding-top: 3em;
    padding-bottom: 4em;
    position: relative;
}

.title-hww {
    padding-bottom: 1.5em;
    padding-left: 1em;
    padding-right: 9em;
}

.title-hww h2 {
    font-size: 4em;
    font-weight: 600;
    color: #333;
}

.hww-wrapper {
    margin: auto;
    background-position: center center !important;
    background-position-y: 60% !important;
    background-size: cover !important;
    padding-top: 3em;
    padding-bottom: 8em;
}

.hww-wrapper .col-md-12 .relative-hww::after,
.hww-wrapper-vertical .col-md-12::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
}

.hww-wrapper-vertical {
    position: relative;
}

.hww-wrapper-vertical {
    background-position: center center !important;
    background-size: cover !important;
}

.title-number-hww-horizontal {
    padding-right: 3em !important;
    padding-left: 4em !important;
    position: relative;
    z-index: 1;
}

.title-number-hww {
    position: absolute;
    left: 0.3em;
    font-size: 2.5em;
    top: -0.5em;
}

.title-number-hww-vertical {
    position: absolute;
    left: 0em;
    font-size: 2.5em;
    top: 0.5em;
}

.relative-hww {
    position: relative !important;
}

.container-hww-vertical {
    position: absolute !important;
    right: 0 !important;
    top: 4em !important;
}

.item-hww-wrapper-vertical {
    position: relative;
    padding-top: 3em;
    padding-bottom: 6em;
    padding-left: 3em;
    padding-right: 3em;
    z-index: 1;
}

.p-left {
    padding-left: 5em !important;
}

.title-hww h2::after {
    content: "";
    position: absolute;
    background-color: #5277bb;
    width: 50%;
    height: 6px;
    left: 0.5em;
    bottom: 0.5em;
}


/* section 6 trust */

#trust #carouselExampleIndicatorsTrust svg,
#trust #carouselExampleIndicatorsTrustMobile svg {
    width: 20px;
    color: #fff;
    background-color: #5176baa8;
    border-radius: 50%;
    padding: 3px;
}

#trust #carouselExampleIndicatorsTrust .carousel-control-next,
#trust #carouselExampleIndicatorsTrust .carousel-control-prev {
    opacity: 1 !important;
}

.carousel-control-next,
.carousel-control-prev {
    align-items: flex-end !important;
}

.carousel-control-next {
    justify-content: flex-end !important;
}

.carousel-control-prev {
    justify-content: flex-start !important;
}

.slider-clients-review.mobile {
    display: none;
}

.trust-title-wrapper {
    background: #0b1626;
    color: white;
    padding: 2.5em;
    width: 70%;
    margin-left: auto;
    padding-bottom: 9em !important;
}

.trust-title-wrapper h2 {
    font-size: 4em;
    font-weight: 600;
}

.t-title-small {
    font-size: 0.7em;
    display: block;
    font-weight: 500;
    color: #5176ba;
}

.trust-slider-wrapper {
    background: white;
    width: 95%;
    margin-top: -5em;
}

#trust {
    margin-top: -4em;
}


/* section 7 contact 7*/

#contact-form {
    position: relative;
    margin-top: 4em;
    margin-bottom: 6em;
}

.contact-form-container .c-cont-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.contact-form-container {
    background-position: center center !important;
    background-size: cover !important;
    width: 85%;
    color: white;
    margin-right: auto;
}

.c-cont-wrapper-col {
    position: relative;
    z-index: 1;
}

.p-relative {
    position: relative;
    z-index: 1;
}

.cont-container {
    padding: 4em;
}

.contact-title {
    padding: 1em;
}

.contact-title h2 {
    font-size: 3em;
    color: #5176ba;
}

.c-cont-wrapper {
    padding: 1.5em;
}

.contact-wrapper .col-md-12 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.contact-wrapper .col-md-12 span,
.contact-wrapper .col-md-12 input {
    width: 100%;
    display: block;
}

.contact-wrapper .col-md-12 input:not(input[type="submit"]),
.contact-wrapper .col-md-12 textarea {
    background: #ffffff29;
    border: none;
    color: #5176ba;
    font-weight: 400;
}

.contact-wrapper .col-md-12 textarea {
    height: 8em;
}

.contact-decription {
    padding: 1em;
    padding-top: 0em;
}

.contact-wrapper input[type="submit"] {
    background: #5176ba;
}

.contact-wrapper input[type="submit"]:hover {
    background: #5176ba;
    opacity: 0.8;
}


/* footer */

.contact-info svg {
    color: white;
    width: 20px;
}

.footer-credit svg {
    width: 30px;
    color: white;
}

footer {
    background: #0b1626;
    padding-top: 3em;
    color: white;
}

footer ul {
    margin: 0 !important;
}

footer ul li {
    list-style-type: none;
    padding-bottom: 1em;
}

footer .col-md-4 {
    padding-left: 2em;
    padding-right: 2em;
    border-width: 1px solid #5176ba;
}

.footer-credit {
    background-color: #050a11;
    padding-top: 1em;
}

.icon-footer {
    padding-right: 1em;
}

.footer-wrapper {
    padding-bottom: 2em;
}

footer h3 {
    font-size: 1.2em;
    font-weight: bold;
}