@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: "Oswald";
    src: url(../fonts/Oswald-Regular.ttf);
}

@font-face {
    font-family: "Oswald";
    font-weight: bold;
    src: url(../fonts/Oswald-Bold.ttf);
}

@font-face {
    font-family: "Montserrat";
    font-weight: bold;
    src: url(../fonts/Montserrat-Bold.ttf);
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}


/*Estilos base*/

img {
    display: block;
    width: 100%;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.container {
    width: 100%;
    margin: auto;
}

.container--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.column {
    width: 100%;
}


/*Estilos Header*/

.main-header {
    width: 100%;
    min-width: 320px;
    max-height: 110px;
    z-index: 2000;
}

.logo {
    color: #01777C;
    padding: 0px;
    margin: 0;
    max-height: 110px;
    min-height: 110px;
    object-fit: contain
}

.main-header__contactInfo__phone {
    background: #01777C;
    color: white;
    margin: 0 auto;
    padding: 10px;
}

.main-header__contactInfo__address {
    padding: 10px;
    font-size: 0.9em;
    margin: 0;
}

.main-header [class*="icon-"]:before {
    position: relative;
    top: 2px;
    right: 5px;
}


/*Estilos menu*/

.main-nav {
    margin-top: 80px;
    width: 100%;
    position: relative;
    z-index: 2000;
    padding: 10px;
}

.icon-menu {
    display: block;
    color: white;
    border: 1px solid white;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    font-size: 1.5em;
}

.social-icon {
    display: flex;
    justify-content: space-between;
}

.social-icon [class*="icon-"] {
    background: white;
    color: black;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6em;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: 5px;
}

.social-icon__link {
    text-decoration: none;
}

.menu {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, .70);
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: height .3s linear;
}

.menu__link {
    display: block;
    padding: 15px;
    color: white;
    text-decoration: none;
}

.menu__link:hover {
    background: #01666A;
}

.menu__link--select {
    background: #01777C;
}

.mostrar {
    height: 145px;
}


/*Estilos Banner*/

.banner {
    width: 100%;
    height: 60px;
    background: #8D8082;
    margin-top: -60px;
    position: relative;
}

.banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .20);
    z-index: 1000;
    top: 0;
}


/*Estilos principales*/

.group--color .container {
    background: #01777C;
    color: white;
    padding: 10px;
    text-align: center;
}

.main__title {
    margin: 15px 0;
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.main__txt {
    padding: 3px;
}

.column__title {
    font-size: 1.5em;
}

.column--border {
    border: 5px solid #ddd;
}

.main__about__description .column:nth-child(2) {
    padding: 10px;
}

.btn {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 120px;
    background: #01777C;
    color: white;
    padding: 10px;
    margin: 10px auto;
}

.group__title {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: 200;
    font-size: 1.8em;
    margin: 30px;
}

.today-special .column {
    margin-bottom: 30px;
    text-align: center;
}

.today-special__img {
    margin: auto;
    max-width: 350px;
}

.today-special__title {
    font-size: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.today-special__price {
    font-size: 1.3em;
}


/*Estilos Footer*/

.main-footer {
    background: #222;
    color: white;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.7em;
}

.copy {
    text-align: center;
    margin: auto;
    margin-top: 15px;
}

.main-footer [class*=icon-] {
    color: white;
    text-decoration: none;
}

.main-footer [class*=icon-]:before {
    position: relative;
    top: 3px;
    right: 5px;
}


/*Estilos responsive*/

@media screen and (min-width:480px) {
    .logo {
        color: white;
        max-height: 110px;
        margin-left: 0px;
        object-position: left;
    }
    .main-header__contactInfo {
        text-align: left;
        font-size: .8em;
        padding-left: 20px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .column--50 {
        width: 50%;
    }
    .main-header {
        background: white;
    }
    .main-header__contactInfo__phone {
        background: none;
        color: black;
        padding-bottom: 10px;
        margin-bottom: 0px;
    }
    .main-header__contactInfo__address {
        padding-top: 0px;
        margin-top: 0px;
    }
    .main-nav {
        margin-top: 0px
    }
    .banner {
        margin-top: -60px;
        height: 60px;
        z-index: -1000;
    }
    .main-footer .container--flex {
        align-items: flex-start;
    }
    .column--50 {
        width: 49%;
    }
    .column--50-25 {
        width: 49%
    }
    .column--33 {
        width: 32%;
    }
    .main {
        padding-bottom: 15px;
    }
    .main__about__description .column:nth-child(1) .description__img {
        object-fit: cover;
    }
    .main__about__description .column:nth-child(2) {
        padding-left: 20px;
        font-size: .9em;
    }
    .today-special .column {
        border: 5px solid #ddd;
        padding: 5px;
    }
    .today-special__img {
        height: 300px;
        object-fit: cover;
    }
}

@media screen and (min-width:768px) {
    .main-header__contactInfo {
        font-size: .95em;
    }
    .main__title {
        font-size: 2.4em;
    }
    .main__about__description {
        margin-top: 20px;
    }
    .main__about__description .column:nth-child(2) {
        font-size: 1em;
    }
    .main__about__description .column:nth-child(2) .column__txt {
        line-height: 30px;
    }
    .column--50-25 {
        width: 24.5%;
    }
    .column__title {
        font-size: 1.5em;
    }
    .group__title {
        font-size: 2em;
    }
    .main-footer {
        font-size: .8em;
    }
}

@media screen and (min-width:1024px) {
    .main-header__contactInfo {
        font-size: 1.1em;
    }
    .main-header__contactInfo__phone {
        padding-bottom: 10px;
        margin-top: -10px;
    }
    .main-header__contactInfo__address {
        padding-top: 10px;
    }
    .main-nav {
        padding: 0;
    }
    .icon-menu {
        display: none;
    }
    .menu {
        position: static;
        display: flex;
        height: auto;
        width: auto;
        background: rgba(0, 0, 0, 0);
    }
    .menu__link {
        padding: 20px;
    }
    .container {
        width: 1000px;
    }
    .group--color .container {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 20px;
    }
    .main__title {
        font-size: 2.5em;
    }
    .main__about__description .column:nth-child(1) .description__img {
        width: 500px;
        height: 500px;
        object-fit: cover;
    }
    .main__about__description .column:nth-child(2) .column__txt {
        line-height: 40px;
    }
    .today-special__title {
        font-size: 1.8em;
    }
    .today-special__price {
        font-size: 1em;
    }
    .main-footer {
        font-size: .9em;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .main-footer .column__title {
        text-align: left;
    }
}

@media screen and (min-width:1600px) {
    .container {
        width: 1400px;
    }
    .column--border {
        width: 500px;
        border: 5px solid #ddd;
    }
}