/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');



:root {
	--verde: #00561B;
	--verde-medio: #0B802E;
	--verde-osc: #274842;
	--naranja: #EC7100;
	--montse: 'Montserrat', sans-serif;
}


/*************
LAYOUTS
*************/

@media (min-width: 1170px) {
    .container {
        max-width: 1280px;
    }
}
body {
	scroll-behavior: smooth;
}
/*************
ASSETS
*************/

h1 strong, 
h2 strong {
	color: var(--verde-medio);
}


h1 strong, 
h2 strong {
	color: var(--verde-medio);
}

.bl-gradient {
	background: rgb(255,255,255);
	background: linear-gradient(38deg, rgba(255,255,255,0) 0%, rgba(224,235,235,1) 58%, rgba(157,237,152,1) 100%);
	position: relative !important;
}
.bl-gradient::after {
	content: '';
	display: block;
	width: 100%;
	height: 80px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.bl-gradient.bl-gradient-verde {
	background: rgb(11,128,46);
	background: linear-gradient(256deg, rgba(11,128,46,0.1334908963585434) 0%, rgba(157,237,152,0.4164040616246498) 95%);
}
.bl-gradient.bl-gris {
	background: rgb(131,131,131);
	background: linear-gradient(256deg, rgba(131,131,131,0.1334908963585434) 0%, rgba(237,237,237,0.4164040616246498) 95%);
}
.radius-shadow img {
    border-radius: 48px !important;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, .12) !important;
}

.align-items-stretch .row {
	align-items: stretch;
}

.vc_btn3.vc_btn3-style-custom {
    background: transparent;
}

.cta-verde button,
.cta-verde a {
	color: white !important;
    background-color: var(--verde-medio) !important;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid var(--verde-medio) !important;
    padding: 12px 20px !important;
    border-radius: 7px !important;
}
.cta-verde button:hover,
.cta-verde a:hover {
	background-color: var(--verde-osc) !important;
	border: 2px solid var(--verde-osc) !important;
}

.cta-gris button,
.cta-gris a {
	color: var(--verde-osc) !important;
    background-color: transparent !important;
    font-weight: bold;
    text-transform: uppercase;
   	border: 2px solid var(--verde-osc) !important;
    padding: 12px 20px !important;
    border-radius: 7px !important;
}
.cta-gris button:hover,
.cta-gris a:hover {
	color: white !important;
	background-color: var(--verde-osc) !important;
	border: 2px solid var(--verde-osc) !important;
	padding: 12px 20px !important;
}

#header.sticky-header .header-main .container {
    min-height: 90px;
}
#header.logo-overlay-header .overlay-logo {
	display: block;
}
@media (min-width: 992px) {
	#header .header-main .container {
		min-height: 114px !important;
	}
	#header.logo-overlay-header .overlay-logo {
		position: static !important;
	}
}

/*************
HOME
*************/

.bl-iconos-top strong {
	font-size: 20px;
}
.bl-iconos-top p {
    margin-bottom: 0;
}

.sombra-cajas{
	box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    overflow: hidden;
    text-align: left;
    padding: 10px 20px;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
}

.sombra-cajas .porto-ultimate-content-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.sombra-cajas .cta-verde {
	margin-top: auto;
}
.vc_grid-item-mini {
	border-radius: 28px !important;
	box-shadow: 0px 8px 24px 0px rgba(0,0,0,0.08);
	 overflow: hidden !important;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	background-color: var(--verde-medio) !important;
}

.bl-reconocimientos .vc_column_container .vc_column-inner{
	border: 2px solid #C0C9C9;
	border-radius: 20px;
	height: 100% !important;
}
.bl-reconocimientos .porto-ultimate-content-box {
	background: transparent !important;
	border: none !important;
}

h1,
h2,
h3,
h4 {
	font-family: 'Montserrat', sans-serif;
}
p,
li {
	font-size: 1rem;
	line-height: 1.6;
}


