/*
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 new 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 microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. 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.0.2.1606298106
Updated: 2020-11-25 09:55:06

*/

/* GeneratePress Site CSS */ /*--- Elementor CSS Styles ---*/

/* SOLUCIONAR PADDING DERECHO BLANCO */
html,
body {
width: 100%;
overflow-x: hidden;
}

/* FUENTES */
@media (max-width: 768px){
   .h2-mobile h2.elementor-heading-title {font-size: 28px;}
   .elementor-element h3.elementor-heading-title {font-size: 22px;}
}



/*--- MENU NO VISIBLE ---*/
.main-navigation .menu-bar-items{display: none;}

@media (max-width: 768px){
.main-navigation .menu-toggle, 
#mobile-header .menu-toggle {
    display: none!important;

}
/*--- CENTRAR LOGO ---*/
.mobile-header-navigation .site-logo{
    margin: 0 auto!important;
}
}

/* Adjust button shadow and float animation */
.no-hover-shadow .elementor-button:not(:hover) {
    box-shadow: 0px 7px 10px -6px rgba(0, 0, 0, 0) !important;
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
    transform: translateY(-4px);
}

/* Create fake mobile scroll box */

.scroll-box .elementor-column-wrap {
    overflow: hidden;
    max-width: 50%;
    margin: auto;
    position: relative;
    box-shadow: inset 0 5px 10px 2px rgba(255, 255, 255, 0.3), 0 10px 15px -5px rgba(0, 0, 0, 0.5);
    ;

}

.scroll-box .elementor-widget-container {
    position: relative;
    border-radius: 30px;
		overflow: auto;
    padding-bottom: 216%;
}
.scroll-box .elementor-image {
	height: 0;
}

.scroll-box .elementor-image img {
    width: 100%;
	
}

.scroll-box .elementor-column-wrap:after {
    content: '';
    position: absolute;
    top: 2.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2.5%;
    background-color: rgb(58, 58, 58);
    border-radius: 0 0 10px 10px;
}

/* Create Perspective classes */

@media (min-width: 769px) {

    .left-perspective,
    .right-perspective {
        perspective: 1000px;
    }

    body:not(.customize-partial-edit-shortcuts-shown):not(.elementor-editor-active) .left-perspective>.elementor-column-wrap {
        -webkit-transform: perspective(1000px) rotateY(15deg);
        transform: perspective(1000px) rotateY(15deg);
        -webkit-transition: -webkit-transform 0.3s ease-in;
        transition: -webkit-transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        z-index: 1;
    }

    body:not(.customize-partial-edit-shortcuts-shown):not(.elementor-editor-active) .right-perspective>.elementor-column-wrap {
        -webkit-transform: perspective(1000px) rotateY(-15deg);
        transform: perspective(1000px) rotateY(-15deg);
        -webkit-transition: -webkit-transform 0.3s ease-in;
        transition: -webkit-transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in,
            -webkit-transform 0.3s ease-in;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    body:not(.customize-partial-edit-shortcuts-shown):not(.elementor-editor-active) .left-perspective:hover>.elementor-column-wrap {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);

    }

    body:not(.customize-partial-edit-shortcuts-shown):not(.elementor-editor-active) .right-perspective:hover>.elementor-column-wrap {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
} /* End GeneratePress Site CSS */

/* Bloque Flotante */

#bloque-flotante {
	position:fixed;
	background-color:#ccc;
}
@media only screen and (min-width: 1024px) {
#bloque-flotante {
    position: fixed;
    top: 11%;
    right: 9%;
    background: #fff;
    max-width: 260px;
	}}

@media only screen and (min-width: 1024px){
#bloque-flotante {
    top: 11%;
	}}

@media only screen and (min-width: 1900px){
#bloque-flotante {
    left: 70% !important;
	}}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
#bloque-flotante {
    right: 2%;
}}

@media only screen and (min-width: 1100px) and (max-width: 1350px)  {
#bloque-flotante {
    right: 4%;
}}

@media only screen and (min-width: 1350px) and (max-width: 1500px) {
#bloque-flotante {
    right: 6%;
}}

@media only screen and (min-width: 1650px){
#bloque-flotante {
    right: 10% !important;
	}}

@media only screen and (min-width: 1501px) {
#bloque-flotante {
    right: 8% !important;
	}}



@media only screen and (max-width: 1501px) {
	#bloque-flotante .principal-container {
    padding-right: 0!important;
}
}

/* Responsive */ 

@media only screen and (min-width: 767px) and (max-width: 1023px) {
.elementor-widget-container .elementor-text-editor p {margin-bottom: 0px;}
}

@media only screen and (max-width: 1023px) {
#bloque-flotante {display: none;}

#bloque-flotante-responsive {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 2px rgba(0,0,0,.3);
    max-width: 100%;
    width: 100%;
    z-index: 9;
}

#bloque-flotante-responsive .elementor-button-link {
    background-color: none;
    width: 70%;
    padding: 20px 0px 20px 0px;
    text-align: center;
}

.elementor-row .elementor-element-61c4450 {
    text-align: center;}
/*#bloque-flotante {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 2px rgba(0,0,0,.3);
    max-width: 100%;
    width: 100%;
    z-index: 9;
}

#bloque-flotante .elementor-image {
    display:none;
}

#bloque-flotante .form-aviso{
    padding-top: 2px;
}

#bloque-flotante .form-aviso p{
    font-size: 8px;
    margin-bottom: 0px;
}*/

.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 0px;
}

}


/* FIN Bloque Flotante */

/* Contenedor de contenido */

.nav-align-right .inside-navigation {
    padding-right: 200px;
}

.nav-align-right .navigation-branding {margin: 0 auto;}

