/*$primary: #0A52E4*/

html {
    scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    display: none;
}

html {
    scrollbar-width: none;
}

body {
    background-color: #dedede;
    cursor: url(../img/icons/cursor2.png), auto;
    overflow-x: hidden;
}

a:hover {
    cursor: url(../img/icons/cursor-pointer2.png) 0 0, pointer;
}

.btn:hover {
    cursor: url(../img/icons/cursor-pointer2.png) 0 0, pointer;
}

.graphite-gray {
    color: #2E2E2E;
}

.electric-blue {
    color: #3E8EFB;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.section {
    width: 96% !important;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 50px;
}

.card-section {
    width: 100% !important;
    border-radius: 30px;
    border: none;
}

.whatsapp-container {
    position: fixed;
    bottom: 0;
    right: 0;
    padding-bottom: 20px;
    padding-right: 10px;
    z-index: 999
}

.whatsapp-img {
    padding: 10px 10px;
    width: 70px;
    border-radius: 65%;
    background-color: #0A52E4;
    box-shadow: 0px 0px 15px rgba(10, 82, 228, 0.97);
    animation: infinite resplandorAnimation 3s;
}

.title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.banner-home {
    background: url(../img/home-banner-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 140px;
}

.banner-title {
    font-size: 3.2vw;
    font-weight: bold;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 7vh;
    color: white;
}

.section-title {
    font-size: 3vw;
    font-weight: bold;
}

.btn-petrotek-primary {
    border: 2px solid #0A52E4;
    border-radius: 25px;
    color: #FFFFFF;
    background-color: #0A52E4;
    transition: border-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.btn-petrotek-w {
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    color: #FFFFFF;
    background-color: none;
    transition: border-color 0.5s ease;
    transition: background-color 0.5s ease;
    transition: border 0.3s ease;
}

.btn-petrotek-w:hover {
    border: 2px solid #0A52E4;
    color: #FFFFFF;
    background-color: #0A52E4;
}

.btn-petrotek-primary:hover {
    /*border-color: white;*/
    color: #FFFFFF;
    background-color: rgba(2, 47, 136, 0.8);
}

.btn-petrotek-secondary {
    border: 2px solid black;
    border-radius: 25px;
    color: #FFFFFF;
    background-color: black;
    transition: border-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.btn-petrotek-secondary:hover {
    /*border-color: white;*/
    color: #FFFFFF;
    background-color: #2E2E2E;
}

.banner-buttons {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 30px;
}

.form-container {
    width: 100%;
    margin-top: auto;
}

.form-card {
    border-radius: 50px;
    margin-left: 13%;
    margin-right: 13%;
    margin-top: auto;
}

.form-card-bg {
    position: absolute;
    height: 58px;
    margin-top: 40px;
    background-color: black;
    width: 90%;
    margin-left: 5%;
    z-index: 1;
    border-radius: 40px 40px 0px 0px;
}

.form-card-bg-bottom {
    height: 50px;
    background-color: black;
    width: 90%;
    margin-left: 5%;
    z-index: 1;
    border-radius: 0px 0px 40px 40px;
}

.section-bg {
    border-radius: 30px;
    border: none;
    position: relative;
}

.section1-header {
    position: absolute;
    height: 80px;
    background-color: black;
    width: 90%;
    margin-left: 5%;
    z-index: 0;
    border-radius: 0px 0px 40px 40px;
}

.section1-bg {
    border-radius: 30px;
    border: none;
    position: relative;
    z-index: 1;
    background-color: #dce6e7;
}

.section1-r {
    background: url(../img/section1-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
}

.section1-card {
    width: 100%;
    border-radius: 20px;
    background-color: rgb(155, 155, 155, 0.9);
    margin-bottom: 15px;
    height: 230px!important;
}

.section1-l-margin {
    padding-right: 20%!important;
}

.section1-img-l {
    margin-top: auto;
    position: absolute;
    margin-left: -80px;
    z-index: 1;
    bottom: 20px
}

.img-l {
    max-width: 55%;
}

.section1-img-r {
    margin-top: auto;
    position: absolute;
    z-index: 1;
    bottom: 0px
}

.img-r {
    max-width: 90%;
}

.section-w {
    display: block;
}

.section-m {
    display: none;
}


/*SOLUCIONES*/

.section-solutions-bg {
    background: #091918;
    background: linear-gradient(180deg, rgba(9, 25, 24, 1) 0%, rgba(10, 31, 50, 1) 9%, rgba(28, 55, 98, 1) 33%, rgba(61, 86, 127, 1) 60%);
}

.solutions-title {
    font-size: 7vh;
    color: white;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}

.solutions-sub {
    color: white;
    font-weight: bold;
}

.solutions-card {
    background-color: white;
    border-radius: 30px;
    border: none
}

.container-vessel {
    position: absolute;
    width: 95%;
    margin-top: -500px;
    z-index: 999
}

.model-vessel {
    width: 100%;
    height: clamp(350px, 60vh, 600px);
    margin-top: -320px
}


/*SERVICIOS*/

.services-section-overflow {
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.card-service {
    width: 280px;
    margin-top: 150px;
    position: relative;
    height: 400px;
    z-index: 1;
    border-radius: 30px
}

.card-service-decoration {
    width: 180px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -170px;
    z-index: 2
}

.service-img {
    margin-left: -10%;
    max-width: 120%;
    max-height: 400px;
    margin-top: -100px;
    position: absolute;
    z-index: 3
}

.service-title {
    padding-top: 200px;
    position: relative;
    z-index: 4;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 18px;
}

.service-text {
    position: relative;
    z-index: 4;
    padding-left: 10px;
    padding-right: 10px
}

.service-arrow {
    width: 35px;
    position: absolute;
    margin-top: 280px;
    z-index: 999;
    cursor: url(../img/icons/cursor-pointer2.png) 0 0, pointer;
}

.section-services_b {
    background: url(../img/service_b_bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}


/*NOSOTROS*/

.us-map {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.us-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #0A52E4;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -30px;
}

.us-title-2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #0A52E4;
    text-align: left;
}

.us-content-2 {
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 20px;
    padding-top: 20px
}

.us-content {
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%
}

.us-card-1 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 100px;
    height: 350px;
    border-radius: 20px;
    background-color: #103464;
    box-shadow: 10px 13px 2px 0px rgba(83, 112, 154, 0.75);
    -webkit-box-shadow: 10px 13px 2px 0px rgba(83, 112, 154, 0.75);
    -moz-box-shadow: 10px 13px 2px 0px rgba(83, 112, 154, 0.75);
}

.us-card-2 {
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 100px;
    height: 350px;
    border-radius: 20px;
    background-color: #103464;
    box-shadow: 10px 13px 2px 0px rgba(83, 112, 154, 0.75);
    -webkit-box-shadow: 10px 13px 2px 0px rgba(83, 112, 154, 0.75);
    -moz-box-shadow: 10px 13px 2px 0px rgba(83, 112, 154, 0.75);
}

.us-img-1 {
    max-height: 120%;
    max-width: 80%;
    margin-top: -25%;
    margin-left: auto;
    margin-right: auto
}

.us-img-2 {
    max-height: 130%;
    max-width: 100%;
    margin-top: -15%;
    margin-left: auto;
    margin-right: auto
}


/*CLIENTES*/

.client-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-img {
    max-width: 200px;
    max-height: 100px;
    margin-top: 25px;
    margin-bottom: 25px;
}


/*REGISTRO CLIENTES*/

.div-form-btn {
    width: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.btn-w {
    display: block;
}

.btn-m {
    display: none;
}

.time-item {
    cursor: url(../img/icons/cursor-pointer2.png) 0 0, pointer;
}

.time-item:hover {
    cursor: url(../img/icons/cursor-pointer2.png) 0 0, pointer;
    font-weight: bold;
    color: #0A52E4;
}

.time-item-select {
    font-weight: bold;
    color: #0A52E4;
}

.register-w {
    display: block;
}

.register-m {
    display: none;
}

@media screen and (max-width: 1425px) {
    .section1-img-l {
        bottom: 60px
    }
    .img-l {
        max-width: 60%;
    }
}

@media (max-width: 1275px) {
    .section1-img-l {
        bottom: 120px
    }
    .img-l {
        max-width: 60%;
    }
    .model-vessel {
        width: 100%;
        height: clamp(350px, 50vh, 600px);
        margin-top: -280px
    }
}

@media screen and (max-width: 991px) {
    /*Límite del header*/
    .register-w {
        display: none;
    }
    .register-m {
        display: block;
    }
    .whatsapp-img {
        width: 50px;
    }
    .banner-title {
        font-size: 4.8vw;
        color: white;
    }
    .section-title {
        font-size: 5vw;
    }
    .solutions-title {
        font-size: 4vh;
    }
    .model-vessel {
        width: 100%;
        height: clamp(350px, 40vh, 600px);
        margin-top: -200px
    }
}

@media screen and (max-width: 810px) {}

@media screen and (max-width: 767px) {
    /*Límite de col-sm*/
    .section-w {
        display: none !important;
        visibility: hidden;
    }
    .section-m {
        display: block;
    }
    .banner-title {
        text-align: center;
        font-size: 5vw;
        color: white;
    }
    .banner-buttons {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 50px;
        text-align: center;
    }
    .btn-w {
        display: none;
    }
    .btn-m {
        display: block;
    }
    .border-div-input {
        border-bottom: 2px solid #9b9b9b;
        border-right: none;
        width: 100%;
    }
    .border-div-input-end {
        border: 0px;
        width: 100%;
    }
    .div-form-btn {
        width: 100%;
        margin-top: 10px;
    }
    .section1-img-l {
        margin-top: auto;
        position: absolute;
        margin-left: 0px;
        z-index: 1;
        top: 20px;
        text-align: center;
    }
    .img-l {
        max-width: 80%;
        max-height: 400px;
    }
    .section1-img-r {
        margin-top: auto;
        position: absolute;
        z-index: 1;
        bottom: 0px;
        text-align: center;
        width: 100%;
    }
    .img-r {
        max-width: 90%;
        max-height: 400px;
    }
    .section1-l-margin {
        padding-right: 5%!important;
    }
}

@media screen and (max-width: 619px) {
    .banner-title {
        text-align: center;
        font-size: 7vw;
        color: white;
    }
    .solutions-title {
        font-size: 3vh;
    }
    .model-vessel {
        width: 100%;
        height: clamp(250px, 10vh, 600px);
        margin-top: -120px
    }
}

@media screen and (max-width: 414px) {
    .model-vessel {
        width: 110%;
        height: clamp(300px, 5vh, 600px);
        margin-top: -100px;
        margin-left: -40px;
    }
}

@media screen and (max-width: 380px) {}