/* ==================== */
/* POLO LIMÓN - ESTILOS */
/* ==================== */



/* ============= */
/* OTROS ESTILOS */
/* ============= */

@import "../css/menu.css";          /* MENÚ */
@import "../css/titulos.css";       /* TÍTULOS */
@import "../css/animacion.css";     /* ANIMACIÓN */
@import "../css/pop-ups.css";       /* POP-UPS */



/* ======= */
/* FUENTES */
/* ======= */

@font-face {
    font-family: 'Sue Ellen Francisco';
    src: url(../fonts/SueEllenFrancisco.ttf);
}



/* ========= */
/* GENERALES */
/* ========= */

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    height: 9000px;
    background: white;
}

h1 {
    margin: 0;
}

h3, h4 {
    position: absolute;
    width: 50%;
    top: 0;
    left: 23%;
    color: white;
    font-size: .85em;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    background: #231f20;
    border: 5px solid white;
    border-radius: 12px 12px 0 0;
}

#blanco {
    position: absolute;
    left: 72.5%;
    width: 600px; /* 1200px */
    height: 600px; /* 400-375px */
    margin: 40px 0 0 -450px;
    background: rgba(255,255,255,1);
}

#negro {
    position: absolute;
    top: 780px;
    width: 100%;
    height: 8220px;
    overflow: visible;
    background: #231f20;
    
}

#negro:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    height: 8220px;
    background: white;
    /* background: lightseagreen; */
}

#polo {
    position: fixed;
    width: 900px;
    height: 350px;
    top: 271px;
    left: 50%;
    margin-left: -450px;
    background-image: url(../../imagenes/bckgrnd/mini2.png);
    background-repeat: no-repeat;
}

#lineas {
    position: fixed;
    width: 900px;
    height: 600px;
    top: 40px;
    left: 50%;
    margin-left: -450px;
    background-image: url(../../imagenes/bckgrnd/lines.png);
}

#fondo {
    position: relative;
    top: 0;
    width: 100%;
    height: 9000px;
    background-image: url(../../imagenes/bckgrnd/bckgrnd-1.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.derecha {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 20px;
    background: rgba(255,255,255,.5);
    z-index: 999;
}



/* ========= */
/* SECCIONES */
/* ========= */

.uno {
    position: relative;
    float: left;
    width: 300px;
    height: 550px;
    /* background: rgba(240,100,100,.25); */
}

.dos {
    position: relative;
    float: left;
    width: 600px;
    height: 550px;
    /* background: rgba(240,200,100,.25); */
}



/* ======== */
/* GALERÍAS */
/* ======== */

/* GALERÍA 1 */
.galeria1 {
    position: relative;
    width: 550px;
    height: 445px;
    margin: 18px 0 0 25px;
    border-radius: 15px;
    border: white solid 5px;
    background: #393536; /* rgba(255,255,255,.1); */
}

/* GALERÍA 2 */
.galeria2 {
    position: relative;
    width: 250px;
    height: 445px;
    margin: auto;
    margin-top: 25px; /* 50px; */
    border-radius: 15px;
    border: white solid 5px;
    background: #393536;
}

/* GALERÍA 3 */
.galeria3 {
    position: relative;
    width: 550px;
    height: 174px; /* 155 */
    margin: 40px 0 0 25px;
    border-radius: 15px;
    border: white solid 5px;
    background: #393536;
}

.galeria3:last-child {
    margin-top: 100px;
}

.galeria1:before,
.galeria2:before,
.galeria3:before {
    content: "";
    position: absolute;
    left: -25px;
    width: 15px;
    height: 100px;
    border-radius: 15px 0 0 15px;
    border: white solid 5px;
    background: rgba(1,1,1,.5);
    z-index: 0;
}

.galeria1:after,
.galeria2:after,
.galeria3:after {
    content: "";
    position: absolute;
    right: -25px;
    width: 15px;
    height: 100px;
    border-radius: 0 15px 15px 0;
    border: white solid 5px;
    background: rgba(1,1,1,.5);
    z-index: 0;
}

.galeria1:before, .galeria1:after {top: 165px; /* 37.5% */}
.galeria2:before, .galeria2:after {top: 165px;}
.galeria3:before, .galeria3:after {top: 28px;}

.dots-bar1,
.dots-bar2 {
    position: absolute;
    left: 15.5%;
    width: 66%; /* 400px; */
    height: 25px;
    border-radius: 0 0 15px 15px;
    border: white solid 5px;
    background: rgba(1,1,1,.5);
    z-index: 0;
}

.dots-bar1 {top: 458px;}
.dots-bar2 {top: 465px;}

/* COMPARTIDOS */
.galeria1 div,
.galeria2 div,
.galeria3 div {
    position: relative;
    margin: 2px 0;
    overflow: hidden;
}

.galeria1 a span,
.galeria2 a span,
.galeria3 a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #393536; /* #231f20; */
    opacity: .75;
    z-index: 1;
    transition: all .5s ease;
}

