/*
Theme Name: Virtue Child
Template: virtue_premium

*/

:root {
	--color-1: #58758c; /* azul medio */
	--color-2: #8dbee6; /* azul claro */
	--color-3: #58758c; /* azul oscuro */
}

:focus, a:focus {
    outline: none;
}

.panel-row-style:before, .panel-row-style:after {
	content: none;
}

.container {
    max-width: 1250px;
    width: 100%;
}

.contentclass {
    padding-top: 0!important;
}


#topcontrol {
	display: none;
}

h1 strong, h2 strong, h3 strong {
	letter-spacing: 1px;
}

.line-1 {
	position: relative;
	margin-bottom: 10px!important;
	letter-spacing: 1px;
}

.line-1:before {
	content: '';
    position: absolute;
    background: var(--color-3);
    width: 50px;    
    height: 7px;
    bottom: -12px;
    left: 0px;
}

.back-white, .back-black {
	position: relative;
}

.back-white:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.7);
}

.back-black:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.35);
}

.back-white > div, .back-black > div {
	z-index: 1;
}

/* HEADER */

#kad-banner {
    box-shadow: 0px 0px 8px 2px rgba(4, 4, 4, 0.22);
    -moz-box-shadow: 0px 0px 8px 2px rgba(4, 4, 4, 0.22);
    -webkit-box-shadow: 0px 0px 8px 2px rgba(4, 4, 4, 0.22);
}

#kad-banner .container {
	max-width: 100%;
}

#thelogo {
	position: absolute;
    top: -27px;
}

#thelogo img {
    max-height: 90px;
}

#topbar {
	padding-top: 0;
}

.topbarmenu > ul > li > a {
	position: relative;
	padding: 7px 15px;
}

.topbarmenu > ul > li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 16px;
	width: 3px;
	height: 3px;
	background: #888;
	border-radius: 50%;
}

.topbarmenu > ul > li:first-child > a:before {
	display: none;
}

.wpml-ls-legacy-list-horizontal {
    text-align: right;
}

.wpml-ls-legacy-list-horizontal a {
    font-size: 13px;
}

.kad-header-left {
	width: 270px;
}

.kad-header-right {
	width: calc(100% - 270px);
}

#nav-main ul.sf-menu a {
	text-transform: uppercase;
}


/* menu movil */

.container.mobile-dropdown-container, .container.mobile-header-container {
    z-index: 1001;
}

.mh-nav-trigger-case {
    font-size: 24px;
}

[class^=icon-menu] {
    font-family: FontAwesome;
}

.icon-menu:before {
    content: "\f0c9";
}

.kad-mobile-nav .kad-nav-inner li a .sf-description {
    display: none!important;
}
/*
#mh-mobile_menu_collapse {
    overflow: hidden!important;
}
*/
.mobileclass {
    background: none;
}
/*
#mg-kad-mobile-nav .mh-kad-nav-collapse {
    overflow: hidden;
}
*/
.kad-nav-inner .kad-mnav {
    padding: 5px 5px 15px;
    margin: 0;
}

.kad-mobile-nav .kad-nav-inner li ul.sf-dropdown-menu a {
    list-style: none;
}

.kad-mobile-nav .kad-nav-inner li a {
	border: none!important;
	text-align: center;
	text-transform: uppercase;
}
/*
#mg-kad-mobile-nav .mh-kad-nav-collapse {
    overflow: hidden!important;
    height: calc(100vh - 60px)!important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: #fff;
    top: -100vh;
    left: 0;
    right: 0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
*/
.mover-menu {
	top: 60px!important;
}

.kad-submenu-accordion i {
	color: #505050;
}

/* HOME */

.home .contentclass {
	margin-top: 1px;
}

.home-title {
	padding-top: 250px;
	padding-bottom: 150px;
}

.home-title h1 {
	position: relative;
	color: #fff;
	margin-bottom: 25px;
	font-size: 42px;	
    text-shadow: 1px 1px 4px rgb(0 0 0);
}

.home-title h1:not(.h1-like-h3):before {
	content: '';
    position: absolute;
    background: var(--color-3);
    width: 100px;    
    height: 7px;
    bottom: -15px;
    left: 2px;
}

.home-title h3,
.home-title h1.h1-like-h3 {
	color: #fff;
	text-shadow: 1px 1px 8px rgba(0, 0, 0);
	font-size: 24px;
}

.content-block-1 {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    opacity: 1;
}

.content-block-1:hover {
    opacity: 1;
}

