/*
Theme Name: ACTUVA
Description:
Author: ACTUVA
Author URI: 
Version: 1.0
*/
body {
	font-family: 'Athiti', sans-serif;
	color: #100C08;
	font-weight: 400;	
	font-size: 15px;	
	margin: 0;
	word-wrap: break-word;
}

html, body {height: 100%;}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::-moz-selection {background-color:#E2057D;color:#fff;}
::selection {background-color:#E2057D;color: #fff;}

a {
	text-decoration: none;	
	color: #E2057D;
}

a, .barra-superior, .menu-principal li:hover ul, .rrss a:hover::before  {
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}

a:hover,
a:visited,
a:focus,
a:active {
	color: #6E7378;		
	text-decoration: none;
	outline: none;
}

img { 
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}


nav a {text-decoration:none;}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}


address {
    font-style: normal;
}
address, time {
    display: block;
    color: #6E7378;
    font-size: 80%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

blockquote {
	font-size: 120%;	
	border-left: solid 2px #980046;		
	font-style: italic;
	padding: 0 0 0 30px;			
	margin: 30px 0;		
	color: #6E7378;
}

blockquote::before {
	content: "“";	
	font-size: 500%;	
	margin-bottom: -50px;
	display: block;
	color: #8C9196;	
}

figcaption {
	font-size:90%;
	color: #8C9196;
}

cite {
	font-size: 80%;
	color: #8C9196;		
}

hr {
	width: 100%;	
	height: 1px;
	border: 0;
	background: #DCE1E6;
	margin: 20px 0;
}

/* TIPOGRAFÍA */
strong {
	font-weight: 600;
}

p {
	font-size: 100%;
    line-height: 1.7;	
	margin: 0 0 20px 0;
}

p:last-child {margin-bottom: 0;}	

h1, h2, h3, h4, h5, h6 {
	font-family: 'Dosis', sans-serif;	
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 40px 0;	
	clear: both;
}

h1 {font-size: 280%;}
h2 {font-size: 240%;}	
h3 {font-size: 140%;}	
h4 {font-size: 130%;}	
h5 {font-size: 120%;}	
h6 {font-size: 110%;}

.seccion h3, .seccion h4, .seccion h5 {
	margin-top:40px;
}
.legal h4 {margin: 40px 0 10px 0;}
.legal figure.wp-block-table {margin:0;}

.legal .wp-block-table.is-style-stripes td, .legal .wp-block-table.is-style-stripes th {
    min-width: 250px;
    padding:10px 20px;        
}

.legal .wp-block-table.is-style-stripes th {
	font-weight: 600;
	text-align: left;
}

.legal .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #FAF9F8;
}

.separador::after, .separador-blanco::after {
	content:"";
	display:block;
	height:2px;
	width:60px;
	margin: 0 auto;
	top: 18px;
	position: relative;	
}

.separador::after {
	border-bottom: dotted 5px #100C08;
}

.separador-blanco::after {
	border-bottom: dotted 5px #FFF;
}

.titulo h1 {
	color:#FFF;
	text-align: center;
	font-size: 200%;	
}
footer h3 {
	font-size: 100%;
}
/* FIN TIPOGRAFÍA */

/* AUXILIARES */
.clearfix {
	clear: both;
}
.magenta {
	color:#E2057D;
}

.fd-magenta {
	background-color:#E2057D;
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center right;
	background-attachment: fixed;	
	background-image: url(img/espiral.png);		
}

.blanco {
	color:#FFF;
}
/* SEMÁNTICA */
footer article, aside {
	padding-top: 20px;
}

header.cabecera {
	position:absolute;
	text-align: center;				
	z-index: 40;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin:0 auto;			
}


header .logo {
	padding: 40px 20px 20px 20px;
}

footer {
	width: 100%;
	clear: both;
}

footer.pie  {
	margin: 80px 0 0 0;
	padding: 60px 0;
	background: #FAF9F8;
	text-align: center;			
}

/* CONTENIDOS */
.principal {
	position: relative;
	z-index: 1;	
	width: 100%;
}

.wp-block-column .wp-block-cover, .wp-block-column .wp-block-cover-image {
    margin: 0!important;
    width: 100%!important;
}

.titulo {
    padding: 20px;	
    margin: 0 0 80px 0;  
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(img/fd-general.jpg);		
}

.seccion {	
	padding-top: 80px;
	padding-bottom: 80px;	
}

.contenedor, .contenedor-ancho, .contenedor-estrecho {	
	margin-left: auto;
	margin-right: auto;			
}

.contenedor {	
	max-width: 1080px;	
	padding-left: 20px;
	padding-right: 20px;	
}

.contenedor-ancho {	
	padding-left: 50px;
	padding-right: 50px;			
}

.contenedor-estrecho {	
	max-width: 800px;	
	padding-left: 20px;
	padding-right: 20px;	
}

.presentacion {	
	background: #E2057D;
	position: relative;
	height:100vh;	
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-image: url(img/fd-encuesta.jpg);			
}

.presentacion .wp-block-group__inner-container {
	top:calc(50% - 120px);
	position: relative;	
}

.presentacion h3, .presentacion h1 {	
	color: #FFF;
}

.abajo {
	position:relative;
	width: 100%;
	animation: rebota .8s alternate infinite ease-out;			
}

/*Masonry */
.contenedor-masonry {
	margin:-10px -10px 20px -10px;
	overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
.grid {}
.grid:after {content: '';display: block;clear: both;}
.grid-sizer, .grid-item, .grid-sizer-dos, .grid-item-dos, .grid-sizer-tres, .grid-item-tres {width: 100%;}
.grid-item, .grid-item-dos, .grid-item-tres {float: left;background: #ffffff;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.grid article, .grid-dos article, .grid-tres article {margin:10px;}

/* ESTILOS WP */
.caja {	
	max-width: 1040px;	
	margin-left: auto;
	margin-right: auto;			
	border: solid thin blue;		
}

.columnas .wp-block-column:not(:first-child) {
    margin-left: 0!important;
}

/* MENÚS */
/* Menú pie */
.menu-pie li {
	line-height: 1.6;	
	font-size: 90%;	
	display: block;
}

.menu-pie li a {
	color: #AAAAA9;	
	text-transform: uppercase;	
}

.menu-pie li a:hover {
	color: #757574;	
}
/* Fin Menú pie */



/* FORMULARIOS */
.buscador {
	position: relative;	
}
.buscador input {
	width:100%;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;	
}
.buscador input[type="image"], .buscador svg {	
	width:35px;
	height: 35px;
	padding: 5px;
	top: 0;		
	right: 0;	
	position:absolute;	
	overflow: hidden;	
   border: solid thin #F0F2F4;	
}

form label {
	display: inline-block;	
    padding: 5px 0 0 0;	
}

fieldset {
	background: #FFFFFF;
	padding: 20px 25px;
	border:none;
	margin: 0 0 10px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;	
}

legend {
    text-transform: uppercase;	
}

button, input[type="button"], input[type="reset"], input[type="submit"], input, select, textarea {
    border: solid thin #F0F2F4;
    box-shadow: none;
    cursor: pointer;	
    padding: 10px 20px;		
    cursor: pointer;		
}

input, select, textarea {
	width: 100%;
	background: rgba(0,0,0,.05);
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: rgba(0,0,0,.5);
}


input[type="radio"], input[type="checkbox"] {
    width: auto; 
	display:inline;
}

.formulario-encuesta h6 {
	margin-top: 10px;	
	margin-bottom: 5px;
	color:#E2057D;
}
.formulario-encuesta fieldset {
	background: #FAF9F8;
}

.formulario-encuesta .wpcf7-checkbox .wpcf7-list-item {
	display:block;
}

.formulario-encuesta input {
	background-color: transparent; 
}

.formulario-encuesta input, .formulario-encuesta textarea {
	color: #E2057D;
	font-size: 16px;
    border-bottom: dotted thin #c5c5c6;
    border-top: none;   
    border-left: none; 
    border-right: none;            
    box-shadow: none;
    cursor: pointer;	
    padding: 6px 0;		
    cursor: pointer;		
}

.formulario-encuesta textarea {
    padding: 6px 10px;	
     border-top: dotted thin #c5c5c6;	   	
}

.formulario-encuesta input[type="submit"] {
	background: #E2057D;;
    padding: 15px;	
	color: #FFF !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;    
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;    
    text-align: center;   
}

.wpcf7-form input:focus, .wpcf7-form textarea:focus {
    outline: -webkit-focus-ring-color auto 0;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0;
}
.acepto {
    padding-bottom: 2px;	
}
.acepto label {
	display: inline;
	font-size: 90%;
	padding-top: 0;
    padding-bottom: 20px;	
}
.acepto input[type="checkbox"] {
	margin-left:-12px;
	margin-top: 6px;	
	width:30px;
	display: inline-block;
	float: left;
position: relative;	
z-index: 1000;
}

/* FIN FORMULARIOS */

/* Animaciones */
@-webkit-keyframes rebota {
  0% {
    bottom: 20px;
    height: 20px;
  }

  100% {
    bottom: 0;
    height: 0;
  }
}

@keyframes fundido {
	0% {opacity: 0;}	
	50% {opacity: 0;}			
	100% {opacity: 1;}
}
@-webkit-keyframes fundido {
	0% {opacity: 0;}			
	100% {opacity: 1;}
}

@keyframes slide-arriba {
	0% {top: -100px; opacity: 0;}		
	100% {top: 0; opacity: 1;}
}

@-webkit-keyframes slide-arriba {
	0% {top: -100px;opacity: 0;}	
	100% {top: 0;opacity: 1;}
}


@keyframes slide-abajo {
	0% {top: 100px; opacity: 0;}		
	100% {top: 0; opacity: 1;}
}


@-webkit-keyframes slide-abajo {
	0% {top: 100px;opacity: 0;}	
	100% {top: 0;opacity: 1;}
}


@keyframes slide-izda {
	0% {left: -300px; opacity: 0;}		
	100% {left: 0; opacity: 1;}
}

@-webkit-keyframes slide-izda {
	0% {left: -300px; opacity: 0;}		
	100% {left: 0; opacity: 1;}
}

@keyframes slide-dcha {
	0% {right: -300px; opacity: 0;}		
	100% {right: 0; opacity: 1;}
}

@-webkit-keyframes slide-dcha {
	0% {right: -300px; opacity: 0;}		
	100% {right: 0; opacity: 1;}
}

.fundido {
	animation: 	fundido;
	animation-duration: 2s;	
}

.slide-arriba,
.slide-abajo,
.slide-izda,
.slide-dcha {
	position:relative;
	overflow: hidden;			
}

.slide-arriba {
	animation: slide-arriba;
	animation-duration: 1.4s;			
}

.slide-abajo {	
	animation: slide-abajo;	
	animation-duration: 1.4s;			
}

.slide-izda {
	animation: slide-izda;		
	animation-duration: 1.4s;			
}

.slide-dcha {
	animation: slide-dcha;
	animation-duration: 1.4s;			
}


/* BLOG */
aside .widget h3 {
	font-size: 90%;
	margin-top: 40px;
}

.lista, .lista-simple, .lista-centrada {
	margin-bottom: 20px;
	list-style-type: none;
	padding-left: 0;	
}

.lista li, aside .widget li {
 	border-bottom: solid thin #DCE1E6;
 	padding-left: 25px;
 	padding-top: 6px;
  	padding-bottom: 6px;	
}


.lista-simple li {
 	padding-left: 25px;
 	padding-top: 6px;
  	padding-bottom: 6px;	
}

.lista li::before, .lista-simple li::before, aside .widget li::before {
	content: "";
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='rgb(226,5,125)' stroke='none'><path d='M23,7.3c-0.7-0.7-1-1.6-1-2.5s0.4-1.8,1-2.5c1.3-1.3,3.7-1.3,5,0c1.4,1.4,1.4,3.6,0,5c-0.7,0.7-1.6,1-2.5,1S23.7,8,23,7.3zM29.7,14c0.7,0.7,1.6,1,2.5,1s1.8-0.3,2.5-1c0.7-0.7,1-1.6,1-2.5c0-0.9-0.4-1.8-1-2.5c-1.3-1.3-3.7-1.3-5,0c0,0,0,0,0,0c-0.7,0.7-1,1.6-1,2.5C28.7,12.5,29,13.4,29.7,14z M36.4,20.8c0.7,0.7,1.5,1,2.5,1s1.8-0.4,2.5-1c0.7-0.7,1-1.6,1-2.5s-0.4-1.8-1-2.5c-1.3-1.3-3.7-1.3-5,0c0,0,0,0,0,0c-0.7,0.7-1,1.6-1,2.5S35.8,20.1,36.4,20.8z M23,42.6c-0.7,0.7-1,1.6-1,2.5c0,0.9,0.4,1.8,1,2.5h0c0,0,0,0,0,0c0.7,0.7,1.5,1,2.5,1s1.8-0.4,2.5-1c1.4-1.4,1.4-3.6,0-5C26.6,41.3,24.4,41.3,23,42.6zM29.7,35.9c-0.7,0.7-1,1.5-1,2.5c0,0.9,0.4,1.8,1,2.5c0.7,0.7,1.6,1,2.5,1s1.8-0.3,2.5-1c0.7-0.7,1-1.6,1-2.5c0-0.9-0.4-1.8-1-2.5C33.4,34.6,31,34.6,29.7,35.9z M36.4,29.2c-0.7,0.7-1,1.5-1,2.5s0.4,1.8,1,2.5s1.5,1,2.5,1s1.8-0.4,2.5-1c0.7-0.7,1-1.5,1-2.5c0-0.9-0.4-1.8-1-2.5C40,27.8,37.8,27.8,36.4,29.2z M48.1,22.5c-0.2-0.2-0.4-0.3-0.6-0.5c-1.4-0.9-3.2-0.8-4.4,0.5v0c-1.4,1.4-1.4,3.6,0,5c0.7,0.7,1.6,1,2.5,1s1.8-0.4,2.5-1C49.5,26.1,49.5,23.9,48.1,22.5z M4.4,21.5c-1.9,0-3.5,1.6-3.5,3.5c0,1.9,1.6,3.5,3.5,3.5c1.9,0,3.5-1.6,3.5-3.5C7.9,23,6.3,21.5,4.4,21.5z M13.9,21.5c-1.9,0-3.5,1.6-3.5,3.5c0,1.9,1.6,3.5,3.5,3.5c1.9,0,3.5-1.6,3.5-3.5C17.4,23,15.8,21.5,13.9,21.5z M26.9,25c0-1.9-1.6-3.5-3.5-3.5c-1.9,0-3.5,1.6-3.5,3.5c0,1.9,1.6,3.5,3.5,3.5C25.3,28.5,26.9,26.9,26.9,25z M32.9,21.5c-1.9,0-3.5,1.6-3.5,3.5c0,1.9,1.6,3.5,3.5,3.5c1.9,0,3.5-1.6,3.5-3.5C36.4,23,34.8,21.5,32.9,21.5z'></path></svg>") no-repeat left top;	
	display: inline-block;
	position: relative;
	top: 2px;
	width: 10px;	
	height: 10px;
	text-align: center;
	margin-right: 10px;
	margin-left: -25px;
}

.fd-magenta .lista li::before, .fd-magenta .lista-simple li::before {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='white' stroke='none'><path d='M23,7.3c-0.7-0.7-1-1.6-1-2.5s0.4-1.8,1-2.5c1.3-1.3,3.7-1.3,5,0c1.4,1.4,1.4,3.6,0,5c-0.7,0.7-1.6,1-2.5,1S23.7,8,23,7.3zM29.7,14c0.7,0.7,1.6,1,2.5,1s1.8-0.3,2.5-1c0.7-0.7,1-1.6,1-2.5c0-0.9-0.4-1.8-1-2.5c-1.3-1.3-3.7-1.3-5,0c0,0,0,0,0,0c-0.7,0.7-1,1.6-1,2.5C28.7,12.5,29,13.4,29.7,14z M36.4,20.8c0.7,0.7,1.5,1,2.5,1s1.8-0.4,2.5-1c0.7-0.7,1-1.6,1-2.5s-0.4-1.8-1-2.5c-1.3-1.3-3.7-1.3-5,0c0,0,0,0,0,0c-0.7,0.7-1,1.6-1,2.5S35.8,20.1,36.4,20.8z M23,42.6c-0.7,0.7-1,1.6-1,2.5c0,0.9,0.4,1.8,1,2.5h0c0,0,0,0,0,0c0.7,0.7,1.5,1,2.5,1s1.8-0.4,2.5-1c1.4-1.4,1.4-3.6,0-5C26.6,41.3,24.4,41.3,23,42.6zM29.7,35.9c-0.7,0.7-1,1.5-1,2.5c0,0.9,0.4,1.8,1,2.5c0.7,0.7,1.6,1,2.5,1s1.8-0.3,2.5-1c0.7-0.7,1-1.6,1-2.5c0-0.9-0.4-1.8-1-2.5C33.4,34.6,31,34.6,29.7,35.9z M36.4,29.2c-0.7,0.7-1,1.5-1,2.5s0.4,1.8,1,2.5s1.5,1,2.5,1s1.8-0.4,2.5-1c0.7-0.7,1-1.5,1-2.5c0-0.9-0.4-1.8-1-2.5C40,27.8,37.8,27.8,36.4,29.2z M48.1,22.5c-0.2-0.2-0.4-0.3-0.6-0.5c-1.4-0.9-3.2-0.8-4.4,0.5v0c-1.4,1.4-1.4,3.6,0,5c0.7,0.7,1.6,1,2.5,1s1.8-0.4,2.5-1C49.5,26.1,49.5,23.9,48.1,22.5z M4.4,21.5c-1.9,0-3.5,1.6-3.5,3.5c0,1.9,1.6,3.5,3.5,3.5c1.9,0,3.5-1.6,3.5-3.5C7.9,23,6.3,21.5,4.4,21.5z M13.9,21.5c-1.9,0-3.5,1.6-3.5,3.5c0,1.9,1.6,3.5,3.5,3.5c1.9,0,3.5-1.6,3.5-3.5C17.4,23,15.8,21.5,13.9,21.5z M26.9,25c0-1.9-1.6-3.5-3.5-3.5c-1.9,0-3.5,1.6-3.5,3.5c0,1.9,1.6,3.5,3.5,3.5C25.3,28.5,26.9,26.9,26.9,25z M32.9,21.5c-1.9,0-3.5,1.6-3.5,3.5c0,1.9,1.6,3.5,3.5,3.5c1.9,0,3.5-1.6,3.5-3.5C36.4,23,34.8,21.5,32.9,21.5z'></path></svg>") no-repeat left top;	
}

.fd-magenta .lista li {
 	border-bottom: solid thin rgba(255,255,255,.2);
 	padding-left: 25px;
 	padding-top: 6px;
  	padding-bottom: 6px;	
}

.lista-centrada li {
	text-align: center;
}

.lista-centrada li::after {
	content:"";
	width:80px;
	height:1px;
	display:block;
	margin: 5px auto 6px auto;
	background: #DCE1E6;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* Tablet */
@media only screen and (min-width: 600px) {



}


/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* Escritorio pequeño */
@media only screen and (min-width: 769px) {

}
/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* Escritorio */
@media only screen and (min-width: 992px) {
	/* SEMÁNTICA */
	h1 {font-size: 320%;}

	footer.pie .contenedor {
	  grid-template-columns: repeat(3, 1fr); 
	  column-gap: 20px; 
	}

	footer .creditos {
	  grid-column: 1/4;
	}

	footer article, aside {
		padding-top: 0;
	}

	/* CONTENIDOS */
	.principal {
		position: absolute;
		top:0;
	}

	.blog, .archivo {
	  	display: grid;		
		grid-template-columns: 1fr 1fr 1fr 1fr; 
		column-gap: 20px; 
	}

	.blog .contenido, .archivo .contenido {
	  grid-column: 1/4;
	}

	.titulo {
		padding-top: 180px;
	}	
	/* ESTILOS WP */
	.columnas .wp-block-cover__inner-container {
		padding-left: 60px;
		padding-right: 60px;
		border: solid thin darkblue;
	}	
	/* BLOG */	
	/* Masonry */	
	.grid-sizer, .grid-item {width: 50%;}	
	/* Cuadrícula*/	
    .contenedor-cuadricula article {
    	display: grid;
		grid-template-columns: 1fr 1fr; 
	  	column-gap: 20px; 
    }
	.contenedor-cuadricula article header {

    } 

    .contenedor-cuadricula article .resumen {

    } 
	/* MENÚS */
	/* Menú principal */
	.menu-pie li  {
		display:inline-block;
	}
	.menu-pie li a {
		position: relative;
		padding:5px 10px;		
	}	
	.menu-pie li a::after {
		position:absolute;
		content:"";
		display: block;
		right:0;
		top:10px;
		height: 12px;
		width:1px;
		background: #DCDBDA;
	}	
	.menu-pie li:last-child a::after {
		display: none;
	}	

	/* FIN MENÚS */
	.formulario-encuesta .reticula-2 {
		display: grid;
 		grid-template-columns: repeat(2, 1fr);
 		column-gap: 20px; 		
	}		
}
/* Escritorio Grande */
@media only screen and (min-width: 1080px) {
	header.cabecera {
	    padding-left: 50px;
	    padding-right: 50px;
	}
}