html, body {
    overflow-x: hidden;
}
body {
    position: relative
}
  
body {
    margin: 0;
    padding: 0;
    font-size: 14pt;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    color: #3C3837;
    overflow-x: hidden;
}

#menu_mobile, #menu_content {
    display: none;
}

header {
    text-align: center;
    margin-bottom: 3rem;
}

header .menu {
    background: #3C3837;
    color: white;
    margin: 0 auto;
    display: inline-block;
    padding: 0.8rem 2rem;;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    vertical-align: top;
}

header .menu .btn-menu:first-child {
    border-left: none;
}

header .menu .btn-menu {
    display: inline-block;
    padding: 0rem 1rem 0rem calc(1rem + 1px);
    border-left: 1px solid #888;
}

.social_icons {
    position: absolute;
    float: left;
    top: 0;
    left: 10%;
    margin-top: 0.5rem;
}

.contact_icons {
    position: absolute;
    float: right;
    top: 0;
    right: 10%;
    margin-top: 0.5rem;
}

.social_icon, .contact_icon {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-color: transparent;
    background-repeat: no-repeat;
    margin: 0 0.2rem;
}

.social_icon.world { background-image: url("../img/world.svg"); }
.social_icon.linkedin { background-image: url("../img/linkedin.svg"); }

.contact_icon.mail { background-image: url('../img/email.svg'); }
.contact_icon.phone { background-image: url('../img/phone.svg'); }


.home_logo {
    display: block;
    width: 400px;
    height: 100px;
    margin: 4rem auto 0.5rem auto;
    background-color: transparent;
    background-image: url('../img/jla_group.svg');
    background-repeat: no-repeat;
}

.home_subtitle {
    color: #3C3837;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 auto 4rem auto;
    text-align: center;
}

.home_msg {
    padding: 3rem 10%;
    text-align: centeR;
    background:#818C8C;
    color: white;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 2rem;
    position: relative;
    margin: 4.5rem auto;
}

.home_msg::before {
    position: absolute;
    display: block;
    content: " ";
    top: -0.5rem;
    width: 35%;
    left: 0px;
    height: 0.5rem;
    background: #3C3837;
}

.home_msg::after {
    position: absolute;
    display: block;
    content: " ";
    bottom: -0.5rem;
    width: 35%;
    right: 0px;
    height: 0.5rem;
    background: #3C3837;
}

.home_logos {
    text-align: center;
    margin: 3rem;
}

.enterprise {
    width: 25%;
    height: 45px;
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
    transition: 0.2s opacity ease-in-out;
    margin: 1rem 1.5rem;
}

.enterprise:hover {
    opacity: 1;
}

.enterprise_anselmicrm { background-image: url("../img/anselmicrm_gray.svg"); }
.enterprise_crm { background-image: url("../img/crm_gray.svg"); }
.enterprise_global { background-image: url("../img/global_gray.svg"); }
.enterprise_assistcargo { background-image: url("../img/assistcargo_gray.svg"); }
.enterprise_insurnova { background-image: url("../img/insurnova_gray.svg"); }
.enterprise_leverbox { background-image: url("../img/leverbox_gray.svg"); }
.enterprise_sri { width: 15%; background-image: url("../img/sri_gray.svg"); }
.enterprise_valuesgroup { background-image: url("../img/valuesgroup_gray.svg"); }

#team, #mission, #services, #locations, #customers {
    margin: 6rem 0px;
    text-align: center;
}

.title-container {
    display: inline-block;
    width: 100%;
}

.title {
    background: #3C3837;
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0.8rem 1.8rem;
}

.title-left {
    float: left;
    padding-left: 5%;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
}

.title-right {
    float: right;
    padding-right: 5%;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
}

.team-first-level, .team-second-level {
    display: block;
}

.team {
    display: inline-block;
    margin: 3.5rem 1rem;
}

.team-first-level .photo {
    width: 150px;
    height: 150px;
}

.team-second-level .photo {
    width: 130px;
    height: 130px;
}

