/*
*{
    margin: 0%;
    padding: 0%;
}
*/

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
label {
    font-family: 'Kodchasan', sans-serif;
}


/*IMAGENES FONDO*/
.principal {
    background-color: #000000;
    height: 800px;
    width: 100%;
}

.indice {
    background-image: url(../images/IMG_6169.jpg);
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.video {
    background-image: url(../images/Foto-retoque-mano-color1_140.jpg);
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.galeria {
    background-image: url(../images/Foto-retoque-mano-color1_134.jpg);
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.contacto {
    background-image: url(../images/IMG_5523.JPG);
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.correo {
    font-size: 0.9em;
}

.transpa {
    background-color: rgba(252, 255, 255, 0.5);
    padding-bottom: 280px;

    /*
    position: absolute;
    top: 0;
    bottom: 0;
*/

    /*
    height: 100vh;
    width: 100%;
    text-align: center;
    position: relative;
*/

}

.logo {
    height: 50px;
}


.retrato {
    min-width: 45%;
}

.fotoretrato {
    border-radius: 0px 30px 30px 30px;
    margin-right: 10px;
}

.textoindex {
    border-radius: 0px 30px 30px 30px;
    background-color: #ffffff;
}

.btn {
    font-family: 'Kodchasan', sans-serif;
}


.cajas {
    box-sizing: border-box;
}

.muerto {
    padding: 30%;
}

.margeninferior {
    padding-bottom: 100px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 65px;
    
/*    margin-top: 10%;*/
    

}

.iconos {
    width: 40px;
}

.lateral {
    border-radius: 0px 20px 20px 20px;
    background-color: rgba(255, 255, 255, 0.6);
}


/*SLIDESHOW GALLERY*/
/*
* {
  box-sizing: border-box;
}
*/

img {
    vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #2a2a2a;
    padding: 0.2%;
    color: white;
}

#caption {
    margin-bottom: 0.7%;
}

.row {
    margin: 0;
    padding: 0;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 8.33%;
    /*
    border: solid 0.9px;
    border-color: #2a2a2a;
*/
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
    vertical-align: top;

}

.active,
.demo:hover {
    opacity: 1;
}


/*FORMULARIO DE CONTACTO*/

.form-consulta {
    border-radius: 15px;
    /*    max-width: 50%;*/
    /*    margin: auto;*/

    /*
    margin-left: 16%;
    margin-right: 16%;
*/
    background: rgba(255, 255, 255, 0.6);
    padding: 5%;
    font-family: 'Source Sans Pro', sans-serif;

}


.campo-form {
    width: 100%;
    margin: 2px 0 6px;
    padding-left: 6px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 0;
    font-size: 1em;
}

label span {
    color: #2652e3;
}

textarea {
    min-height: 150px !important;
}

.btn-form {
    display: inline-block;
    border: 0;
    background: #464646;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-family: 'Kodchasan', sans-serif;
    letter-spacing: 1px
}

.btn-form:hover {
    background: #444;
}


/*DEFINIR ESTILOS DE LA LISTA PARA CATEGORIAS*/
.categoria ul {
    list-style: none;
}

.categoria ul li {
    display: inline-block;
    margin: .2em .5em;
}

.categoria ul li a {
    color: #4e4c4c;
    text-transform: uppercase;
}

.anchofoto img {
    width: 100%;
    height: auto;
}


/*CAMBIAR EL COLOR DEL TEXTO DEL NAV*/
header nav ul li a {
    color: #b2b2b2;
    font-size: 1em;
    border-width: 5px;
}

a:hover {
    color: #fcfcfc;
    background: #898686;
}


/*COOCKIES*/
#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}

#infobox3 {
    padding: 10px;
    margin: auto;
    position: relative;
    top: 0px;
    width: 100%;
    text-align: center;
    background-color: #eeeeee;
}

#infobox3 p {
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

#infobox3 p a {
    margin-right: 5px;
    text-decoration: underline;
}

/*DEFINIR ESTILO PARA LA PAGINACIÓN DE LA PÁGINA WEB. Al ver la paginación en el inspector de elementos nos aparecerán las clases que les ha dado el wordpress, a esas clases les asignamos los estilos*/


/*
.wp-pagenavi{
    position: center;
    margin-bottom: 2%;
    font-size: 1em;
}
*/

/*
.paginacion{
    text-align: center;
}
*/
/*
.paginacion span.pages {
    color: #ffffff;
    background-color: #969696;
    padding: .75em;
    margin-left: .1em;
    margin-right: 1em;
}
span.current{
    font-weight: bold;
    font-size: 1.1em;
}

.paginacion a.previouspostslink,
.paginacion a.nextpostslink {
    color: #ffffff;
    background-color: #969696;
    margin: 0 .35em;
    padding: .75em;
}

.paginacion a.larger,
a.smaller {
    color: #ffffff;
    background-color: #969696;
    padding: .75em;
}

.paginacion span.current {
    color: #ffffff;
    background-color: #969696;
    padding: .75em;
}
*/

/*POLÍTICA PRIVACIDAD, COOKIES, PROTECCIÓN DATOS*/
