* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Agdasima', sans-serif;
    background-image: url("../fondo.webp");
    width: 100vw;
}

#principal-container {
    width: 100vw;
    animation: zoom-in-zoom-out 1s ease;
}

#contact-container {
    text-align: center;
    margin-top: 0.5em;
    width: 100%;
    height: 10em;
}

#logo {
    height: 120%;
}

#contact {
    display: block;
    align-items: center;
    text-align: center;
    margin-top: 1.5em;
    margin-left: 5em;
    width: 15em;
}


#enlace-button {
    height: 2em;
    width: 32%;
    color: #ffff;
    font-size: 0.9em;
    padding: 0.3em;
    border: 0.2em solid #fff;
    border-radius: 2em;
    text-decoration: none;
    margin-right: 0.5em;  

}

#img-button {
    height: 1.1em;
    width: 1.1em;
    margin-right: 0.3em;
    margin-top: -0.2em;
}

#call {
    height: 2em;
    width: 20%;
    color: #ffff;
    font-size: 0.9em;
    padding: 0.3em;
    border: 0.2em solid #ffff;
    border-radius: 2em;
    text-decoration: none;

}

#min {
    height: 2em;
    margin-left: -0.5em;
}

#presupuesto {
    margin: auto;
    text-align: center;
    margin-top: 1em;
    margin-bottom: -1.5em;
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
    width: 70vw;
}

#container {
    display: flexbox;
    height: 10em;
    margin-top: 2em;
}

#map {
    display: inline-block;
    height: 12em;
}

#mapid {
    height: 11.5em;
}

#zones-container {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    left: 12.7em;
    width: 10em;
    margin: !important 0 0 0 0;
}

#text-zones-1 p {
    color: #ffff;
    font-size: 0.9em;
    margin: 0;
    border: 0.2em solid #ffff;
    position: relative;
    left: 1em;
    text-shadow: 0.2em 0.15em #000;
}

#text-zones-2 {
    display: none;
}

#about-we {
    height: 32em;
    width: 80%;
    background-color: #000;
    opacity: 0.5;
    margin: auto;
    align-content: center;
}

#about-we-title {
    font-size: 2em;
    color: #fff;
    text-align: center;
    text-decoration-line: underline;
}

#about-we h3 {
    font-size: 1.2em;
    color: #fff;
    margin-left: 0.5em;
}

#services {
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    text-decoration-line: underline;
}

.services-paragraph {
    color: #fff;
    font-size: 1.2em;
    line-height: 1em;
    margin-left: 0.5em;
}

.services-paragraph a {
    text-decoration: none;
    width: 50%;
    height: 2em;
    background-color: #000;
    border: solid 0.2em #fff;
    line-height: 1.7em;
    color: #fff;
    padding: 0 0.5em 0 0.5em;
}

#medios-de-pago {
    position: absolute;
    height: 7em;
    width: 100%;
    padding-top: 8em;
    margin-top: 30em;
}

#mdp-1 {
    height: 7em;
    width: 100%;
}

#mdp-2 {
    display: none;
}

#mdp-3 {
    display: none;
}

#nav-index {
    width: 100vw;
    height: 2em;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #000;
    border: 0.1em  solid #ffffff;
    margin-top: 0em;
    margin-bottom: 0.7em;
}

#nav-div a {
    text-decoration: none;
    color: #fff;
    margin: auto;
    text-align: center;
    font-size: 0.8em;
    margin-left: 1em;
    margin-right: 1em;
}

#footer-2 {
    position: fixed;
    top: 56vh;
    width: 100%;
    height: 2em;
    position: relative;
    background-color: #000;
    border: 0.2em  solid #ffffff;
    display: flex;
    justify-content: center;
  }

#footer-2 a {
    text-decoration: none;
    color: #fff;
    margin: auto;
    text-align: center;
    font-size: 0.8em;
    margin-left: 1em;
    margin-right: 1em;
}

#footer-3 {
    position: fixed;
    top: 95.5vh;
    width: 100%;
    height: 2em;
    background-color: #000;
    border: 0.2em  solid #ffffff;
    display: flex;
    justify-content: center;
  }

#footer-3 a {
    text-decoration: none;
    color: #fff;
    margin: auto;
    text-align: center;
    font-size: 0.8em;
    margin-left: 1em;
    margin-right: 1em;
}

/* Transitions */

@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
  }

  @media only screen and (min-width: 1280px) {
    
    body {
        width: 100%;
        background-image: url(../negocio-cerrajeria.webp);
        background-size: cover;
        overflow-x: hidden;
    }

    #contact {
        margin-left: 30vw;
        width: 40vw;
        margin-top: 3.5em;
    }

    

    #enlace-button {
        height: 3.5em;
        font-size: 1.5em;
    }

    #img-button {
        height: 1.5em;
        width: 1.5em;
    }

    #call {
        height: 3.5em;
        font-size: 1.5em;
    }

    #min {
        height: 3.5em;
        margin-top: -0.6em;
    }

    #presupuesto {
        width: 30vw;
    }

    #map {
        width: 40vw;
        margin-left: 8vw;
    }

    #mapid {
        width: 40vw;
    }

    #zones-container {
        width: 41.5vw;
    }

    #text-zones-1 {
        display: none;
    }

    #text-zones-2 {
        display: block;
        color: #ffff;
        font-size: 1.35em;
        margin: 0;
        border: 0.2em solid #ffff;
        position: relative;
        left: 35vw;
        text-shadow: 0.2em 0.15em #000;
        height: 22vh;
    }

    #text-zones-2 p {
        margin-top: 0.2em;
    }

    #about-we {
        width: 50vw;
        height: 36em;
    }
    
    #about-we-title {
        font-size: 3em;
    }
    
    #about-we h3 {
        font-size: 1.6em;
    }
    
    #services {
        font-size: 2em;
    }
    
    .services-paragraph {
        color: #fff;
        font-size: 1.6em;
        line-height: 1em;
        margin-left: 0.5em;
    }

    #medios-de-pago {
        width: 100%;
        height: 7em;
        position: relative;
        top: 12em;
        background-color: #fff;
        display: flex;
        justify-items: center;
    }

    #mdp-1 {
        display: none;
    }
    
    #mdp-2 {
        display: inline;
        height: 7em;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    #mdp-3 {
        display: none;
    }

footer {
    position: relative;
    top: 8em;
    background-color: #000;
    border: 0.2em  solid #ffffff;
}

  }

  @media only screen and (min-width: 1920px) {

    body {
        background-image: url(../negocio-cerrajeria.webp);
        background-size: cover;
    }

    #presupuesto {
        width: 20vw;
    }

    #text-zones-2 {
        height: 15.7vh;
        width: 35vw;
        left: 42vw;
    }

    #text-zones-2 p {
        font-size: 1.2em;
    }
    
    #about-we {
        height: 34em;
        margin-top: 2em;
    }
    
    #medios-de-pago {
        width: 100%;
        height: 8em;
        position: relative;
        top: 12.5em;
        background-color: #fff;
        display: flex;
    }

    #mdp-1 {
        display: none;
    }

    #mdp-2 {
        display: none;
    }

    #mdp-3 {
        display: inline;
        height: 7em;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    
    footer {
        position: relative;
        top: 7.5em;
        background-color: #000;
        border: 0.2em  solid #ffffff;
        height: 3em;
    }

    #footer a {
        font-size: 1.5em;
    }
  }