@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
body {
    color: rgb(112, 112, 112);
    font-family: 'Lato', sans-serif;
}

.section-web {
    display: block;
}

.section-mobile {
    display: none;
}

.tx-p {
    color: #0275e3
}

.tx-s {
    color: #f78400
}

.btn-p {
    background-color: #0275e3;
    border-radius: 20px;
}

.btn-s {
    background-color: #f78400;
    border-color: #f78400;
    border-radius: 20px;
}

.btn-s:hover {
    background-color: #ce6e00;
    border-color: #f78400;
}

.bg-banner {
    background: url(../../assets/img/altamarina-img/png/bg_principal.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: white;
    display: block;
    min-height: 100vh;
    padding-top: 60px;
}

.bg-service-agenciamiento {
    background: url(../../assets/img/altamarina-img/imagenes_servicios/harbour-boat-sea-plane-80404.jpeg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: white;
    display: block;
}

.bg-service-portuarios {
    background: url(../../assets/img/altamarina-img/imagenes_servicios/fotos-apicam-9.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: white;
    display: block;
}

.bg-service-importacion {
    background: url(../../assets/img/altamarina-img/imagenes_servicios/img_s_import.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: white;
    display: block;
}

.bg-service-renta {
    background: url(../../assets/img/altamarina-img/imagenes_servicios/slider-2.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: white;
    display: block;
}

.bg-service-tramites {
    background: url(../../assets/img/altamarina-img/imagenes_servicios/natural-gas-photography-website-tablet-left-1x1.jpg) no-repeat top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: white;
    display: block;
}

.card-service-tramites {
    display: block;
}

.bg-service-personal {
    background: url(../../assets/img/altamarina-img/imagenes_servicios/crew-management.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: white;
    display: block;
}

.bg-service-logistica {
    background: url(../../assets/img/altamarina-img/imagenes_servicios/istockphoto-1202259544-612x612.jpg) no-repeat top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: white;
    display: block;
}

.bg-us-1 {
    background: url(../../assets/img/altamarina-img/imagenes_servicios/us_1.png) no-repeat top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    display: block;
    position: relative;
    height: 100%;
    border: 5px solid #e5ebeb;
    -webkit-border-top-left-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomright: 60px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.bg-us-2 {
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    display: block;
    color: white;
    height: 100%;
    border: 5px solid #e5ebeb;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-bottomright: 60px;
    border-bottom-right-radius: 60px;
}

.bg-us-3 {
    background-color: #ce6e00;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    display: block;
    color: white;
    border: 5px solid #e5ebeb;
    -webkit-border-top-right-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius-topright: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

.margin-us-4 {
    margin-top: -110px;
}

.tx-us-title {
    font-size: 3.2rem;
}

.tx-us-3 {
    font-size: 22px;
    text-align: center;
    margin-top: 110px
}

.btn-arrow-display {
    display: block
}

.btn-us-width {
    width: 150px;
}

.btn-whatsapp {
    display: block;
    width: 70px;
    height: 70px;
    color: #fff;
    position: fixed;
    right: 50px;
    bottom: 50px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}

.btn-whatsapp-m {
    display: block;
    width: 20px;
    height: 70px;
    color: #fff;
    position: fixed;
    right: 65px;
    bottom: 25px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}

.service-tx-m {
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
}

.service-icon-bg {
    width: 60px;
    height: 60px;
    background-color: #0275e3;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/*#button-10 .checkbox:checked ~ .layer
{
    background-color: #fcebeb;
}*/

@media screen and (max-width: 1200px) {
    .margin-us-4 {
        margin-top: -95px;
    }
    .tx-us-3 {
        font-size: 16px;
        text-align: center;
        margin-top: 85px
    }
    .section-web {
        display: none;
    }
    .section-mobile {
        display: block;
    }
}

@media screen and (max-width: 766px) {
    .card-service-tramites {
        margin-top: 55px;
    }
    .service-tx-m {
        margin-left: 0%;
        margin-right: 0%;
        text-align: justify;
    }
}

@media screen and (max-width: 500px) {
    .tx-us-title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 470px) {
    .btn-arrow-display {
        display: none
    }
    .btn-us-width {
        width: 110px;
    }
}

@media screen and (max-width: 430px) {
    .tx-us-3 {
        font-size: 16px;
        text-align: center;
        margin-top: 70px
    }
    .margin-us-4 {
        margin-top: -80px;
    }
}