@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0 auto;
	padding: 0;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

/** ID **/

.flex{
    display: flex;
}
p{
    font-weight: 300;
    color: #062c3a;
}

#textos{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
}

#tittle-white{
    color: white;
    font-size: 30px;
    margin: 0;
}
#txt-blue{
    color: #0aa6b5;
    font-size: 20px;
}
#txt{
    color: #3d3c3f;
    font-size: 20px;
}
#white{
    color: white;
}
#white-center{
    color: white;
    text-align: center;
}
#tittle-blue{
    color: #0aa5b5;
    font-size: 30px;
    padding: 0;
}
#tittle-blue2{
    color: #0aa5b5;
    font-size: 18px;
    font-weight: 350;
    padding: 0;
}
#mini-blue{
    color: #0aa5b5;
    font-size: 20px;
}
#tittle-black{
    color: #3d3c3f;
    font-size: 30px;
}
#tittle-black2{
    color: #3d3c3f;
    font-size: 24px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}
#tittle-black3{
    color: #3d3c3f;
    font-size: 19px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.tittle-mar{
    padding: 20px 0;
}

/** ID **/


header{
    /**background-image: url(../img/insptruck_02.jpg);
    background-size: cover; **/
    width: 100%;
    height: 830px;
}

.titulo{
    width: 100%;
    background-color: black;
    color: white;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.quienes{
    background-image: url(../img/portada3_cut.jpg);
    background-size: cover;
    width: 100%;
    height: 320px;
}
.servicios-fondo{
    background-image: url(../img/portada5_cut.jpg);
    background-size: cover;
    width: 100%;
    height: 320px;
}
.clientes{
    background-image: url(../img/portada2_cut.jpg);
    background-size: cover;
    width: 100%;
    height: 320px;
}
.proveedores{
    background-image: url(../img/insptruck_03.jpg);
    background-size: cover;
    width: 100%;
    height: 320px;
}
.contacto-fondo{
    background-image: url(../img/barco_contenedor2.jpg);
    background-size: cover;
    width: 100%;
    height: 320px;
}

.container-header{
    width: 80%;
    margin: 0 auto;
}

.container-header-nav{
    width: 80%;
    margin: 0 auto;
}

.logo{
    width: 170px;
    padding: 10px
}

/** nav{
    background-color: #0aa5b5;
}
nav a{
    list-style: none;
    padding: 10px;
    color: white;
    text-decoration: none;
} **/

.menu-responsive{
    display: none;
}

.box-header{
    background-color: rgba(0,0,0,0.6);
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 120px;
    padding: 20px 30px;
    height: 170px;
}


/** SERVICIOS **/

.servicios{
    margin-bottom: 30px;
    padding: 0;
}

.square{
    justify-content: space-between;
}

.box-ser{
    flex-wrap: wrap;
    width: 300px;
}
.box-ser a{
    text-decoration: none;
}

.img-square{
    width: 300px;
    height: 300px;
}
.icon-square{
    width: 70px;
    height: 70px;
}
.txt-icon{
    padding-left: 10px;
    width: 210px;
}

.contacto-ser{
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    background-color: #3d3c3f;
    width: 200px;
    margin-top: 10px;
}

.contacto-ser:hover{
    background-color: #037E8C;
    transition: ease 0.5s;
    cursor: pointer;
}

.contacto-ser a{
    color: white;
    text-decoration: none;
}

/** PROPUESTA DE VALOR **/

.pro-valor{
    background-image: url(../img/banner.jpg);
    background-size: cover;
}

.circle-icon{
    background-color: #0aa5b5;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.circle-icon img{
    width: 80px;
    height: 80px;
    padding: 10px;
}

.box-valor{
    padding: 70px 25px;
}
.box-valor p{
    padding: 0 10px;
}

.sec-box{
    justify-content: space-between;
}

/** SECTION 2 **/

.square2{
    justify-content: space-between;
}

.box2{
    width: 300px;
    padding-bottom: 20px;
}
.box2 img{
    width: 80px;
    margin: 0 auto;
}
.box2 p{
    padding: 0 10px;
}
.box2 a{
    color: #062c3a;
    text-decoration: none;
    padding: 0 20px;
}

.box2 a:hover{
    color: #037E8C;
    transition: ease 0.5s;
    cursor: pointer;
}


/** NOTICIAS **/

.noticias{
    background-color: #3d3c3f;
    padding-bottom: 30px;
}

.noti-box{
    width: 400px;
}
.noti-box img{
    background-color: white;
    width: 400px;
    height: 200px;
}

.noti-cont{
    width: 80%;
    margin: 0 auto;
    justify-content: space-around;
    padding: 0;
}

.contacto-noti{
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    background-color: #0aa5b5;
    width: 200px;
    margin-top: 10px;
}

.contacto-noti a{
    color: white;
    text-decoration: none;
}

.contacto-noti:hover{
    background-color: #037E8C;
    transition: ease 0.5s;
    cursor: pointer;
}


/** QUIENES SOMOS **/

.txt-quienes{
    flex-wrap: wrap;
}

.box-full{
    width: 100%;
}

.box-medio{
    width: 50%;
}
.box-medio img{
    width: 97%;
    padding-left: 20px;
}

.lista{
    font-weight: 300;
}

.negrita{
    font-weight: 600;
}


/** SERVICIOS **/

.txt-transporte{
    flex-wrap: wrap;
}

.box-mid{
    width: 50%;
}
.box-mid li{
    font-weight: 300;
    color: #062c3a;
}

.img-contenedor{
    width: 50%;
}
.img-contenedor img{
    width: 80%;
    padding: 50px 10px 10px 10px;
}

.box-li{
    flex-wrap: wrap;
    justify-content: space-around;
    width: 50%;
    padding: 10px 0;
    background-color: #e6e6e6;
}
.box-li p{
    width: 100%;
    text-align: center;
}

.box3{
    padding: 5px;
}

.box3 li{
    font-weight: 300;
    color: #062c3a;
}

.box4{
    flex-wrap: wrap;
}

/** **/

.txt-almacen{
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.txt-almacen2{
    justify-content: flex-start;
}

.box5{
    width: 30%;
    padding-bottom: 10px;
}
.box5 li{
    font-weight: 300;
    color: #062c3a;
}

.box6{
    width: 50%;
    padding-bottom: 10px;
}
.box6 li{
    font-weight: 300;
    color: #062c3a;
    list-style: none;
}


/** **/

.box-seguro1{
    width: 50%;
    background-color:#037E8C;
    padding: 0 0 0 20px;
    padding-bottom: 15px;
}
.box-seguro2{
    width: 50%;
    background-image: url(../img/articulo-seguro_cut.jpg);
    background-size: cover;
}

.box-seguros li{
    font-weight: 300;
    color: white;
}

.mini-box{
    width: 50%;
    padding-top: 40px;
}
.mini-box p{
    font-size: 13px;
    color: white;
}


/** CLIENTES **/

.txt-clientes{
    width: 85%;
    justify-content: space-between;
    margin: 0 auto;
}

.box-clientes{
    width: 400px;
    padding-top: 30px;
}

.box-clientes li{
    font-weight: 300;
    color: #062c3a;
}

.fondo-gray{
    background-color: #e6e6e6;
}

.box-logos{
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.log-box{
    width: 150px;
    margin: 20px;
}

.log-box img{
    width: 100%;
}

/** PRIVACIDAD **/

.privacidad{
    padding: 30px;
}

.privacidad a{
    text-decoration: none;
}

.privacidad li{
    font-weight: 300;
}

.no-list{
    margin-left: 15px;
}
.no-list2{
    margin-left: 22px;
    list-style: none;
}

.priv-group{
    justify-content: space-between;
}

.priv-box{
    width: 30%;
}

/** FINAL **/

.final-cont{
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 20px;
}

.box-final{
    width: 300px;
}
.box-final img{
    width: 65%;
}
.box-final li{
    font-weight: 300;
    color: #062c3a;
    padding-top: 10px;
}

.box-final a{
    text-decoration: none;
    color: #062c3a;
}


/** FOOTER **/

footer{
    background-color: black;
    padding: 15px 0;
}

.box-footer{
}

.box-footer p{
    padding-left: 10px;
    color: #959595;
}

.group-a a{
    padding: 10px 15px;
    color: white;
    text-decoration: none;
}

.group-a a:hover{
    color: #0aa5b5;
    transition: ease 0.5s;
    cursor: pointer;
}

.ts{
    color: #959595;
    text-decoration: none;
}

.group-icon img{
    width: 30px;
    height: 30px;
    padding: 4px;
}

.contacto-footer{
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: #0aa5b5;
    width: 130px;
    justify-content: center;
    align-items: baseline;
}

.contacto-footer p{
    color: white;
}

.contacto-footer img{
    width: 20px;
    height: 20px;
    padding-right: 5px;
}