ul {
	padding: 0;
}
.co-ticks li {
    display: block;
    padding: 4px 0 10px 45px;
    background: url(https://www.gruporetiro.com/wp-content/uploads/2023/06/check.png) no-repeat top left;
    /* padding-bottom: 10px; */
}

.btn-verde button,
.btn-verde a {
    background: #0B802E !important;
    color: white !important;
    font-weight: 600 !important;
    border: none !important;
    padding: 15px 0 !important;
    min-width: 240px !important;
}

.btn-naranja button {
    background: #EC7100 !important;
    color: white !important;
    font-weight: 600 !important;
    border: none !important;
    padding: 15px 0 !important;
    min-width: 240px !important;
}

.bl-porque {
	display: flex;
	gap: 30px;
	flex-direction: column;
}
.bl-porque > div {
    width: 100%;
    border: 3px solid #EBEFF3;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
}
.bl-porque > div img {
    width: 72px;
    height: auto;
}
.bl-porque > div figcaption {
	font-size: 18px;
	font-weight: bold;
}
@media (min-width: 768px) {
	.bl-porque {
		flex-direction: row;
	}
	.bl-porque > div {
		width: 33.33%;
	}
}

.bl-estudio h3 {
	margin-bottom: 10px;
}

.main-content {
	padding-bottom: 0 !important;
}
.no-breadcrumbs .main-content {
    padding-top: 0;
} /*75*/
/*.fixed-header #header .header-main .container {
    max-width: 1170px;
}
@media (min-width: 992px) {
    .header-left,
    .header-right {
        padding: 8px 0 !important;
    }
}

#header.logo-overlay-header .overlay-logo {
    position: relative;
	top: 0;
    left: 0;
}*/
.retina-logo {
    display: none !important;
    opacity: 0;
}
.sticky-header .retina-logo {
    opacity: 1;
    display: inline-block;
}
.sticky-header .overlay-logo {
    display: none !important;
}

.co-porque.co-porque-medio {
    width: 100%;
}
.sombra-cajas ul {
	margin-left: 20px;
}
/***************
ACORDEONES
***************/

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
    padding-right: 42px;
    padding-left: 45px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: url(https://www.gruporetiro.com/wp-content/uploads/2023/06/check.png) no-repeat center left;
}
.bl-faq-2.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
	padding-left: 0;
	background: transparent !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a,
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #000 !important;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: .01rem;
}
.vc_tta .vc_tta-controls-icon {
    height: 16px !important;
    width: 16px !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after, .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before{
	border-color: var(--verde) !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
	background: transparent !important;
}
.vc_tta-panel {
    border-bottom: 1px solid #ccc;
}

/************
FORMS
*************/
.wpcf7-form {
    margin: 25px 0;
}
.wpcf7 textarea {
    max-width: 100%;
    width: 100%;
    border-radius: 3px;
}
.wpcf7-form-control.wpcf7-submit {
    background-color: var(--verde);
    color: #ffffff;
    border-radius: 0;
    text-align: center;
    width: auto;
    border: none;
    padding: 0.8rem 0;
    display: block;
    margin: 0 auto;
    min-width: 120px;
    box-shadow: none;
}
.form-row.row-enviar > div {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}
.form-row.row-enviar p {
	margin-bottom: 0 !important;
}
@media (min-width: 768px) {
	.form-row.row-enviar > div {
		flex-direction: row;
	}
	.form-row.row-enviar p {
		margin-left: auto !important;
	}
}
@media only screen and (max-width: 767px) {
	.wpcf7 {
	    -webkit-border-radius: 0px;
	    -moz-border-radius: 0px;
	    border-radius: 0;
	    background: none !important;
	    padding: 0 !important;
	}
}
input[type="email"],
input[type="tel"], 
input[type="text"],
input[type="number"], 
textarea, 
select {
    background-color: #fff;
    color: #777;
    border-color: var(--verde);
    padding: 14px 12px;
	width: 100%;
}

.header-top .header-contact a, .header-top .custom-html a:not(.btn), #header .header-top .top-links > li.menu-item > a, .header-top .welcome-msg a {
	font-family: 'Montserrat', sans-serif;
    color: var(--verde-osc);
    font-weight: bold;
}

/************
HEADER
*************/

#header .header-main .header-left {
    padding: 0;
    display: flex !important;
    align-items: center;
}
#header .main-menu > li.menu-item.active > a {
    background-color: transparent;
    color: var(--verde-osc);
    position: relative;
}

#header .main-menu > li.menu-item.active > a.current::before {
    content: '';
    border-bottom: 3px solid var(--verde-medio);
    display: block;
    position: absolute;
    left: 5%;
    bottom: 5%;
    width: 90%;
}
#header .main-menu > li.menu-item.active:hover > a.current::before {
    display: none;
}

