@import "navbar.css";
@import "Colors.css";
@import "Common.css";
@import "header.css";
@import "columnas.css";
@import "main.css";
@import "article.css";
@import "form.css";



@media screen and (max-width:769px) {
    body {
        width: 100%;
        margin: auto;
        height: auto;
        display: block;
        box-sizing: border-box;
    }

    .article-columna {
        display: block;
        justify-content: center;
        margin: 0px 10px 0px 10px;

        #columna2 {
            margin: 0px;
        }
    }

    .navbar {
        margin: auto;
        width: 100%;
        box-sizing: border-box;
        ;
    }

    .navbar a {
        font-size: small;
        padding: 10px 5px;
        box-sizing: border-box;
    }

    .navbar a:hover {
        color: white;
        background-color: black !important;
        border-radius: 0px;
        transform: none !important;
    }

    .home {
        width: 100%;
        height: auto;
        display: block;
        box-sizing: border-box;
        margin: auto;
        background-attachment: local !important;

        /*  font-size: 10px !important;*/
    }

    .home div {
        width: 100%;
        height: auto;
        display: block;
        box-sizing: border-box;
        margin: auto;
    }

    .home h1 {
        width: 100%;
        height: auto;
        display: block;
        box-sizing: border-box;
        margin: auto;
    }

    .home h5 {
        width: 100%;
        height: auto;
        display: block;
        box-sizing: border-box;
        margin: auto;
    }

    .home p {
        width: 100%;
        height: auto;
        display: block;
        box-sizing: border-box;
        margin: auto;
    }

    main {
        width: 100%;
        height: auto;
        display: block;
        margin: auto;
        box-sizing: border-box;

    }

    .article-columna {
        padding-top: 25px;
        width: 100%;
        height: auto;
        display: block;
        padding-bottom: 25px;
        box-sizing: border-box;
        margin: auto;

    }

    .container {
        height: auto;
        display: block;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 35px !important;
        box-sizing: border-box;
        margin: auto;

    }

    .article-historia {
        padding: 50px 50px 100px 50px;
        width: 100%;
        height: auto;
        display: block;
        padding-bottom: 25px;
        box-sizing: border-box;
        margin: auto;

    }

    .div-historia {
        width: 100%;
        height: auto;
        display: block;
        margin: auto;
        box-sizing: border-box;
        margin: auto;

    }

    .main-nosotros {
        width: 100%;
        height: auto;
        display: inline-block !important;
        margin: auto;
        box-sizing: border-box;
        margin: auto;
    }

    .imagen-Nosotros-Stefan {
        width: 100%;
        height: auto;
        display: block !important;
        margin: auto;
        box-sizing: border-box;
        margin: auto;
    }

    .parrafo-Nosotros-desc {
        width: 350px;
        margin: auto;

    }

    section {
        width: 100%;
        height: auto;
        display: block !important;
        margin: auto;
        box-sizing: border-box;
        margin: auto;
    }

    .main-section-nosotros {
        width: 300px !important;
        height: auto;
        display: block !important;
        margin: auto;
        box-sizing: border-box;
        margin: auto !important;
        margin-bottom: 25px !important;

    }

    .parrafo-nosotros-respuesta {
        width: 100%;
        height: auto;
        display: block !important;
        margin: auto;
        box-sizing: border-box;
        margin: auto !important;
        font-size: small !important;
    }

    .main-section-nosotros2 {
        width: 300px !important;
        height: auto;
        display: block !important;
        margin: auto;
        box-sizing: border-box;
        margin: auto !important;
        margin-bottom: 25px !important;

        .parrafo-nosotros-respuesta {
            width: 100%;
            height: auto;
            display: block !important;
            margin: auto;
            box-sizing: border-box;
            margin: auto !important;
            font-size: small !important;
        }
    }

    .contacto {
        width: 100%;
        height: 1000px;
        display: block !important;
        box-sizing: border-box;
    }

    label {
        width: 100%;
        height: auto;
        display: block !important;
        margin-top: 15px !important;
        margin-bottom: 5px !important;
        box-sizing: border-box;
        margin: auto
    }

    textarea {
        width: 100% !important;
        height: auto;
        display: block !important;
        margin: auto;
        box-sizing: border-box;
        margin: auto
    }

    input {
        width: 100%;
        height: auto;
        display: block !important;
        margin: auto;
        box-sizing: border-box;
        margin: auto
    }

    #mapa {
        width: 300px !important;
        height: 300px !important;
        display: block !important;
        box-sizing: border-box;
        margin-bottom: 25px !important;
    }

    .main-contacto {
        width: 100%;
        height: auto;
        display: block !important;
        box-sizing: border-box;
        margin: auto;
        background-size: 85% !important;
        padding: 50px;

    }

    .direccion {
        display: block;
    }

    button {
        font-size: smaller;
    }

    .info {
        width: 80%;
        margin-top: 25px;
        text-align: center;

        .planta {
            font-weight: bold;
            font-size: medium;
        }

        .ubica {
            font-size: smaller;
        }

    }

    .irmaps {
        margin-left: 190px !important;
    }

    iframe {
        width: 300px;
        height: 200px;
    }

    .tarjeta {
        width: 300px;

        .imagen {
            width: 200;
            height: 300px;
            border-radius: 250px;
        }

        .nombre {
            font-size: large;
        }

        p {
            font-size: medium;
        }
    }

    .xx {
        font-size: medium;
    }

    table {
        width: 200px !important;
        font-size: small;
        margin: auto;
    }
}