.content-block-1 .textwidget {
    display: flex;
    height: 300px;
    flex-direction: column;
    justify-content: space-between;
    /*background-color: rgba(156, 87, 44, 0.75);*/  
    background-color: rgba(255, 255, 255, 0.7);  
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.content-block-1 .textwidget:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.block-color-2 .textwidget {
    /*background-color: rgba(52, 63, 86, 0.65);*/
    background-color: rgba(255, 255, 255, 0.7);
}

.content-block-1 h3, .content-block-1 p {
    color: #333;
}

.content-block-1 .textwidget:hover h3, .content-block-1 .textwidget:hover p {
	color: #fff;
}

.content-block-1 h3 {
    font-size: 26px;
    font-weight: 300;
}

.content-block-1 h3 strong {
	letter-spacing: 1px;
}

.content-block-1 .block-1-1 {
    padding: 45px 30px 15px;
}

.content-block-1 a {
    display: block;
    border: 2px solid #fff;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    margin-left: auto;
    width: 190px;
    text-align: center;
    padding: 10px;
    margin-bottom: 50px;
    margin-right: 50px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.content-block-1 a:hover {
    /*border: 2px solid var(--color-1);*/
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}

.kad-info-box {
    padding: 5px;
}


.main-blog-content h2 {
	font-size: 22px;
}

.main-blog-content h4 {
	font-size: 18px;
}

.content-home-blog {
	/*background: #f5f5f5;*/
	padding-top: 5px;
	margin-bottom: 20px;
}

.cow-home-post .subhead, .kt-excerpt-readmore {
	display: none;
}

.cow-home-post .entry-content {
	font-style: italic;
}

.cow-home-post .link-post {
	font-style: normal;
    display: inline-block;
    margin-bottom: 15px;
    background: #a7a7a7;
    color: #fff;
    padding: 5px 25px;
    letter-spacing: 1px;
}

.bcarousellink {
    padding: 10px 0;
}

.bcarousellink>header>h5 {
    font-weight: 400;
}

.blog_item .entry-content {
	font-style: italic;
	font-weight: 300;
}

.servicios-cell:hover {
	box-shadow: 0px 0px 5px 2px rgba(4, 4, 4, 0.47);
    -moz-box-shadow: 0px 0px 5px 2px rgba(4, 4, 4, 0.47);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(4, 4, 4, 0.47);
}

.servicios-cell {
	padding: 20px;
}
/*
.kad-info-box i {
	float: none;
	text-align: center;
	display: none!important;
}

.kad-info-box h4, .servicios-cell h4 {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 1px;
}

.kad-info-box p, .kad-info-box a, .servicios-cell p {
	text-align: center;
	color: #fff;
	font-weight: 300;
}
*/
.servicios-cell a {
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	border: 1px solid transparent;
	border-bottom: 1px solid #fff;
	display: inline-block;
    padding: 3px;
}

.servicios-cell a:hover {
	border: 1px solid #fff;
	color: #fff;
}

.ow-button-base {
	letter-spacing: 1px;
}

.slick-track .blog_item .subhead {
	display: none;
}

.bcarousellink>header>h5 {
	margin-bottom: 15px;
}

#mc-embedded-subscribe-form input {
	margin-bottom: 20px;
}

#mc-embedded-subscribe-form input[type=submit] {
	letter-spacing: 1px;
	font-size: 14px;
}