div#ht-ctc-chat {
    display: none !important;
}

@media (min-width: 992px) {
	#header {
	   padding-top: 0 !important;
	}
}
.bl-contact-top {
	display: flex;
	align-items: center;
	gap: 20px;
    margin-right: 15px;
}
.bl-contact-top > a img {
	margin-right: 5px;
}
.bl-contact-top a {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: var(--verde-osc) !important;
}
.mega-menu.show-arrow>li.has-sub>a:after {
	color: var(--verde-medio) !important;
}
.header-right {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
}

#header .top-links>li.menu-item {
    display: inline-block;
    float: left;
    font-size: .8rem;
}
/************
FOOTER
************/
.footer-wrapper {
	background-color: #EBEFF3 !important;
}

.widget.follow-us .share-links {
    gap: 15px;
    display: flex;
}
.widget.follow-us .share-links a {
    width: 34px;
    height: 34px;
    font-size: 18px;
}
.co-footer-phone {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
}
.co-footer-phone a {
    font-weight: 700;
    color: var(--verde-medio) !important;
    font-size: 1.4rem;
}
.co-footer-phone img {
    width: 22px;
    margin-left: 3px;
}
.co-footer-direccion {
    display: flex;
    align-items: flex-start;
    font-weight: bold;
    gap: 15px;
}
.co-footer-direccion img {
    width: 28px;
    height: auto !important;
    flex: none !important;
}
.co-email {
    display: flex;
    gap: 15px;
}
.co-email a {
    color: var(--verde-medio) !important;
    font-weight: bold;
    font-size: .9rem;
}
.co-email img {
    width: 26px;
    height: auto;
}
.share-links.default-skin .share-facebook,
.share-links.default-skin .share-twitter,
.share-links.default-skin .share-youtube,
.share-links.default-skin .share-linkedin {
    box-shadow: 0 !important;
    background-color: var(--verde-medio) !important;
}
#footer {
	background: transparent;
}
.footer-bottom .container {
	border: none !important;
}

#footer .widgettitle, #footer .widget-title {
    margin: 30px 0 22px;
    color: var(--verde-medio) !important;
    font-size: 18px !important;
}

#footer .widgettitle, #footer .widget-title, #footer .widgettitle a, #footer .widget-title a {
    font-size: 1.8em;
    font-weight: 600;
    color: #636363;
}
.textwidget.custom-html-widget li {
    padding-left: 15px;
    position: relative;
    font-weight: bold;
    margin-bottom: 8px;
}
.textwidget.custom-html-widget li::before {
    content: '•';
    position: absolute;
    top: 0;
    left: 0;
}
#footer .widget p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--verde-osc);
}
#header .main-menu > li.menu-item > a {
    font-family: var(--montse);
    font-size: 14px;
}
#footer .footer-bottom {
    font-size: 1em !important;
}
span.flag {
    display: none;
}

.feature-box[class*="feature-box-style-"] .feature-box-icon i {
    color: var(--verde-medio) !important;
    font-size: 45px !important;
    position: relative;
    top: -14px;
}

.footer-bottom {
    color: var(--verde-osc);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 15px;
}
.footer-bottom a {
	color: var(--verde-osc);
	text-decoration: underline;
}
#footer .footer-main>.container {
    padding-top: 4rem;
    padding-bottom: 0;
}
/************
LANDING
*************/




#main-menu li.menu-item.active:last-child {
	color: white;
}
#main-menu li:last-child a {
	color: white;
}
#header .main-menu > li.menu-item.active:last-child > a {
	color: white;
    background: var(--verde-osc);
    padding: 14px 20px 14px 20px !important;
    border-radius: 10px;
}
#header .main-menu > li.menu-item.active:last-child > a.current::before {
	display: none;
}

.header-main .container {
	display: flex !important;
    align-items: center !important;
    justify-content: space-between;
}

#header .main-menu > li.menu-item > a {
     padding: 10px 13px 10px 13px !important;
}
@media (min-width: 992px) {
	#main-menu li:last-child {
		margin-left: 15px !important;
	}
}