.galeria1 a:hover span,
.galeria2 a:hover span,
.galeria3 a:hover span {
    opacity: 0;
}

.galeria1 a img,
.galeria2 a img,
.galeria3 a img {
    margin: auto;
}

.galeria1 a:hover img,
.galeria2 a:hover img,
.galeria3 a:hover img {
    alignment-adjust: middle;
}

.prueba {
    position: absolute;
    bottom: 0;
    left: 50px;
    width: 200px;
    height: 300px;
    background: lightgray;
}



/* ======= */
/* PORTADA */
/* ======= */

#portada {
    width: 100%;
    position: absolute;
    top: 0;
    transition: all .5s ease;
}

#portada section {
    top: 75px;
    position: relative;
    width: 900px;
    height: 550px;
    /* background: rgba(0,0,0,.25); */
    margin: auto;
}

.intro {
    position: absolute;
    top: 167px;
    right: 135px;
    width: 350px;
    padding: 12px;
    border-radius: 5px;
    border: 5px solid black;
    color: rgba(255,255,255,.8);
    font-size: .8125em; /* 13/16 */
    background: #231f20;
    text-align: center;
    -ms-transform: rotate(3.2deg); /* IE 9 */
    -webkit-transform: rotate(3.2deg); /* Chrome, Safari, Opera */
    transform: rotate(3.2deg);
}

.intro span {
    color: rgba(255,255,255,1);
    text-transform: uppercase;
}

.intro:before,
.intro:after {
    content: "";
    position: absolute;
    top: -30px;
    width: 20px;
    height: 31px;
    background: #231f20;
}

.intro:before {left: 110px;}
.intro:after {right: 20px;}

.acerca {
    position: absolute;
    bottom: 80px;
    left: 30px;
    width: 220px;
    height: 90px;
    background: #231f20;
    border-radius: 30% 30% 10px 10px;
}

.acerca:before,
.acerca:after {
    content: "";
    position: absolute;
    bottom: -42px;
    width: 20px;
    height: 42px;
    background: #231f20;
}

.acerca:before {left: 20px;}
.acerca:after {right:20px}

.acerca-boton {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 180px;
    height: 50px;
    font-size: 1.7em;
    font-family: 'Sue Ellen Francisco', cursive;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    background: rgba(0,0,0,.5);
    transition: all .25s ease;
    border-radius: 30% 30% 5px 5px;
    -webkit-box-shadow: inset -5px 5px 2px -3px rgba(0,0,0,1);
    -moz-box-shadow: inset -5px 5px 2px -3px rgba(0,0,0,1);
    box-shadow: inset -5px 5px 2px -3px rgba(0,0,0,1);
}

.acerca-boton:hover {
    background: white;
    color: black;
}

.acerca-boton:before,
.acerca-boton:after {
    content: "";
    position: absolute;
    bottom: -62px;
    width: 34px;
    height: 22px;
    border-radius: 5px 5px 0 0;
    background: #231f20;
}

.acerca-boton:before {left: -7px;}
.acerca-boton:after {right: -7px;}



/* =========== */
/* ILUSTRACIÓN */
/* =========== */

#ilustracion {
    position: absolute;
    width: 100%;
    margin-top: 1950px;
    transition: all .5s ease;
}

#ilustracion section {
    top: 75px;
    position: relative;
    width: 900px;
    height: 550px;
    /* background: rgba(255,255,255,.2); */
    margin: auto;
}



/* ========== */
/* FOTOGRAFÍA */
/* ========== */

