@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');

@font-face {
    font-family: 'Jost-SemiBold';
    src: url(../fonts/Jost-SemiBold.ttf);
}

@font-face {
    font-family: 'Jost-Regular';
    src: url(../fonts/Jost-Regular.ttf);
}

@font-face {
    font-family: 'Jost-Bold';
    src: url(../fonts/Jost-Bold.ttf);
}

@font-face {
    font-family: 'Jost-Medium';
    src: url(../fonts/Jost-Medium.ttf);
}

.body{

}

.header{
    max-width: 1400px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
/*
.header{
    width: 100%;
    height: 53rem;
    max-width: 1400px;
    margin: auto;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}
*/
.nav{
    display: flex;
    justify-content: space-between;
    padding-top: 2.5rem;
}

.nav picture{
    margin: 0 0 0 8rem;
}

.logo_mobile > picture {
    margin: 0 0 0 0rem;
}

.nav ul{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 6rem 0 0;
    /*margin: 0 5rem 0 0;*/
    list-style: none;
}

.nav ul li{
    padding: 1.5rem;
}

.nav ul button{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(129, 195, 90, 0.801);
    border: none;
    border-radius: 35px;
    height: 2.8rem;
    width: 10.4rem;
    cursor: pointer;
    font-family: 'Jost-SemiBold';
    font-size: 13px;
    letter-spacing: 1px;
    transition: 0.4s
}

.nav ul button:hover{
    color: rgb(50, 119, 10);
    transition: 0.4s;
}

.nav ul li a{
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-family: 'Jost-SemiBold';
    font-size: 13px;
    letter-spacing: 1px;
    transition: 0.4s;
}

.nav ul li a::after{
    content: '';
    position: absolute;
    background-color: rgb(231, 231, 231);
    height: 2px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: 0.4s;
}

.nav ul li .bt::after{
    height: 0px;
}

.nav ul li a:hover::after{
    width: 100%;
    transition: 0.6s;
}

.nav ul li a:hover{
    transition: 0.4s;
}

.bars_nav{
    display: flex;
    align-items: center;
    display: none;
}

.bars_nav i{
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

.close_nav i{
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 15%;
    right: 20%;
    display: none;
}

.logo_mobile{
    display: none;
}

.global{
    position: absolute;
    left: 19rem;
    top: 7.5rem;
    font-family: 'Playfair Display', serif;
    color: white;
}

.main{
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.hero{
    height: 53rem;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero h1{
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-family: 'Jost-Regular';
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 0rem;
    line-height: 43px;
}

.hero h1 > span{
    font-family: 'Jost-Bold';
    color: rgba(30, 104, 108, 1);
}

.title_bottom{
    margin-bottom: 10rem !important;
}

.nosotros{
    position: relative;
    background: rgba(255, 255, 255, 1);
    /*height: 67rem;*/
    height: 50rem;
}

.nosotros_card{
    height: 35rem;
    width: 55rem;
    display: flex;
    margin: -15rem auto;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4); 
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
}

.nosotros_card > picture{
    width: 40rem;
    height: 35rem;
}

.nosotros_card > picture img{
    width: 100%;
    height: 100%;
}

.nosotros_card > article{
    width: 50rem;
    background-image: linear-gradient(to right top, #81c259, #50ae6a, #259874, #0d8175, #1f696c);
    color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nosotros_card > article > span{
    font-family: 'Jost-SemiBold';
    font-size: 17px;
    color: rgba(129,195,90,1);
    text-align: center;
    display: block;
}

.nosotros_card article h2{
    width: 22rem;
    font-size: 28px;
    font-family: 'Jost-Bold';
    font-weight: 100;
}

.nosotros_card article p{
    font-size: 16px;
    font-family: 'Jost-Regular';
    width: 21rem;
    line-height: 24px;
    text-align: justify;
    text-justify: inter-word;
    margin-right: 15px;
}

.nosotros_text{
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.nosotros_text article:nth-child(1){
    width: 24rem;
    margin-bottom: 20rem;
    margin-right: 3rem;
}

.nosotros_text article:nth-child(2){
    width: 29rem;
    margin-bottom: 10rem;
    margin-right: 1rem;
    text-align: justify;
    text-justify: inter-word;
}

.nosotros_text article:nth-child(1) h3{
    font-family: 'Jost-Bold';
    font-size: 28px;
    font-weight: 100;
    color: rgba(30, 104, 108, 1);
    line-height: 40px;
    /*
    text-align: justify;
    text-justify: inter-word;
    */
}

.nosotros_text article:nth-child(2) p{
    font-family: 'Jost-Regular';
    font-size: 17px;
    color: rgba(30, 104, 108, 1);
    line-height: 26px;
}

.container_mundo{
    height: 52rem;
    background-image: url(../images/mundo.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: transparent;
    position: relative;
    z-index: 100;
}

.glide__slides,
.glide__bullets{
    cursor: default;
}

.container_mundo article span{
    font-family: 'Jost-SemiBold';
    font-size: 17px;
    color: rgba(129,195,90,1);
    text-align: center;
    display: block;
}

.container_mundo article h4{
    font-family: 'Jost-Bold';
    font-size: 46px;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

.container_mundo article p{
    font-family: 'Jost-Regular';
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    width: 25rem;
    line-height: 28px;
}

.container_mundo article:nth-child(1) p{
    width: 28rem;
}

.frases{
    width: 100%;
    box-sizing: border-box;
    margin-top: -24rem;
    position: relative;
    z-index: 0;
    background: #e8f0f0;
}

.frase_bg1,
.frase_bg2,
.frase_bg3,
.frase_bg4{
    height: 58rem !important;
    background-image: url(../images/frase_1.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frase_bg2{
    background-image: url(../images/Comercio\ Exterior\ 2.PNG);
}

.frase_bg3{
    background-image: url(../images/Comercio\ Exterior.PNG);
}

.frase_bg4{
    background-image: url(../images/companycomex06.jpg);
}

.frase_bg1 article,
.frase_bg2 article,
.frase_bg3 article,
.frase_bg4 article{
    margin-top: 15rem;
    height: 14rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.frase_bg1 article,
.frase_bg2 article,
.frase_bg3 article,
.frase_bg4 article{
    height: 10rem;
}

.frase_bg1 article span,
.frase_bg2 article span,
.frase_bg3 article span,
.frase_bg4 article span{
    display: block;
    text-align: center;
    font-family: 'Jost-SemiBold';
    font-size: 17px;
    color: #1e686c;
    letter-spacing: 1px;
}

.frase_bg1 article h4,
.frase_bg2 article h4,
.frase_bg3 article h4,
.frase_bg4 article h4{
    text-align: center;
    font-family: 'Jost-Regular';
    font-size: 45px;
    font-weight: 100;
    margin: 0;
    color: white;
}

.glide__bullet {
    width: 12px !important;
    height: 12px !important;
}

.glide__bullets{
    top: 78%;
}

.productos{
    background-color: rgb(232, 241, 240);
    /*height: 70rem;*/
    height: 100rem;
    display: flex;
    flex-direction: column;
}

.productos_title{
    text-align: center;
    /*margin-top: 6rem;*/
    margin-top: 30rem;
}

.productos_title span{
    color: rgba(129, 195, 90, 1);
    font-family: 'Jost-SemiBold';
    font-size: 17px;
}

.productos_title h5{
    color: rgba(30, 104, 108, 0.938);
    font-family: 'Jost-Bold';
    font-size: 48px;
    font-weight: 500;
    margin: 1rem 0;
}

.productos_card{
    height: 50rem;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
}

.productos_card--item{
    width: 18rem;
    height: 23rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column; 
    /*
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4); 
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
    */
    -webkit-box-shadow: 0px 7px 14px -7px rgba(0,0,0,0.3); 
    box-shadow: 0px 7px 14px -7px rgba(0,0,0,0.3);
    background-color: white;
    border-radius: 9px;
    transition: all 400ms ease;
}

.productos_card--item:hover{
    transform: translateY(-2%);
}

.productos_card--item picture{
    z-index: 10;
}

.productos_card--item picture img{
    width: 100%;
    height: 100%;
}

.productos_card--item article{
    height: 10rem;
    margin-top: -0.2rem;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.productos_card--item article h5,
.productos_card--item article p{
    margin: 0;
}

.productos_card--item article h5{
    color: rgba(129,195,90,1);
    font-family: 'Jost-Bold';
    font-size: 28px;
    margin-bottom: 1rem;
}

.productos_card--item article p{
    color: rgba(40,110,114,1);
    font-family: 'Jost-Medium';
    font-size: 16px;
}

.contactanos{
    height: 40rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.contactanos article{
    height: 22rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contactanos article div span{
    font-family: 'Jost-SemiBold';
    font-size: 17px;
    color: rgba(129, 195, 90, 1);
}

.contactanos article div h6{
    font-family: 'Jost-Bold';
    font-size: 48px;
    font-weight: 400;
    color: rgba(30, 104, 108, 1);
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.contactanos article div p{
    font-family: 'Jost-Regular';
    font-size: 17px;
    color: rgba(30, 104, 108, 1);
    line-height: 24px;
}

.contactanos article address{
    display: flex;
    align-items: center;
}

.contactanos article address a{
    margin: -0.4rem 0 0 1rem;
    font-family: 'Jost-Regular';
    font-size: 17px;
    font-style: normal;
    color: rgba(30, 104, 108, 1);
    text-decoration: none;
}

.contactanos form{
    width: 25rem;
    height: 22rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.input{
    display: flex;
    flex-direction: column;
}

.input input,
.input textarea{
    height: 2.3rem;
    border: none;
    border-bottom: 1px solid rgba(30, 104, 108, 0.404);
    margin-top: 1.8rem;
    color: rgba(30,104,108,1);
    font-family: 'Jost-Regular';
    font-size: 18px;
}

.input textarea{
    resize: none;
}

.input input::placeholder{
    color: rgba(30,104,108,1);
    font-family: 'Jost-Regular';
    font-size: 18px;
}

.button{
    position: relative;
}

.button input{
    width: 11.2rem;
    height: 3rem;
    font-family: 'Jost-SemiBold';
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(129, 195, 90, 1);
    border: none;
    border-radius: 100px;
    text-align: start;
    padding-left: 2.3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.button picture{
    position: absolute;
    left: 120px;
    bottom: 16px;
}

.footer{
    height: 20rem;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    background-color: rgba(7, 26, 41, 1);
    
}

.footer div{
    display: flex;
    justify-content: space-between;
    height: 15rem;
}

.footer div picture{
    margin: 0 0 0 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer div{
    border-bottom: 1px solid rgba(30, 104, 108, .3);
}

.footer div ul{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 4rem 0 0;
    list-style: none;
}

.footer div ul li{
    padding: 1.5rem;
}

.footer div ul li a{
    text-decoration: none;
    color: rgba(30, 104, 108, 1);
    font-family: 'Jost-SemiBold';
    font-size: 13px;
    letter-spacing: 1px;
    transition: 0.4s;
}

.footer div ul li a:hover{
    color: rgba(134, 196, 69,1);
    transition: 0.4s;
}

.footer address{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 5rem;
    color: rgba(30, 104, 108, 1);
    font-size: 13px;
    font-family: 'Jost-Regular';
    font-style: normal;
}

.footer p a{
    text-decoration: none;
    color: rgba(30, 104, 108, 1);
}




