/*Colors*/

:root {
    --green-torpedo: #3b697b;
    --green-dark: rgb(52, 116, 19);
    --green-light: rgb(80, 130, 30);
    --orange-dark: rgb(252, 110, 37);
    --orange-light: rgb(249, 141, 41);
    --avocado-torpedo: #5b7137;
    --green-horizontal-gradient: linear-gradient(var(--green-dark), var(--green-light) 40% 70%, var(--green-dark));
    --orange-horizontal-gradient: linear-gradient(var(--orange-dark), var(--orange-light) 35% 75%, var(--orange-dark));
    --light-torpedo: rgb(167, 167, 167);
}

.fourth {
    z-index: 100;
}


/*General shortcuts*/

.pointer {
    cursor: pointer;
}

.text-underline {
    text-decoration: underline;
}

.font-weight-600 {
    font-weight: 500 !important;
}

.w-33 {
    width: 33.3% !important;
}

.w-66 {
    width: 66.6% !important;
}

th {
    height: 50px !important;
}


/*Tables*/

tr {
    width: 33% !important;
}

th {
    padding: 4px;
    height: 50px !important;
}

td {
    padding: 4px;
}

.height-td {
    height: 52px;
}

.height-td-2 {
    height: 20px;
    padding-bottom: 0px !important;
    margin-bottom: 0rem !important;
}

.bg-green-table {
    background-color: #D6E1CA;
}

.p-table {
    padding-top: 8px;
}

.left-side-table {
    padding-top: 8px;
    margin-bottom: 61px;
}

.left-side-table-2 {
    padding-top: 8px;
}

.mt-table-1 {
    margin-top: 428px;
}

.mt-table-2 {
    margin-top: 335px;
}

.mt-table-3 {
    margin-top: 468px;
}

.mt-table-4 {
    margin-top: 248px;
}


/*Buttons*/

.btn-base {
    border-radius: 30px;
    color: white;
    font-weight: 600;
    padding: 5px 40px 6px 40px;
    white-space: nowrap;
    width: min-content;
}

.btn-square {
    border-radius: 3px;
    color: white;
    font-size: 25px;
    font-weight: 700;
    height: 32px;
    width: 32px;
}

.btn-add {
    margin-top: -5px;
}

.btn-green {
    background-image: var(--green-horizontal-gradient);
    border: 1px solid var(--green-light);
}

.btn-orange {
    background-image: var(--orange-horizontal-gradient);
    border: 1px solid var(--orange-light);
}

.btn-transparent {
    border: 2px solid white;
}

.btn-avocado {
    background-color: var(--avocado-torpedo);
}

.btn-base:hover {
    color: rgb(235, 235, 235);
    text-decoration: initial;
}


/*Navbar*/

.shadow-nav {
    -webkit-box-shadow: 0px -2px 15px 6px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px -2px 15px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0px -2px 15px 6px rgba(0, 0, 0, 0.35);
}

nav {
    z-index: 9999;
    position: relative;
}

@media screen and (max-width: 1160px) {
    .test-image {
        width: 150px !important;
        height: 80px !important;
        padding-top: 5px;
    }
}

.test-image {
    width: 165px;
    height: 80px;
}

.navbar-green-spacer {
    width: 1px;
    height: 35px;
    background-color: var(--green-torpedo);
}


/*Home*/

.first-section {
    padding-top: 90px;
    width: 100%;
    height: auto;
}

.banner.index {
    background-image: url(../images/tubes.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: auto;
    padding: 12% 0%;
    position: relative;
}

.banner:before {
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 175, 75, 1);
    background: -moz-linear-gradient(-45deg, rgba(255, 175, 75, 1) 1%, rgba(245, 102, 0, 0.78) 9%, rgba(255, 146, 10, 0) 35%);
    background: -webkit-gradient(left top, right bottom, color-stop(1%, rgba(255, 175, 75, 1)), color-stop(9%, rgba(245, 102, 0, 0.78)), color-stop(35%, rgba(255, 146, 10, 0)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 175, 75, 1) 1%, rgba(245, 102, 0, 0.78) 9%, rgba(255, 146, 10, 0) 35%);
    background: -o-linear-gradient(-45deg, rgba(255, 175, 75, 1) 1%, rgba(245, 102, 0, 0.78) 9%, rgba(255, 146, 10, 0) 35%);
    background: -ms-linear-gradient(-45deg, rgba(255, 175, 75, 1) 1%, rgba(245, 102, 0, 0.78) 9%, rgba(255, 146, 10, 0) 35%);
    background: linear-gradient(135deg, rgba(255, 175, 75, 1) 1%, rgba(245, 102, 0, 0.78) 9%, rgba(255, 146, 10, 0) 35%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=1);
}