@media (min-width: 1380px) {
	#header .main-menu > li.menu-item > a {
		 padding: 10px 11px 10px 13px !important;
	}
}
@media (min-width: 1640px) {
	#header .main-menu > li.menu-item > a {
		 padding: 10px 11px 10px 13px !important;
	}
}
#main-menu li.menu-item:last-child > a,
#main-menu li:last-child a {
	color: white;
	background: var(--verde-medio);
 	padding: 14px 20px 14px 20px !important;
 	border-radius: 10px;
}


.bl-hero-landing {
	color: var(--verde);
	background-color: #EBEFF3;
}
.bl-hero-landing h1 {
	margin-bottom: 2rem;
}
.bl-hero-landing h1 strong {
	color: var(--naranja);
}
.bl-hero-landing p {
	font-size: 1.3rem;
}
.bl-hero-landing ul {
	
}
.bl-hero-landing ul li {
	font-size: 1.3rem;
	font-weight: bold;
	list-style: none;
	padding-left: 35px;
	position: relative;
	margin-bottom: 1rem;
	line-height: 1.3;
}
.bl-hero-landing ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	background-image: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 16.6667L11.2286 24L27 8" stroke="%230B802E" stroke-width="4" stroke-linecap="round"/></svg>');
background-repeat: no-repeat;
background-size: contain;
	
}
.co-landing-servicios .vc_column-inner{
	border: 1px solid #999A99;
	padding: 30px !important;
	height: 100%;
}
.co-landing-servicios .vc_column-inner .wpb_content_element {
	margin-bottom: 0;
}
.co-landing-servicios h3 {
	font-weight: 700;
	letter-spacing: .02rem;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px !important;
}
.co-landing-servicios li {
	list-style-position: inside;
    padding-left: 20px;
    text-indent: -20px;
    margin-bottom: 5px;
}
.co-landing-servicios .btn-verde button {
	min-width: 170px !important;
}

.tag-contactar {
	position: fixed;
    right: -170px;
    top: 67%;
    z-index: 99999999;
    background: var(--verde-osc);
    color: white;
	display: block;
	width: 155px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
	border-top: 4px solid white;
	border-left: 4px solid white;
	border-bottom: 4px solid white;
	box-shadow: 10px 10px 30px rgba(0,0,0,.2);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	transition: all .3s ease-out;
}
.tag-contactar.scroll {
	right: 0;
}
.tag-contactar a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.tag-contactar:hover {
	background-color: var(--verde-medio);
}
.tag-contactarestatico {
	position: fixed;
    right: 0;
    top: 75%;
    z-index: 99999999;
    background:var(--verde-medio);
    color: white;
	display: block;
	width: 152px;
	text-align: center;
	text-transform: uppercase;
	font-size:14px;
	padding: 10px;
	border-top: 4px solid white;
	border-left: 4px solid white;
	border-bottom: 4px solid white;
	box-shadow: 10px 10px 30px rgba(0,0,0,.2);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	
}
.tag-contactarestatico a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#te-llamamos {
	width: 100%;
	max-width: 700px;
	text-align: center;
}
#te-llamamos .form-row {
	margin: 0 !important;
}
#te-llamamos .column-full {
	margin-bottom: 0;
	padding: 0;
}
#te-llamamos .column-full div,
#te-llamamos .column-full div p,
#te-llamamos .column-full input {
	width: 100%;
}
.lity-content {
	background: white;
    padding: 40px;
    border-radius: 15px;
}
@media (min-width: 768px) {
	.lity-content {
		background: white;
		padding: 80px;
	}
}
.pop-tel {
    font-size: 1.6rem;
    font-weight: 600;
}
a.phone-tellamamos {
    color: #0B802E;
}


/**********
ZOHO
**********/

.iframe-llamamos-modal {
    width: 100%;
    height: 710px !important;
    background: white;
}

@media (min-width: 768px) {
    .iframe-llamamos-modal {
        width: 100%;
        height: 525px !important;
        background: white;
    }
}

form li {
    display: block;
    margin-top: 10px;
}
form li > label {
    font-weight: bold;
}
.zf-twoType .zf-nameWrapper,
.zf-phonefld .zf-phwrapper {
    display: flex;
    gap: 30px;
}
.zf-twoType .zf-nameWrapper span {
    width: 50%;
}
.zf-twoType .zf-nameWrapper .zf-clearBoth,
.zf-phonefld .zf-clearBoth {
    display: none;
}

