/*
Desarrollado por :
*/
body{
    font-family: 'Roboto', sans-serif;
}
header{
    height: 100vh;
    background-image: url('../img/back-header.jpg');
    background-size: cover;
    padding-top: 35px;
    position: relative;
}

header > .video-bk-header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mail-header a{
    color: #C6C6C6 !important;
}
.mail-header a:hover{
    color: #C6C6C6 !important;
}

.overlay-header{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}

.logo{
    margin-top: 30px;
}

.text-header{
    color: #C6C6C6;
    font-size: 14px;
    text-align: right;
}

.map-ico{
    margin-right: 7px;
}

.phone-ico{
    margin-right: 7px;
}

.mail-ico{
    margin-right: 7px;
    margin-top: -5px;
}

.center-text{
    margin-top: 25vh;
}

.center-text h1{
    color: #fff;
    font-size: 80px;
    margin-bottom: 50px;
}

.contact-link{
    font-size: 16px;
    color: #fff;
    background-color: #BE2030;
    border-radius: 10px;
    padding: 10px 30px 10px 30px;
    transition: all .3s ease;
}

.text-data{
    position: relative;
    display: inline-block;
    text-align: center;
}

.mail-header{
    width: 28%;
}

.country-header{
    width: 23%;
}

.phone-header{
    width: 30%;
    border-right: 1px solid #C6C6C6;
}

/*who-we-are*/
#who-we-are{
    margin-top: 100px;
}
.text-who{
    margin-top: 20px;
}

/* how-we-are*/
#how-we-are{
    margin-top: 100px;
    background-image: url(../img/back-approach.jpg);
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -10px;
}
.content-how{
    width: 80%;
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    color: #000;
    margin-top: 20px;
    min-height: 314px;
}
.content-how img{
    margin-bottom: 20px;
    min-height: 160px;
}

/*our-difference*/
#our-difference{
    margin-top: 100px;
}
.icos-difference{
    margin-top: 100px;
}

.col-our-difference-text p {
    font-size: 18px;
    text-align: center;
}

.col-our-difference-text img {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
}

.col-our-difference-text {
    position: relative;
    margin-top: 25px;
}

/* Exporting US */

.container-exporting-us {
    position: relative;
    padding: 150px 0;
}

.bg-exporting-us {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.col-exporting-us {
    text-align: center;
}

#exporting-us h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1;
}

.btn-design1 {
    font-size: 17px;
    color: #ab0b22;
    display: block;
    width: 240px;
    margin: auto;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    transition: all .3s ease;
}

#exporting-us {padding-top: 50px;}

.btn-design1:hover {
    background: #ab0b22;
    color: #fff;
    text-decoration: none;
}

/* Footer */

.content-footer {
    padding: 50px 0 30px 0;
}

.logo-footer {
    display: inline-block;
    margin-bottom: 20px;
}

.box-text-content-footer p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
}

.box-text-content-footer p:last-child {
    margin: 0;
}

.item-info-footer {
    font-size: 14px;
    text-align: right;
    margin-bottom: 12px;
}

.items-info-footer .item-info-footer:last-child {
    margin: 0;
}

.row-content-footer {
    align-items: center;
}

.logo-footer img {
    width: 200px;
}

.country-footer img {
    width: 140px;
}

.box-text-content-footer p b {
    font-weight: 500;
    color: #be2030;
}

footer {
    background: #F1F1F1;
    padding-top: 250px;
    margin-top: -250px;
}

/* */

.content-how2 {
    margin-top: auto;
    text-align: center;
}

.content-how2 h5 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
}

.content-how2 h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 1;
}

.content-how2 p {
    font-size: 15px;
    margin: 0;
}

.content-how2 img {
    margin-bottom: 20px;
}

.row-how-we-are {
    align-items: flex-end;
}

#how-we-are.how-we-are2 {
    background-image: url(../img/back-approach2.jpg);
    padding: 100px 0 200px 0;
}

.contact-link:hover {
    text-decoration: none;
    color: #BE2030;
    background-color: #fff;
}

.logo-footer-aero img {
    width: 230px;
}

.logo-aero {
    width: 200px;
}

.col-our-difference-text img.img-our-difference-text {
    display: none;
}

.contact-link2 {
    background: #1f2351;
}

.contact-link2:hover {
    color: #1f2351;
}

.btn-design1-color2 {
    color: #1f2351;
}

.btn-design1-color2:hover {
    background: #1f2351;
}

.item-info-footer img {
    margin-right: 5px;
}

.country-header img,
.country-footer img {
    width: 40px;
}

.country-header a{
    display: inline-block;
    margin-left: 10px;
}

.country-footer a {
    display: inline-block;
    margin-right
    : 10px;
}