*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    position: relative;
    /*overflow-x: hidden;*/
    font-style: normal;
}
a:hover{
    text-decoration: none;
}
.font-1{    font-family: 'Fjord One', serif;    }
.font-2{    font-family: 'Fira Sans', sans-serif;   }
.font-3{    font-family: 'Montserrat', sans-serif;  }
.font-4{    font-family: 'Fira Sans Condensed', sans-serif; }
.font-5{    font-family: 'Playfair Display', serif; }
.medio{ display: flex; align-items: center; justify-content: center;}
.no-espacio{margin: 0; padding: 0;}
.navbar{
    margin: 0;
    padding: 1% 0;
    
}
.border2{
    border-bottom: 2px solid #C4C4C4;
}
.nav-item{
    font-size: 13px;
    padding: 0 10px;
}
.nav-link, .tel{
    color: #000000;
}
.nav-link:hover, footer li a:hover{
    color: #8F9391 !important;
}
.hero a{
    color: white;
    transition: all 500ms ease;
}
.hero a:hover{
    background: #8F9391;
    color: white;
    transform: scale(1.2);
}
nav{
    -o-transition:all 0.8s ease;
    -ms-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -webkit-transition:all 0.8s ease;
    transition: all 0.8s ease;
}
.nav-item .dropdown-item{
    color: white;
    font-size: 13px;
}
#dmenu a:focus, #dmenu a:active, #dmenu a:hover, #fmenu a:focus, #fmenu a:active, #fmenu a:hover{
    outline: none;
    border: none;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.nav-item .dropdown-item:hover{
    color: #6D2F18;
}
.nav-item .dropdown-item:active{
    background: white;
}
.color-brown{
    color: #6D2F18;
}
.bg-brown{
    background: #6D2F18;
}
.cambio-menu{
    background: #6D2F18;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0.5% 8%;
}
.no-espacio{
    margin: 0;
    padding: 0;
}
.medio{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero{
    background-size: cover !important;
    padding: 10% 0;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    /*min-height: 300px; */
}
.hero h1{
    font-weight: normal;
    font-size: 80px;
    line-height: 105%;
}
.hero p{
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
}
footer{
    padding: 5%;
}
footer h3{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10%;
}
footer p{
    font-weight: normal;
    font-size: 16px;
    line-height: 118.7%;
}
footer li{
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    margin: 6% 0 0;
}
#hero-contact{
    background: url(../img/ship-agency.jpg);
}
#services{
    padding: 5% 30%;
    color: #67666B;
}
#services-brown{
    padding: 5% 25%;
}
#services-brown h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 160%;
}
#services-brown h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
}
#services-brown.cambio{
    padding: 5% 10%;
}
#services-brown.cambio2{
    padding: 5% 3%;
}
#services-brown .col-texto{
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}
#services-brown p{
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #E5E5E5;
}
#services.cm{
    padding: 5% 10%;
}
#services ul, #services-brown ul{
    list-style: none;
}
#services ul li::before, #services-brown ul li::before{
    content: '•';
    margin: 0 5% 0 0;
}
#services h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    color: #67666B;
    margin-bottom: 0;
}
#contacto{
    background: #FCFBF7;
    padding: 5% 0 10%;
}

@media only screen and (min-width:768px){
    .list-c{
        padding-top: 38px;
    }
}
.dir{
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
    color: #333538;
}
.tel{
    font-weight: normal;
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 13%;
}
#contacto img{
    width: 75%;
}
.form-control{
    border-radius: 0;
    background: rgba(109, 47, 24, 0.12);
    margin-bottom: 4%;
    border: none;
}
.form-control:focus, .form-control:active{
    outline: none;
    border: 1px solid rgba(109, 47, 24, 0.12);
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.navbar-toggler{
    outline: none;
    border: none;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
textarea{resize: none;}
.form-group button{
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #6D2F18;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 85px;
    height: 35.5px;
}
.form-group button:hover{
    color:white;
    background-color: #6D2F18;
    transition: all 0.5s ease-out;
}
#contacto h3{
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
}
.menu-icon{
    font-size: 24px;
    color: #6D2F18;
}
#hero-supply{
    background: url(../img/supply.jpg);
}
#contacto h2{
    font-weight: normal;
    font-size: 48px;
    line-height: 105%;
    color: #6D2F18;
}
#hero-vsl{
    background: url(../img/vessel.jpg);
}
#hero-bunk{
    background: url(../img/ship-supplies.jpg);
}
#hero-log{
    background: url(../img/logistics..jpg);
}

/*vessel mgmt*/
#section-thirteen h4{
    font-size: 30px;
    line-height: 118.7%;
    width: 70%;
    margin-top: 10%;
}
#section-thirteen .content{
    padding: 0;
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#section-thirteen .item{
    float: left;
    width: 20%;
    margin: 0;
}
#section-thirteen{
    padding: 5% 7%;
}
.title-eq{
    font-weight: 600;
    font-size: 48px;
    line-height: 105%;
    width: 50%;
    margin-top: 1%;
}

/*icons boats*/
.img-icon-boat{
    width:100%;
    height:150px;
}
.item{
    margin-top:130px;
}
@media (max-width:600px){
    .title-eq{margin-bottom:130px;}
    .item h4{
        margin-bottom:130px;
    }
    .img-icon-boat{
        width:100%;
        height:120px;
    }
}