.zf-phonefld .zf-phwrapper span:nth-child(1) {
    width: 20%;
}
.zf-phonefld .zf-phwrapper span:nth-child(2) {
    width: 80%;
}
.zf-termsAccept {
    display: flex;
    align-items: flex-start;
}
.zf-termsAccept label {
    position: relative;
    top: -4px;
    font-size: 13px;
}
button.zf-submitColor {
    background-color: #00561b;
    color: white;
    font-weight: bold;
    border: none;
    padding: 8px 40px;
    text-transform: uppercase;
}

.phone-tellamamosfinal{
	color:#0B802E;
	font-size:25px !important;
	font-weight:bold;
	line-height:30px !important;
}

.phone-tellamamosfinal a{
	
	font-size:37px !important;
	
}
.btn-bordeverde{
	border: 2px solid #274842;
}

.titular-superior{
	font-weight: bold;
}

.titular-superior span{
	color: #0B802E;
}

.titular-h2 span{
	color: #0B802E;
}
.btn-fichas{
	font-size: 12px;
    padding: 2px 10px;
}

.vc_gitem-col{
	padding: 20px 40px 0 40px !important
}




.txtdestacado{
	font-weight:bold;
}

.verde-destacado{
	color:#0B802E;
	font-weight:bold;
}

.h1negrita{
	color:#000000;
}

/***********
 * PRENSA
 * ********/

.prensa .tabs li:first-child {
    border-top-left-radius: 15px !important;
    overflow: hidden;
}
.prensa .tabs li:last-child {
    border-top-right-radius: 15px !important;
    overflow: hidden;
}
.prensa .nav-tabs.nav-justified li.active .nav-link {
    border-bottom: 1px solid transparent;
	border-top-color: transparent;
	border-left: 1px solid var(--verde-osc);
	border-right: 1px solid var(--verde-osc);
    background: var(--verde-osc);
    color: white;
}
.prensa .nav-tabs.nav-justified {
	border-bottom: 5px solid var(--verde-osc);
}
a.btn.btn-xs.btn-default.text-xs.text-uppercase {
    background: var(--verde-medio);
    color: white;
    border-radius: 5px;
    font-size: 13px !important;
    font-weight: 500;
    padding: 5px 15px;
}
/***********
 * BLOG
 * *******/

.grid-box {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    height: 100%; /*revisar*/
}
.grid-box .post-content {
    padding: 0 30px;
}
.grid-box .post-meta {
	padding: 0 30px;
}

.grid-box .btn {
	font-size: 14px !important;
	text-transform: uppercase !important;
	color: #0B802E;
	font-weight: 700;
	margin: 0 30px 30px 30px;
	border: none;
	padding: 5px 20px 5px 0;

}
.grid-box .btn:hover {
	color: var(--verde-osc);
	background-color: transparent;
}
.grid-box .btn::after {
content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 11px;
    margin-right: 6px;
    font-size: 11px;
    opacity: 1;
    top: -1px;
    position: relative;
    vertical-align: middle;
    color: #0B802E;
}

article.post .post-meta>span, article.post .post-meta>.post-views {
    display: inline-block;
    padding-right: 8px;
    color: #999A99;
}
article.post .post-meta>span i {
	display: none;
}

.wp-show-posts-entry-content {
    display: flex;
    flex-direction: column;
}
.no-breadcrumbs .left-sidebar, .no-breadcrumbs .right-sidebar {
    padding-top: 20px;
    margin-top: 295px;
}
.widget_recent_entries>ul li:before, .widget_recent_comments>ul li:before, .widget_pages>ul li:before, .widget_meta>ul li:before, .widget_nav_menu>div>ul li:before, .widget_archive>ul li:before, .widget_categories>ul li:before, .widget_rss>ul li:before, .wp-block-categories-list li:before, .wp-block-archives-list li:before, .wp-block-latest-posts li:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: -11px;
    margin-right: 2px;
    font-size: 11px;
    opacity: 1;
    top: -2px;
    position: relative;
    vertical-align: middle;
    color: var(--verde-osc);
}
.widget_categories ul,
.widget_recent_entries ul {
    padding-left: 11px;
}
.widget>div>ul li, .widget>ul li {
    position: relative;
    margin: 0;
    padding: 5px 0;
    border-top: none;
    transition: all 0.3s;
    font-size: 14px;
}

