*, *:before, *:after {
    margin: 0;
    outline:0;
    padding:0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins';
    background-color:#ffffff ;
}

h1{
    font-size: 3em;
}
h2{
    font-size: 2.2em;
}
h3{
    font-size: 1.5em;
}

.hero{
    display: flex;
    width: 100%;
    height: 300px;
    box-shadow:2px 2px 10px rgba(0,0,0,.6);
    margin-top: 65px;
    background-color: rgb(76, 146, 146);
    align-items: center;
    text-align: center;
}

.hero img {
    width: 100%;
    height: auto;
    margin: auto;
    align-items: center;
}

.hero .hero-titulo{
    margin: auto;
    align-items: center;
    padding: 5%;

    text-shadow:2px 2px 10px rgba(0,0,0,.6);

    text-align: center;
    color:white;
}

.jobs img{
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: 15px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.6);
}

.jobs{
    padding: 3%;
    width: 100%;
    margin: auto;
    background-color: #fff;
}

.jobs .container{
    margin:auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    width: 80%;
    height: auto;
    column-gap: 5%;
    row-gap: 40px;
    font-size:0px;
}

.jobs .container .imagen-job{
    width: 100%;
    height: auto;
    border-radius: 15px;
    background-color: #fff;
}

.jobs .container .img{
    width: 100%;
    height: auto;
    border-radius: 15px;
    border: 2px solid #03032D;
    box-shadow:5px 5px 20px rgba(0,0,0,.6);
}

.jobs .container .imagen-job:hover{
    filter:brightness(100%);
    transition: .4s;
    text-align: center;
    font-style: bold;
    text-transform: uppercase;
    font-size: 15px;
    border: 2px solid #03032D;
}


.jobs .jobs-texto{
    color:white;
    font-size: 30px;
    font-style: bold;
    text-transform: uppercase;
    text-align: center;
    text-shadow:2px 2px 10px rgba(0,0,0,.6);
}

.data{
    box-shadow: 2px 2px 10px rgba(0,0,0,.6);
    width: 100%;
    height: 350px;
}

.data .data-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 2fr 1fr;
    column-gap: 5%;
    width: 80%;
    padding: 2%;
    align-items: center;
    margin: auto;
    text-align:center;
    font-size: 20px;
}
.data img{
    height: 150px;
    width: 150px;
    border-radius: 50px;
}

.menu {
    background-color:#03032D;
    height: 65px;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(245, 245, 245, 0.5);
    box-shadow: 5px 0 10px rgba(0,0,0,.6);
    position: fixed;
    z-index:100;
    top:0px;
}

.logo {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    padding: 0 80px;
    font-weight: bold;
    text-decoration: none;
}

a:link, a:visited {
    text-decoration: none;
}

.menu_items {
    display: flex;
    list-style: none;
    margin-right: 30px;

}

.menu_items li {
    border-radius: 3px;
    margin: 0 10px
}

.menu_items li a {
    padding: 7px 13px;
    text-decoration: none;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    color:#fff;
}

.menu_items li:hover, li.active {
    background-color: rgba(17, 150, 226, 0.541);
    transition:.4s;
    border-radius: 10px
}

.btn_menu{
    margin-right: 30px;
    font-size: 25px;
    color: #fff;
    cursor:pointer;
    display:none;

}

ul.show {
    top:65px;
}

.footer-body {
    display:grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    width: 100%;
    margin: auto;
    background-color: rgb(180, 180, 180);
    display:grid;
    text-align: center;
}

.footer-body .footer-div1{
    display:grid;
    grid-template-rows: 2fr 1fr 2fr;
    margin:auto;
    align-items: center;
    text-align: center;
    font-style: italic;
    padding-left: 30%;
}

.footer-body .footer-div1 img{
    height: 70px;
    width: auto;
}

.footer-redes{
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    color:white;
    width:100%;
    top:0%;
    margin:auto;
    cursor:pointer;
    text-decoration: none;
}

.fa-facebook,.fa-instagram,.fa-whatsapp {
    color: rgb(92, 94, 97);
}

.fa-facebook:hover {
    color: rgba(10, 74, 163, 0.856);
    transition: .4s;
}

.fa-instagram:hover {
    color: rgba(131, 24, 125, 0.842);
    transition: .4s;
}

.fa-whatsapp:hover {
    color: rgba(22, 214, 48, 0.863);
    transition: .4s;
}

.footer-body .footer-div2{
    display:grid;
    grid-template-rows: 1fr 4fr;
    margin:auto;
    row-gap: 20px;
    align-items: center;
    border-left: 2px solid #020236;
}