.text-banner-index {
    padding: 200px;
}

.test {
    width: 100%;
    height: 17px;
    z-index: 5;
    position: absolute;
    overflow: hidden;
    top: 99%;
    background-image: url(../images/banner-flag.png);
    background-repeat: repeat-x;
}

.test-image-sub {
    max-width: 100%;
    height: 100%;
    margin-top: -10px;
    z-index: 300;
    opacity: 1;
}

.second-section {
    background-color: white;
    position: relative;
    z-index: 300;
}

.dark-to-white-1160 {
    color: black;
    margin: 20px 10px 10px 30px;
}

.third-section-cont {
    width: 100%;
    height: auto;
}

.third-section-image-cont {
    width: 50%;
    background-color: #040509;
}

.third-section-image {
    width: 100%;
    height: auto;
    background-color: #040509;
}

.third-section-right {
    width: 50%;
    position: relative;
    height: auto;
    z-index: 1;
    background-color: #110e05;
}

.third-section-right::before {
    width: 110%;
    height: 240%;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0px;
    right: -0;
    background-image: url(../images/right-side-before.png);
    background-repeat: no-repeat;
}

.third-section-btn-home {
    margin: 20px 15px;
    width: 180px;
}

.fourth-section {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    background: rgb(37, 40, 50);
    background: rgb(37, 40, 50);
    background: linear-gradient(0deg, rgba(37, 40, 50, 1) 0%, rgba(38, 41, 51, 1) 47%, rgba(3, 3, 3, 1) 100%, rgba(255, 255, 255, 0) 100%);
}

.box-fourth-section {
    background: rgb(110, 183, 31);
    background: linear-gradient(135deg, rgba(110, 183, 31, 1) 0%, rgba(2, 79, 0, 1) 100%);
    width: 100%;
    height: min-content;
    border-radius: 15px 15px 0px 0px;
}

.box-fourth-section:hover {
    background: rgb(110, 183, 31);
    background: linear-gradient(135deg, rgba(110, 183, 31, 1) 10%, rgba(2, 79, 0, 1) 80%);
}

.box-image-cont-1 {
    width: 68px;
    margin: 50px auto 35px;
}

.box-image-cont-2 {
    width: 113px;
    margin: 50px auto 50px;
}

.box-image-cont-3 {
    width: 111px;
    margin: 60px auto 73px;
}

.box-image-cont-4 {
    width: 96px;
    margin: 50px auto 39px;
}

.box-info {
    background-color: white;
    position: relative;
    height: 100%;
    border-radius: 0px 0px 15px 15px;
}

.fourth-section-btn {
    width: 188px;
    margin: auto;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -100px;
}

.box-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    z-index: 3;
}

.box-image {
    width: 100%;
    height: auto;
}

