/**
 * Theme Name:     Fukasawa Child
 * Author:         Anders Norén
 * Template:       fukasawa
 * Text Domain:	   fukasawa-child
 * Description:    Fukasawa is a minimal masonry style blog theme for photographers and collectors. It features responsive &amp; retina-ready design, Block Editor support, support for the image, gallery and video post formats, four custom widgets, an archive page template, a gallery slideshow, custom accent color support, custom logo support, editor styles, and much more. Demo: https://andersnoren.se/themes/fukasawa/
 */
/* fijando la barra lateral*/
.menu_clavo{
    position: fixed;
    width: 280px;
    height: 100vh;
}

.sidebar {
    font-size: 0.71em;
    position: relative;
    left: 0;
    top: 0;
    padding: 50px 40px;
    width: 280px;
}

.sidebar:before{
	background: transparent;
	-webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 25%);
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 25%);
	/*background-image: linear-gradient(145deg, #3247b9, #e9ecef, #0000ff69, #ff000085);*/
  background-image: linear-gradient(145deg, #3247b9, #e9ecef, #132f67d9, #141416);
   /* background-image: linear-gradient(145deg, #3247b9, #e9ecef, #172b56b5, #000000c2);*/
}
.main-menu:before, .widgets:before, .widget + .widget:before, .credits:before {
    width: 100%;
    background: #0045bf;
}

