/**
*
* @package mylittlepage
* @since 1.0
*/


/* --------------- Fuentes importadas de google -------------------------------------*/

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

/*  --------------- Variables ---------------------------------------------  */

:root {
    --color-principal: #ff0000;
    --color-secundario: #009cde;
    --color-resaltado: #fff;
    --font-family: 'Ultra', Arial, serif, sans-serif;
    --color-fondo: aqua; //#ffddbb
}


/*  --------------- Estilos generales ---------------------------------------------  */

body,
h1 span {
    color: var(--color-principal);
    background-color: var(--color-fondo);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family);
    text-align: center;
    margin-top: 1em;
}

body>div {
    width: 80%;
    text-align: justify;
    margin: auto;
    margin-bottom: 1em;
    margin-top: 15em;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

footer {
    background: var(--color-principal);
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: var(--color-resaltado);
    margin-bottom: 2%;
    font-size: 0.7em;
}

footer a {
    color: var(--color-resaltado);
}

footer a:hover {
    text-decoration: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    height: 3em;
    z-index: 10;
    background-color: var(--color-fondo);
    height: 10em;
}

.navbar {
    background: var(--color-principal);
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: var(--color-resaltado);
    margin-bottom: 2%;
    font-weight: bold;
}

.navbar ul li a {
    color: var(--color-resaltado);
    padding: 5px;
    margin: 0px 10px 0px 0px;
    text-transform: uppercase;
}

.navbar ul li a[href^="mailto:"] {
    text-transform: lowercase;
}

.navbar ul li a:hover {
    text-decoration: none;
    background-color: var(--color-resaltado);
    border-radius: 5px;
    color: var(--color-principal);
}

.logo {
    margin: 5px 0px 5px 100px;
    float: left;
}

.site-title {
    margin-top: 40px;
    font-size: 3em;
}

figure {
    position: relative;
    display: inline-block;
}

figcaption {
    color: var(--color-principal);
    text-transform: uppercase;
    font-size: 2em;
    font-family: var(--font-family);
    text-align: right;
    position: absolute;
    top: 0%;
    left: 55%;
    transform: translate(-5%, -5%);
}

.foto {
    border-radius: 15px 50px;
    max-width: 500px;
    margin-left: 0%;
    margin-top: 5%;
}

form p {
    margin: 0 auto;
    text-align: center;
}

label,
input,
textarea {
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
}

form label {
    margin-left: 15%;
    text-align: left;
}

input[type=submit] {
    background-color: var(--color-principal);
    color: var(--color-resaltado);
    width: 30%;
    padding: 1%;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1em;
}


/*  --------------- Fin Estilos generales ---------------------------------------------  */


/*  --------------- ESTILOS SERVICIOS ---------------------------------------------  */

.cuadrado,
.cuadrado-extra-ancho {
    background-color: var(--color-secundario);
    color: var(--color-principal);
    width: 300px;
    height: 250px;
    border-radius: 5%;
    margin: 2% 5% 15px 5%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cuadrado img {
    width: 100px;
}

.cuadrado-extra-ancho img {
    width: 200px;
}

.cuadrado h3 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 1.2em;
}


/*  --------------- FIN ESTILOS SERVICIOS ---------------------------------------------  */


/*  --------------- ANIMACION IMAGENES ---------------------------------------------  */

div figure img:hover {
    box-shadow: 0px 0px 5px 5px var(--color-principal);
    -webkit-box-shadow: 0px 0px 5px 5px var(--color-principal);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition-duration: 2s;
}

.cuadrado img:hover,
.cuadrado-extra-ancho img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition-duration: 1s;
}


/*  --------------- FIN ANIMACION IMAGENES ---------------------------------------------  */


/*  --------------- ESTILOS PANNELLUM ---------------------------------------------  */

#panorama,
#panorama2 {
    margin: auto;
    margin-top: 5px;
    width: 1000px;
    height: 400px;
}

#panorama {
    background-image: url("http://localhost/wordpress/wp-content/uploads/2020/07/3601.jpg");
}

#panorama2 {
    background-image: url("http://localhost/wordpress/wp-content/uploads/2020/07/3602.jpg");
}


/*  --------------- FIN ESTILOS PANNELLUM ---------------------------------------------  */


/*  *******************************    Estilos móviles max 768 px  y Vertical ********************** */

@media only screen and (max-width:768px) and (orientation:portrait) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 0.7em;
    }
    .logo {
        margin: 3%;
        margin-top: 5%;
        width: 75px;
    }
    .site-title {
        margin-top: 10px;
        font-size: 2.5em;
    }
    footer {
        margin-bottom: 10%;
    }
    #panorama,
    #panorama2 {
        margin: auto;
        margin-top: 1%;
        width: 100%;
    }
    .cuadrado,
    .cuadrado-extra-ancho {
        background-color: var(--color-secundario);
        color: var(--color-principal);
        width: 90%;
        height: 200px;
        border-radius: 5%;
        margin: 2% 5% 15px 5%;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.5em;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .foto {
        border-radius: 15px 50px;
        max-width: 90%;
        margin-left: 5%;
        margin-top: 5%;
    }
    figcaption {
        color: var(--color-principal);
        text-transform: uppercase;
        font-size: 1em;
        font-family: var(--font-family);
        text-align: center;
    }
    input[type=submit] {
        background-color: var(--color-principal);
        color: var(--color-resaltado);
        width: 50%;
        padding: 1%;
        border-radius: 10px;
        font-weight: bold;
        font-size: 0.8em;
    }
}


/*  ******************************* Fin Estilos móviles max 768 px  y Vertical ********************** */


/*  *******************************    Estilos móviles max 768 px  y Horizontal ********************** */

@media only screen and (max-width:768px) and (orientation:landscape) {}


/*  ******************************* Fin Estilos móviles max 768 px  y Horizontal ********************** */