﻿:root {
    --FontArial: 'Arial, Helvetica, sans-serif';
    --FontComic: 'Comic Sans MS';
    --padding-container: 20px 0px 30px;
}

* {
    box-sizing: border-box;
    margin: 0px;
}

body {
    font-family: var(--FontArial);
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    padding: var(--padding-container);
}

.hero__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--padding-container);
}

.hero__logo {
    width: 15%;
    max-width: 160px;
}

.hero__huddle {
    width: 10%;
    display: block;
}

.nav__link {
    font-weight: 600;
    color: black;
    text-decoration: none;
    margin-left: 20px;
}

.nav__link--active {
    color: blue;
    text-decoration: none;
    border: 2px solid;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0px 0px 1px;
}

.hero__main {
    text-align: center;
}

.hero__title {
    font-family: 'Comic Sans MS';
    font-size: 18px;
    margin-bottom: 20px;
}

.hero__title2 {
    font-family: var(--FontArial);
    font-size: 15px;
    background-color: #d5d2d2;
    line-height: 40px;
}



/*.SubContainer {
    width: 80%;
    max-width: 1000px;
    min-height: 600px;
    margin: 15px auto;
    border: 1px;
    display: block;
}
*/


.imageMain {
    margin-top: 30px;
    margin-bottom: 30px;
}

.imageMain__img {
    margin: 0px auto;
    width: 95%;
    display: block;
}

.TeamObject {
    margin-top: 50px;
    margin-bottom: 50px;
}

.imageteam {
    margin: auto;
    width: 55%;
}

.Items {
    margin-top: 20px;
    width: 100%;
}

.Items__First {
    text-align: center;
    width: 250px;
    height: 400px;
}

.p1 {
    font-size: 12px;
    text-align: justify;
    line-height: 1.6;
    text-decoration: none;
    text-indent: 30px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.waveArea {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.waveImage {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    vertical-align:bottom;
}

.piePagina {
    background-color: #d5d2d2;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
}

.NewLetter {
    padding: 15px;
    max-width: 300px;
    min-width: 200px;
    display: inline-block;
    background-color: #d5d2d2;
    width: 300px;
    margin: 20px 15px;
}

.ContactUs {
    padding: 15px;
    width: 300px;
    max-width: 300px;
    min-width: 200px;
    display: inline-block;
    background-color: #d5d2d2;
    margin: 20px 15px;
}

.OtherLinks {
    padding: 15px;
    width: 300px;
    max-width: 300px;
    min-width: 200px;
    display: inline-block;
    background-color: #d5d2d2;
    margin: 20px 15px;
}

.TituloPie {
    font-size: 14px;
    text-align: justify;
    line-height: 1.6;
    text-decoration: none;
    text-indent: 30px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ParrafoPie {
    font-size: 12px;
    text-align: justify;
    line-height: 1.6;
    text-decoration: none;
    text-indent: 30px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Telefono {
    font-family: var(--FontComic);
    font-size: 14px;
    color: black;
    text-align: center;
    line-height: 1.6;
}

.Correo {
    font-family: var(--FontComic);
    font-size: 14px;
    color: black;
    text-align: center;
    line-height: 1.6;
}

.Marca {
    font-family: var(--FontComic);
    font-size: 14px;
    color: black;
    text-align: center;
    line-height: 1.6;
}

.boton {
    margin-top: 10px;
    padding: 5px 5px;
    font-size: 12px;
    color: white;
    background-color: #007BFF;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

    .boton:hover {
        background-color: #0056b3;
    }


@media (max-width:800px) {
    .imageMain__img {
        position: relative;
        width: 300px;
        height: 100px;
    }

    /*overflow:scroll;*/

    body {
        background-color: steelblue;
    }
}

@media (max-width:600px) {

    body {
        background-color: aqua;
    }
}
