/* FONTSTYLES */

@font-face {
    font-family: 'Roboto-Bold';
    src: url('_fonts/Roboto-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('_fonts/Roboto-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('_fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllumiStdExtended-ExtraBold';
    src: url('_fonts/AllumiStdExtended-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* app css stylesheet */

html {
    scroll-behavior: smooth;
}

.menu {
    width: 90%;
    padding: 0 5%;
    height: 100px;
    display: flex;
    list-style: none;
    margin: auto;
    border-bottom: 0.1em solid #E2E2E2;
    justify-content: space-between;
}

.logo-a {
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
}

.align-menu {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.align-menu a {
    font-family: 'Roboto-Regular';
    color: black;
    text-decoration: none;
    font-size: 1em;
    transition: .5s;
}

.align-menu a:hover {
    transition: 5s;
    font-family: 'Roboto-Bold';
}

.menu_btn {
    display: none;
}

.menwhite {
    content: url(_images/menu-w.svg) !important;
    position: absolute;
    right: 5%;
    top: 10%;
}


/* ---------------------------------- */

h1 {
    font-family: 'AllumiStdExtended-ExtraBold';
    font-size: 3em;
    text-transform: uppercase;
}

h4 {
    font-family: 'AllumiStdExtended-ExtraBold';
    font-size: 1.2em;
    text-transform: uppercase;
}

p {
    font-family: 'Roboto-Regular';
    font-size: 1em;
    line-height: 1.6;
}

li {
    font-family: 'Roboto-Regular';
    font-size: 1em;
    line-height: 1.6;
}


/*---------------------------------------------------------*/


/*---------------------STYLES SLIDER-----------------------*/


/*---------------------------------------------------------*/


/* Slideshow container */

.slideshow-container {
    position: relative;
    margin: auto;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    margin: 0 2px;
    background-color: #bbb;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #006FBA;
}


/* Fading animation */

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}


/*---------------------------------------------------------*/


/*---------------------------------------------------------*/


/*---------------------------------------------------------*/


/* SECTION INICIO */

.section-inicio {
    width: 100%;
    height: 800px;
    display: flex;
    position: relative;
}

.banner {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.inicio-p1 {
    width: 20%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 100px auto 100px 5%;
    position: absolute;
}

.logo-w {
    margin-bottom: 50px;
}

.men-ini {
    width: fit-content;
    font-family: 'Roboto-Bold';
    font-size: 1.3em;
    color: white;
    padding: 15px 0;
    text-decoration: none;
    transition: .5s;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    padding-left: 15px;
}

.men-ini:hover {
    border-bottom: 2px solid #006FBA;
    border-left: 2px solid #006FBA;
}

.inicio-p2 {
    width: calc(25% + 1px);
    height: 100%;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255, 255, 255, .28);
    position: absolute;
    right: 0;
}

.span-ini2 {
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
    text-decoration: none;
    transition: .5s;
}

.span-ini2 h3 {
    text-align: center;
    font-size: 1.1em;
    color: white;
    font-family: 'AllumiStdExtended-ExtraBold';
    text-transform: uppercase;
}

.span-ini2:hover {
    background-color: #00AAE7;
}

.align-dots-banner {
    width: fit-content;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
}

.dotb {
    width: 65px;
    height: 7px;
    background-color: #EEEEEE;
}

.dotb {
    cursor: pointer;
    margin: 0 2px;
    background-color: #bbb;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.activeb,
.dotb:hover {
    background-color: #006FBA;
}


/* ------------SECTION NOSOTROS--------- */

.section-inosotros {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(238, 238, 238);
}

.nosotros-w {
    width: 95%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    margin: 50px 0;
}

.nosotros-w h2 {
    width: 95%;
    margin: 35px auto 0 auto;
    font-family: 'AllumiStdExtended-ExtraBold';
    font-size: 1.3em;
    color: black;
}

.nosotros-w p {
    width: 95%;
    margin: 30px auto;
    color: black;
}

.section-mro {
    width: 100%;
    height: 800px;
    display: flex;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.36) 100%), url(_images/mro.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inicio-mro {
    width: 45%;
    height: 75%;
    display: flex;
    flex-direction: column;
    margin: auto 0 0 auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .28);
    border-right: none;
}

.align-mro {
    width: 75%;
    height: 85%;
    margin: auto auto 0 auto;
    border-left: 10px solid #006FBA;
    padding-left: 50px;
}

.align-mro h1 {
    width: fit-content;
    margin: 20px auto;
    color: white;
}

.align-mro p {
    color: white;
}

.align-mro a {
    display: flex;
    width: fit-content;
    height: auto;
    padding: 15px 20px;
    margin-top: 30px;
    border-radius: 30px;
    background-color: #006FBA;
    color: white;
    text-decoration: none;
    transition: .5s;
}

.align-mro a:hover {
    transform: scale(1.1);
}

.section-modelo {
    width: 100%;
    height: 800px;
    display: flex;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.36) 100%), url(_images/house.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inicio-modelo {
    width: 45%;
    height: 65%;
    display: flex;
    flex-direction: column;
    margin: auto auto 0 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .28);
    border-left: none;
}

.align-modelo {
    width: 75%;
    height: 85%;
    margin: auto auto 0 11%;
    border-left: 10px solid #006FBA;
    padding-left: 50px;
}

.align-modelo h1 {
    width: fit-content;
    margin: 20px 0;
    color: white;
}

.align-modelo p {
    color: white;
}

.align-modelo a {
    display: flex;
    width: fit-content;
    height: auto;
    padding: 15px 20px;
    margin-top: 30px;
    border-radius: 30px;
    background-color: #006FBA;
    color: white;
    text-decoration: none;
    transition: .5s;
}

.align-modelo a:hover {
    transform: scale(1.1);
}

.section-marcas {
    width: 100%;
    height: auto;
    background-color: rgb(238, 238, 238);
}

.align-marcas {
    width: 70%;
    height: auto;
    display: flex;
    margin: auto;
    padding: 50px 0;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.align-marcas a {
    width: 20%;
    display: flex;
    margin-bottom: 25px;
    cursor: initial;
}

.normal img {
    width: 80%;
    margin: auto;
}

.small img {
    width: 50%;
    margin: auto;
}

.section-msc {
    width: 100%;
    height: auto;
}

.align-msc {
    width: 90%;
    height: auto;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.msc-p1,
.msc-p2 {
    width: 45%;
    height: auto;
    flex-direction: column;
}

.msc-p1 {
    border-left: 10px solid #006FBA;
    padding-left: 30px;
}

.msc-p1 h1 {
    width: fit-content;
    margin: 0 0 50px 0;
}

.msc-p2 p {
    font-size: 1em;
    line-height: 1.4;
}

.align-dots {
    width: 250px;
    height: auto;
    display: flex;
    margin: 75px auto 0 0;
    justify-content: space-between;
}

.dot {
    width: 65px;
    height: 7px;
    background-color: #EEEEEE;
}

.active {
    background-color: #006FBA;
}

.section-productos {
    width: 100%;
    height: auto;
}

.img-productos {
    width: 100%;
    height: 550px;
    background-image: url(_images/img-products.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.info-productos {
    width: 100%;
    height: auto;
}

.align-productos {
    width: 90%;
    height: auto;
    display: flex;
    margin: 0px auto 0 auto;
    justify-content: space-between;
}

.productos-p1,
.productos-p2 {
    width: 45%;
    height: auto;
    position: relative;
}

.productos-p1 h1 {
    border-left: 10px solid #006FBA;
    padding-left: 30px;
}

.productos-p2 a {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 15px 20px;
    margin-top: 30px;
    border-radius: 30px;
    background-color: #006FBA;
    color: white;
    text-decoration: none;
    transition: .5s;
}

.productos-p2 a:hover {
    transform: scale(1.1);
}

.productos-p2 a>img {
    margin-left: 10px;
}

.lineas {
    position: absolute;
    width: 165px;
    bottom: 0;
    right: 0;
}

.section-map {
    width: 100%;
    height: 800px;
    display: flex;
    background-color: rgb(22, 22, 23);
    position: relative;
}

#map {
    height: 100%;
    width: 100%;
}


/* CLASES PARA ELIMINAR CONTROLES DEL MAPA */

.gm-control-active {
    display: none !important;
}

.gm-svpc {
    display: none !important;
}

.gm-control-active {
    display: none !important;
}

.gmnoprint {
    display: none;
}

.gm-fullscreen-control {
    display: none !important;
}

.find-us {
    width: calc(25% + 1px);
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    z-index: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-right: 1px solid rgba(255, 255, 255, .28);
}

.find-line {
    width: 10px;
    height: 90%;
    background-color: #006FBA;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.find-us span {
    width: 100%;
    min-height: 25%;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
}

.find-work {
    min-height: 13% !important;
}

.find-ubi:hover {
    background-color: #979797;
}

.find-us h3 {
    width: 80% !important;
    font-family: 'AllumiStdExtended-ExtraBold';
    font-size: 1.5em;
    width: fit-content;
    color: white;
    margin: 0 auto;
    text-transform: uppercase;
}

.find-us h6 {
    width: 80% !important;
    font-family: 'Roboto-Regular';
    font-size: 1.3em;
    width: fit-content;
    color: white;
    margin: 0 auto 10px auto;
}

.find-us p {
    width: 80%;
    color: white;
    margin: 0 auto;
}

.find-us a {
    color: #006FBA;
}

.select-find-us {
    display: none;
}

.section-trabaja {
    width: 100%;
    height: 800px;
    display: flex;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.align-trabaja {
    width: 500px;
    height: fit-content;
    margin: auto;
    padding: 0 75px;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .28);
    position: relative;
}

.align-trabaja h1 {
    color: white;
    text-align: center;
}

.align-trabaja a {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 13px 30px;
    border-radius: 30px;
    background-color: #006FBA;
    color: white;
    text-decoration: none;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -30px;
    transition: .5s;
}

.align-trabaja a:hover {
    transform: scale(1.1);
}

.section-logistic {
    width: 100%;
    height: 800px;
    display: flex;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.36) 100%), url(_images/img-logistic.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inicio-logistic {
    width: 35%;
    height: 65%;
    display: flex;
    flex-direction: column;
    margin: auto auto 0 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .28);
}

.align-logistic {
    width: 75%;
    height: 85%;
    margin: auto auto 0 50px;
    border-left: 10px solid #006FBA;
    padding-left: 50px;
}

.align-logistic h1 {
    margin: 20px auto;
    color: white;
}

.align-logistic p,
.align-logistic h4 {
    color: white;
}

.align-logistic h4 {
    margin-bottom: 0;
}

.storage-section,
.logistic-services-section {
    display: flex;
    height: 500px
}

.text-content,
.image-content {
    flex-basis: 50%;
    padding: 20px 50px;
}

.image-content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.storage-section .image-content {
    background-image: url(_images/storage.jpg)
}

.logistic-services-section .image-content {
    background-image: url(_images/services.jpg)
}

.text-content h1 {
    border-left: 10px solid #006FBA;
    padding-left: 20px;
    line-height: 1.15;
}

.text-content ul li {
    padding: 6px 0;
}

.section-workgroup {
    width: 100%;
    height: 800px;
    display: flex;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.36) 100%), url(_images/img-workshop.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inicio-workgroup {
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .28);
}

.align-workgroup {
    width: 75%;
    height: 85%;
    margin: auto auto 0 50px;
    border-left: 10px solid #006FBA;
    padding-left: 50px;
}

.align-workgroup h1 {
    margin: 20px auto;
    color: white;
}

.align-workgroup p {
    color: white;
}

.align-workgroup a {
    margin-top: 20px;
    display: inline-block;
    padding: 12px 24px;
    background: #006FBA;
    color: white;
    border-radius: 20px;
    text-decoration: none;
}

.section-department {
    background: #EEEEEE;
    padding: 50px;
}

.section-department-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.section-department-title h4 {
    margin: 0;
    width: 350px;
    border-left: 10px solid #006FBA;
    padding-left: 20px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable
}

.department-cards {
    margin: 50px 0;
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 30px;
}

.department-cards::-webkit-scrollbar {
    display: none;
}

.card {
    width: 280px;
    flex: 0 0 auto;
}

.icon-s {
    display: flex;
    border-radius: 0;
    width: 80px;
    height: initial;
    margin: auto;
}

.icon-step {
    display: flex;
    border-radius: 0;
    height: 60px;
    margin: 0 auto 15px auto;
}

.card-img {
    border-radius: 15px;
    width: 280px;
    height: 220px;
    object-fit: cover;
}

.card .card-title {
    font-family: 'AllumiStdExtended-ExtraBold';
    font-size: 18px;
    margin-top: 20px;
}

.btn-left,
.btn-right {
    padding: 5px 8px;
    border-radius: 50%;
    border: 1px solid #aaa;
    cursor: pointer;
}


/* -----------------SECTION SERVICES-------------------- */

.section-services {
    width: 100%;
    height: auto;
    background-color: #EEEEEE;
}

.align-p1 {
    width: 95%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: auto 0 auto auto;
    padding-top: 50px;
}

.services-info {
    width: 45%;
    height: 350px;
}

.services-info-mro {
    height: 400px;
}

.services-title {
    width: 100%;
    height: auto;
    border-left: 10px solid #006FBA;
    padding-left: 35px;
}

.services-title p {
    color: #006FBA;
    font-family: 'AllumiStdExtended-ExtraBold';
    font-size: 1.1em;
    margin: 0 0 15px 0;
}

.services-title h1 {
    width: fit-content;
    margin: 0;
}

.services-info p {
    font-size: 1.2em;
    line-height: 1.6;
}

.services-img {
    width: 50%;
    height: 400px;
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
}

.services-dist {
    width: 90%;
    height: auto;
    margin: auto;
    background-color: white;
    border-radius: 10px;
}

.services-dist h3 {
    width: fit-content;
    padding: 75px 5% 0px 5%;
    margin: 0px auto;
}

.align-sdist {
    width: 75%;
    height: auto;
    flex-wrap: wrap;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.align-sdist a {
    width: 17%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: initial;
}

.align-sdist a>img {
    width: 120px;
}

.services-banner {
    width: 95%;
    height: auto;
    margin: auto 0 auto auto;
}

.services-banner-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 50px 50px 50px 0;
}

.services-banner h1 {
    width: 500px;
    border-left: 10px solid #006FBA;
    margin: 0;
    padding-left: 35px;
}

.align-banner {
    width: 100%;
    height: auto;
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
}

.align-banner::-webkit-scrollbar {
    display: none;
}

.serv-banner {
    width: 19%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-right: 25px;
}

.serv-banner img {
    max-height: 230px;
    border-radius: 10px;
}

.serv-banner h3 {
    font-family: 'AllumiStdExtended-ExtraBold';
}

.serv-banner p {
    margin: 0;
}

.down-product {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 13px 30px;
    border-radius: 30px;
    background-color: #006FBA;
    color: white;
    text-decoration: none;
    margin: 35px auto 35px 0;
    opacity: 0;
    transition: .5s ease-in;
}

.serv-banner:hover .down-product {
    opacity: 1;
}

.banner-btns {
    width: 100px;
    display: flex;
    justify-content: space-between;
}

.serv-down {
    width: 25px;
    margin-left: 10px;
}

.section-metalurgia {
    width: 100%;
    height: 800px;
    display: flex;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.36) 100%), url(_images/serv-metalurgia.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 35px;
}

.section-metal-banner {
    width: 45%;
    height: 75%;
    display: flex;
    align-items: flex-end;
    margin: auto 0 0 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .28);
}

.align-mbanner {
    padding-left: 35px;
    width: 75%;
    border-left: 10px solid #006FBA;
    margin-left: 7%;
}

.section-metal-banner h1 {
    width: 75%;
    margin: 0 0 25px 0;
    color: white;
}

.section-metal-banner h3 {
    width: 75%;
    margin: 15px 0;
    color: white;
    font-family: 'AllumiStdExtended-ExtraBold';
}

.section-metal-banner p {
    width: 75%;
    color: white;
    margin: 0;
}

.align-dotss {
    width: 300px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}

.cat-productos {
    width: 100%;
    height: auto;
}

.cat-productos h3 {
    width: fit-content;
    margin: 25px auto;
    font-family: 'AllumiStdExtended-ExtraBold';
    text-transform: uppercase;
}

.align-cat-product {
    width: 90%;
    height: auto;
    margin: 35px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cat-prod {
    width: 18%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.cat-img {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 10px;
}

.cat-img img {
    height: 60%;
    display: flex;
}

.cat-prod h2 {
    width: fit-content;
    margin: 10px auto;
    font-family: 'AllumiStdExtended-ExtraBold';
    text-transform: uppercase;
    font-size: 1.1em;
    text-align: center;
}

.charge {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 13px 30px;
    border-radius: 30px;
    background-color: white;
    color: #006FBA;
    border: 1px solid #006FBA;
    text-decoration: none;
    margin: 35px auto;
    cursor: pointer;
}

.charge img {
    margin-left: 15px;
}

.info-prove {
    width: 90%;
    height: auto;
    display: flex;
    margin: auto;
    padding: 35px 0;
    justify-content: space-between;
}

.info-prove h1 {
    margin: 0;
    width: 50%;
    border-left: 10px solid #006FBA;
    padding-left: 35px;
}

.align-prove {
    width: 45%;
}

.final-mro {
    width: 100%;
    height: 500px;
    display: flex;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.36) 100%), url(_images/final-mro.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* in-house */

.service-video {
    width: 100%;
    height: auto;
    margin: 100px auto 50px auto;
    display: flex;
    justify-content: center;
}

#ytplayer {
    width: 65%;
    height: 500px;
}

.section-propose {
    width: 100%;
    height: auto;
    ;
}

.align-propose {
    width: 90%;
    height: auto;
    display: flex;
    margin: auto;
    justify-content: space-between;
}

.propose-p1 {
    width: 60%;
    height: auto;
}

.align-iconsp1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 35px 0;
}

.align-iconsp1 span {
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .5s;
}

.align-iconsp1 span>img {
    width: 55px;
}

.select {
    background-color: #00AAE7 !important;
}

.icon-change.select .icon-t {
    content: url('_images/icons/Tool-W.svg') !important;
}

.icon-change.select .icon-m {
    content: url('_images/icons/Consignacion-W.svg') !important;
}

.icon-change.select .icon-b {
    content: url('_images/icons/Breakdowns-W.svg') !important;
}

.icon-change.select .icon-c {
    content: url('_images/icons/Entregas-W.svg') !important;
}

.icon-change.select .icon-s {
    content: url('_images/icons/Estudios-W.svg') !important;
}

.icon-change:hover {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 #006fba6b;
}

.propose-p1 h3 {
    font-family: 'AllumiStdExtended-ExtraBold';
    margin-top: 50px;
}

.propose-p1 p {
    margin-bottom: 50px;
}

.propose-p2 {
    width: 35%;
    height: auto;
}

.propose-p2 h1 {
    border-left: 10px solid #006FBA;
    padding-left: 35px;
    line-height: 1;
}

.service-banner {
    width: 100%;
    height: auto;
    background-color: white;
    padding: 50px 0;
}

.align-s-banner {
    width: 90%;
    height: auto;
    display: flex;
    margin: auto;
    justify-content: space-between;
    position: relative;
}

.s-banner-p1 {
    width: 40%;
    height: fit-content;
    border-left: 10px solid #006FBA;
    padding-left: 35px;
    line-height: 1;
}

.s-banner-p1 img {
    width: 65px;
}

.s-banner-p1 h3 {
    font-family: 'AllumiStdExtended-ExtraBold';
    color: #006FBA;
}

.s-banner-p2 {
    width: 50%;
}

.align-sbanner {
    width: 150px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 75px;
    left: 5%;
}


/* section contacto */

.footer {
    width: 100%;
    height: auto;
    background-color: #14377D;
}

.align-footer {
    width: 90%;
    height: auto;
    display: flex;
    margin: auto;
    padding: 50px 0;
    justify-content: space-between;
}

.foot-p1,
.foot-p2 {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.foot-p1 a {
    text-decoration: none;
}

.align-ap1 {
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: column;
}

.foot-p1 h1 {
    border-left: 10px solid #006FBA;
    padding-left: 35px;
    line-height: 1;
    color: white;
    margin: 75px 0 100px 0;
}

.align-ap1 a {
    font-family: 'Roboto-Regular';
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.8;
}

.grow-rotate-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.grow-rotate-on-hover:hover,
.grow-rotate-on-hover:focus,
.grow-rotate-on-hover:active {
    -webkit-transform: scale(1.1) rotate(10deg);
    transform: scale(1.1) rotate(10deg);
}

.foot-p2 {
    width: 40%;
}

.foot-p2-p1 h6 {
    font-family: 'Roboto-Regular';
    color: white;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0 0 25px 0;
}

.align-sm {
    width: 150px;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.align-sm a {
    width: fit-content;
    height: fit-content;
    display: flex;
}

.align-sm img {
    width: 30px;
}

.foot-p2-p2 h6 {
    font-family: 'Roboto-Regular';
    color: white;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0 0 25px 0;
}

.foot-p2-p2 input {
    width: 250px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #006FBA;
    padding: 10px 0;
    color: white;
    outline: none;
    display: flex;
    background: url(_images/icons/roww.svg) no-repeat;
    background-position: 98%;
    background-size: 9%;
    border-radius: 0;
}

.foot-input::placeholder {
    color: white !important;
}

.foot-p2-p3 {
    color: white;
}

.foot-p2-p3 a {
    font-family: 'Roboto-Regular';
    color: white;
    text-decoration: none;
    line-height: 1.5;
}


/* SECCION DE TERMINOS Y CONDICIONES */

.termns {
    width: 100%;
    height: 100%;
}

.termns h1 {
    width: fit-content;
    margin: 50px auto;
}

.align-termns {
    width: 90%;
    height: 100%;
    margin: 0 auto 50px auto;
}

.align-termns a {
    color: #006FBA;
}

.align-termns ol {
    list-style-type: lower-alpha;
}

.btn-left:disabled,
.btn-right:disabled {
    opacity: 0.5;
    border: 1px solid #ccc;
    color: #aaa
}

.section-benefits {
    background: #EEEEEE;
    padding: 0px 0px 30px 50px;
}

.section-benefits h1 {
    text-align: center;
    margin: 0;
}


/* .benefits-cards {
    display: flex;
    gap: 10px;
    margin: 50px 0;
    overflow-x: auto;
} */

.benefits-cards {
    display: flex;
    gap: 10px;
    margin: 50px auto 0;
    overflow-x: visible;
    flex-wrap: wrap;
    width: 90%;
    padding-bottom: 50px;
}

.benefits-cards .card {
    background: white;
    /* width: calc(22% - 50px); */
    width: 20%;
    min-height: 150px;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
}

.card p {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.section-work-apply {
    padding: 50px;
}

.section-work-apply h4 {
    border-left: 10px solid #006FBA;
    padding-left: 20px;
    width: 35%;
}

h4 a,
h4 a:visited {
    color: #04A9E6;
}

.steps {
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
    width: 90%;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    position: relative;
}

.blu-line {
    width: 83%;
    height: 1px;
    background: #04A9E6;
    position: absolute;
    bottom: 0;
    top: 10px;
    left: 58.5%;
    margin: auto;
}


/* .step:not(:first-child):before{
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: calc(50% - 25px);
  height: 1px;
  background: #04A9E6;
}

.step:not(:last-child):after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: calc(50% - 25px);
  height: 1px;
  background: #04A9E6;
} */

.step .number {
    font-size: 28px;
    border: 1px solid #04A9E6;
    border-radius: 50%;
    padding: 4px 16px;
    margin: 20px 0;
}

.step .text {
    width: 90%;
    font-size: 18px;
    text-align: center;
    position: initial;
    color: #04A9E6;
}

.tips {
    display: flex;
    gap: 40px;
}

.tips div {
    flex-basis: 50%;
}

.tips div h4 {
    border: none;
    padding: 0;
    width: 100%;
    color: #006FBA;
}

.tips p,
.tips strong,
.tips li {
    font-size: 18px;
}

.tips li {
    padding: 6px
}

.section-bottom-text {
    background: #016FB9;
    padding: 30px 180px
}

.section-bottom-text h4 {
    color: white;
    margin: 0;
    font-size: 1.5em;
    line-height: 1.2;
}

.section-contact {
    padding: 80px;
    display: flex;
    gap: 20px;
    background: #eee;
}

.section-contact div {
    flex-basis: 50%;
    font-family: 'Roboto-Regular';
    font-size: 1em;
}

.section-contact div h1 {
    padding: 0px 20px;
    line-height: 1;
    border-left: 10px solid #006FBA;
    margin-top: 20px;
    margin-bottom: 80px;
}

.section-contact div h4 {
    padding: 0 30px;
    color: #2E88C4;
    margin: 0;
}

.contact-info {
    margin: 5px 30px;
}

.contact-info a {
    color: black;
    font-family: 'Roboto-Regular';
    font-size: 1em;
    text-decoration: none;
}

.section-contact div h1 {
    margin-bottom: 15px;
}

.contact-form {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-group {
    flex-basis: calc(50% - 20px) !important;
    margin-bottom: 24px;
}

.form-group label {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Roboto-Regular';
    font-size: .8em;
}

.form-group input {
    width: 100%;
    padding: 15px 0;
    font-family: 'Roboto-Regular';
    font-size: 1em;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    border-radius: 0;
}

.form-group textarea {
    width: calc(200% + 40px);
    font-family: 'Roboto-Regular';
    font-size: 1em;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    resize: none;
    border-radius: 0;
}

.form-group input:focus-visible,
.form-group textarea:focus-visible {
    outline: none;
    border-bottom: 2px solid #006FBA;
}

.btn-send {
    display: flex;
    width: 30%;
    height: 50px;
    justify-content: center;
    align-items: center;
    padding: 13px 30px;
    border-radius: 30px;
    background-color: #006FBA;
    color: white;
    text-decoration: none;
    transition: .5s;
    border: none;
}