/*
 Theme Name:   Wild Book Child
 Theme URI:    http://themeforest.net/user/nordstudio
 Description:  Wild Book Child Theme
 Author:       Nord Studio
 Author URI:   http://themeforest.net/user/nordstudio
 Template:     wildbook
 Version:      1.4.2
 License:      
 License URI:  http://themeforest.net/licenses
 Tags:         brown, gray, silver, white, light, two-columns, left-sidebar, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 Text Domain:  wild-book-child
*/

@import url("../wildbook/style.css");

#content {
	position: relative;
}
.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 4px solid #194562 !important;
	background-color: #fff;
	color: #194562;
}

.cook_banner *{
	font-family: Lora;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
}
.cook_banner button{
	font-family: Lora;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
}
.cook_banner a{
	color: #FFB40B;
}
.subtitulo{
	font-family: Raleway;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0;
	margin-top: 70px;
	color: #194562;
	letter-spacing: 3px;
}
.entry-content .subtitulo:first-child {
	margin-top: 30px;
}
.subtitulo::after{
	content: '';
	width: 30px;
	display: block;
	background: #FFB40B;
	height: 2px;
	margin: 20px auto;
}

h2{
	margin-top: 20px;
	margin-bottom: 50px;
}
.wp-block-table{
	overflow-y: auto;
	height: 60vh;
}
.wp-block-table table{
	border: none;
}
.wp-block-table table tr td{
	color: #191D23;
	padding: 4px 8px;
	border: none !important;
	border-bottom: 1px solid #E7EAEE !important;
	font-size: 14px;
	font-family: Raleway;
}
.wp-block-table table tr:first-child td{
	background-color: #FFB40B;
	color: #194562;
	padding: 20px 8px;
	border: 1px solid #ffffff;
	font-family: Lora;
	font-weight: 600;
	position: sticky;
	top: 0;
}

.titulo-opiniones{
	color: #194562;
	font-family: Lora;
	font-size: 18px;
	/* font-style: italic; */
	padding: 8px 0 10px 60px;
	background:  url(/wp-content/themes/wildbook-child/icons/icono-smile-line.svg) no-repeat top left;
	margin-bottom: 0;
}
.contenido-opiniones{
	color: #292929;
	font-family: Lora;
	font-size: 18px;
	font-style: italic;
	padding-left: 60px;
}

#secondary{
	background-color: #194562;
	border-bottom: 0;
}
.titulo-footer{
	color: #FFB40B;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	margin-bottom: 20px;
}
.subtitulo-footer{
	color: #FFF;
	font-size: 17px;
	font-weight: 700;
}
#widget-area-1{
	flex-basis: 30%;
	max-width: 30%;
}
#widget-area-2{
	flex-basis: 70%;
	max-width: 70%;
}
#widget-area-2 .columna1{
	width: 60%;
}
#widget-area-2 .columna2{
	width: 40%;
	color: #ffffff;
}
#widget-area-2 a{
	color: #ffffff;
	font-size: 17px;
	line-height: 29px; /* 170% */
	font-weight: 400;
}
#widget-area-2 a:hover{
	text-decoration: underline;
}
#widget-area-2 .textwidget{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.telefono{
	font-size: 20px;
	font-weight: 400;
	padding-left: 25px;
	background: url(/wp-content/themes/wildbook-child/icons/icono-phone.svg) no-repeat left center;
}

.entry-content .wp-block-button .wp-block-button__link, 
.contenido-cabecera__telefono a.boton{
	font-size: 12px;
	font-family: Lora;
	letter-spacing: 2.385px;
	font-weight: 700;
	color: #194562;
	background-color: #FFB40B;
	border-radius: 0;
	padding: 1.36363em 1.63636em 1.36363em 1.77272em;
}
.entry-content .wp-block-button .wp-block-button__link:hover, 
.contenido-cabecera__telefono a.boton:hover,
.entry-content .wp-block-button .wp-block-button__link:focus-visible, 
.contenido-cabecera__telefono a.boton:focus-visible{
	background-color: #A87A12;
	text-decoration: none;
}
*:focus-visible{
	border: 1px solid #194562;
	
    display: inline-block;
}

.contenido-cabecera__telefono a.boton{
	border-radius: 5px;
	color: #194562;
}

.licencia-vidriera{
	margin-bottom: 20px;
}
.after-footer-content.inner-box{
	padding: 17px 0;
	text-align: center;
	background-color: #FFB40B;
}
.wpcf7-form input[type=text], 
.wpcf7-form input[type=tel], 
.wpcf7-form input[type=email], 
.wpcf7-form textarea{
	width: 100%;
} 
.wpcf7-form p{
	font-size: 20px;
	margin: 0 0 30px;
}
.wpcf7-form .politicas{
	color: #1E1E1E;
	font-size: 12px;
	font-style: normal;
}
#top-nav{
	background-color: #FFE9B8;
}
.top-nav .nav-menu > li > a{
	color: #194562;
}
.top-nav .nav-menu > li > a:focus-visible{
	border: 1px solid #194562;
}
.top-nav .nav-menu > li::after {
	background-color: #194562;
}