#fotografia {
    position: absolute;
    width: 100%;
    margin-top: 3450px;
    transition: all .5s ease;
}

#fotografia section {
    top: 75px;
    position: relative;
    width: 900px;
    height: 550px;
    /* background: rgba(0,0,0,.25); */
    margin: auto;
}



/* ====== */
/* IMAGEN */
/* ====== */

#imagen {
    position: absolute;
    width: 100%;
    margin-top: 4950px;
    transition: all .5s ease;
}

#imagen section {
    top: 75px;
    position: relative;
    width: 900px;
    height: 550px;
    /* background: rgba(0,0,0,.25); */
    margin: auto;
}



/* ======= */
/* GRÁFICO */
/* ======= */

#grafico {
    position: absolute;
    width: 100%;
    margin-top: 6450px;
    transition: all .5s ease;
}

#grafico section {
    top: 75px;
    position: relative;
    width: 900px;
    height: 550px;
    /* background: rgba(0,0,0,.25); */
    margin: auto;
}



/* ======== */
/* CONTACTO */
/* ======== */

#contacto {
    position: absolute;
    width: 100%;
    margin-top: 7950px;
    transition: all .5s ease;
}

#contacto section {
    top: 75px;
    position: relative;
    width: 900px;
    height: 550px;
    /* background: rgba(0,0,0,.25); */
    margin: auto;
}

#form {
    width: 100% !IMPORTANT;
    margin: 0;
}

/* texto-intro */
.texto-intro {
    position: relative;
    float: right;
    margin-right: 20px;
    padding: 110px 0 0 50px;
    width: 550px;
    text-align: right;
    font-size: .8125em; /* 13/16 */
    color: rgba(255,255,255,.7);
}

/* formulario de contacto */
.formulario-contacto {
    position: absolute;
    padding: 20px 30px; /* 25px 0 0 30px; */
    width: 450px; /* 340px */
    bottom: 65px; /*160px;*/
    right: 20px;
    background: rgba(255,255,255,.1); /* #69c2d6 */
    border-radius: .25em .25em 2em .25em;
}

.formulario-contacto .valores {
    width: 97.5%; /* 410px */
    padding: 4px 5px;
    border: none;
    margin-bottom: 15px;
    background: rgba(255,255,255,.85);
    color: rgba(0,0,0,.75);
    border-radius: 0 .5em .5em .5em;
    -webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.4);
    box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.4);
}

.formulario-contacto textarea {
    margin: 0;
    padding: 4px 5px;
    width: 97.5%; /* 410px */
    height: 100px;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    resize: none;
    border: none;
    background: rgba(255,255,255,.85);
    border-radius: 0 .5em .5em .5em;
    -webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.4);
    box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.4);
}

.formulario-contacto p {
    position: relative;
    font-size: .75em;
    margin: 5px 0 15px 0;
    font-style: normal;
    color: rgba(255,255,255,.5);
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.formulario-contacto p input {
    vertical-align: middle;
}

.formulario-contacto .enviar {
    position: absolute;
    bottom: -50px;
    right: 20px;
    font-size: .75em; /* 12/16 */
    padding: 4px 10px;
    border-radius: 2em;
    background: rgba(255,255,255,0);
    color: white;
    border: 3px solid rgba(255,255,255,1);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    cursor: pointer;
    transition: all .25s ease;
}

.formulario-contacto .enviar:hover {
    background: rgba(255,255,255,.4);
}

.formulario-contacto .enviar:active {
    background-color: black;    
    box-shadow: inset 3px 3px 2px rgba(0,0,0,.5);
}

.formulario-contacto .aviso-privacidad {
    color: white;
    text-decoration: none;
    transition: all .25s ease;
}

.formulario-contacto .aviso-privacidad:hover {
    opacity: .5;
}



/* ====== */
/* FOOTER */
/* ====== */

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: .8125em; /* 13/16 */
}

footer section {
    position: relative;
    width: 900px;
    height: 150px;
    margin: auto;
}

footer section p {
    margin: 0;
    color: rgba(255,255,255,.7);
}

footer a {
    text-decoration: none;
    color: white;
    transition: all .25s ease;
}

footer a:hover {
    opacity: .5;
}