.footer-body .footer-div3{
    display:grid;
    grid-template-rows: 1fr 1fr;
    margin:auto;
    row-gap: 20px;
    text-align: left;
    border-left: 2px solid  #020236;
    padding: 8px 50px;
    text-decoration: none;
    color: rgb(116, 116, 116);
    font-size: 17px;
}

.list{
    list-style: none;
    text-align: left;
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins';
    margin:auto;
}

.list a{
    padding: 8px 50px;
    text-decoration:none;
    color: rgb(116, 116, 116);
    font-size: 17px;
}

.list a:hover{
    color: #020236;
    transition: .4s;
}

.footer-copy {
    width: 100%;
    margin: auto;
    background-color: rgb(180, 180, 180);
    display:grid;
    text-align: center;
}

footer{
    background-color: rgb(180, 180, 180);
}

@media screen and (max-width:1024px) {
    .logo{
        font-size: 30px;
        padding-left: 35px;

    }
    .menu_items{
        font-size: 16px;
    }
    .jobs .container{
        margin:auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 80%;
        height: auto;
        column-gap: 5%;
        row-gap: 40px;
    }
}
@media screen and (max-width:1400px) {
    h1{
        font-size: 2.5em;
    }
    .jobs .container{
        margin:auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 80%;
        height: auto;
        column-gap: 5%;
        row-gap: 40px;
    }
}

@media  screen  and (max-width: 950px){
    .data{
        height: auto;
    }
    .jobs .container{
        margin:auto;
        display: grid;
        grid-template-columns: 1fr;
        width: 80%;
        height: auto;
        column-gap: 5%;
        row-gap: 40px;
    }
    .data .data-container{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        column-gap: 5%;
        width: 80%;
        padding: 2%;
        align-items: center;
        margin: auto;
        text-align:center;
        font-size: 20px;
    }
    .menu{
        height:65px;
    }
    .btn_menu{
        display:inline-flex;
    }
    .menu_items{
        position: fixed;
        width:100vw;
        height:calc(100%-65px);
        background:#03032D;
        top: -100vh;
        text-align: center;
        transition:all 0.5s;
        flex-direction:column;
    }
    .menu_items li {
        margin:10px 0 10px 0;
        line-height: 30px;
    }
    .menu_items li:hover {
        background:none;
    }
    .menu_items li a {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
    }
    .menu_items li a:hover {
        color:rgba(17, 150, 226, 0.541);
    }
    .logo{
        font-size: 25px;
        padding-left: 35px;   
    }
    
    .footer-body {
        display:grid;
        grid-template-columns: 1fr;
        align-items: center;
        width: 100%;
        margin: auto;
        background-color: rgb(180, 180, 180);
        text-align: center;
    }
    .footer-body .footer-div1{
        display:grid;
        grid-template-rows: 2fr 1fr 2fr;
        margin:auto;
        align-items: center;
        text-align: center;
        font-style: italic;
        padding-left: 0%;
        border-bottom: 2px solid #020236;
    }
    
    .footer-body .footer-div1 img{
        height: 70px;
        width: auto;
    }
    
    .footer-redes{
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 1fr 1fr;
        color:white;
        width:100%;
        top:0%;
        margin:auto;
        cursor:pointer;
        text-decoration: none;
    }
    
    .fa-facebook,.fa-instagram,.fa-whatsapp {
        color: rgb(92, 94, 97);
    }
    
    .footer-body .footer-div2{
        display:grid;
        grid-template-rows: 1fr 4fr;
        margin:auto;
        row-gap: 20px;
        align-items: center;
        border-left: 0px solid #020236;
        margin-top: 30px;
        border-bottom:2px solid #020236;
        padding-bottom: 30px;
    }
    
    .footer-body .footer-div3{
        margin-top: 30px;
        margin-bottom: 30px;
        display:grid;
        grid-template-rows: 1fr 1fr;
        row-gap: 20px;
        text-align: center;
        border-left: 0px solid  #020236;
        padding: 8px 50px;
        text-decoration: none;
        color: rgb(116, 116, 116);
        font-size: 17px;
    }
    
    .list{
        list-style: none;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-family: 'Poppins';
        margin:auto;
    }
    
    .list a{
        padding: 8px 50px;
        text-decoration:none;
        color: rgb(116, 116, 116);
        font-size: 17px;
    }
}

@media  screen  and (max-width: 950px) and (orientation: landscape) {
    .menu_items li {
        margin: 5px 0 0 0;
    }
    .menu_items {
        overflow:auto;
        height:calc(100%-65px);
    }
}