.widget>div>ul li a, .widget>ul li a,
#footer a:not(.btn), #footer .tooltip-icon {
 color: var(--verde-osc);
}
.widget .widget-title, .widget .widget-title a, .widget .widgettitle, .widget .widgettitle a {
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
   
}

.widget > div > ul, .widget > ul {
	border: none;
}
.wp-show-posts-entry-content img {
    width: 100% !important;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.input-group ::placeholder {
    font-size: 14px;
}

input[type="email"], input[type="tel"], input[type="text"], input[type="number"], textarea, select {
    background-color: #fff;
    color: #777;
    border-color: #999;
    padding: 17px 12px;
    font-size: 16px;
    width: 100%;
}
input ::placeholder {
	font-size: 16px;
}
btn-dark, [type="submit"].btn-dark {
    background: white;
    border-color: #999;
    color: #2e353e;
    text-shadow: none;
    border-width: 1px;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
h2.wp-show-posts-entry-title {
    font-size: 20px;
    line-height: 1.3;
}

.wpsp-read-more .btn {
	border: none;
}
.wpsp-read-more .btn {
    border: none;
    padding: 5px 0;
    position: relative;
    text-transform: uppercase;
    color: var(--verde);
    font-weight: 700;
}
.wpsp-read-more .btn::after {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 8px;
    margin-right: 6px;
    font-size: 13px;
    opacity: 1;
    top: 0;
    position: relative;
    vertical-align: middle;
    color: var(--verde);

}
.wp-show-posts-entry-date {
    font-size: 16px;
    margin-top: 5px;
    display: block;
}

.page-top {
    background: rgb(255,255,255);
	background: linear-gradient(38deg, rgba(255,255,255,0) 0%, rgba(224,235,235,1) 58%, rgba(157,237,152,1) 100%);
    padding: 50px 0;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}
.page-top .page-title {
    color: var(--verde-osc);
    text-transform: none !important;
    font-weight: 700;
    letter-spacing: 0;
}



 @media (min-width: 768px) {
 	.wp-show-posts {
	    display: grid;
	    grid-template-columns: 1fr;
	    grid-template-rows: 1fr;
	    gap: 30px;
	}
 }

.bl-colaboradores-top {
    display: flex;
    align-items: center;
    flex-direction: row !important;
    justify-content: center;
}
.bl-iconos-link {
	display: flex;
	gap: 30px;
	justify-content: center;
	text-decoration: none;

} 
.bl-iconos-link a {
	text-decoration: none;
}
.bl-iconos-link .sombra-cajas {
	text-align: center;
	width: 100%;
	max-width: 420px;
	padding: 30px;
	transition: all .3s ease-out;
}

.bl-iconos-link .sombra-cajas:hover {
	scale: .98;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.bl-iconos-link .sombra-cajas span {
	color: var(--verde);
	font-size: 30px;
}
.bl-logos-colabora .wpb_single_image {
	margin-bottom: 0;
}
.bl-logos-colabora .wpb_wrapper.vc_column-inner {
	border: 2px solid #EBEFF3;
	border-radius: 16px;
	text-align: center;
	overflow: hidden;

}
.bl-logos-colabora .wpb_wrapper {
    display: flex;
    justify-content: center;
}
.pagination-wrap .pagination, .pagination-wrap .page-links {
	margin-bottom: 4rem;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    font-size: 14px;
    font-family: var(--montse);
    background: transparent !important;
    color: var(--verde-medio);
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 20px 5px 0;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
	color: var(--verde-osc);
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
    font-size: 11px;
    opacity: 1;
    top: -1px;
    position: relative;
    vertical-align: middle;
    color: rgb(11, 128, 46);
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat::after {
    margin-left: 11px;
}
.vc_pageable-slide-wrapper {
	display: flex;
    align-items: stretch;
}
.vc_pageable-slide-wrapper > div {
	height: 100%;
}
.vc_pageable-slide-wrapper .vc_grid-item-mini {
	height: 100%;
}

/*****/
ul.co-rrss {
    display: inline-flex !important;
}
ul.co-rrss li {	
    display: block !important;
}
ul.co-rrss li a {
	opacity: 1;
	transitin: all .3s ease-out;
}
ul.co-rrss li a:hover {
	opacity: .75;
}