@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

.imagen{
    text-align: center;
    display: flex;
    justify-content: center;
    height: 470px;
    width: 100%;

}

body {
 
    min-width: 100vh;
    display: grid;
    grid-template-areas:
        "header"
        "navbar"
        "footer";
    grid-template-rows: 150px 1fr 80px;
    background: rgb(100, 20, 20);
    color: burlywood;
    font-size: 20px;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    top: -30px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

header {
    grid-area: header;
    background-color: darkred;
}

navbar {
    grid-area: navbar;
    background-color: darkred;
}
iframe {
    margin: 50px 0px 50px 0px;
}
div#cajaIframe {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.nav-enlace {
    display: inline-block;
    background: salmon;
    color: #ffffff;
    margin: 100px, 30px, 30px, 100px;
    padding: 30px 30px;
    text-decoration: darkcyan;
}

nav {
    background: rgb(100, 20, 20);
    padding: 20px 30px;
    display: flex;
    justify-content: center;
}

a:hover {
    background-color: #c567af;
}

nav class {
    margin-bottom: 30px;
    float: left;
}

nav class centre {
    background: rgb(100, 20, 20);
    color: burlywood;
    font-size: 20px;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    top: -30px;
}

h1 {
    color: darkgoldenrod;
    text-align: center;
    margin: 10px;
}

h2 {
    color: darkgoldenrod;
    text-align: center;
}

h3 {
    color: darkgoldenrod;
    text-align: center;

}


table {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    table-layout: auto;
    width: 80%;
    padding: 20px;
    border-collapse: collapse;
}


td {
    border: solid 1px black;
    padding: 10px;
}

thead {
    border-color: #ffffff;
    border-bottom: solid 5px darkred;
    color: darkred;
}

.contacto {
    text-align: center;
    background-color: white;
    color: #bbbbbb;
    font-family: sans-serif;
    font-size: 20px;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    top: -30px;
    margin-left: auto;
    margin-right: auto;
}

.div.galeria {
    margin: 30px 30px;
    text-align: center;
    width: 350px;
    justify-content: center;
    display: flex;
    margin-left: 20px;
}

.galeria {
    margin: 30px 30px;
    text-align: center;
    width: 350px;
    justify-content: center;
    display: flex;
 }

.div.galeria img {
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
    image-rendering: auto;
    list-style: none;
    
}

.img {
    float: center;
    text-align: center;
}

.img-container {
    text-align: center;
    display: block;
}


p {
    text-align: center;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}


.signupFrm {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 100vh;
}

.form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form input {
    width: 90%;
    height: 30px;
    margin: 0.5rem;
}

.form button {
    padding: 0.5em 1em;
    border: none;
    background: rgb(100, 200, 255);
    cursor: pointer;
}

.title {
    font-size: 50px;
    margin-bottom: 50px;
}

.inputContainer {
    position: relative;
    height: 45px;
    width: 90%;
    margin-bottom: 17px;
}

.input {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border: 1px solid #DADCE0;
    border-radius: 7px;
    font-size: 16px;
    padding: 0 20px;
    outline: none;
    background: none;
    z-index: 1;
}

::placeholder {
    color: transparent;
}

.label {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0 4px;
    background-color: white;
    color: #DADCE0;
    font-size: 16px;
    transition: 0.5s;
    z-index: 0;
}

.submitBtn {
    display: block;
    margin-left: auto;
    padding: 40px 10px;
    border: none;
    background-color: purple;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 22px;
    margin-top: 30px;
}

.submitBtn:hover {
    background-color: #9867C5;
    transform: translateY(-2px);
}

.input:focus+.label {
    top: -7px;
    left: 3px;
    z-index: 10;
    font-size: 14px;
    font-weight: 600;
    color: purple;
}

.input:focus {
    border: 2px solid purple;
}

.input:not(:placeholder-shown)+.label {
    top: -7px;
    left: 3px;
    z-index: 10;
    font-size: 14px;
    font-weight: 600;
}

footer {
    text-align: center;
    padding: 0px;
    background: rgb(100, 20, 20);
    color: white;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: justify;
    height: 250px;
}

.contenido {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}


.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-links {
    width: 25%;
    padding: 10px 10px;
}

.footer-links h2 {
    display: block;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 500;
    border-bottom: 2px solido #00c3ff;
    padding-bottom: 10px;
    display: inline-block;
}

.footer-links ul li a {
    font-size: 20px;
    text-decoration: none;
    color: #bbbbbb;
    display: block;
    margin-bottom: 10px;
    transition: all .3s ease;
}

.footer-links ul li a:hover {
    color: #ffffff;
    padding-left: 10px;
}

social-link a {
    display: block;
    min-height: 40px;
    width: 40px;
    background-color: #ffffff;
    margin: 0 10px 10px 0;
    text-align: center;
    margin-bottom: 15px;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all .5s ease;
}

social-link a:hover {
    background-color: #DADCE0;
}

box__copyright {
    max-width: 1200px;
    margin: 40px;
    text-align: center;
    padding: 40px 40px;
}

box__copyright p {
    margin-top: 30px;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
}

box__copyright hr {
    border: none;
    height: 1px;
    background-color: #ffffff;
}

.resolucion {
    width: 99%;
    text-align: center;
}

/**Movil**/

@media (max-width: 767px) {
    .desktop {
        display: none;
    }

    .tablet {
        display: none;
    }
}

/**Tablet**/

@media (min-width: 768px) and (max-width: 990px) {
    .desktop {
        display: none;
    }

    .movil {
        display: none;
    }
}

/**Escritorio**/

@media (min-width: 991px) {
    .tablet {
        display: none;
    }

    .movil {
        display: none;
    }
}