/*
==================================================================
Theme Name: Exacto Gestión
Version: 1.0
Author: Neobrand®
Author URI: https://neobrand.com
==================================================================
*/

@import url('css/config.css');

/* General */

html,body {
	line-height: 1.2;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body figure {
	margin: 0;
}

h1,h2,h3,h4,h5 {
	width: 100%;
	margin: 0;
}

p,li {
	margin: 0;
	line-height: 1.6;
	color: var(--grey);
}

.mt-20 {
	margin-top: 20px;
}

.maxw-70 {
	max-width: 75px;
	height: 75px;
	object-fit: cover;
}

.icon {
	width: 50px;
	height: 50px;
	object-fit: cover;
}

/* Hero */

.logo img,
.footer-logo img{
	width: auto;
	height: 55px;
}

.topber-info a {
	font-weight: 500;
}

.banner-slider {
	background: url('images/image1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.banner-slider::before {
	content: '';
	position: absolute;
	inset: 0;
	background:rgba(0,0,0,.5);
} 

.section-heading-content h2 {
	font-weight: 500;
}

.slick-active .hero-content h1 {
	margin-bottom: 35px;
}

.slick-active .hero-content h2 {
	width: 60%;
	max-width: 650px;
	color: white;
	margin-bottom: 50px;
}

.choose-us-part.on-about-page {
	background: url('images/image9.jpg');
	background-color: #F8F8F8;
	background-size: 20% 100%;
	background-repeat: no-repeat;
}

.choose-us-part a {
	margin-top: 30px;
}

.pratice-details-content ul,
.blog-details-content ul,
.pratice-details-content ol,
.blog-details-content ol {
	margin-bottom: 20px;
}

.about-content ul li,
.pratice-details-content ul li,
.blog-details-content ul li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 15px;
}

.pratice-details-content ol li,
.blog-details-content ol li {
	list-style: auto;
}

.pratice-details-content ol,
.blog-details-content ol {
	padding-left: 20px;
}

.about-content ul li::before,
.pratice-details-content ul li::before,
.blog-details-content ul li::before {
	content: '\f058';
	font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
	position: absolute;
	top: 0px;
    left: 5px;
    font-size: 14px;
    color: #002778;
}

.pratice-details-content img {
	max-height: 600px;
	object-fit: cover;
}

.img-fluid {
	width: 100%;
	max-height: auto;
	object-fit: cover;
}

.footer-column .news-blog-title:hover {
	color: white !important;
}

.personal-info span a:hover,
.footer-column ul li a:hover {
	color: white;
}

.blog-details-content h1,
.pratice-details-content h1{
	font-size: 32px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 20px;	
}

.blog-details-content h2,
.practice-details-content h2{
	font-size: 28px;
	margin-bottom: 15px;
}

.blog-details-content h3,
.practice-details-content h3{
	font-size: 25px;
	margin-bottom: 15px;		
}

.blog-details-content h4,
.practice-details-content h4{
	font-size: 23px;
	margin-bottom: 15px;		
}

.blog-details-content h5,
.practice-details-content h5{
	font-size: 21px;
	margin-bottom: 15px;		
}

.blog-details-content h6,
.practice-details-content h6{
	font-size: 19px;
	margin-bottom: 15px;		
}

.blog-details-content p:not(:last-child) {
	margin-bottom: 15px;
}

.pagination {
	gap: 20px;
}
.pagination .page-numbers {
	width: 30px;
	height: 30px;
	border: 2px solid #002677;
	color: white;
	background: #002677;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.page-numbers.current,
.page-numbers:hover {
	background: white;
	color: #002677;
}


.book-appoinment-part {
	background-image: url('images/image11.jpg');
}

.appoinment-from h3 {
	margin-bottom: 15px;
}

.screen-reader-response > ul {
	display: none;
}

/* Form */

.wpcf7 form{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.wpcf7 form input {
	height: 50px;
	width: 100%;
	padding: 0px 30px;
	border: 1px solid #ebebeb;
	background: white;
}

.wpcf7 form input[type='submit']{
	height: auto;
}

.wpcf7 form .fields {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.wpcf7 form input[type="submit"] {
	color: white;
	background: #002677;
	width: fit-content;
	margin-left: auto;
	padding: 15px 40px;
    border-radius: 30px;
	transition: all 280ms ease;
}

.wpcf7 form .fields .wpcf7-form-control-wrap {
	width: calc(100% / 2 - 15px);
}

.wpcf7 form .wpcf7-form-control-wrap[data-name="text"]{
	width: 100%;
}

.wpcf7 form textarea {
	padding-top: 15px;
	padding-left: 30px;
	width: 100%;
	border: 1px solid #ecf0f3;
	background-color: #fff;
	resize: none;
}

.wpcf7 form .last {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.wpcf7 form .last > .wpcf7-form-control-wrap {
	width: 100%;
	display: flex;
	align-items: center;
}

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

.wpcf7 form .last label {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}

.wpcf7 form .last label::before {
	content: '';
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	border-radius: 3px;
	margin-right: 5px;
}

.wpcf7 form .last label::after {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #002677;
	border-radius: 2px;
	transform: scale(0);
	transition: all 280ms ease;
	position: absolute;
	top: 2px;
	left: 2px;
}

.wpcf7 form .last label.active::after {
	transform: scale(1);
}

.wpcf7 form .last label > * {
	width: fit-content;
}

.wpcf7 form .last label > input{
	width: 18px;
	height: 18px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
 }

.wpcf7 .wpcf7-submit:disabled {
	filter: grayscale(1);
	opacity: .4;
}

.wpcf7 .privacy-info {
	display: none;
	font-size: 10pt;
	line-height: 1.5;
	margin-top: 5px;
	color: black;
}

.wpcf7 .privacy-info.show {
	display: block;
}

.wpcf7 .wpcf7-not-valid-tip{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 10px 7.5px 0;
	border-color: transparent #ff9800 transparent transparent;
	text-indent: -9999px;
	transform: translateY(-50%);
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 50%;
}

.wpcf7 form.invalid .wpcf7-response-output {
	display: none;
}

.footer-bottom.top {
	border-top: 2px solid #3c3b3b;
}

.footer-bottom.top .row {
	display: flex;
	justify-content: center;
	align-content: center;
}

.footer-bottom a {
	color: #848484;
	position: relative;
}

.footer-bottom a:not(:first-child) {
	margin-left: 15px;
}

.footer-bottom a:not(:first-child)::before{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: inline-block;
	background: #848484;
	position: absolute;
	left: -11px;
	top: 6px;
}

.responsive {
	display: none;
} 

.error-content {
	width: fit-content;
	max-width: 500px;
}

/* Misc */

.grecaptcha-badge {
	opacity: 0;
	pointer-events: none;
}

#whatsapp {
	width: 70px;
    height: 70px;
    background: 0 0;
    background-color: #25d366;
    color: #fff;
    font-size: 32px;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    position: fixed;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#neobrand {
	transition: all 320ms ease;
	opacity: 0.25;
}

#neobrand:hover {
	opacity: 1;
}

.edit-post {
	left: 20px;
	bottom: 20px;
}


@media screen and (max-width: 991px) {

	.book-appoinment-part {
		background-image: none;
	}

	.choose-us-part.on-about-page {
		background: none !important;
	}

	.logo {
		display: flex;
	}

	.slick-active .hero-content h2 {
		width: 100%;
    max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	
	.logo {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.logo img {
		padding: 5px;
	}

	.hero-content h1 {
		font-size: 2rem;
	}

	.slick-active .hero-content h1 {
		margin-bottom: 20px;
	}

	.slick-active .hero-content h2 {
		min-width: 340px;
		width: 80%;
		font-size: 1.5rem;
	}

	.blog-details .col-lg-4 {
		order: 1;
	}

	.blog-details-content {
		padding-bottom: 65px;
	}

	.desktop {
		display: none;
	}

	.responsive {
		display: block;
	}

	.wpcf7 form .fields {
		flex-direction: column;
	}

	.wpcf7 form .fields .wpcf7-form-control-wrap {
		width: 100%;
	}

	.wpcf7 form input,
	.wpcf7 form textarea {
		padding-left: 15px;
	}

}

@media screen and (max-width: 500px) {
	.error-content a{
		display: inline-block;
		margin-bottom: 15px;
	}
}