/*
#site-logo-inner {
  max-width: 300px;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 15px;
  position: fixed !important;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 0;
}

#site-header {
  position: fixed !important;
  top: 0;
  background-color: #ffffff00;
  background-image: url("https://itsumogoakitas.com/wp-content/uploads/2020/06/first-svg3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60vw auto;
  width:100vw;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 0;
}
*/

#dropdown-redes-apps {
	display: none;
}
#dropdown-redes-no-apps {
	display: none;
}

#site-header {
	position: fixed !important;
}

.custom-logo {
  transform: scale(1);
}

.custom-logo:hover {
  transform: scale(1.05);
}

/* El parallax del home */

#seccion-home > div {
  background-attachment: fixed;
}

/* Letra del banner del home */

/*.texto-con-imagen {
  /* if we can clip, do it */

/*  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;

  /* what will show through the text
  ~ or ~
  what will be the background of that element */

/*  background-image: url("https://itsumogoakitas.com/wp-content/uploads/2020/07/14320-NPNV0N-e1595107298582.jpg");
/*  background-size: 300px 300px;
  background-position: center center;
  background-attachment: fixed;

  /* fallback text color
  ~ or ~
  the actual color of text, so it better work on the background */

/*  color: red;
/*}

/* Videito del home margen */

#video-home {
  margin-right: 20vw;
  margin-left: 20vw;
}

/* Centrar */

.centrar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.centrar-texto {
  text-align: center;
}

/* Scrollbar personalizada */

::-webkit-scrollbar {
  width: 1.8vmin;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(255, 31, 31) 0%, rgba(255, 191, 191) 100%);
}

/* Cursor default en los títulos */

h1,
h2,
h3 {
  cursor: default;
}

/* Selector personalizado */

::selection {
  background-color: rgb(255, 191, 191);
  color: white;
  text-shadow: 1px 1px black;
}

p::-moz-selection {
  background-color: rgb(255, 191, 191);
  color: white;
  text-shadow: 1px 1px black;
}

/* Formulario */

.formulario {
  color: #ffffff;
}

.wpforms-field-label {
  font-family: "Cormorant SC";
}

.wpforms-field-required {
  border-radius: 3px !important;
}

.wpforms-form textarea {
  resize: none;
}

.wpforms-required-label {
  color: #fff !important;
}

.wpforms-submit-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpforms-submit.css-boton {
  background-color: #DD6262 !important;
  border: none !important;
  -webkit-border-radius: 3px !important;
  border-radius: 0px !important;
}

.wpforms-submit.css-boton:hover {
  background-color: #FB8989 !important;
}

.wpforms-error {
  font-size: 14px !important;
  color: red !important;
}

.wpforms-field-required.wpforms-error {
  border: 1px solid red !important;
}

/* Imagen de Akitas Disponibles */

.img-akitas-disponibles {
  width: 40%;
  height: 100%;
}

.contenedor-akitas-disponibles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 10px));
  /* This is better for small screens, once min() is better supported */
  /* grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr)); */
  grid-gap: 1rem;
  /* This is the standardized property now, but has slightly less support */
  /* gap: 1rem */
}


/* Texto resaltado */

.texto-resaltado {
  background-image: url('https://itsumogoakitas.com/wp-content/uploads/2020/07/Resaltar-texto.png');
  background-size: 100% 70%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 7px;
}

/* Hover naranja */

#orange-hover:hover {
  color: #ea6e30;
}

/* Familias felices estilos */

.familias-felices-container {
  text-align: center;
  width: 95%;
  margin: 0 auto;
}

.familia-feliz-card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin: 15px;
  transform: scale(1);
  transition: transform .2s ease-in-out;
  background: white;
}

.familia-feliz-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  transform: scale(1.03);
}

.familia-feliz-container {
  padding: 15px 20px;
}

.familia-feliz-foto {
  max-width: 100%;
  height: auto;
}

.familia-feliz-nombre {
  margin: 0 0 2px 0;
  font-size: 25px;
}

.familia-feliz-meta {
  margin: 0 0 0 0;
  font-size: 15px;
}

/* Akitas disponibles estilos */

@media only screen and (max-width: 768px) {
	.akitas-disponibles-camada-container {
		text-align: center;
		line-height: 1.15;
	}
	.akitas-disponibles-padres {
		margin-right: 0px !important;
	}
}

.akitas-disponibles-fotos {
  transition: transform .1s ease-in-out;
}

.akitas-disponibles-fotos:hover {
  transition: transform .2s ease-in-out;
  transform: scale(1.01) rotate(-.5deg);
}

.akitas-disponibles-padres {
  display: inline-block;
  margin: 0 auto;
  transition: transform .1s ease-in-out;
}