.testimonialbox {
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-style: normal;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.testimonialimg img {
	max-width: 100%!important;
}

/* PAGINAS */

.pages-title {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pages-title h1 {
	position: relative;
	/*color: #fff;*/
	margin-bottom: 25px;
	font-size: 42px;	
    /*text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);*/
}
/*
.pages-title h1:before {
	content: '';
    position: absolute;
    background: var(--color-1);
    width: 100px;    
    height: 7px;
    bottom: -15px;
    left: 2px;
}
*/
.valores-cell:hover {
	box-shadow: 0px 0px 12px -2px rgb(4 4 4);
    -moz-box-shadow: 0px 0px 12px -2px rgb(4 4 4);
    -webkit-box-shadow: 0px 0px 12px -2px rgb(4 4 4);
}

.valores-cell {
	display: flex;
	justify-content: center;
    align-items: center;
}

.valores-cell h4 {
	margin: 15px 0;
}

div.wpcf7 input[type="file"] {
    width: 100%;
}

.so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container {
    margin-bottom: 0!important;
}

.so-widget-sow-features .sow-features-list .sow-features-feature h4 {
    margin: 10px 0!important;
}

.widget_kadence_calltoaction_widget a {
	background: var(--color-1)!important;
}

.entry-content li {
	position: relative;
	list-style: none;
	margin-bottom: 10px;
}

.entry-content li:before {
	content: '\e3b1';
    font-family: virtue_icons;
    position: absolute;
    left: -31px;
    top: 5px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #58758c;
    color: #fff;
    text-align: center;
    font-size: 8px;
    line-height: 18px;
    padding-left: 1px;
}

.entry-content li li:before {
	content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: -26px;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: none;
    color: #58758c;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding-left: 1px;
}

.entry-content li li li:before {
	display: none;
}

.entry-content li li li {
	margin-bottom: 0;
}


/* PERSONAL */

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

.content-staff-item {
	text-align: center;
	display: inline-block;
    width: 300px;
    margin-bottom: 30px;
    vertical-align: top;
    padding: 0 5px;
}

.content-staff-item h4 {
	margin-bottom: 15px;
}

.content-staff-item .content-image {
	max-width: 200px;
	margin: 0 auto 20px;
}

.content-staff-item .content-image div, .staff-img div {
	padding-bottom: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 1;
    border-radius: 0;
}

.content-staff-item .content-image img, .staff-img img {
	position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.staff-img {
    margin: 20px 0;
    max-width: 250px;
}

.single-staff h1 {
	font-size: 28px;
}

.single-staff h4 {
    font-weight: 400;
    font-style: italic;
}

.single-staff .block-staff {
	float: left;
	width: 320px;
	margin-right: 30px;
}

.single-staff .entry-content {
	float: left;
	width: calc(100% - 350px);
	margin-top: 50px;
}

.content-staff-item a {
	color: #888;
}

/* CONTACTO */

.content-map>div {
    height: 300px;
    border: 1px solid gray;
}

.wpcf7 .col-md-6 {
	margin-bottom:20px;	
}

.wpcf7 label {
	font-weight: 600;
}

.wpcf7 select {
	width: 100%;
	border: 1px solid #999;
}

.wpcf7 input.wpcf7-submit {
    padding: 9px 18px;
    font-size: 16px;
}

.text-1 {
	text-align: right;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;

}

.text-2 {
	text-align: right;
    font-size: 52px;
    font-weight: 700;
    color: var(--color-1);
    line-height: 64px;
}



/* BLOG */

.postcontent .subhead {
	display: none;
}

.form-search {
	max-width: 100%;
}

.page-header {
    border-top: none;
    border-bottom: 1px solid #eee;
    border-color: rgb(0 0 0 / 57%);
    padding-bottom: 8px;
    margin: 24px 0 40px;
    padding-top: 8px;
}

article h1.entry-title {
	font-size: 30px;
}

.postcontent .posttags {
	display: none;
}

.postedintop i, .subhead .virtue-meta-divider {
	display: none;
}

.postedintop {
	font-weight: 700;
	font-size: 12px;
}

.postedintop a {
	font-weight: 400;
}

.single-article article header {
	margin-bottom: 30px;
	border-bottom: 1px solid rgb(0 0 0 / 57%);
}

.sidebar h3 {
	font-size: 20px;
}

.sidebar section {
	border: 1px solid #eee;
    padding: 5px 13px;
    background: #f9f9f9;
    font-size: 14px;
}

.widget {
    margin-top: 20px;
}

.widget-first {
    margin-top: 0;
}

.sidebar .widget-inner li, .sidebar .widget_categories li a {
    border: none;
}

.sidebar #mc-embedded-subscribe-form input {
    margin-bottom: 10px;
}

.sidebar .content__gdpr {
	margin-bottom: 14px;
}

.sidebar #mc-embedded-subscribe-form input[type=checkbox] {
    margin-bottom: 0px;
}

.sidebar #mc-embedded-subscribe-form input[type=submit] {
	padding: 7px 16px;
}

.comentarios {
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    clear: both;
    font-size: 13px;
    line-height: 17px;
}

#commentform .comentarios input {
	display: inline-block;
}

.single-post .entry-content h2, .page-id-3 .entry-content h2, .page-id-32 .entry-content h2, .page-id-34 .entry-content h2 {
	font-size: 28px;
}

.single-post .entry-content h3, .page-id-3 .entry-content h3, .page-id-32 .entry-content h3, .page-id-34 .entry-content h3 {
	font-size: 24px;
	font-family: "Libre Baskerville";
	font-weight: 400;
}

.single-post .entry-content a, .page-id-3 .entry-content a, .page-id-32 .entry-content a, .page-id-34 .entry-content a {
	text-decoration: underline;
}


/* FOOTER */

#containerfooter {
    padding-top: 0px;
}

#containerfooter h3 {
	font-size: 21px;
}

#containerfooter .widget {
    margin-top: 20px;
}

#containerfooter .widget {
	font-family: Marcellus;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 22px;
}

#containerfooter .footercol1 .menu {
    margin: 0;
    columns: 2;
}

#containerfooter .menu li {
	list-style: none;
}

#containerfooter .menu li a {
	max-width: 100%;
	background: none;
	padding: 0px 0px;
}

#containerfooter .menu li a:hover {
	background: none!important;
	color: var(--color-3);
}

#containerfooter .menu ul {
	padding-left: 10px;
}