.box-row {
    margin: auto !important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.mt-desk-1 {
    margin-top: 100px;
}

.mt-desk-2 {
    margin-top: 100px;
}

.mark-box-cont {
    width: 100%;
    height: auto;
    background-color: white;
    border-radius: 5px;
    margin: 10px auto;
}

.mark-box {
    height: auto;
    margin: 5%;
}

.img-fluid-simulator {
    max-width: 100%;
    height: auto;
    padding: 5px 10px;
}


/*Juntas*/

.banner.juntas {
    background-image: url(../images/juntas-banner.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 12% 0%;
    position: relative;
}


/*Bridas*/

.banner.bridas {
    background-image: url(../images/bridas-banner.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 12% 0%;
    position: relative;
}


/*Tuberias*/

.banner.tuberias {
    background-image: url(../images/tuberias-banner.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 12% 0%;
    position: relative;
}


/*Valvulas*/

.banner.valvulas {
    background-image: url(../images/valvulas-banner.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 12% 0%;
    position: relative;
}

.first-valvle-left {
    width: 50%;
}

.first-valvle-right {
    width: 50%;
}

.valvulas-img-cont {
    height: 150px;
    margin: 40px auto;
}

.valvulas-img {
    height: 100%;
    min-width: auto;
}

.valvulas-title {
    height: 20%;
}

.valvulas-description {
    height: auto;
    font-size: .9em;
    color: gray;
}


/*Thanks*/

.thanks-section {
    display: none;
}

.thanks-mobile {
    display: block;
}

.thanks-p {
    padding-top: 3%;
}

.win-win-pt {
    padding: 5%;
}

.win-win-cont {
    width: 40%;
    height: auto;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid white;
    overflow: hidden;
}

.win-win-image {
    max-width: 100%;
    height: auto;
}

.btn-posit {
    margin-bottom: 20px;
}

.thanks-mobile {
    display: none !important;
    background: rgb(48, 76, 97);
    background: radial-gradient(circle, rgba(48, 76, 97, 1) 28%, rgba(15, 32, 41, 1) 100%);
    height: 100vh;
}


/*Our locations*/

.container-locations {
    width: 100%;
    padding-right: auto;
    padding-left: auto;
    margin-right: auto;
    margin-left: auto
}

.banner.our-locations {
    background-image: url(../images/our-locations-banner.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 4% 0% 18% 0%;
    position: relative;
}

.our-locations::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 75%);
}

.locations-section {
    margin-top: -10%;
}

.locations-card {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.locations-card.color-1 {
    background-color: #5B7137;
}

.locations-card.color-2 {
    background-color: #678338;
}

.locations-card.color-3 {
    background-color: #719338;
}

.locations-card.color-4 {
    background-color: #7CA734;
}

.locations-img-cont {
    width: 185px;
    margin: 10px auto;
}

.locations-p-1 {
    height: 50px;
    overflow: hidden;
    padding: 0 5px;
}

.locations-p-2 {
    height: 45px;
    overflow: hidden;
}

.locations-ubi-card {
    z-index: -1;
    width: 55%;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.75);
}

.locations-p-ubi {
    width: 150px;
    height: 100px;
    margin: 40px 15px;
}

.row-to-column {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.img-row {
    background-image: url(../images/form-our-locations-img.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position-y: bottom;
    position: relative;
}


/*About us*/

.mt--5 {
    margin-top: -15%;
}

.banner.about-us {
    background-image: url(../images/about-us-banner.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 4% 0% 18% 0%;
}

.cont-imgs-cont {
    width: 80%;
    height: 100%;
    margin: auto;
}

.imgs-cont-banner-about-us-1 {
    width: 30%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.13);
}

.imgs-cont-banner-about-us-2 {
    width: 60%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 10%;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.13);
}

.imgs-banner-about-us {
    max-width: 100%;
    height: auto;
}

.our-mission-text {
    width: 50%;
}

.our-industry-text {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.our-industry-img-col {
    display: flex;
}

.our-industry-img-col-2 {
    display: none;
}

.our-industry-image-cont {
    width: 80%;
    height: 100%;
}

.our-industry-img {
    max-width: 100%;
    height: 550px;
    margin-left: 10%;
    background-size: cover;
}

.our-industry-img-2 {
    max-width: 100%;
    height: auto;
    margin-left: 10%;
    background-size: cover;
}

.img-cont-fifth-section-about-us {
    width: 30%;
    min-width: 100px;
    max-width: 140px;
    height: auto;
    margin: 15px auto;
}

.img-fifth-section-about-us {
    max-width: 100%;
    height: auto;
}

.our-objetive-row {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.our-objetive-col-text {
    width: 80%;
}

.our-objetive-img-cont {
    width: 100%;
    height: 450px;
    margin-left: -45%;
    overflow: hidden;
}

.our-objetive-img {
    width: 100%;
    max-height: 110%;
    object-fit: contain;
    margin-top: -10%;
}

.w-80 {
    width: 80%;
}


/*Cards-help-index*/

.row-cards-help {
    height: auto;
}

.col-cards-help {
    height: auto;
}

.border-card-help {
    width: 100%;
    height: 100%;
    border: 1px solid gray;
    border-radius: 10px;
}

.img-card-help-cont {
    margin: auto;
    width: 80px;
    margin-top: 15px;
}

.img-card-help {
    width: auto;
    height: 60px;
}

@media screen and (max-width: 650px) {}

@media screen and (max-width:991.98px) {}


/*Banner index*/

.test {
    width: 100%;
    height: 14px;
    z-index: 3000;
    position: absolute;
    overflow: hidden;
    top: 97%;
    background-image: url(../images/banner-flag.png);
    background-repeat: repeat-x;
    opacity: .8;
}


/* Form Equipo */

.form-div {}

.form-img-div {}

.form-form-div {}

.form-img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width:992px) {
    .font-S-soporte-title {
        font-size: 2.1em;
        font-weight: 700;
        white-space: nowrap !important;
    }
}

@media screen and (max-width:1160px) {
    /*home*/
    .dark-to-white-1160 {
        color: white;
    }
    .third-section-cont {
        width: 100%;
        height: auto;
        background-color: black;
    }
    .third-section-image-cont {
        width: 100%;
        background-color: black;
        display: none;
    }
    .third-section-image {
        width: 100%;
        height: auto;
        background-color: #040509;
    }
    .third-section-right {
        width: 100%;
        position: relative;
        z-index: 99;
        height: auto;
        background-color: transparent;
        background-image: url(../images/third-section-image.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .third-section-right::before {
        width: 110%;
        height: 100%;
        content: "";
        z-index: -1;
        position: absolute;
        top: 0%;
        right: -0;
        background-image: url(../);
        background: rgb(4, 8, 0);
        background: linear-gradient(0deg, rgba(4, 8, 0, 1) 10%, rgba(255, 255, 255, 0) 70%);
        opacity: 1;
        background-repeat: no-repeat;
    }
    .third-section-btn-home {
        margin: 50px auto;
        width: 180px;
    }
    .box-fourth-section {
        background: rgb(110, 183, 31);
        background: linear-gradient(135deg, rgba(110, 183, 31, 1) 0%, rgba(2, 79, 0, 1) 100%);
        width: 95%;
        height: min-content;
        border-radius: 15px 15px 15px 15px;
        margin: auto;
    }
    .box-info {
        display: none !important;
    }
    /**/
    .form-div {
        display: flex!important;
        flex-direction: column!important;
    }
    .form-img-div {
        width: 100%!important;
        max-width: 100%!important;
    }
    .form-form-div {
        width: 100%!important;
        max-width: 100%!important;
    }
    .form-img {
        max-width: 100%;
        height: auto;
    }
    .box-col {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .box-row {
        margin: auto !important
    }
    .mt-desk-2 {
        margin-top: 20px;
    }
    /*Locations*/
    .locations-section {
        margin-top: 3%;
    }
    .our-locations::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 0%;
        background: transparent;
        background: transparent;
    }
    .img-row {
        background-image: url(../images/form-our-locations-img.jpg);
        background-size: auto 120%;
        background-repeat: no-repeat;
        background-position: left bottom;
    }
    /*About us*/
    .our-industry-text {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%
    }
    .our-industry-img-col {
        display: none !important;
    }
    .our-industry-img-col-2 {
        display: flex;
    }
    /*Thanks*/
    .thanks-section {
        display: none;
    }
    .thanks-mobile {
        display: block;
    }
    .thanks-p {
        padding-top: 3%;
    }
    .win-win-pt {
        padding: 5%;
    }
    .win-win-cont {
        width: 40%;
        height: auto;
        margin: 0 auto;
        border-radius: 50%;
        border: 3px solid white;
        overflow: hidden;
    }
    .win-win-image {
        max-width: 100%;
        height: auto;
    }
    .btn-posit {
        margin-bottom: 20px;
    }
    .thanks-mobile {
        display: none !important;
        background: rgb(48, 76, 97);
        background: radial-gradient(circle, rgba(48, 76, 97, 1) 28%, rgba(15, 32, 41, 1) 100%);
        height: 100vh;
    }
    /*form*/
    .font-S-soporte-title {
        font-size: 1.9em !important;
        font-weight: 700;
    }
}

@media (max-width:992px) {
    .locations-card {
        width: 48%;
        height: auto;
        border-radius: 10px 0px 0px 10px;
    }
    .locations-img-cont {
        width: 80px !important;
        margin: 10px auto;
    }
    .locations-p-1 {
        height: 40px;
        overflow: hidden;
        font-size: 1em !important;
        padding: 5px 5px;
    }
    .locations-p-2 {
        height: 40px;
        overflow: hidden;
        font-size: 1.25em !important;
    }
    /*About us*/
    .our-objetive-row {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-align: center!important;
        align-items: center!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .our-objetive-col-text {
        width: 80%;
    }
    .our-objetive-img-cont {
        width: 100%;
        height: 550px;
        margin-left: -20%;
        overflow: initial;
    }
    .our-objetive-img {
        width: 110%;
        height: 110%;
        object-fit: fill;
    }
    /*Thanks*/
    .thanks-section {
        display: none;
    }
    .thanks-mobile {
        display: block;
    }
    .thanks-p {
        padding-top: 3%;
    }
    .win-win-pt {
        padding: 5%;
    }
    .win-win-cont {
        width: 40%;
        height: auto;
        margin: 0 auto;
        border-radius: 50%;
        border: 3px solid white;
        overflow: hidden;
    }
    .win-win-image {
        max-width: 100%;
        height: auto;
    }
    .btn-posit {
        margin-bottom: 20px;
    }
    .thanks-mobile {
        display: none !important;
        background: rgb(48, 76, 97);
        background: radial-gradient(circle, rgba(48, 76, 97, 1) 28%, rgba(15, 32, 41, 1) 100%);
        height: 100vh;
    }
    /*Valvles*/
    .first-valvle-left {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .banner.index {
        padding: 15% 0%;
        background-position: center;
        background-size: auto 100%;
    }
    .box-fourth-section {
        background: rgb(110, 183, 31);
        background: linear-gradient(135deg, rgba(110, 183, 31, 1) 0%, rgba(2, 79, 0, 1) 100%);
        width: 95% !important;
        height: min-content;
        border-radius: 15px 15px 15px 15px;
        margin: auto;
    }
    .box-image-cont-1 {
        width: 51px;
        margin: 50px auto 35px;
    }
    .box-image-cont-2 {
        width: 84px;
        margin: 50px auto 45px;
    }
    .box-image-cont-3 {
        width: 83px;
        margin: 90px auto 65px;
    }
    .box-image-cont-4 {
        width: 72px;
        margin: 40px auto 37px;
    }
    .mt-desk-1 {
        margin-top: 50px;
    }
    .mt-desk-2 {
        margin-top: 10px;
    }
    /*Locations*/
    .locations-card {
        width: 55%;
        height: auto;
        border-radius: 10px 0px 0px 10px;
    }
    .locations-img-cont {
        width: 80px !important;
        margin: 10px auto;
    }
    .locations-p-1 {
        height: 40px;
        overflow: hidden;
        font-size: 1em !important;
        padding: 5px 5px;
    }
    .locations-p-2 {
        height: 40px;
        overflow: hidden;
        font-size: 1.25em !important;
    }
    .locations-ubi-card {
        z-index: -1;
        width: 45%;
        height: 100%;
    }
    .locations-p-ubi {
        width: auto;
        height: 100px;
        margin: 40px 5px;
        font-size: .9em;
    }
    /*About-us*/
    .cont-imgs-cont {
        width: 90%;
        height: 100%;
        margin: auto;
    }
    .imgs-cont-banner-about-us-1 {
        width: 30%;
        height: 100%;
    }
    .imgs-cont-banner-about-us-2 {
        width: 60%;
        height: 100%;
        margin-left: 5%;
    }
    .imgs-banner-about-us {
        max-width: 100%;
        height: auto;
    }
    /*About us*/
    .our-objetive-row {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-align: center!important;
        align-items: center!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .our-objetive-col-text {
        width: 80%;
    }
    .our-objetive-img-cont {
        width: 100%;
        max-width: 350px;
        height: auto;
        margin: auto;
    }
    .our-objetive-img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
    /*Thanks*/
    .thanks-section {
        display: none;
    }
    .thanks-mobile {
        display: block;
    }
    .thanks-p {
        padding-top: 5%;
    }
    .win-win-pt {
        padding: 8%;
    }
    .win-win-cont {
        width: 55%;
        height: auto;
        margin: 0 auto;
        border-radius: 50%;
        border: 3px solid white;
        overflow: hidden;
    }
    .win-win-image {
        max-width: 100%;
        height: auto;
    }
    .btn-posit {
        margin-top: 10%;
    }
    .thanks-mobile {
        display: none !important;
        background: rgb(48, 76, 97);
        background: radial-gradient(circle, rgba(48, 76, 97, 1) 28%, rgba(15, 32, 41, 1) 100%);
        height: 100vh;
    }
    /*Juntas*/
    .height-td {
        height: 75px;
    }
}

@media (max-width:575px) {
    .banner.index {
        padding: 20% 0%;
    }
    .box-image-cont-1 {
        width: 34px;
        margin: 40px auto 17px;
    }
    .box-image-cont-2 {
        width: 56px;
        margin: 40px auto 23px;
    }
    .box-image-cont-3 {
        width: 55px;
        margin: 40px auto 32px;
    }
    .box-image-cont-4 {
        width: 48px;
        margin: 50px auto 13px;
    }
    .mt-desk-2 {
        margin-top: 5px;
    }
    .row-to-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    /*About us*/
    .banner.about-us {
        background-repeat: no-repeat;
        background-size: cover!important;
        background-position: center;
        width: 100%;
        height: auto;
        padding: 15% 0% 40% 0%;
    }
    .cont-imgs-cont {
        width: 96%;
        height: 100%;
        margin: auto;
    }
    .imgs-cont-banner-about-us-1 {
        width: 30%;
        height: 100%;
        margin-left: 2%;
    }
    .imgs-cont-banner-about-us-2 {
        width: 65%;
        height: 100%;
        margin-left: 2%;
    }
    .imgs-banner-about-us {
        max-width: 100%;
        height: auto;
    }
    .our-mission-text {
        width: 80%;
    }
    /*Thanks*/
    .thanks-section {
        display: none;
    }
    .thanks-mobile {
        display: block;
    }
    .thanks-p {
        padding-top: 10%;
    }
    .win-win-pt {
        padding: 3%;
    }
    .win-win-cont {
        width: 60%;
        height: auto;
        margin: 0 auto;
        border-radius: 50%;
        border: 3px solid white;
        overflow: hidden;
    }
    .win-win-image {
        max-width: 100%;
        height: auto;
    }
    .btn-posit {
        margin-top: 30%;
    }
    .thanks-mobile {
        display: none !important;
        background: rgb(48, 76, 97);
        background: radial-gradient(circle, rgba(48, 76, 97, 1) 28%, rgba(15, 32, 41, 1) 100%);
        height: 100vh;
    }
    .flex-footer {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    /*form soporte*/
    /*Juntas*/
    .height-td {
        height: 100px;
    }
}

@media (max-width:400px) {
    .banner.index {
        padding: 30% 0%;
        background-position: ;
    }
    .box-image-cont-1 {
        width: 34px;
        margin: 40px auto 17px;
    }
    .box-image-cont-2 {
        width: 56px;
        margin: 35px auto 25px;
    }
    .box-image-cont-3 {
        width: 55px;
        margin: 40px auto 32px;
    }
    .box-image-cont-4 {
        width: 48px;
        margin: 50px auto 13px;
    }
    .box-cont {
        padding: 0px !important;
    }
    .box-fourth-section {
        background: rgb(110, 183, 31);
        background: linear-gradient(135deg, rgba(110, 183, 31, 1) 0%, rgba(2, 79, 0, 1) 100%);
        width: 100%;
        height: min-content;
        border-radius: 15px 15px 15px 15px;
        margin: auto;
    }
    .box-row {
        margin: auto !important;
    }
    /*About us*/
    .cont-imgs-cont {
        width: 96%;
        height: 100%;
        margin: auto;
    }
    .imgs-cont-banner-about-us-1 {
        width: 30%;
        height: 100%;
        margin-left: 2%;
    }
    .imgs-cont-banner-about-us-2 {
        width: 65%;
        height: 100%;
        margin-left: 2%;
    }
    .imgs-banner-about-us {
        max-width: 100%;
        height: auto;
    }
    .our-mission-text {
        width: 90%;
    }
    /*Thanks*/
    .thanks-section {
        display: none;
    }
    .thanks-mobile {
        display: block;
    }
    .thanks-p {
        padding-top: 8%;
    }
    .win-win-pt {
        margin-top: 5%;
    }
    .win-win-cont {
        width: 80%;
        height: auto;
        margin: 0 auto;
        border-radius: 50%;
        border: 3px solid white;
        overflow: hidden;
    }
    .win-win-image {
        max-width: 100%;
        height: auto;
    }
    .btn-posit {
        margin-top: 25%;
    }
    .thanks-mobile {
        display: none !important;
        background: rgb(48, 76, 97);
        background: radial-gradient(circle, rgba(48, 76, 97, 1) 28%, rgba(15, 32, 41, 1) 100%);
        background-position: center;
        height: 100vh;
    }
    .font-S-soporte-title {
        font-size: 1.9em !important;
        font-weight: 700;
        white-space: wrap !important;
    }
    div.posit-btn-soporte {
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
}


/* Form Soporte */

.font-S-soporte-title {
    font-size: 2.1em;
    font-weight: 700;
}

div.posit-btn-soporte {
    -ms-flex-pack: end;
    justify-content: flex-end;
}


/* Juntas */

.cardT {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.shadowT {
    -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.card-title-div {
    height: 125px;
    width: 100%;
}

.margin-title-card-2 {
    padding: 40px 40px;
    height: 328px;
}

.margin-p-card-2 {
    margin: 10px 40px;
}


/*section7 Metodology*/

.section7 {
    overflow: hidden;
}

.team-title {
    margin-bottom: 30px;
}

.process-cont {
    margin: 10px auto;
    width: 1170px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.process-cont h3 {
    font-size: 20px;
    margin-top: 45px;
    margin-left: 5px;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}

.process-cont .content {
    padding: 15px;
    margin-bottom: 25px;
    position: relative;
    z-index: 3;
}

.process-step4,
.process-step3,
.process-step2,
.process-step1 {
    border: #2F3844 solid 2px;
    border-radius: 20px;
    position: relative;
    width: 80%;
}

.process-step3::after,
.process-step2::after,
.process-step1::after {
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    width: 67px;
    height: 35px;
    right: -67px;
    top: 135px;
    z-index: 2;
}

.process-step1::before {
    background-image: url(../images/number-one.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    content: '';
    position: absolute;
    width: 62px;
    height: 175px;
    right: -36px;
    top: -22px;
    z-index: 2;
}

.process-step2::before {
    background-image: url(../images/number-two.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    content: '';
    position: absolute;
    width: 62px;
    height: 175px;
    right: -36px;
    top: -22px;
    z-index: 2;
}

.process-step3::before {
    background-image: url(../images/number-three.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    content: '';
    position: absolute;
    width: 62px;
    height: 175px;
    right: -36px;
    top: -22px;
    z-index: 2;
}

.process-step4::before {
    background-image: url(../images/number-four.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    content: '';
    position: absolute;
    width: 62px;
    height: 65px;
    right: -36px;
    top: -22px;
    z-index: 2;
}

.btncotizar {
    background: #2b76d1;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #2b76d1 31%, #468ee5 31%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #2b76d1 31%, #468ee5 31%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #2b76d1 31%, #468ee5 31%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2b76d1', endColorstr='#468ee5', GradientType=1); */
    /* IE6-9 fallback on horizontal gradient */
    display: block;
    width: 170px;
    height: 40px;
    color: #fff;
    border-radius: 100px;
    margin: auto;
}

.check:hover input~.checkmark {
    background-color: #fff;
}

.img-process {
    margin-left: 4%;
    max-width: 95%;
    height: auto;
}

.title-process {
    color: #4a90e2;
    margin-top: 50px;
    margin-left: 35px;
    font-size: 16pt;
    margin-bottom: 10px;
}

.txt-step4-process {
    position: absolute;
    margin: 30px 50px 30px 30px;
    top: 0;
    left: 0;
}

div .p-process {
    font-size: .7em !important;
    margin: 90px 50px 30px 30px;
}

@media only screen and (min-width: 1044px) and (max-width: 1199px) {
    .buttonQuot {
        margin-top: 57px;
    }
}

@media only screen and (min-width: 1200px) {
    .buttonQuot {
        margin-top: 57px;
    }
}

@media only screen and (max-width: 1200px) {
    .process-cont {
        width: 990px;
    }
}

@media only screen and (max-width: 992px) {
    #espacio {
        display: none;
    }
    .section8 .equipo {
        width: 40%;
    }
    .section8 .main {
        justify-content: space-evenly;
    }
    .process-cont {
        width: 90%;
        display: block;
    }
    .btncotizar {
        width: 180px;
    }
    .process-step4,
    .process-step3,
    .process-step2,
    .process-step1 {
        margin-bottom: 70px;
        padding: 10px;
        width: 90%;
    }
    .process-step4::before,
    .process-step3::before,
    .process-step2::before,
    .process-step1::before {
        height: 60px;
    }
    .process-step4::after,
    .process-step3::after,
    .process-step2::after,
    .process-step1::after {
        background: url(../images/arrow-down.svg);
        background-repeat: no-repeat;
        top: 100%;
        width: 30px;
        height: 60px;
        right: 50%;
        background-size: 100%;
    }
    .conts6 {
        width: 100%;
    }
}

@media only screen and (max-width: 1044px) {
    .process-cont {
        width: 90%;
        display: block;
    }
    .btncotizar {
        width: 180px;
    }
    .process-step4,
    .process-step3,
    .process-step2,
    .process-step1 {
        margin-bottom: 70px;
        padding: 10px;
        width: 90%;
    }
    .process-step4::before,
    .process-step3::before,
    .process-step2::before,
    .process-step1::before {
        height: 60px;
    }
    .process-step4::after,
    .process-step3::after,
    .process-step2::after,
    .process-step1::after {
        background: url(../images/arrow-down.png);
        background-repeat: no-repeat;
        top: 96.5%;
        width: 55px;
        height: 100px;
        right: 45%;
        background-size: 100%;
    }
}

@media screen and (max-width: 650px) {
    .process-step4::after,
    .process-step3::after,
    .process-step2::after,
    .process-step1::after {
        background: url(../images/arrow-down.png);
        background-repeat: no-repeat;
        top: 97.5%;
        width: 55px;
        height: 100px;
        right: 43%;
        background-size: 100%;
    }
}

@media screen and (max-width: 420px) {
    .process-step4::after,
    .process-step3::after,
    .process-step2::after,
    .process-step1::after {
        background: url(../images/arrow-down.png);
        background-repeat: no-repeat;
        top: 98%;
        width: 55px;
        height: 100px;
        right: 40%;
        background-size: 100%;
    }
    .process-step1::before {
        right: -25px;
    }
    .process-step2::before {
        right: -25px;
    }
    .process-step3::before {
        right: -25px;
    }
    .process-step4::before {
        right: -25px;
    }
}


/*Footer*/

.footer-sect {
    background: rgb(16, 16, 23);
    background: linear-gradient(90deg, rgba(16, 16, 23, 1) 0%, rgba(38, 42, 52, 1) 100%);
}

.column-to-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}