.tiene-contenido-cabecera #top-nav{
	top: 162px;
}
.tiene-contenido-cabecera .contenido-cabecera{
	display: block;
}
.contenido-cabecera{
	display: none;
	position: fixed;
	top: 0;
	left: 40%;
	right: 0;
	background-color: #194562;
	z-index: 20;
}
.sticky-nav.admin-bar .contenido-cabecera {
    top: 32px;
}
.sticky-nav.tiene-contenido-cabecera #top-nav {
    top: 130px;
}
.sticky-nav.admin-bar.tiene-contenido-cabecera #top-nav {
    top: 148px;
}
.contenido-cabecera .contenido{
	display: flex;
	width: 100%;
	max-width: 800px;
	margin: 30px auto;
	align-items: center;
	justify-content: space-between;
}
.contenido-cabecera .titulo{
	color: #FFF;
	font-size: 30px;
	letter-spacing: -1.286px;
	line-height: normal;
}
.contenido-cabecera .eslogan{
	color: #FFB40B;
	font-family: Lora;
	font-size: 25px;
	letter-spacing: -1.286px;
	font-style: italic;
	line-height: normal;
}
#primary .inner-box {
  	padding-top: 9rem;
}
.site-identity{
	display: none;
}

.tabla-politicas{
	font-size: 15px;
}
.rotao {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.prueba_checkbox {
	position: relative;
	width: 40px;
	height: 40px;
	text-align: center;
}
.prueba_checkbox::before {
	content: "✔";
	height: 20px;
	width: 20px;
	border: 1px solid #d3d3d3;
	background-color: #d3d3d3;
	color: white;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 15px;
	border-radius: 5px;
	line-height: 19px;
}
a:hover{
	text-decoration: underline;
}
.top-nav .nav-menu li {
	font-size: .8rem;
}
.contenido-cabecera__telefono {
	min-width: 240px;
	text-align: right;
}
label{
	display: inline-block;
}
label ~ .required {
    margin-left: 10px;
}
.page-content, .entry-content {
  font-size: 20px;
}
.h4{
	font-family: Lora;
	font-size: 24px;
	line-height: normal;
	font-weight: 700;
}
.wpcpro-row{
	column-count: 2 !important;
 	display: block !important;
}
.wpcpro-row .wpcp-single-item {
    border: none;
}
.wpcp-carousel-section .wpcp-swiper-dots .swiper-pagination-bullet {
    margin: 3px 7px;
}
.wp-block-media-text__content p {
	margin-bottom:  0;
}
.contenedor-fila {
	display: flex;
	flex-direction: row;
	gap: 15px;
}
.wpcf7-form.init p {
	margin-bottom: 15px;
}
.wpcf7-form.init p label {
	margin: 0px;
}

.wpcf7-form p {
	font-size: 17px;
	line-height: normal;
	font-weight: 400;
}

.entry-content strong p em {
	font-weight: 400;
}
@media (max-width: 1400px) {
	/* Your CSS code for screens below 1400px goes here */
	.top-nav .nav-menu > li > a {
		padding: 0.136em 1.363636em;
	}
	.top-nav {
		padding: 1.15rem 2rem;
	}
	.contenido-cabecera .titulo{
		font-size: 25px;
	}
	.contenido-cabecera .eslogan {
		font-size: 20px;
	}
	.contenido-cabecera .contenido{
		max-width: 700px;
        padding: 0 20px;
	}
	.sticky-nav.tiene-contenido-cabecera #top-nav {
		top: 117px;
	}

	.entry-content, .wpcf7-form p {
		font-size: 17px;
		line-height: normal;
		font-weight: 400;
	}

	.entry-content strong p em {
		font-weight: 400;
	}
	.sidebar-nav .nav-menu > li {
		font-size: 1.3em;
	}
}

@media (max-width: 991px) {
	#top-nav{
		display: none;
	}
	.contenido-cabecera{
		position: initial;
		padding: 1rem;
	}
	#primary .inner-box {
		padding: 4.642857rem 5.357142rem;
	}
	.sidebar{
		height: 500px;
		background-position: top !important;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 2.2em !important;
		line-height: normal !important;
		margin: 20px 0;
	}
	.h4 {
		font-size: 1.2em !important;
		line-height: normal !important;
		margin: 20px 0;
	}
	.subtitulo{
		font-size: .7em;
	}
	.contenido-cabecera__telefono a.boton{
		display: inline-block;
	}
	#widget-area-1, #widget-area-2{
		max-width: 100%;
		flex-basis: 100%;
	}
	.contenedor-fila {
		flex-direction: column;
	}
}
@media (max-width: 500px) {
	#primary .inner-box {
		padding: 2rem 15px;
	}
	.wp-block-media-text .wp-block-media-text__content{
		padding: 0;
	}

	h2 {
		font-size: 30px !important;
		line-height: normal !important;
		margin: 20px 0;
	}
	.h4 {
		font-size: 22px !important;
		line-height: normal !important;
		margin: 20px 0;
	}
	.entry-content, .wpcf7-form p{
		font-size: 17px;
		line-height: normal;
		font-weight: 400;
	}
	.wpcf7-form p{
		margin-bottom: 10px;
	}
	.contenido-cabecera .contenido{
		display: block;
		margin: 0;
	}
	.contenido-cabecera__telefono {
		text-align: center;
		margin-top: 10px;
	}
	#secondary {
		padding: 25px 15px;
	}
	#widget-area-2 .columna{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		width: 100%;
	}
	#widget-area-2 .columna br{
		display: none;
	}
	.subtitulo-footer{
		grid-column: auto / span 2;
		margin-top: 20px;
	}
	.subtitulo-footer + p{
		grid-column: auto / span 2;
		margin-bottom: 0;
	}
}