.navigation-branding {padding-top: 30px;}

@media only screen and (min-width: 1650px) {
div.principal-container,
section.principal-container,
.principal-container {
    padding-right: 200px; /* Lo paso de 175px a 200px */
}
#bloque-flotante div.principal-container {
    padding-right: 0;
}}

@media only screen and (min-width: 1501px) {
div.principal-container,
section.principal-container,
.principal-container {
    padding-right: 200px; /* Lo paso de 175px a 200px */
}
#bloque-flotante div.principal-container,
#bloque-flotante section.principal-container,
#bloque-flotante .principal-container {
    padding-right: 0;
}}

/*@media only screen and (min-width: 1024px) {
div.elementor-container {
    padding-right: 330px;
}}

@media only screen and (min-width: 1350px) {
div.elementor-container {
    padding-right: 305px;
}}

@media only screen and (min-width: 1500px) {
div.elementor-container {
    padding-right: 245px;
}}*/

@media only screen and (max-width: 1024px) {
div.principal-container,
section.principal-container,
.principal-container {
    padding-right: 0px;
}}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
div.principal-container,
section.principal-container,
.principal-container {
    padding-right: 290px;
}}

@media only screen and (min-width: 1101px) and (max-width: 1350px)  {
div.principal-container,
section.principal-container,
.principal-container {
    padding-right: 305px;
}}

@media only screen and (min-width: 1350px) and (max-width: 1500px) {
div.principal-container,
section.principal-container,
.principal-container {
    padding-right: 245px;
}}

@media (min-width: 1200px) {
.div.principal-container,
section.principal-container,
.principal-container {
    max-width: 1140px;
}}

@media only screen and (max-width: 767px)  {
div.principal-container,
section.principal-container,
.principal-container {
    width: 100%;
    padding-right: 0px;
}}

@media only screen and (min-width: 576px) and (max-width: 767px)  {
div.principal-container,
section.principal-container,
.principal-container {
    /*max-width: 540px;*/
}}

@media only screen and (min-width: 768px) and (max-width: 991px) {
div.principal-container,
section.principal-container,
.principal-container {
   /* max-width: 720px;*/
}}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
div.principal-container,
section.principal-container,
.principal-container {
    /*max-width: 960px;*/
}}

div.principal-container,
section.principal-container,
.principal-container {
    width: 100%;
    /*padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;*/
}
/*@media (min-width: 48rem) {
.elementor-container {
    width: 52rem;
}}
@media (min-width: 48rem) {
.elementor-container {
    width: 65rem !important;
}}
.elementor-container {
    max-width: 100%;
    width: 48rem;

    margin: 0 auto;
    padding: 0 1rem;
}}*/
/* Responsive */ 


/* /////////// FORMULARIO CONTACTO ///////////// */


.form-input, .wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="date"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="tel"], .wpcf7-form-control-wrap textarea {
	background-color: #eaeaea;
    line-height: 20x;
    margin-bottom: -5px;
    width: 100%;
    border: 0px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
}

.form-input-submit input[type="submit"]:hover, .form-input-submit input[type="submit"]:focus {
    color: none;
    background-color: none;
    font-weight: 700;
}

.form-input-submit  {
    background-color: none;
    color: #ffffff;
    line-height: 20px;
    width: 100%;
    border: 0px;
    border-radius: 10px;
    transition: all 0.6s ease 0s;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 18px;
	  text-align: center;
	  text-transform: uppercase;
}

.form-input-submit 
{
	margin-top:20px;
}

.eael-contact-form input[type=submit] {
	padding: 10px 20px 10px 40px;
}


button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
    background-color: none;
	border: 0px;
    border-radius: 50px;
    transition: all 0.6s ease 0s;
    letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
}


.formulario .form-aviso {
	color: #909090;
	padding-top:-05px;
	text-align:center;
	font-size:11px;
}


.formulario .form-aviso a {color: black;}
.formulario .form-aviso a:hover, .form-aviso a:visited {color: black;}

.formulario-popup .form-aviso {
    color: #909090;
    padding-top:20px;
    text-align:center;
    font-size:11px;
    font-weight: 500;
}

@media only screen and (max-width: 1023px) {
#pum-1089 #popmake-1089 #pum_popup_title_1089 {
    font-size: 21px!important;
}

.formulario-popup .form-input, .formulario-popup .form-input-submit, .formulario-popup .wpcf7-form-control-wrap input[type="date"], .formulario-popup .wpcf7-form-control-wrap input[type="text"], .formulario-popup .wpcf7-form-control-wrap input[type="email"], .formulario-popup .wpcf7-form-control-wrap input[type="tel"] {
    margin-bottom: 5px;
}

.formulario-popup .form-input p {margin-bottom: 0px;}

@media only screen and (max-width: 1023px) {
	.formulario-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 42px 42px;
    	grid-gap: 3px;
	}
	.formulario div.form-input, div.form-input-submit {
		height: 42px;
		margin-top: 0px;
	}

}		
	
/* /////////// FIN FORMULARIO CONTACTO ///////////// */

nav.mobile-header .inside-navigation button.menu-toggle {background-color: none;}

.generate-back-to-top {left:20px;border-radius: 10px;}

@media only screen and (max-width: 1023px) {
	.generate-back-to-top {left:20px; bottom:140px;border-radius: 10px;
}}

@media only screen and (min-width: 1350px) {
    .flecha-scroll {display: none;
}}

@media only screen and (min-width: 1024px) {
    .flecha-scroll {padding-top: 60px;}
}

@media only screen and (min-width: 1024px) and (max-width: 1349px){
    #page #content .elementor-element.elementor-element-b1068a9.primer-bloque {padding: 60px 0px 80px 0px;}
}
	

	