.akitas-disponibles-padres:hover {
  transform: scale(1.03) rotate(1deg);
}

.akitas-disponibles-container {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.akitas-disponibles-card {
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 33%;
  margin: 15px;
  transform: scale(1);
  transition: transform .2s ease-in-out;
  background: white;
  text-align: left;
}

.akitas-disponibles-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  transform: scale(1.03);
}

.akita-disponible-container {
  padding: 15px 20px;
}

.akita-disponible-foto {
  max-width: 100%;
  height: auto;
}

.akita-disponible-nombre {
  margin: 0 0 2px 0;
  font-size: 25px;
}

.akita-disponible-meta {
  margin: 0 0 0 0;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
	#akitas-disponibles-opciones-parrafo {
		font-size: 18px !important;
	}
}

.akitas-disponibles-opciones-parrafos {
	line-height: 1;
}

@media only screen and (max-width: 768px) {
  .akitas-disponibles-opciones-parrafos {
  	font-size: 22px !important;
  }
}

/* Que nos diferencia */

.que-nos-diferencia {
  width: 33%;
  transform: scale(1);
  transition: transform .2s ease-in-out;
}

.que-nos-diferencia:hover {
  transform: scale(1.03);
}

/* Próximas camadas */

@media only screen and (max-width: 768px) {
	.proxima-camada-fecha {
		text-align: center;
		font-size: 45px !important;
		line-height: 1;
	}
	
	.proxima-camada-cantidad {
		text-align: center;
		font-size: 30px !important;
		line-height: 1;
	}
  
	.proxima-camada-msg {
		font-size: 23px !important;
	}
}

.proximas-camadas-padres-cards:hover {
  transform: scale(1.05) rotate(-4deg);
  transition: transform .1s ease-in-out;
}

.proximas-camadas-padres-cards {
  transition: transform .1s ease-in-out;
}

.proxima-camada-foto-padres {
  border-radius: 100% !important;
  object-fit: cover !important;
  width: 250px !important;
  height: 250px !important;
  float: right !important;
  -webkit-box-shadow: -10px 20px 36px -14px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: -10px 20px 36px -14px rgba(0,0,0,0.75) !important;
  box-shadow: -10px 20px 36px -14px rgba(0,0,0,0.75) !important;
}

.proxima-camada-fecha {
  font-size: 72px;
  font-family: 'Cormorant';
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin: 0;
}

.proxima-camada-cantidad {
  font-size: 30px;
  display: flex;
  justify-content: center;
  margin: 0;
}

.proxima-camada-disponible {
  text-align: center;
  font-size: 40px;
  font-family: 'Cormorant';
}

.lowercase {
  text-transform: lowercase;
}

.proxima-camada-msg {
  text-align: center;
  font-size: 30px;
  line-height: 110%;
  color: #000000;
}

.mediano {
  font-size: 50px;
}

.cormorant-sc {
  font-family: "Cormorant SC" !important;
}

.proxima-camada-nombre-grande {
  margin: 0;
}

.negrita {
  font-weight: bold;
}

.proximas-camadas-tarjetas-padre {
  transform: rotate(-1deg);
  margin-bottom: 1px;
}

.proximas-camadas-tarjetas-madre {
  transform: rotate(1deg);
}

/* Akitas disponibles */

#akitas-disponibles-camada > p {
  color: black;
}

.akitas-disponibles-padres {
  display: inline-block;
  -webkit-box-shadow: -11px 10px 24px -7px rgba(158,158,158,1);
  -moz-box-shadow: -11px 10px 24px -7px rgba(158,158,158,1);
  box-shadow: -11px 10px 24px -7px rgba(158,158,158,1);
}

/* Familias felices */

.familia-feliz-imagen img {
  height: 300px !important;
  width: 100%;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: top;
  position: relative;
}

.familia-feliz-imagen-centrar img {
  object-position: center;
}

.familia-feliz-imagen-arriba img {
  object-position: top;
}

.familia-feliz-imagen-abajo img {
  object-position: bottom;
}

.familia-feliz-pais {
  max-width: 14%;
  position: absolute;
  margin: 10px;
  /*animation: rotar-pais 20s ease-in-out 2s infinite;*/
}

/* Link */

.link {
  color: #dd3333;
}

.link:hover {
  color: #ff8888;
}

/* Sombra solo en top */
.top-shadow {
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
}

/* Slider familias felices home */

#slider_2570 .sa_hover_container {
  box-shadow: -10px 10px 20px -10px rgba(0,0,0,0.9) !important;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

/* El sticky lo pasé a Personalizar -> CSS personalizado, al final el siteorigin css resultó ser una garompa */