/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.2.4.1676816642
Updated: 2023-02-19 14:24:02

*/

:root{
	--primary: #1d71b8;
	--textcolor: #02528d;
	--bg: #c3eefb;
	--gradient:  linear-gradient(#c3eefb, #c5e6f5);
}
h1,h2,h3,h4{
	color:var(--primary);
	font-weight: bolder;
}
h1{font-size: 3rem;}
h2{font-size: 2.8rem;}
h3{font-size: 2.3rem;}
a{
	text-decoration:none;
}
.site-header {
    position: relative;
	background: transparent;
}
.site-logo {
    z-index: 2;
    filter: drop-shadow(2px 4px 6px #fcf9);
}
.ve{
	filter: drop-shadow(2px 4px 6px #777);
	position: relative;
    z-index: 1;
}
.colPhotoVe{
	position:relative;
	background: url(https://viajesescoto.es/wp-content/uploads/bg-guacamaya.png);
}
.colPhotoVe::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient( #5756567a 20%, transparent 20% );
    background-size: 7px 7px;
}
.suscr{
	background:#ffffffd7;
	padding: 2rem;
}
.main-navigation {
    background-color: transparent;
	
}
.main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
    font-weight: bold;	
}
.no-sidebar .entry-content .alignfull {
    max-width: 99.4vw;
}

.wrapper{
	padding:1rem;
	margin: 80px auto;
}
.wrapper > h2{
	text-align: center;
	margin-bottom:2rem;
}
.grillPortada{
	position: relative;
    top: -170px;
    width: 100%;
    height: 500px;
	display: flex;
    justify-content: center;
    align-items: center;
	background: url(https://viajesescoto.es/wp-content/uploads/vista-ventanilla-de-avion-scaled.jpg);
    background-position: right;
	border-radius:100% 0% 85% 15% / 0% 41% 59% 100% ;
	padding: 150px 100px 20px 100px;
}

.grillPortada p{
	color:white;
}
.frmP{
	position:relative;
	width:50%;
	height:502px;
}
.no-sidebar .entry-content .alignfull {
    max-width: 99.4vw;
}
.titleHome{
    font-size: 3.3rem;
    font-weight: bold;
    background: linear-gradient( 60deg, var(--primary), hsl(209, 84%, 54%), hsla(180, 91%, 35%, 0.749), hsl(165, 93%, 57%));
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
	text-shadow: 1px 4px 5px #2d2d7a52;
}
.cta_portada{
	padding:1rem;
	text-align:center;
}
.cta{
	background-color: var(--bg);
	padding:4rem;
	text-align:center;
}
.btn{
	background-color:var(--primary);
	border-radius: 1rem;
	color: white;
	cursor:pointer;
	width: auto;
	height:2.5rem;
	padding:1rem 2rem;
	box-shadow: 0 0 20px 0px #014e87;

}
.contGallery{
	display: grid;
	/*grid-template-columns: repeat(3, 1fr);*/
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr));
	grid-auto-flow:dense;
	grid-auto-rows:200px;
	padding:1rem;
	grid-gap:1rem;
}
.itemGallery{
	position:relative;
	border-radius:.5rem;
	box-shadow: 0 0 7px 0px #444444;
}
.itemGallery:nth-child(1){
	grid-row-start: span 2;
}
.itemGallery:nth-child(2){
	grid-column-start: span 2;
}
.itemGallery:nth-child(5){
	grid-row-start: span 2;
}
.itemGallery:nth-child(6){
	grid-column-start: span 2;
}
.imgGallery{
	width:100%;
	height:100%;
	border-radius:.5rem;
	object-fit:cover;
}
.titleGallery{
	position:absolute;
	color:white;
	border-radius: 0 0 .5rem .5rem;
	bottom:0;
	width:100%;
	background: rgba(0,0,0,0.5);
	margin:0;
	padding:.5rem;
}
.gridServ{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr));
	grid-gap:1rem;
}
.cardServ{
	width: 100%;
    height: 250px;
    display: grid;
    place-content: center;
	background-color: var(--bg);
	border-radius: 1rem;
	padding: 1rem;
}
.cardServ h3{
	text-align: center;
}
.cardServ p{
	color: var(--textcolor);
	text-align: justify;
}
.faq{
	width: 70%;
	margin:0 auto;
}
.faq div:first-child{
	border-radius: 1rem 1rem 0 0;
}
.faq div:last-child{
	border-radius: 0 0 1rem 1rem;
}
.q_faq{
    width: 100%;
    background: var(--primary);
	border-bottom: 0.3px solid rgba(255, 255, 255, 0.5);
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    padding: 1rem;
	position: relative;
    box-sizing: border-box;
}
.q_faq span {
	color: white;
	cursor: pointer;
	font-size: 2rem;
    font-weight: bold;
	position: absolute;
	top:0.4rem;
	right: 1rem;
}
.q_faq h3{
	color:white;
	cursor: pointer;
	font-size: 1.35rem;
    font-weight: 500;
    margin: 0;
}
.none {
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    transition: all 2s;
}
.rta_faq {
    width: 100%;
    background: var(--bg);
	border-radius:1rem;
    color: var(--textcolor);
    margin: 1rem 0;
    padding: 25px;
    box-sizing: border-box;
	opacity:1;
	transition: all 2s;
}
.site-info {
    background-color: black;
    color: white;
}
@media screen and (max-width: 604px){
	.contGallery{
	    display: block;
	}
	.itemGallery{
		margin-bottom:1rem;
	}
}