/*html {
    background: white;
}
html * {
    border: 1px solid red;
}*/
.invalid-feedback {
    margin-top: -8px;
    margin-bottom: 3px;
}
body {
  background-color: #00050c;
  /*background: url("../img/bodybg.png");*/
  /*min-width: 1440px;
  min-height: 7047px;*/
}
#header {
    margin-top: 54px;
}
#content_menu {
    justify-content: center;
}
.inicio {
    background: url('../img/FRAME1.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 70vh;
    position: relative;
    padding: 0px 0 5px 0;
    display: flex;
    align-items: center;
}
.textobanner {
    width: 100%;
    max-width: 862px;
    max-height: 155px;
    margin-bottom: 12px;
}
.btn-banner {
    width: 250px;
    height: 55px;
    border-radius: 27.5px;
}
.bg-btn-gradient {
    background: url('../img/bg_btn.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: 22px;
    border: none;
}
.bg-btn-outline {
    background: url('../img/bg_btn_out.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: 22px;
    border: none;
}
.inicio .inicio-bg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.inicio .container {
    margin-top: 173px;
    position: relative;
    z-index: 3;
}
.inicio h1 {
    margin: 0 0 20px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: color-mix(in srgb, var(--heading-color), transparent 30%);
}
.inicio h1 span {
    color: var(--heading-color);
    border-bottom: 4px solid var(--accent-color);
}   
.inicio .btn-get-started {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 12px 28px;
    border-radius: 50px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.inicio .btn-get-started:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.inicio .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: var(--default-color);
    font-weight: 600;
}
.inicio .btn-watch-video i {
    color: var(--accent-color);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}
.inicio .btn-watch-video:hover {
    color: var(--accent-color);
}
.inicio .btn-watch-video:hover i {
    color: color-mix(in srgb, var(--accent-color), transparent 15%);
}
.inicio .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 640px) {
    .inicio h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .inicio p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .inicio .btn-get-started,
    .inicio .btn-watch-video {
        font-size: 13px;
    }
}  
.inicio .inicio-waves {
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.inicio .wave1 use {
    animation: move-forever1 10s linear infinite;
    animation-delay: -2s;
    fill: var(--default-color);
    opacity: 0.6;
}

.inicio .wave2 use {
    animation: move-forever2 8s linear infinite;
    animation-delay: -2s;
    fill: var(--default-color);
    opacity: 0.4;
}
.inicio .wave3 use {
    animation: move-forever3 6s linear infinite;
    animation-delay: -2s;
    fill: var(--default-color);
}
@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}  
@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}  
@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
.txt-center {
    text-align: center;
}
.txt-left {
    text-align: left!important;
}
.txt-right {
    text-align: right!important;
}
.txt-leyenda {
    color: #BABABA;
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 1.1em;
    text-align: center;
    width: 612px;
    margin: 17px auto;  
}
#btn-add-consulta {
    margin-right:7px;
}
#btn-ver-soluciones {
    margin-left:7px
}
#content_mask {
    margin-top:78px;
}
.gradient_nosotros  {
    position: absolute;
    right: 0;
    top: 850px;
}   
.gradient_soluciones {
    position: absolute;
    left: 0;
    top: 1600px;
} 
.textonosotros {
    max-width: 169px;
    height: 30px;
}
.nosotros {
    /*padding-top:5px;*/
    /*padding: 5px 91px 60px 91px;*/
    padding: 5px 0px 60px 0px;
}
.txt-nosotros {
    color: #BABABA;
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 1.1em;
    text-align: center;
    margin: 17px auto;  
}
.img-evolu {
    width:100%; 
    max-width: 537px; 
    height: 144px;
}
/*.nosotros {
padding-top: 100px;
}*/
.nosotros .content h3 {
font-size: 16px;
font-weight: 500;
line-height: 19px;
padding: 10px 20px;
background: color-mix(in srgb, var(--accent-color), transparent 95%);
color: var(--accent-color);
border-radius: 7px;
display: inline-block;
}
.nosotros .content h2 {
font-weight: 700;
}
.nosotros .content p:last-child {
margin-bottom: 0;
}
.nosotros .content .read-more {
background: var(--accent-color);
color: var(--contrast-color);
font-family: var(--heading-font);
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
padding: 12px 24px;
border-radius: 5px;
transition: 0.3s;
display: inline-flex;
align-items: center;
justify-content: center;
}
.nosotros .content .read-more i {
font-size: 18px;
margin-left: 5px;
line-height: 0;
transition: 0.3s;
}
.nosotros .content .read-more:hover {
background: color-mix(in srgb, var(--accent-color), transparent 20%);
padding-right: 19px;
}
.nosotros .content .read-more:hover i {
margin-left: 10px;
}
.nosotros .icon-box {
background-color: var(--surface-color);
padding: 50px 40px;
box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
border-radius: 10px;
transition: all 0.3s ease-out 0s;
}
.nosotros .icon-box i {
width: 80px;
height: 80px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
font-size: 32px;
line-height: 0;
transition: all 0.4s ease-out 0s;
background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
color: var(--accent-color);
}
.nosotros .icon-box h3 {
margin-bottom: 10px;
font-size: 24px;
font-weight: 700;
}
.nosotros .icon-box p {
margin-bottom: 0;
}
.nosotros .icon-box:hover i {
background-color: var(--accent-color);
color: var(--contrast-color);
}
.nosotros .icon-boxes .col-md-6:nth-child(2) .icon-box,
.nosotros .icon-boxes .col-md-6:nth-child(4) .icon-box {
margin-top: -40px;
}
@media (max-width: 768px) {
.nosotros .icon-boxes .col-md-6:nth-child(2) .icon-box,
.nosotros .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: 0;
}
}
#soluciones {
    padding: 91px;
}
.pr_33 {
 padding-right: 33.5px
}
.pl_33 {
    padding-left: 33.5px;
} 
.tit_solu {
    color: #ffffff;
    margin-bottom: 20px;
} 
.txt_solu {
    color: #ffffff;
    max-width: 353px;
    margin-bottom: 28px;
}
.btn-mas {
    background: url('../img/bg_btn_2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 174px;
    height: 39px;
    border-radius: 27.5px;
    margin-right: 30px !important;
    color: #ffffff;
    position: relative;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
    padding-left: 58px;
}
.flecha {
    background: url('../img/Vector.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 21px;
    height: 19px;
    position: absolute;
    top: 8px;
    left: 24px;
}
.flecha2 {
    background: url('../img/Vector.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 21px;
    height: 19px;
    position: absolute;
    top: 8px;
    left: 54px;
}
.flecha3 {
    background: url('../img/Vector.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 21px;
    height: 19px;
    position: absolute;
    top: 8px;
    left: 28px;
}
.bg_soluciones {
    background: url('../img/Mask_SOLUCIONES.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 868px;
}
.bg-servicios-ti {
    background: url('../img/serviciosti.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 508px;
    padding-top: 266px;
    text-align: left;
    padding-left: 25px;
}
.bg-construccion {
    background: url('../img/construccion.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 508px;
    padding-top: 266px;
    text-align: left;
    padding-left: 25px;
}

.bg_excelencia {
    margin-top: 151px;
    background: url('../img/bg_excelencia.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 200px;
    /*padding-top: 124px;*/
    /*padding: 124px 91px 60px 91px;*/
    padding: 124px 0px 60px 0px;
    position: relative;
}
.gradient_excelencia  {
    position: absolute;
    left: -100px;
    top: -160px;
}  
.txt-excelencia {
    color: #BABABA;
    letter-spacing: 0.05em;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    margin: 17px auto;  
}
.mg-menos-10 {
    margin-top: -10px;
}
.gp-img-excelencia {
    width: 100%;
    max-width: 718px;
    height: 291px;
    margin-bottom: 38px;
    position: relative;
    z-index: 1;
}
#nuestros_clientes {
    padding-top: 165px;
}
.gradient_nossos {
    position: absolute;
    left: 0;
    top: 4300px;
} 
.gradient_prox {
    position: absolute;
    left: 0;
    top: 6408px;
} 
.img-confianza {
    width:100%; 
    max-width: 329px; 
    height: 166px;
}
.btn-modal-contacto {
    background: url('../img/bg_btn_3.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 856px;
    height: 39px;
    border-radius: 27.5px;
    color: #ffffff;
    position: relative;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    padding-left: 58px;
}
.bg_portafolio {
    background: url('../img/bg_portafolio.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding: 35px 35px 0 35px;
}
.img-portafolio {
    width: 100%;
    margin-top: 35px;
}
.img-txt-portafolio { 
    max-width: 116px;
    height: 31px;
    margin-top: -179px;
}
.txt-img-transf { 
    max-width: 726px;
    height: 106px;
    margin-top: -59px;
}
.btn-renovar-plan {
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, #619cdc, #126cd7 95%);
    border: solid 2px #126cd7;
    width: 100%;
    max-width: 190px;
    min-height: 39px;
    height: auto;
    border-radius: 40px;
    color: #ffffff;
    position: relative;
    font-size: 15px;
    text-align: center;
}
.btn-explorar-p {
    position: relative;
    z-index: 1;
    background: url('../img/bg_btn_4.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 287px;
    height: 39px;
    border-radius: 27.5px;
    color: #ffffff;
    position: relative;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    padding-left: 58px;
    margin-bottom: 54px;
}
.prox_proyecto { 
    padding-top:115px
}
.txt-img-hablemos { 
    width: 100%;
    max-width: 897px;
}
.txt-hablemos {
    color: #BABABA;
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 1.1em;
    text-align: center;
    margin: 17px auto;  
}
.content_form_proyecto {
    padding-top: 24px;
    position: relative;
}
.inpt-rizav {
    height: 58px;
    border-radius: 20px;
    background: url('../img/bg_input.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #A6A6A6;
    margin-bottom: 15px;
    letter-spacing: 5px;
    padding: 6px 25px
}
.inpt-rizav.is-invalid {
    background: url('../img/bg_input.png')!important;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
}
.inpt-rizav:focus {
    color: #A6A6A6;
    background: url('../img/bg_input.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    border-color: none;
    outline: 0;
}
.inpt-rizav::placeholder {
    color: #A6A6A6;
}
.textarea-rizav {
    height: 196px;
    border-radius: 20px;
    background: url('../img/bg_textarea.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #A6A6A6;
    margin-bottom: 15px;
    letter-spacing: 5px;
    padding: 15px 25px
}
.textarea-rizav.is-invalid {
    background: url('../img/bg_textarea.png')!important;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
}
.textarea-rizav:focus {
    color: #A6A6A6;
    background: url('../img/bg_textarea.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    border-color: none;
    outline: 0;
}
.textarea-rizav::placeholder {
    color: #A6A6A6;
}
.btn-comencemos {
    background: url('../img/bg_comencemos.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 270px;
    height: 55px;
    border-radius: 27.5px;
    color: #ffffff;
    position: relative;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 54px;
    margin-top: 49px;
}
.navmenu {
    background: url('../img/BASE_MENU.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-width: 557px;
    height: 41px;
    margin-right: 2%;
}
.navmenu ul {
    justify-content: center;
}

.txt-img-inova  {
    max-width:897px;
} 
.bg_footer_left {
    background: url('../img/bg_footer_left.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 489px;
    padding-top: 79px;
}
.footer-logo {
    max-width: 337px;
}
.titulo-footer-logo {
    font-size: 25px;
    color: #BABABA;
    max-width: 351px;
    margin: 0 auto;
    text-align: left;
    margin-top: 33px;
    font-weight: bold;
} 
.desc-footer-logo {
    font-size: 25px;
    color: #BABABA;
    max-width: 351px;
    margin: 0 auto;
    text-align: left;
    margin-top: 14px;
    line-height: 24px;
} 
.footer-logo-copy {
    font-size: 20px;
    color: #A8A8A8;
    max-width: 351px;
    margin: 0 auto;
    text-align: left;
    margin-top: 38px;
} 
.bg_footer_right {
    background: url('../img/bg_footer_right.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 489px;
}
.lista_footer_left {
    list-style: none;
    margin: 0 auto;
    width: 238px;
    margin-top: 101px;
}
.lista_footer_left li {
    font-size: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: bold;
    padding-bottom: 40px;
}
.lista_footer_left li a{
    color: #FFFFFF;
}
.lista_footer_right {
    list-style: none;
    margin: 0 auto;
    margin-top: 101px;
}
.lista_footer_right li {
    font-size: 40px;
    line-height: 40px;
    color: #A6A6A6;
    font-weight: bold;
    padding-bottom: 40px;
}
.inicio_ti {
    background: url('../img/bg_principal_ti.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 70vh;
    position: relative;
    padding: 0px 0 5px 0;
    display: flex;
    align-items: center;
}
.inicio_ti .container {
    margin-top: 213px;
    position: relative;
    z-index: 3;
}
.img_lbl_ti {
    width: 100%;
    max-width: 161px;
    height: 30px;
}
.textobannerti {
    width: 100%;
    max-width: 746px;
    max-height: 110px;
    margin-bottom: 12px;
}
.txt-leyenda-ti {
    color: #BABABA;
    letter-spacing: 0.05em;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    width: 861px;
    margin: 17px auto;
}
#bottom_ti {
    position: relative;
}  
.img-tecm {
    width: 100%;
    max-width: 592px;
    /*position: absolute;
    top: 250px;
    left: 25%;*/
    margin-top: -240px;
}
.img-brands {
    width: 100%;
    max-width: 1011px;
    margin-top: -150px;
}
.teccon {
    padding: 117px 91px 60px 91px;
}
.img-teccon {
    width:100%; 
    max-width: 483px; 
    height: 82px;
}
.txt-teccon {
    color: #BABABA;
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 1.1em;
    text-align: center;
    /*margin: 17px auto; */
    max-width: 557px;
}
.gradient_teccon {
    position: absolute;
    left: 0;
    top: 840px;
} 
.banner_bottom_teccon {
    margin-top: 128px;
    width: 100%;
}
.img_lbl_ti2 {
    width: 100%;
    max-width: 132px;
}
.serviciosti2 {
    padding-top: 27px;
}
.textobannerti2 {
    width: 100%;
    max-width: 753px;
    margin-bottom: 12px;
}
.mb-15 {
    margin-bottom: 15px;
} 
.gradient_servti2 {
    position: absolute;
    right: 0;
    top: 1840px;
}
.btn-modal-asesoria {
    background: url('../img/bg_btn_asesoria.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 679px;
    height: 39px;
    border-radius: 27.5px;
    color: #ffffff;
    position: relative;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    padding-left: 58px;
}
.sec_flexibilidad {
    padding-top: 131px;
}
.content_lbl_flexibilidad {
    margin-top: 25px;
}
.img_lbl_flex {
    width: 100%;
    max-width: 195px;
}
.textoflex {
    width: 100%;
    max-width: 712px;
    margin-bottom: 12px;
}
.txt-leyenda-flex {
    color: #BABABA;
    letter-spacing: 0.05em;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    width: 753px;
    margin: 17px auto;
}
.gradient_flex {
    position: absolute;
    left: 0;
    top: 3460px;
}
.banner_bottom_flex {
    margin-top: 79px;
    width: 100%;
}
.bg_contact_flex {
    background: url('../img/bg_contact_flex.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 660px;
}
.img_contact_flex {
    width: 100%;
    max-width: 717px;
}
.txt-contact-flex {
    color: #BABABA;
    letter-spacing: 0.05em;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    width: 717px;
    margin: 17px auto;
}
.content_form_flex {
    padding-top: 51px;
    max-width: 914px;
    margin: 0 auto;
    position: relative;
}
.inpt-rizav2 {
    height: 58px;
    border-radius: 20px;
    /*background: url('../img/bg_input2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    background: rgb(35 78 120 / 90%);
    border: none;
    color: #D9D9D9;
    margin-bottom: 15px;
    letter-spacing: 5px;
    padding: 6px 25px
}
.inpt-rizav2:focus {
    color: #D9D9D9;
    /*background: url('../img/bg_input2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    background: rgb(35 78 120 / 90%);
    border-color: none;
    outline: 0;
}
.inpt-rizav2::placeholder {
    color: #D9D9D9;
}
.textarea-rizav2 {
    height: 196px;
    border-radius: 20px;
    /*background: url('../img/bg_textarea2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    background: rgb(35 78 120 / 90%);
    border: none;
    color: #D9D9D9;
    margin-bottom: 15px;
    letter-spacing: 5px;
    padding: 15px 25px
}
.textarea-rizav2:focus {
    color: #D9D9D9;
    /*background: url('../img/bg_textarea2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    background: rgb(35 78 120 / 90%);
    border-color: none;
    outline: 0;
}
.textarea-rizav2::placeholder {
    color: #D9D9D9;
}

.inpt-rizav3 {
    height: 58px;
    border-radius: 20px;
    background: rgb(29 50 69 / 43%);
    border: none;
    color: #A6A6A6;
    margin-bottom: 15px;
    letter-spacing: 5px;
    padding: 6px 25px
}
.inpt-rizav3:focus {
    color: #A6A6A6;
    background: rgb(29 50 69 / 43%);
    border-color: none;
    outline: 0;
}
.inpt-rizav3::placeholder {
    color: #A6A6A6;
}
.textarea-rizav3 {
    height: 196px;
    border-radius: 20px;
    background: rgb(29 50 69 / 43%);
    border: none;
    color: #A6A6A6;
    margin-bottom: 15px;
    letter-spacing: 5px;
    padding: 15px 25px
}
.textarea-rizav3:focus {
    color: #A6A6A6;
    background: rgb(29 50 69 / 43%);
    border-color: none;
    outline: 0;
}
.textarea-rizav3::placeholder {
    color: #A6A6A6;
}
.inicio_alianzas {
    background: url('../img/bg_alianzas_top.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 70vh;
    position: relative;
    padding: 0px 0 5px 0;
    display: flex;
    align-items: center;
}
.inicio_alianzas .container {
    margin-top: 213px;
    position: relative;
    z-index: 3;
}
.img_alianzas{
    width: 100%;
    max-width: 278px;
}
.img_lbl_alianzas {
    width: 100%;
    max-width: 241px;
}
.textobannerali {
    width: 100%;
    max-width: 779px;
    margin-bottom: 12px;
}
.textobannerti2 {
    width: 100%;
    max-width: 882px;
    margin-bottom: 12px;
}
#bottom_ini_alianzas {
    position: relative;
    margin-top: 245px;
    background: url('../img/bg_footer_alianzas.png');
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 638px;
}  
.img-alitec {
    width: 100%;
    max-width: 432px;
    margin-top: 0;
    position: absolute;
    left: 60px;
    top: -70px;
}
.img-alirizav {
    width: 100%;
    max-width: 382px;
    margin-top: 0;
    position: absolute;
    right: 90px;
    top: -30px;
}
.txt-alitec {
    color: #BABABA;
    letter-spacing: 0.05em;
    font-size: 32px;
    line-height: 31px;
    text-align: center;
    width: 512px;
    margin-left: 60px;
    margin-top: 70px;
}
.txt-footer-alitec {
    color: #BABABA;
    letter-spacing: 0.05em;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    width: 512px;
    margin-left: 60px;
    margin-top: 50px;
}
.content-ali-brands {
    margin-top: 25px;
    padding: 0 60px;
}
.certificaciones {
    padding-top: 223px;
}
.img_lbl_certificaciones {
    width: 100%;
    max-width: 157px;
} 
.textobannercert {
    width: 100%;
    max-width: 891px;
} 
.txt-leyenda-cert {
    color: #BABABA;
    letter-spacing: 0.05em;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    max-width: 821px;
    margin: 17px auto;
}
.card_cert {
    padding: 0 32px;
}
.mb-86 {
    margin-bottom: 86px;
} 
.bg_quieress {
    position: relative;
    margin-top: 151px;
    background: url('../img/Mask_group_quieres.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    min-height: 200px;
    height: 665px;
    /*padding-top: 124px;*/
    padding: 124px 91px 60px 91px;
    position: relative;
}
.bg_quieress::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/Rectangle8423.png');
    opacity: 0.8;
}
.img_lbl_quieres {
    width: 100%;
    max-width: 861px;
}
.txt-leyenda-quieres {
    color: #BABABA;
    letter-spacing: 0.05em;
    font-size: 32px;
    line-height: 33px;
    text-align: center;
    max-width: 775px;
    margin: 17px auto;
    z-index: 1;
}
.btn-modal-especialista {
    background: url('../img/bg_btn_especialista.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 404px;
    height: 55px;
    border-radius: 27.5px;
    color: #ffffff;
    position: relative;
    font-size: 26px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    margin-top: 54px;
}
.gradient_ali {
    position: absolute;
    left: 0;
    top: 560px;
}
.gradient_cert {
    position: absolute;
    right: 0;
    top: 860px;
}
.inicio_renovar {
    width: 100%;
    padding: 0px 0 5px 0;
    display: flex;
    align-items: center;
}
.inicio_renovar .container {
    margin-top: 213px;
    position: relative;
    z-index: 3;
}
.img_lbl_renovaciones {
    width: 100%;
    max-width: 241px;
}
.textobannerren {
    margin-top: 25px;
    width: 100%;
    max-width: 596px;
    margin-bottom: 12px;
}
.txt-leyenda-ren {
    color: #BABABA;
    letter-spacing: 0.05em;
    font-size: 24px;
    line-height: 24px;
    /*text-align: center;*/
    width: 567px;
    /*margin: 17px auto;*/
}
.img-renovar {
    width: 100%;
    max-width: 278px;
}
.form_renovar {
    margin-top: 29px;
}
.bg_contact_ren {
    background: url('../img/bg_contact_ren.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 660px;
    padding-top: 75px;
}
.img_contact_ren {
    width: 100%;
    max-width: 897px;
}
.txt-contact-ren {
    color: #BABABA;
    letter-spacing: 0.05em;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    max-width: 664px;
    margin: 17px auto;
}
.btn-ren {
    background: url('../img/btn_ren.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 404px;
    height: 55px;
    border-radius: 27.5px;
    color: #ffffff;
    position: relative;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 54px;
    margin-top: 49px;
}
.gradient_ren {
    position: absolute;
    right: 0px;
    top: 0px;
}
.texto_contacto {
    width: 100%;
    max-width: 140px;
}
.img-contacto-proyecto {
    width: 100%;
    max-width: 389px;
}
.txt-contacto {
    color: #BABABA;
    letter-spacing: 0.05em;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    max-width: 389px;
    margin-top: 35px;
}
.img-contacto-correos {
    width: 100%;
    max-width: 331px;
    margin-top: 111px;
}
#contacto .container {
    margin-top: 213px;
    position: relative;
    z-index: 3;
}
.bg_contacto {
    background: url('../img/bg_contacto.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding-top: 75px;
}
.content_form_cont {
    max-width: 914px;
    padding: 51px 45px 0 45px;
    margin: 0 auto;
    position: relative;
}
.txt-desc-contact {
    color: #FFFFFF;
    letter-spacing: 0.05em;
    font-size: 18px;
    text-align: center;
    /*max-width: 461px;*/
    padding: 0 60px;
    margin: 0;
}
.sec_contacto {
    padding-top: 131px;
}
.img_lbl_ofi  {
    width: 100%;
    max-width: 719px;
    margin-bottom: 75px;
}
.txt-contact1 {
    width: 100%;
    max-width: 374px;
}
.txt-contact2 {
    width: 100%;
    max-width: 374px;
}
.content_info_contact1 {
    padding-right: 11px;
    border-right: 1.5px solid #0E1E31;
}

.content_info_contact2 {
    padding-left: 11px;
    border-left: 1.5px solid #0E1E31;
}
.img_ico_rizav {
    width: 100%;
    max-width: 241px;
    margin-top: 128px;
}
.img_txt_parte {
    width: 100%;
    max-width: 911px;
}
.gradient_contact {
    position: absolute;
    right: 0px;
    top: 140px;
}
.gradient_contact2 {
    position: absolute;
    left: 0px;
    top: 110px;
}
.bg_form_modal {
    /*background: url('../img/bg_form_modal.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    background: #021124;
    border-radius: 40px;
    border: solid 1px #2c3f54;
    width: 100%;
}
.btn-close-modal-form {
    position: absolute;
    top: 0;
    right: -65px;
    font-size: 35px;
    z-index: 1050; /* o un valor mayor que el z-index del backdrop */
}
.txt-img-listo {
    width: 70%;
    max-width: 717px;
    margin-top: 44px;
}
.txt-desc-contact-modal {
    width: 100%;
    max-width: 726px;
    color: #DBDBDB;
    letter-spacing: 0.05em;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding: 0 60px;
    margin: 0 auto;
    margin-bottom: 39px;
}
.btn-comencemos-modal {
    background: url('../img/bg_comencemos.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 270px;
    height: 55px;
    border-radius: 27.5px;
    color: #ffffff;
    position: relative;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 39px;
    margin-top: 15px;
}
.content_form_proyecto_modal {
    padding-left: 30px;
    padding-right: 30px;
}
#m_renovar {
    display: none;
}
@media (min-width: 1800px) {
    .gradient_nosotros {
        top: 650px;
    }
    .gradient_soluciones {
        top: 1700px;
    }
    .gradient_excelencia {
        left: 70px;
        top: -110px;
    }
}
@media (max-width: 1399px) {
    .gradient_nosotros {
        top: 750px;
    }
    .gradient_nossos {
        top: 4100px;
    }
    .gradient_prox {
        top: 6108px;
    }
}
@media (max-width: 1199px) {
    .img-evolu {
        height: auto;
    }
    .gradient_nosotros {
        top: 550px;
    }
    .gradient_soluciones {
        top: 1500px;
    }
    .gradient_nossos {
        top: 3700px;
    }
    .gradient_prox {
        top: 5608px;
    }
    .gp-img-excelencia {
        height: auto;
    }
    .img-alitec {
        max-width: 400px;
    }
    .img-alirizav {
        position: absolute;
        right: 50px;
    }
    .txt-alitec {
        font-size: 28px;
    }
    .txt-footer-alitec {
        font-size: 24px;
        margin-left: 40px;
        width: 500px;
    }
}

@media (max-width: 1079px) {
    .txt-img-inova {
        max-width: 897px;
        width: 100%;
    }
    .gp-img-excelencia {
        height: auto;
    }
}
@media (max-width: 992px) {
    .txt-desc-contact-modal {
        padding: 0 30px;
    }
    .bg_contact_ren  {
        background: linear-gradient(to bottom, #3d82d1, #01142d 95%);
        border-radius: 50px;
        min-height: auto;
    }
    #bottom_ini_alianzas {
        background: transparent;
        border-left: 1px solid;
        border-right: 1px solid;
        border-image: linear-gradient(to top, #3b73b9, #6aa2de, #3b73b9) 1;
    }
    .img-alitec {
        width: 100%;
        position: static;
    }
    .img-alirizav {
        width: 100%;
        position: static;
        margin-top: 40px;
    }
    .txt-alitec, .txt-footer-alitec  {
        text-align: center ! Important;
        margin-left: 0;
        width: 100%;
    }
    .txt-alitec {
        margin-bottom: 50px;
    }
    .gradient_teccon {
        top: 640px;
    }
    .gradient_servti2 {
        top: 1540px;
    }
    #m_renovar {
        display: block;
    }
    .txt-leyenda {
        width: 100%;
    }
    .txt-leyenda-ti {
        width: 100%;
    }
    .txt-leyenda-flex {
        width: 100%;
    }
    .txt-contact-flex {
        width: 100%;
    }
    .bg-btn-gradient {
        margin-bottom: 20px;
    }
    #btn-ver-soluciones {
        margin-left: 0;
    }
    .navmenu {
        min-width: auto;
        background: transparent;
        height: auto;
        width: auto;
    }
    .btn-renovar-plan {
        display: none;
    }
    .header .logo img {
        margin-right: 33px;
    }
    .img-evolu {
       height: auto;
    }
    #soluciones {
        padding: 25px;
    }
    .bg_soluciones {
        height: auto;
        background-size: 100%;
    }
    .txt-img-inova  {
        width:100%;
    } 
    .bg_excelencia {
        margin-top: 30px;
    }
    .gp-img-excelencia {
        height: auto;
    }
    .txt-center-mob {
        text-align: center!important;
    }
    .txt-excelencia {
        margin-bottom: 25px;
    }
    .mg-menos-10 {
        margin-top: 0;
    }
    .img-confianza {
        height: auto;
    }
    .gradient_nossos {
        top: 3100px;
    }
    .gradient_prox {
        top: 4808px;
    }
    .txt-img-transf {
        width: 100%;
        height: auto;
    }
    .lista_footer_left li {
        font-size: 20px;
        line-height: 20px;
    }
    .lista_footer_right li {
        font-size: 20px;
        line-height: 20px;
    }
    .btn-modal-contacto {
        height: auto;
    }
    .flecha2 {
        top: 18px;
        left: 25px;
    }
    #btn-modal-asesoria .flecha2 {
        top: 8px;
        left: 8%;
    }
    #btn-add-consulta {
        margin-bottom: 0;
    } 
    #btn-cotiza {
        margin-bottom: 0;
    }

    .bg_contact_flex {
        background-size: auto;
        border-radius: 0 0 60px 60px;
    }
    .txt-leyenda-ren {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .desc_renovar_mob  {
        text-align: center!important;
    }
    #info_left_contact {
        text-align: center;
    }
    .bg_contacto  {
        background: radial-gradient(circle at right, #2b578c 1%, #081422 90%);
        border-radius: 30px;
    }
    .txt-contacto {
        width: 100%;
        text-align: center!important;
        max-width: 100%;
    }
    .teccon {
        padding: 117px 0px 60px 0px;
    }
    .img-teccon  {
        height: auto;
    }
    .list_servicios_1 {
        margin-bottom: 15px;
    }
    #btn-modal-asesoria {
       height: auto;
    }
    .bg_quieress #btn-modal-asesoria {
        height: 55px;
    }
    .gradient_soluciones {
        width: 100%;
    }
    .gradient_nossos {
        top: 4350px;
        width: 100%;
    }
    .gradient_prox {
        top: 6808px;
        width: 100%;
    }
    .gradient_teccon, .gradient_servti2, .gradient_flex, .gradient_soluciones {
        width: 100%;
    }
    .pl_33 {
        padding-left: 12px;
    }
    .pr_33 {
        padding-right: 12px;
        margin-bottom: 15px;
    }
    .lista_footer_left li {
        text-align: center;
    }
    .lista_footer_right li {
        text-align: center;
    }
    .txt-excelencia br {
        display: none;
    }
    .txt-nosotros br {
        display: none;
    }
    .bg-servicios-ti, .bg-construccion {
        text-align:center!important;
        background-size: 100%;
        height: auto;
        padding-top: 326px;
        padding-bottom: 65px;
    }
    .txt_solu br {
        display: none;
    }
    .txt_solu {
        text-align: justify;
        max-width: 90%;
    }
}
@media (max-width: 576px) {
    .btn-close-modal-form {
        top: 10px;
        right: 10px;
    }
    .bg-servicios-ti, .bg-construccion {
        padding-top: 276px;
    }
    #contacto .gradient_contact {
        display: none;
    }
    .bg_contacto {
        border-radius: 0;
    }
    .bg_contact_ren  {
        border-radius: 0;
    }

    .lista_footer_left, .lista_footer_right {
        padding: 0;
    }
}
@media (max-width: 535px) {
    .inicio {
        background-size: 100%;
        min-height: auto;
    }
    .bg-btn-gradient {
        font-size: 17px;
    }
    .bg-btn-outline {
        font-size: 17px;
    }
    #btn-add-consulta {
        margin-bottom: 0;
    }
    .btn-banner {
        width: 200px;
    }
    .inicio p {
        font-size: 17px;
        line-height: 18px;
    }
}

@media (max-width: 510px) {
    .bg-servicios-ti, .bg-construccion {
        padding-top: 57%;
    }
    .tit_solu {
        font-size: 20px;
    }
    .txt_solu  {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .btn-modal-contacto {
        font-size: 17px;
    }

    .btn-mas {
        font-size: 17px;
        width: auto;
        padding-left: 48px;
        margin: 0 !important;
    }
    .btn-mas .flecha {
        width: 17px;
        height: 15px;
        top: 11px;
    }

    .bg_quieress {
        padding: 124px 0px 60px 0px;
    }
}

@media (max-width: 445px) {
    .bg-servicios-ti, .bg-construccion {
        padding-top: 57%;
    }
}

@media (max-width: 434px) {
    #btn-add-consulta, #btn-cotiza {
        margin-bottom: 20px;
    }
    .tit_solu {
        margin-bottom: 3px;
    }

    #bottom_ini_alianzas  {
        border: none;
    }
}