.photo {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.photo.jlanselmi { background-image: url("../img/team_jlanselmi.png"); }
.photo.afernandez { background-image: url("../img/team_afernandez.png"); }
.photo.sanselmi { background-image: url("../img/team_sanselmi.png"); }
.photo.pvidal { background-image: url("../img/team_pvidal.png"); }
.photo.cleymarie { background-image: url("../img/team_cleymarie.png"); }
.photo.nmari { background-image: url("../img/team_nmari.png"); }
.photo.jmiranda { background-image: url("../img/team_jmiranda.png"); }

.team .personal_info {
    text-transform: uppercase;
    color: #818C8C;
    font-weight: 500;
    margin-top: 1rem;
}

.team .position {
    font-size: 0.9rem;
}

.mission {    
    position: relative;
    text-align: center;
    font-size: 1.3rem;
}

.our_mission {
    border-radius: 1rem;
    border: 3px solid #818C8C;
    margin: 3rem 7%;
    padding: 1rem 2.2rem 2rem 2.2rem;
}

.our_mission:after {
    position: absolute;
    background-image: url("../img/arrow_down_1.svg");
    background-repeat: no-repeat;
    background-position: center;
    content: " ";
    width: 80px;
    height: 40px;
    bottom: 0px;
    left: 50%;
    margin-left: -40px;
    margin-bottom: -20px;
}

.mission-steps {
    margin: 4rem;
}

.mission_step {
    display: inline-block;
    margin: 1rem 1rem;
    width: 15%
}

.mission_img {
    width: 100%;
    height: 80px;
    display: block;
    margin: 2rem auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.step_0 { background-image: url("../img/mission_0.svg"); }
.step_1 { background-image: url("../img/mission_1.svg"); }
.step_2 { background-image: url("../img/mission_2.svg"); }
.step_3 { background-image: url("../img/mission_3.svg"); }
.step_4 { background-image: url("../img/mission_4.svg"); }

.mission_desc {
    background: #818C8C;
    padding: 0.5rem 1rem;
    color: white;
    font-weight: 500;
    border-radius: 0.8rem;
}

.service_item {
    display: inline-block;
    width: 20%;
    margin: 1rem 3rem;
}

.service_title {
    font-weight: 500;
    font-size: 2rem;
    color: #3C3837;
}

.service_img {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    display: block;
    margin: 1.5rem auto;
    width: 80%;
    height: 220px;
    background-size: contain;
}

.service_0 { background-image: url("../img/services_0.svg"); }
.service_1 { background-image: url("../img/services_1.svg"); }

#services p, #customers p {
    margin: 1rem 10%;
    font-size: 1.5rem;
}

#locations .map {
    margin: 2rem auto;
    width: 80%;
    height: 70vh;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/map_bg_1.svg?v=2");
    position: relative;
}

.slider{
    text-align:center;
    margin: 4rem;
    /*display: table-cell;*/
}

.btn-slider{
    width:35px;
    height:60px;
    background-image:url("../img/slider-arrow.svg");
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    display:inline-block;
    vertical-align:middle;
    cursor:pointer;
    opacity:.5;
    margin:0 20px;
    transition: .2s opacity  ease-in-out
}
.btn-slider:hover{
    opacity:1
}
.btn-right{
    transform:rotate(180deg)
}
.slider-content{
    display:inline-block;
    width:80%;
    white-space:nowrap;
    overflow-x:scroll;
    vertical-align:middle
}
.slider-content::-webkit-scrollbar{
    display:none
}
.slider img{
    width:150px;
    display:inline-block;
    vertical-align:middle
}

.client {
    margin: 0.5rem 2rem;
}

footer {
    background: #3C3837;
    color: white;
    margin: 3rem 0px 0px 0px;
    padding: 2rem 10%;
    text-align: center;
}

footer span {
    display: block;
    margin: 1rem;
}

footer .footer_logo {
    width: 300px;
    height: 100px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../img/jla_group_white.svg");
}

footer .sitemap {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #888;
}

footer .sitemap .element {
    display: inline-block;
    border-left: 1px solid #888;
    padding: 0 1rem;
    text-align: center;
}

footer .sitemap .element:first-child {
    border-left: 0;
}

footer a {
    color: #888;
    opacity: 0.8;
    text-decoration: none;
    margin: 0 1rem;
    transition: 0.2s opacity ease-in-out;
    font-weight: 400;
}

a:hover {
    opacity: 1;
}

.btn-menu, .element {
    cursor: pointer;
}

footer .site_disclaimer {
    font-size: 0.95rem;
}

footer .site_disclaimer span {
    margin-bottom: 10px;
}

.circle-left:after {
    content: " ";
    background: #f7f7f7;
    position: absolute;
    left: -45vh;
    height: 90vh;
    width: 90vh;
    border-radius: 100vh;
    z-index: -1;
}

.circle-right:after {
    content: " ";
    background: #f7f7f7;
    position: absolute;
    right: -45vh;
    height: 90vh;
    width: 90vh;
    border-radius: 100vh;
    z-index: -1;
}

.world {
    cursor: pointer;
}

.world .lang_box {
    display: none;
    position: absolute;
    margin-top: 45px;
    left: 5px;
    text-align: left;
}