.table-footer, .table-footer a {
	color: #fff;
}

#containerfooter .virtue_social_widget a {
	background: none;
	margin-right: 15px;
}

#containerfooter .wpcf7-form-control {
	color: #fff;
	background: none;
}

span.wpcf7-list-item {
    margin: 0;
}

.footercredits {
    padding-bottom: 0px;
}

.footernav {
	float: left;
}

.footernav ul {
	padding-left: 0;
}

.footercredits p {
	clear: both;
}


#containerfooter .wpcf7-form a {
	text-decoration: underline;
}

#containerfooter .wpcf7-submit {
	font-size: 15px;
    padding: 8px 20px;
    border: 1px solid #fff;
}

#containerfooter .wpcf7-form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}
#containerfooter .wpcf7-form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}
#containerfooter .wpcf7-form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

#containerfooter .wpcf7-form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}
.modal-body {
	color: #444!important;;
}

.modal-footer button {
	border: none;
	background: var(--color-1);
	color: #fff;
	padding: 5px 11px;
}


.wechat-link {
	position: fixed;
	z-index: 1;
	right: 20px;
    bottom: 20px;
    width: 55px;
}

/* COOKIES */

#moove_gdpr_cookie_info_bar {
	bottom: 20%!important;
    left: calc(50% - 250px)!important;
    width: 500px!important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    background-color: rgba(0,0,0,0.9)!important;
    border-top: none!important;
	border-radius: 8px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
	padding: 25px 40px!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
	flex-direction: column!important;
	gap: 30px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
	padding-left: 0!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
	color: #fff!important;
	font-weight: 300!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
	font-weight: 600!important;
	padding: 6px 24px!important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
	color: #fff!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn {
    line-height: 18px!important;
    width: 32px!important;
    height: 32px!important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
	transform: scale(.8);
}


/* RESPONSIVE */

@media screen and (max-width:1380px) {
	.wrap-content-block-1 {
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
	
	.content-block-1 .block-1-1 {
	    padding: 20px 30px 10px;
	}

}

@media screen and (max-width:1185px) {
	.kad-header-right {
		padding-left: 0;
	}
	
	.sf-menu a {
	    padding: 10px 9px;
    	font-size: 14px!important;
	}
    
}

@media screen and (max-width:991px) {
	.single-staff .block-staff {
		float: none;
		width: 100%;
		text-align: center;
		margin-right: 0px;
	}

	.single-staff .entry-content {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	
	.staff-img {
	    margin: 0px auto;
	}
}

@media screen and (max-width:767px) {
	article h1.entry-title {
	    font-size: 25px;
	    line-height: 36px;
	}
	
	.pages-title h1, .page-header h1 {
	    font-size: 34px;
	}
	
	#moove_gdpr_cookie_info_bar {
		left: 10px !important;
   		width: calc(100% - 20px) !important;
	}
}

@media screen and (max-width:480px) {
	#containerfooter .footercol1 .menu {
		columns: 1;
	}
    
}

/* SEO CHANGES */
.h2-like-h1-black,
.h2-like-h3,
.p-like-h3-black,
.p-like-h4-black,
.home-title .p-like-h1,
.home-title .h1-like-h3 {
	visibility: visible;
    box-sizing: border-box;
	font-family: Marcellus;
	font-style: normal;
}

.home-title .p-like-h1 {
    margin: .67em 0;
    margin-top: 10px;
    line-height: 44px;
    font-weight: 400;
    position: relative;
    color: #fff;
    margin-bottom: 25px;
    font-size: 42px;
    text-shadow: 1px 1px 4px rgb(0 0 0);
}

.home-title .h1-like-h3 {
    margin-top: 10px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 2%;
    color: #fff;
    text-shadow: 1px 1px 8px rgba(0, 0, 0);
    font-size: 24px;
}

.h2-like-h1-black {
    margin: .67em 0;
    margin-top: 10px;
    line-height: 44px;
    font-weight: 400;
    color: #333333;
    font-size: 38px;
    margin-bottom: 2%;
    text-align: right;
}

.p-like-h3-black {
    margin-top: 10px;
    line-height: 38px;
    font-weight: 400;
    color: #333333;
    font-size: 28px;
    margin-bottom: 2%;
    text-align: right;
}

.p-like-h4-black {
    margin-top: 10px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    font-size: 22px;
    margin-bottom: 2%;
	margin-top: 0;
	margin-bottom: 0;
}

.h2-like-h3 {
    margin-top: 10px;
    line-height: 38px;
    margin-bottom: 2%;
    color: #333;
    font-size: 26px;
    font-weight: 300;
}

.home-title .p-like-h1:before {
	content: '';
    position: absolute;
    background: var(--color-3);
    width: 100px;    
    height: 7px;
    bottom: -15px;
    left: 2px;
}