/* logotipo */
footer section .logotipo {
    position: relative;
    float: left;
    top: 25px;
}

/* legales */
footer section .legales {
    position: relative;
    float: left;
    margin: 25px 0 0 15px;
    padding: 15px 0 15px 15px;
    border-left: 1px solid rgba(255,255,255,1);
}

/* logos */
footer section .logos {
    position: relative;
    float: left;
    width: 150px;
    margin: 20px 0 0 80px;
    padding: 0;
    /* background: rgba(255,255,255,.1); */
}

footer section .logos a {
    margin-right: 10px;
}

footer section .logos a img {
    margin-top: 5px;
}

/* contáctanos */
footer section .contacto {
    position: relative;
    float: right;
    text-align: right;
    margin-top: 25px;
}

footer section .redes-sociales {
    position: relative;
    right: 0;
    top: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
}

footer section .redes-sociales li {
    float: right;
}

footer section .redes-sociales li a {
    width: 25px;
    height: 25px;
    display: block;
    transition: all .25s ease;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../../imagenes/social-media.png);
}

footer section .redes-sociales li .facebook {background-position: 0;}
footer section .redes-sociales li .twitter {background-position: -25px;}
footer section .redes-sociales li .linkedin {background-position: -50px;}
footer section .redes-sociales li .deviantart {background-position: -75px;}
footer section .redes-sociales li .instagram {background-position: -100px;}
footer section .redes-sociales li .barra {background-position: -125px;}
footer section .redes-sociales li .barra:hover {opacity: 1;}

footer section .redes-sociales li a:hover {
    opacity: .5;
}



/* ======== */
/* MENSAJES */
/* ======== */

#mensajes {
    position: absolute;
    width: 100%;
    margin-top: 0;
    transition: all .5s ease;
}

#mensajes section {
    top: 0;
    position: relative;
    width: 900px;
    height: 9000px;
    /* background: rgba(255,255,255,.1); */
    margin: auto;
}

.mensaje-ilustracion, .mensaje-fotografia, .mensaje-grafico, .mensaje-imagen, .mensaje-contacto {
    position: absolute;
    bottom: 210px;
    width: 100px;
    height: 75px;
    font-size: 11px;
    text-align: center;
    line-height: 13px;
    z-index: 1;
}

.mensaje-ilustracion, .mensaje-fotografia, .mensaje-contacto {
    left: 0; background: url(../../imagenes/bckgrnd/message-left.png);
}

.mensaje-imagen, .mensaje-grafico {
    right: 0; background: url(../../imagenes/bckgrnd/message-right.png);
}

.mensaje-ilustracion span,
.mensaje-fotografia span,
.mensaje-imagen span,
.mensaje-grafico span,
.mensaje-contacto span,
.mensaje1 span, .mensaje2 span, .mensaje3 span, .mensaje4 span,
.mensaje5 span, .mensaje6 span, .mensaje7 span, .mensaje8 span {
    text-transform: uppercase;
    font-weight: bold;
}

.mensaje1, .mensaje2, .mensaje3, .mensaje4,
.mensaje5, .mensaje6, .mensaje7, .mensaje8 {
    position: absolute;
    width: 100px;
    height: 75px;
    font-size: 11px;
    text-align: center;
    line-height: 13px;
    z-index: 1;
    background-size: cover;
    display: block;
}

.mensaje1 {top: 1600px; left: 130px; background: url(../../imagenes/bckgrnd/message-right.png);}
.mensaje2 {top: 1665px; left: 250px; background: url(../../imagenes/bckgrnd/message-right.png);}
.mensaje3 {top: 4425px; right: 285px; background: url(../../imagenes/bckgrnd/message-right.png);}
.mensaje4 {top: 5850px; left: 185px; background: url(../../imagenes/bckgrnd/message-right.png);}
.mensaje5 {top: 7425px; left: 160px; background: url(../../imagenes/bckgrnd/message-right.png);}
.mensaje6 {top: 7480px; left: 375px; background: url(../../imagenes/bckgrnd/message-left.png);}
.mensaje7 {top: 8675px; left: 220px; background: url(../../imagenes/bckgrnd/message-right.png);}
.mensaje8 {top: 125px; right: 285px; background: url(../../imagenes/bckgrnd/message-left.png);}