.lang_box a{
    text-transform: none;
    text-decoration: none;
    color: gray;
    opacity: 0.5;
}

.lang_box a:hover {
    opacity: 1;
}

.location {
    position: absolute;
    width: 250px;
    height: 40px;
    background: transparent;
    cursor: pointer;
}

.direccion-container, .direccion-container-left {
    display: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    font-size: 0.75rem;
    padding: 0.8rem 1rem 1rem 1rem;
    line-height: 0.8rem;
    min-width: 150px;
}

.direccion-container {
    background-image: url("../img/location-right.svg");
}

.direccion-container-left {
    background-image: url("../img/location-left.svg");
}

.direccion-container p, .direccion-container-left p {
    margin: 0.3rem 0;
}

.location:hover .direccion-container {
    display: block;
    white-space: nowrap;
    position: absolute;
    margin-top: -85px;
    left: 50%;
}

.location:hover .direccion-container-left {
    display: block;
    white-space: nowrap;
    position: absolute;
    margin-top: -85px;
    left: 0;
}

.location.location-Argentina {
    bottom: 10%;
    left: 35%;
}

.location.location-Chile {
    bottom: 12%;
    left: 2%;
}

.location.location-Paraguay {
    bottom: 24%;
    left: 38%;
}

.location.location-Peru {
    bottom: 26%;
    left: 1%;
}

.location.location-Colombia {
    bottom: 42%;
    left: 32%;
}

.location.location-USA {
    bottom: 59%;
    left: 32%;
}

.location.location-USA2 {
    bottom: 68%;
    left: 28%;
}

.location.location-Mexico {
    bottom: 77%;
    left: 31%;
}

@media (min-width: 1025px) and (max-width: 1360px) {
  
    .home_logo {
        width: 380px;
        height: 70px;
        background-position: center;
    }

    .home_msg {
        margin: 3rem auto;
        padding: 2.2rem 10%;
    }

    .team {
        margin: 2rem 1rem;
    }
    
}

@media (max-height: 550px) {
  
    header {
        height: 40px;
    }

    .home_logo {
        margin-top: 0px;
    }

    .home_subtitle {
        margin-bottom: 2rem;
    }
    
    .home_msg {
        margin: 1rem auto;
        padding: 1.5rem 10%;
    }

    .home_logos {
        margin-top: 2rem;
    }

    .team {
        margin: 2rem 1rem;
    }
    
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

    header .menu {
        display: none;
    }

    #menu_mobile {
        position: absolute;
        margin-left: calc(50% - 20px);
        width: 40px;
        display: block;
        text-align: center;
        margin-top: 2rem;
        height:30px;
    }

    #menu_mobile:after {
        content:"";
        position:absolute;
        top:-50px;
        left:0;
        width:100%;
        height:100%;
        box-shadow: 0 5px 0 #fff,
                    0 10px 0 #818C8C,
                    0 15px 0 #fff,
                    0 20px 0 #818C8C,
                    0 25px 0 #fff,
                    0 30px 0 #818C8C,
                    0 35px 0 #fff;
    }

    #menu_content {
        position: absolute;
        background: rgba(60, 56, 55);
        color: white;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 999;
        display: grid;
        align-items: center;
        transition: all 0.5s ease-in-out;
        top: -100vh;
    }

    #menu_content .btn-menu {
        font-size: 2.5rem;
        margin: 0.1rem;
        display: block;
    }

    .home_logo {
        width: 80%;
        margin: 5rem auto 0rem auto;
        background-position: center;
    }

    .home_logos {
        margin: 0;
    }

    .home_subtitle {
        margin-bottom: 2rem;
        font-size: 1.2rem;
    }

    .home_msg {
        margin: 2rem auto;
        padding: 1rem;
        line-height: 1.8rem;
    }

    .enterprise {
        width: 35%;
        margin: 1rem;
        max-height: 1.5rem;
    }

    .team {
        margin-bottom: 0rem;
    }

    .mission_step {
        width: 35%;
    }

    .mission_desc {
        font-size: 0.8rem;
    }

    #locations .map {
        margin: 5rem 0;
        width: 100%;
        height: 40vh;
        background-size: cover;
        background-position: left;
    }

    .btn-slider {
        width: 25px;
    }

    .slider {
        margin: 3rem 0;
    }

    .slider img {
        width: 180px;
    }

    .slider-content {
        display: inline-block;
        width: 60%;
        white-space: nowrap;
        overflow-x: scroll;
        vertical-align: middle;
    }

    footer .sitemap .element, footer a {
        display: block;
        border: none;
    }
}