/*
Theme Name: GeratePress Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   generatepress
Version:    1.0
License:    GNU General Public License v2 or later
*/
/* Escribe aquí tu propia hoja de estilos personal */

.line-height-light {
    line-height: 0.9em;
}

.line-height-regular {
    line-height: 1.4em;
}

/*------------Márgenes-----------*/

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.ml-10 {
    margin-left: 6rem !important;
}

.ml-10 {
    margin-left: 6rem !important;
}

.ml-15 {
    margin-left: 9rem !important;
}

.ml-20 {
    margin-left: 12rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem  !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}


/*------------Paddings-----------*/

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 1rem;
}

.p-4 {
    padding: 1.5rem;
}

.p-5 {
    padding: 3rem;
}

.pl-0 {
    padding-left: 0;
}

.pl-1 {
    padding-left: 0.25rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-3 {
    padding-left: 1rem;
}

.pl-4 {
    padding-left: 1.5rem;
}

.pl-5 {
    padding-left: 3rem;
}

.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 1rem;
}

.pr-4 {
    padding-right: 1.5rem;
}

.pr-5 {
    padding-right: 3rem;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 1rem;
}

.pt-4 {
    padding-top: 1.5rem;
}

.pt-5 {
    padding-top: 3rem;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 1rem;
}

.pb-4 {
    padding-bottom: 1.5rem;
}

.pb-5 {
    padding-bottom: 3rem;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.px-3 {
    padding-right: 1rem;
    padding-left: 1rem;
}

.px-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.px-5 {
    padding-right: 3rem;
    padding-left: 3rem;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.text-justify {
    text-align: justify;
}

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

.text-left {
    text-align: left;
}

.text-right {
	text-align: right;
}
@media(max-width: 756px) {
	.hidden-xs{
		display: none;
	}
}

/*----HEADER-----*/
html .inside-header{
	padding: 5vh 20px 0px 20px;
}

html .sticky-enabled .main-navigation.is_stuck{
	background-color: #ffffff;
}

html .top-bar .wp-block-social-links .wp-social-link svg{
	width: 1.3em;
    height: 1.3em;
}

html .top-bar .wp-block-social-links .wp-social-link:hover{
	color: #333333 !important;
}


html .site-content{
	padding: 0!important;
}

html .slideout-navigation.main-navigation .main-nav ul li:hover > a, .slideout-navigation.main-navigation .main-nav ul li:focus > a, .slideout-navigation.main-navigation .main-nav ul li.sfHover > a{
	background-color: #3b7039;
}

html .slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"] > a{
	background-color: #3b7039 !important;
}

html #menu-main-menu .btn-menu{
	margin-right: 30px;
}

html #menu-main-menu .btn-menu  a{
	line-height: 40px;
}

html #menu-main-menu .btn-menu a {
  border-radius: 25px;
  border: 2px solid #FF8300;
  background-color: #FF8300;
  color: #ffffff !important;
  margin-left: 12px;
  font-weight: bold;
  transition: all ease-in-out 0.25s;
}

html #menu-main-menu .btn-menu > a:hover{
	color: #FF8300 !important;
	background-color: #ffffff00 !important;
}

/*html .menu-item-has-children .dropdown-menu-toggle{
	padding-right: 0 !important;
}*/

html .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link{
	border: none;
}

/*----PANEL FUERA DEL LIENZO-----*/
html .slideout-navigation.main-navigation{
	background-color: #488C46 !important;
}

html .slideout-navigation .inside-navigation .main-nav .menu-item-has-children .dropdown-menu-toggle{
	padding-right: 20px !important;
}

@media(max-width: 756px) {
	html .has-inline-mobile-toggle .mobile-menu-control-wrapper{
		margin: auto;
	}
	
	html .has-inline-mobile-toggle .inside-header{
		margin: auto;
	}
}

/*------PIE DE PÁGINA-----*/
html .hover-aceptacion:hover{
	color: #488c46;
}

html .Aceptacion .wpcf7-list-item{
	margin: -2em 0 0 0;
}
html .contenedor-contact{
	max-width: 80%;
	margin: auto;
	margin-bottom: 3em;
}


@media(max-width: 1025px) {
	
	html .site-footer .gb-inside-container .bloque-1 .wp-block-columns{
		flex-direction: column;
	}
	
	html .contenedor-contact{
		max-width: 90%;
		margin: auto;
	}
	
	html .bloque-contact-foot{
		margin-left: 0 !important;
	}
	
	html .bloque-2{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		row-gap: 2em;
	}
	
}

html .bloque-contact-foot{
	margin-left: 1em;
}

html .wp-block-columns{
	margin-bottom: 1em;
}

html .bloque-contact-foot .mc4wp-form-fields{
	display: grid;
	grid-template-columns: 2fr 1fr;
}

