@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

body {
    font-family: "Merriweather", serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

.container{
    max-width: 1200px;
    margin: 0 auto;    
}

.header{
    background-image: url(imas/logo.JPG);
    background-position: center 25%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
    align-items: flex-start;
    display: flex;
    padding-top: 200px;
}

.menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.logo{
    color: #e08816;
    font-size: 25px;
    font-weight: 800;
}

.menu .navbar ul li {
    position: center;
    float: left;

}

.menu .navbar ul li a {
    font-style: 18px;
    padding: 20px;
    color: #e08816;
    display: block;
    font-weight: 600;  
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.general {
    padding: 50px 0;
    text-align: center;   
}

.general-content {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.general-1 {
    background-image: url(imas/i.JPG);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    padding: 170px 55px;
    border-radius: 15px;
    border: 4px solid #e08816;
}

.general-2 {
    background-image: url(imas/s.JPG);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    padding: 170px 55px;
    border-radius: 15px;
    border: 4px solid #e08816;
}

.general-3 {
    background-image: url(imas/y.JPG);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    padding: 170px 55px;
    border-radius: 15px;
    border: 4px solid #e08816;
}
h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #e08816;
}

.txt h3 {
    font-size: 18px;
    color: #e08816;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.txt p {
    color: #5c5c5c;
}