.main-menu li{
	padding: 5px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background: #ffffffcc;
   	transition: all 0.3s;
	font-family: 'Roboto';
	transform: skewX(-10deg);
}
.main-menu li a{
	display: block;
	color: #000000;
}
.main-menu li:hover{
	transform: translateX(15px);
	-webkit-box-shadow: 0px 3px 3px #0000004f;
    -moz-box-shadow: 0px 3px 3px #0000004f;
    box-shadow: 0px 3px 3px #0000004f;
}
.current-menu-item{
	-webkit-box-shadow: 2px -1px 3px inset #00000061 !important;
    -moz-box-shadow: 2px -1px 3px inset #00000061 !important;
	box-shadow: 2px -1px 3px inset #00000061 !important;
    background-image: linear-gradient(to right, #000000b5, #eff5fc00) !important;
}
.mobile-menu li {
	margin-top: 10px;
    padding: 5px;
}
.current-menu-item a{
    color: white !important;
    text-shadow: 1px 1px black;	
	/*text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;*/
}
.mobile-menu li a{
	text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
	display: block;
}
.mobile-menu::before, .menu-item::before{
   content: '' !important;
    width: 20px;
    height: 100%;
    top: 0;
    left: -28px !important;
    background: white;
    position: absolute;
}
.current_page_item::before{
    content: '' !important;
	width:20px;
	height:100%;
	left: -28px !important;
	background:white;
	box-shadow: 0px 0px 10px white;
	animation-name: brillo;
    animation-duration: 2s;
	animation-iteration-count: infinite;
}
.current_page_item::after{
	content: '' !important;
    width: 100%;
    height: 2px;
    left: 0px !important;
    background: white;
    position: absolute;
    bottom: -2px;
	box-shadow: 0px 0px 10px white;
	animation-name: brillo;
    animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes brillo{
	0%{box-shadow: 0px 0px 1px 0px white;}
	50%{box-shadow: 0px 0px 10px 3px white;}
	100%{box-shadow: 0px 0px 1px 0px white;}
}

.mobile-menu::after, .menu-item::after{
   content: '' !important;
    width: 100%;
    height: 2px;
    left: 0px !important;
    bottom:-2px;
    background: white;
    position: absolute;
}
.mobile-navigation {
    background: linear-gradient(45deg, black 30%, transparent);
}

/* efecto del logo */
.blog-logo{position: relative;transition: 0.3s all;}
.hijo1{position: absolute;z-index: 10;transition: 0.3s all;}
.hijo2{transform: rotate(0deg); position: absolute; z-index: 8; left: 0rem; }
.hijo3{position: absolute; z-index: 5; transform: rotate(0deg); left: 0rem; }
.hijo4{ position: sticky; z-index: 12; transition: 0.3s all;}

.blog-logo a:hover {
  	opacity:1
}
.blog-logo:hover .hijo2{
	 animation-name: logom;
     animation-duration: 1.3s;
}
.blog-logo:hover .hijo3{
	 animation-delay: 0.3s;
	 animation-name: logom2;
     animation-duration: 1.3s;
}

@keyframes logom {
  0% {transform: rotate(0deg); left: 0rem;}
  50%{transform: rotate(12deg);left: 1.2rem;}
  100% {transform: rotate(0deg); left: 0rem;}
}
@keyframes logom2 {
  0% {transform: rotate(0deg); left: 0rem;}
  50% {transform: rotate(21deg); left: 2.1rem;}
  100% {transform: rotate(0deg); left: 0rem;}
}

/*  final efecto del logo */
@media (max-width: 1462px){.post.single .post-title { margin-bottom: 40px;}.balcontex {font-size: 6rem !important;}}
@media (max-width: 1320px){.balcontex {font-size: 5rem !important;}}
@media (max-width: 1178px){.balcontex {font-size: 4rem !important;}}
@media (max-width: 1000px){
.wrapper {margin-top: 1rem;}
.menu_clavo{position: fixed; width: 100%; top: 0;z-index:40; height: auto;}	
.sidebar{background:transparent; background-image: linear-gradient(145deg, #3247b9, #e9ecef, #0000ff69, #ff000085); width: 100%;}
.nav-toggle {background: white;}	
.nav-toggle.active {background: black;}
#site-content{margin-top: 180px;}
.balcontex {font-size: 4rem !important;}	
.balcon {max-height: 130px !important;}
@keyframes logom {0% {transform: rotate(0deg); left: 0rem;} 50%{transform: rotate(11deg);left: 0.6rem;}  100% {transform: rotate(0deg); left: 0rem;}}
@keyframes logom2 {0% {transform: rotate(0deg); left: 0rem;} 50%{transform: rotate(23deg);left: 1.1rem;}  100% {transform: rotate(0deg); left: 0rem;}}
}
@media (max-width: 756px){.balcontex {font-size: 2rem !important;}}
/*fijador de barra lateral*/

.container-fluid{
	/*-webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 90%);
    -moz-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 90%);
	box-shadow: 3px 3px 10px rgb(0 0 0 / 90%);*/
}
.carta{
	background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    height: 90vh;
}
.flexslider{
    border: none;
}
.flex-next {
   font-size:1px;
}
/* efectos de la pantalla de inicio */

/*bloque principal estandar*/
.post-inner {
    width: auto;
	max-width: 100%;
}

.posts .post-container {
    overflow: hidden;
    max-width: 300px;
	min-width:200px;
	overflow: revert;
}
.posts .post-container > div {
	padding: 0;
    border-radius: 5px;
	-webkit-box-shadow: 0px 3px 10px black;
    -moz-box-shadow: 0px 3px 10px black;
    box-shadow: 0px 3px 10px #00000030;
    transition: 0.4s all;
	overflow: hidden;
}
.posts .post-container > div:hover{
	transform: translateY(-50px);
    box-shadow: 0px 5px 15px #00000073;
}
.posts .featured-media + .post-header {
    margin-top: 16px;
    padding: 0;
}
.post-excerpt {
    margin-top: 8px;
    font-size: 0.9em;
    padding: 0 16px 16px;
}
.posts .post-title {
    padding: 10px 16px 0px 16px;
}
.flex-control-nav li {
    display: inline-block !important;
}
.flex-caption {
    width: 0%;
    padding: 1.2rem;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  /*  font-size: 14px;
    line-height: 18px;*/
    position: absolute;
	opacity:0;
    height: 100%;
    transform: skew(25deg, 0deg);
    margin-left: -10%;
    padding-left: 10%;
    vertical-align: bottom;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.interno-caption{
    transform: skew(-25deg, 0deg);
    font-size: 5rem;
    font-family: 'roboto';
}
.flex-active-slide .flex-caption{
	 animation-name: entrada;
	 /*animation-delay:2s;*/
     animation-duration: 3s;
	 opacity:1;
	 width: 50%;
}
@keyframes entrada {
  from {width:0%; opacity:0;}
  to {width:50%; opacity:1;}
}
/* posicionamientos especiales para lo textos*/
.flexslider .slides > li {
   position: relative;
}
.contenedor2{
	/*border-top: 1px solid;
    border-bottom: 1px solid;*/
    padding: 1rem 0;
	margin: 1rem 7.5%;
	display: flex;
    justify-content: center;
}
.tituloy1{
    text-align: center;
    padding: 3%;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 7px;
	font-family: "Didact Gothic", sans-serif;
}
.carga{
    text-align: center;
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 200px;
    top: 20%;
}
.balcon{
	max-height: 400px;
    overflow: hidden;
    position: relative;
	 -webkit-box-shadow: 1px 2px 10px black;
    -moz-box-shadow: 1px 2px 10px black;
    box-shadow: 1px 2px 10px black;	
}
.balcont{
	color: white;
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 0;
}
.balconh{
	text-align: center;
	margin-top: 10%;
	display: flex;
    flex-direction: row;
    justify-content: start;
	padding-left: 2%;
}
.balcontexno{opacity:0;}
.balcontex{
	font-size: 7rem;
    text-transform: uppercase;
    text-shadow: 1px 2px black;
	animation-name: pinga;
    animation-duration: 1s;
    /*animation-iteration-count: 10;*/
	opacity:1;
}
@keyframes pinga{
	0% {opacity:0; font-size: 30rem; }
	100% {opacity:1; font-size: 7rem;  }
}

.balconbanda{
	background: #0000006b;
    width: 100%;
    height: 7rem;
    bottom: 0;
    position: absolute;
    z-index: -1;
	animation-name: balconbandaa;
    animation-duration: 4s;
    /*animation-delay: 1s;*/
}
@keyframes balconbandaa{
	0%{width: 0%;}
	100%{width: 100%;}
}

.primeraca{
	position: relative;
    height: 800px;
    width: 100%;
	 animation-name: deslisa;
	 animation-delay:1s;
     animation-duration: 50s;
	animation-iteration-count: infinite;
	/*transform: scale(2);*/
}
.placa{
	width: 100%;
}

.placa1{
	width: 200px;
    background-image: linear-gradient(145deg, #3247b9, #0000ff, #ff0000);
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
	overflow:hidden;
	border: 1px solid black;
    transition: 0.3s all;
}

.placa1:hover{
    transform: translateY(-10px);
    box-shadow: 0px 3px 5px #00000073;
    border: none;
}
.placah2{
	text-align: center;
    font-family: 'Roboto';
    color: white;
    text-transform: uppercase;
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}
.uno{
    width: 200px;
    height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@keyframes deslisa {
  0%{transform: scale(1) translateY(-0px);}
  50% {transform: scale(1.5) translateY(-400px);}
  100% {transform: scale(1) translateY(0px);}	
}

/* boton de subida */
html {scroll-behavior: smooth;}
.back-to-top {
	position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #0045bf80;
    padding: 0.5rem;
    transition: 0.3s all;
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    color: #dedede;
}
.back-to-top:hover {
	color: white;
    font-size: 3rem;
    background-color: #0045bf;
    text-shadow: 1px 3px red;
}
/* fin de boton de subida */
/* efectos de parallax */

/*carrusel 3d*/
.contenedorc3d{
	margin: 0 auto;
    width: 200px;
    height: 250px;
    position: relative;
    perspective: 1000px;
}
.carousel {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s;
	animation-name: giroinfinito;
  animation-duration: 10s;
  animation-iteration-count: infinite;
cursor:pointer;
}
.carousel:hover {
	animation-play-state: paused;
}
@keyframes giroinfinito{
	0%{transform: rotateY(-0deg);}
	13%{transform: rotateY(-45deg);}
	26%{transform: rotateY(-90deg);}
	39%{transform: rotateY(-135deg);}
	52%{transform: rotateY(-180deg);}
	65%{transform: rotateY(-225deg);}
	78%{transform: rotateY(-270deg);}
	91%{transform: rotateY(-315deg);}
	100%{transform: rotateY(-360deg);}
}

.item {
  display: block;
  position: absolute;
  background: #000;
  width: 200px;
  height: 200px;
  line-height: 200px;
  font-size: 5em;
  text-align: center;
  color: #FFF;
  opacity: 0.95;
  border-radius: 10px;
}

.a {
  transform: rotateY(0deg) translateZ(250px);
  background: #ed1c24;
}
.b {
  transform: rotateY(45deg) translateZ(250px);
  background: #0072bc;
}
.c {
  transform: rotateY(90deg) translateZ(250px);
  background: #39b54a;
}
.d {
  transform: rotateY(135deg) translateZ(250px);
  background: #f26522;
}
.e {
  transform: rotateY(180deg) translateZ(250px);
  background: #630460;
} 
.f {
  transform: rotateY(225deg) translateZ(250px);
  background: #8c6239;
}
.g {
  transform: rotateY(270deg) translateZ(250px);
  background: #630460;
} 
.h {
  transform: rotateY(315deg) translateZ(250px);
  background: #8c6239;
}

.next, .prev {
  color: #444;
  position: absolute;
  top: 100px;
  padding: 1em 2em;
  cursor: pointer;
  background: #CCC;
  border-radius: 5px;
  border-top: 1px solid #FFF;
  box-shadow: 0 5px 0 #999;
  transition: box-shadow 0.1s, top 0.1s;
}
.next:hover, .prev:hover { color: #000; }
.next:active, .prev:active {
  top: 104px;
  box-shadow: 0 1px 0 #999;
}
.next { right: 5em; }
.prev { left: 5em; }
/* final de carrucel 3d*/

/* pie del sistema */
.pie{
    background-image: linear-gradient(45deg, rgb(18, 18, 18, 1), #20202a, rgb(0 69 191));
    padding-top: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;    
}


.itempie{
    min-width: 300px;
    padding: 0.5em;
    max-width: 600px;
    margin: 0.2em;
    font-size: small;
    animation: 0.5s all;
}
.itempie > div > p {
    color: rgb(100 119 119);
}
.itempie > div > h2 {
    color: white;
    text-shadow: 0 0 5px white;
}

.piesocial{
    display: flex;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 3em;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.isol{
    margin: 5px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffffcc;
    transition: 0.5s all;
}
.isol:hover{
    color:white;
    font-size: 1.5em;
    box-shadow: 0px 0px 15px white;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .itempie{
      width: 300px;      
    }
    .post.single .post-inner {
        padding-top: 0px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .itempie{
      width: 300px;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .itempie{
      min-width: 300px;
      max-width: 400px;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .itempie{
      min-width: 300px;
      max-width: 350px;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .itempie{
      min-width: 300px;
      max-width: 400px;
    }

}


@media only screen and (min-width: 1360px) {
    .itempie{
        min-width: 300px;
        max-width: 450px;
    }

}

.po-cuarto{
	margin: 0.2em;
}

.pieinf{
	padding: 0.5em 1em 0.5em 1em;
   	background: #282828;
   	color: white;
   	font-size: small;
	font-style: italic;
   	text-align: center;
}
.listalimpia{
    list-style: none;
}
.listaitem{
    margin: 1em 0;
}

/* fonst de google */
.fredericka {
    font-family: "Fredericka the Great", serif;
    font-weight: 400;
    font-style: normal;
  }

  .montserrat{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .tomorrow-thin {
    font-family: "Tomorrow", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .tomorrow-extralight {
    font-family: "Tomorrow", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .tomorrow-light {
    font-family: "Tomorrow", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .tomorrow-regular {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .tomorrow-medium {
    font-family: "Tomorrow", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .tomorrow-semibold {
    font-family: "Tomorrow", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .tomorrow-bold {
    font-family: "Tomorrow", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .tomorrow-extrabold {
    font-family: "Tomorrow", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .tomorrow-black {
    font-family: "Tomorrow", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .tomorrow-thin-italic {
    font-family: "Tomorrow", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .tomorrow-extralight-italic {
    font-family: "Tomorrow", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .tomorrow-light-italic {
    font-family: "Tomorrow", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .tomorrow-regular-italic {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .tomorrow-medium-italic {
    font-family: "Tomorrow", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .tomorrow-semibold-italic {
    font-family: "Tomorrow", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .tomorrow-bold-italic {
    font-family: "Tomorrow", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .tomorrow-extrabold-italic {
    font-family: "Tomorrow", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .tomorrow-black-italic {
    font-family: "Tomorrow", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  /* iconos internos */
  .atomflex{
    display: flex; 
    flex-direction:row;
    flex-wrap: wrap;
   justify-content:center;
  }
  .atom{
    margin: 0.5em !important;
   /* float: left;*/
    width: 200px;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 0px 10px black;
    transition: 0.3s all;
  }
  .atom:hover{
    transform: scale(1.2);
    z-index: 10;
  }
  .atomima{
    width: 100%;
    height: 150px;
    perspective: 420px;
   /* transform-style: preserve-3d;*/
    background-size: cover;
    background-position: top;
    box-shadow: 0px 1px 10px black;
  }
  .atomtema{
    text-align:left;
    text-transform: uppercase;
    font-weight: bold;
    font-family: monospace;
    color: #2c2c2c;
    border-top: 1px solid;
    padding: 0.2em 0.5em 0 0.5em;
    font-family: 'Roboto';
  }
  .cuerpo_resumen{
    color: black;
    background: white;
    padding: 0.5em;
    font-size: small;
    font-weight: 300;
    font-family: 'Roboto';
  }

  	
.categoria{	
	width: 230px;   
	height: 230px;	
  overflow: hidden;
	/*transition: 0.4s all;*/
  border-radius: 50%;
}

.categoriain{
	  height: 100%;
    padding-top: 0.83em;
    background-image: linear-gradient(90deg, #fdfdfd, transparent);
}
.cabh2{
	background-image: linear-gradient(to right, #354aba, transparent);
    padding-top: 40%;
    padding-bottom: 50%;   
    text-align: center;
    font-size: 1.8em;
    text-shadow: 1px 1px black;
    -webkit-box-shadow: 0px -2px 5px #353636 inset;
    -moz-box-shadow: 0px -2px 5px #353636 inset;
    box-shadow: 0px -2px 5px #353636 inset;
    color: white;
	  margin: 0 -5px 0 0 !important;
	  transition: 1.2s all;
}

.novisible{
  display: none;
}

.ini-expancion > .cabh2 {
    padding-top: 1% !important;
    padding-bottom: 1% !important;
}

.ini-expancion{
    z-index: 50;
    left: 20%;
    right: 20%;
    position: fixed;
   /* box-sizing: border-box;*/
    transform: rotate(720deg);
    animation-name: apertura;
    animation-duration: 1.2s;
    animation-iteration-count: 1;
    border-radius: 5px;
    top: 0;
    min-width: fit-content;
    width: auto;
    height: auto;
    box-shadow: 1px 10px 10px #00000033;
    overflow: visible;
}

@keyframes apertura{
    0% {opacity: 0; border-radius: 1px;top: 20%; box-shadow: 1px 1px 1px #00000033; height: 200px; min-width: fit-content;overflow: hidden;}
    50%{opacity: 1; border-radius: 3px; box-shadow: 1px 5px 5px #00000033; height: 350px;overflow: hidden;}
    100% {border-radius: 5px;top: 0; box-shadow: 1px 10px 10px #00000033;  max-height: auto; overflow: hidden;}
}



.grid-item{   
    cursor: pointer;
    margin: 5px;
    min-width: 250px;
    min-height: 250px;
    border-radius: 50%;
}
/* ini-grid-item */
.ini-grid-item{
    margin: 0.7rem;    
    border-radius: 50%;
    border-top: 10px solid black;
    border-bottom: 10px solid black;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transition: 0.9s all;
}


.ini-grid-item:hover{
   transform: rotate(-720deg);
   padding: 0.5em;
   border-color: blue;
   box-shadow: 0px 0px 15px #0000fff2;
}

.ini-grid-item:hover > .categoria{
  transform: rotate(720deg);
  box-shadow: 0px 0px 8px #000000ab;
}


/* efecto de grid */

/*@keyframes giro{
    0% {transform: rotateY(0deg) translateX(200px);}
    100% {transform: rotateY(360deg) translateX(200px);}
}*/