@media(max-width: 767px) {
	
	html .bloque-contact-foot .mc4wp-form-fields{
		grid-template-columns: 1fr;
	}
	
	html .contenedor-contact{
		max-width: 100%;
		margin: auto;
	}
	
	html .site-footer .gb-inside-container .wp-block-columns h3{
		font-size: 25px;
	}
	
	html .bloque-2{
		display: grid;
		grid-template-columns: 1fr;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	html .bloque-2 .wp-block-column{
		margin-left: 0;
		margin-right: 0;
	}

}

html .bloque-2 .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link{
	margin: 8px 12px 8px 0;
}

html .wp-block-column{
	word-break: unset !important;
}

html .wp-block-column:not(:first-child){
	margin-left: 0 !important;
}

html .generate-back-to-top{
	bottom: 5em;
    right: 1.9em;
}


html .gb-container-8eadac54{
	margin-left: 0;
}

html .gb-container-425e12c4{
	margin: 0 !important;
}

html .bloque-2 .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link:hover{
	background-color: rgba(0, 0, 0, 0) !important;
	color: #488C46;
	border: 1px solid #488C46;
}

html .wp-block-social-link:hover{
	transform: none;
}

html .archive .page-title{
	margin-left: 2rem;
}

/*----testimonials-----*/

@media(min-width: 1024px) {
	html .wptww-testimonials-slidelist.slick-slider{
		padding: 0 50px;
	}
	
	html .wptww-testimonials-slidelist.design-1 .slick-dots, html .wptww-testimonials-slidelist.design-2 .slick-dots, html .wptww-testimonials-slidelist.design-3 .slick-dots, html .wptww-testimonials-slidelist.design-4 .slick-dots{
		bottom: -30px !important;
	}
}

html .wptww-testimonials-text em:before, html .wptww-testimonials-text em:after{
	color: #488C46;
}

html .wptww-testimonials-slidelist.design-1 .slick-dots, html .wptww-testimonials-slidelist.design-2 .slick-dots, html .wptww-testimonials-slidelist.design-3 .slick-dots, html .wptww-testimonials-slidelist.design-4 .slick-dots{
	bottom: -5px !important;
}

html .wptww-testimonials-slidelist.design-1 .fa-quote-left, html .wptww-testimonials-list.design-1 .fa-quote-left, htrl .wptww-testimonials-slide-widget.design-1 .fa-quote-left{
	display: none !important;
}

html .wptww-testimonials-list h4, html .wptww-testimonials-slidelist h4, html .wptww-testimonials-slide-widget h4{
	display: none;
}

html .wptww-testimonials-slidelist .slick-dots li button{
	border: 1px solid #488C46;
}

html .wptww-testimonials-slidelist .slick-dots li.slick-active button{
	background: #488C46 !important;
}

.wptww-testimonials-slidelist button.slick-prev, .wptww-testimonials-slidelist button.slick-prev:hover, .wptww-testimonials-slidelist button.slick-prev:focus {
    background: url(https://qits.com.co/wp-content/uploads/2022/03/left-arrow-1.png) center no-repeat !important;
    background-size: 25px !important;
}

.wptww-testimonials-slidelist button.slick-next, .wptww-testimonials-slidelist button.slick-next:hover, .wptww-testimonials-slidelist button.slick-next:focus{
	background: url(https://qits.com.co/wp-content/uploads/2022/03/right-arrow-1.png) center no-repeat !important;
    background-size: 25px !important;
}

/*formulario*/

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select{
	width: 100% !important;
}

.wpcf7-form .texto-form{
	font-weight: 500;
}

html .your-message{
	height: 121px !important;
}

@media(min-width: 768px) {
	.ocultar-lg{
		display: none;
	}
}

@media(max-width: 767px) {
	.ocultar-sm{
		display: none;
	}
}

/*----QUOTE-----*/
html .d-grid{
	display: grid !important;
    grid-template-columns: repeat( 2, 1fr);
    column-gap: 2em;
    margin-bottom: 1em;
}
html .d-flex label{
	width: 100%;
}

html .proyect{
	display: flex !important;
	flex-direction: column;
}

html .wpcf7-spinner{
	display: none !important;
}

html .btn-enviar{
	width: 100% !important;
}

html .wpcf7 p{
	width: 100%;
}
.hide {
	display: none;
}

@media(min-width: 1024px) {
	html .wpcf7 .formulario-quote p{
		width: auto;
	}
}

html .grecaptcha-badge{
	display: none !important;
}

/*---CARRUSEL LOGOS----*/
@media(min-width: 1200px) {
	html .carrusel-logos img{
		max-width: 80%;
	}
}

html .carrusel-logos img{
	max-width: 90%;
}

html .carrusel-logos .elementor-image-carousel{
	align-items: center;
}

.one-container.archive .post:not(:last-child):not(.is-loop-template-item), .one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
    padding-bottom: 0px;
}

article.post {
    padding: 3vh 8vw;
}

div#right-sidebar ul li {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 1.5em;
}

@media (max-width: 768px){
.is-left-sidebar.sidebar, .is-right-sidebar.sidebar {
    padding: 1em !important;
}
}