/*
==================================================================
Theme Name: María Espinosa Machado
Version: 1.0
Author: Neobrand®
Author URI: https://neobrand.com
==================================================================
*/

/* General */

body, input, textarea {
	font-family: 'Montserrat', sans-serif;
}

.footer__copytext p a, .header__two .header__top .header__toparea .info ul li .text p, .header__two .header__top .header__toparea .info ul li .text span, .header__bottom .area .menu ul li a, .history__year > span span, .pageheader__content .breadcrumb .breadcrumb-item a, .appointment__content input::placeholder, .appointment__content input, .specialtie__content > span, .blog.home .blog__content .read-more, .work__two .work__inner span, .work__thumb span, .teamMember__content > a, .service__three .service__content .read-more, .service__two .service__content .read-more, .service__content span, .banner__btngroup .video__btn span, .read-more, .filters-button-group .button, .text-btn, .lab-btn, .infotext p, .pagination li .page-link, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a h1, a h2, a h3, a h4, a h5, a h6 {
	font-weight: normal; 
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}

body figure {
	margin: 0;
}

.relative {
	position: relative;
}

.pointer {
	cursor: pointer;
}

.header__top .info li img {
	height: 24px;
}

.header__top .info li span {
	margin-left: 5px;
	font-size: 10pt;
}

.header__top .info li i {
	font-size: 10pt;
}

.header__top .info a {
	color: white;
}

.header__bottom .area .menu {
	padding-top: 20px;
}

.header__three .header__bottom .area .menu ul li > a {
	height: 56px;
	display: flex;
	align-items: center;
}

.header__three .header__bottom .area .menu ul li > a.current {
	color: #aa182c;
}

.banner__slider figure {
	position: absolute;
	inset: 0;
	min-height: 100vh;
	width: 100%;
	z-index: -1;
}

.banner__slider figure img.desktop {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner__slider figure img.mobile {
	display: none;
}

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

.information {
	padding-bottom: 120px;
}

.information__item {
	min-height: 305px;
}

.max-70 {
	width: 70px;
	height: auto;
}

.max-70 {
	width: 50px;
	height: auto;
}

.logo img {
	height: 50px;
}

.banner__two {
	padding-top: 170px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner__two .banner__content h6,
.banner__two .banner__content h2,
.banner__two .banner__content h1 {
	color: #fff;
}

.about__footer {
	justify-content: space-between;
	align-items: center;
}

.specialtie__inner {
	background-color: transparent;
}

.specialtie__content > span,
.specialtie__content h2 {
	color: #fff;
}

.service__item:hover .pp-fornt {
	transform: none;
}

.history__year>span{
	padding-top: 5px;
}

.pageheader {
	position: relative;
	background-image: url('images/home-hero-bg.jpg');
}

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

.pageheader__content h1,
.pageheader__content h2,
.pageheader__content h3{
	line-height: 1;
	margin: 0;	
	position: relative;
}

.pageheader__content h1 {
	color: white;
	font-size: 2.25rem;
	padding-top: 10px;
}

.intro {
	width: 60%;
	margin: auto;
}

.service__content h4 > a {
	font-size: 1.5rem;
}

.footer__page .flex {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer__title {
	margin-bottom: 15px;
}

.footer__top a {
	color: white;
}

.footer__page p:last-child {
	margin-bottom: 0;
}

.footer__top.padding-tb {
	padding: 60px 0;
	background-color: #000;
	color: #fff;
}

.footer__top .footer__title h5 {
	color: #fff;
}

.about__footer h6 {
	margin-bottom: 0;
}

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

.wpcf7 form input {
  background-color: #fff;
}

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

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

#dates .wpcf7 form input[type="submit"] {
  background-color: #000;
}

.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 {
	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 > span {
	margin-top: 3px;
}

.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: #aa182c;
  border-radius: 2px;
  transform: scale(0);
  transition: all 280ms ease;
  position: absolute;
  top: 2px;
  left: 2px;
}

#dates .wpcf7 form .last label::after {
	background-color: #000;
}

.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;
}

.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%;
}

.service__inner h1 {
	font-size: 1.7rem;
	font-weight: 800;
	color: #aa182d;
	margin-bottom: 40px;
} 

.service__inner h2 {
	font-size: 1.3rem;
	font-weight: 800;
}

.service__inner h3 {
	font-size: 1.1rem;
	font-weight: 800;
}

.service__inner h4 {
	font-size: 0.9rem;
	font-weight: 800;
}

.service__inner ul {
	margin-bottom: 10px;
}

.service__inner ul li,
.service__inner ol li {
	position: relative;
	line-height: 1.4;
	padding-left: 20px;
	margin-bottom: 10px;
}

.service__inner ul li::before {
	content: "\f058";
	font-family: "Font Awesome 6 Free"; 
  font-weight: 900;
  font-size: 10pt;
	color: #aa182c;
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 5px;
}

.service__single .sidebar {
	position: sticky;
	top: 150px;
}

.sidebar__service h5 {
	margin: 0;
}

.section__wrapper a {
	word-break: break-word;
}

.section__wrapper .wp-block-table {
	margin-bottom: 20px;
}

.sidebar__service .current {
	background-color: #F2F6F9;
}

.sidebar__service .body ul li {
	transition: 280ms ease all;
	margin: 0;
}

.sidebar__service .body ul li::before {
	display: none;
}

.sidebar__service .body li:hover {
	background-color: #F2F6F9;
}

#dates {
	width: 40%;
	min-width: 640px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	z-index: 8;
	top: 106px;
	right: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #aa182d;
	padding: 90px;
	transform: translateX(100%);
	transition: all 520ms ease;
}

.meet #dates {
	transform: none;
}

#dates .cross {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 60px;
	right: 90px;
	z-index: 3;
	cursor: pointer;
}

#dates .cross::before,
#dates .cross::after{
	content: '';
	width: 100%;
	height: 2px;
	display: flex;
	position: absolute;
	background-color: white;
}

#dates .cross::before {
	transform: rotate(45deg);
}

#dates .cross::after {
	transform: rotate(-45deg);
}

#dates h2,
#dates p,
#dates span,
#dates a {
	color: white;
}

#dates textarea {
	height: 105px;
	resize: none;
}

#dates .wpcf7 form .last label::before {
	border: 1px solid #fff;
}

.testimonial__three .testimonial__author {
	width: 100%;
	display: flex;
	padding-left: 0;
	justify-content: space-between;
	align-items: flex-start;
}

.specialtie,
.testimonial.testimonial__three {
	position: relative;
}

.specialtie > div,
.testimonial.testimonial__three > div {
	position: relative;
}

.specialtie::before,
.testimonial.testimonial__three::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 0;
}

.callAaction::before {
	content: '';
	width: 55%;
	background-image: url("images/maria-espinosa-abogada.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}


.section__wrapper ul li {
	padding-left: 15px;
	position: relative;	
	margin-bottom: 15px;
	line-height: 24px;
}

.section__wrapper ul li::before {
	content: '';
	width: 5px;
	height: 5px;
	background: #aa182c;
	border-radius: 100%;
	position: absolute;
	top: 5px;
	left: 4px;
	display: inline-block;
}

.footer__bottom {
	background-color: black;
}

.footer__copytext p a {
	color: white;
}

.footer__copytext > div {
	flex-direction: column;
}

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

.infotext p a {
	background: linear-gradient(to right,currentColor 0%,currentColor 100%);
  background-size: 0px 2px;
  background-position: right 0 bottom 0;
  background-repeat: no-repeat;
  transition: background-size .25s cubic-bezier(.785,.135,.15,.86) 0s;
}

.infotext p a:hover {
	background-size: 100% 2px;
	background-position: left 0 bottom 0;
}

.footer__copytext p {
	color: #8b8b8b;
}

.lose-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 2px solid black;
	border-color: black;
	color: black;
	padding: .5em 1em;
	margin: 0;
}

#dates .wpcf7-response-output {
	color: white;
}



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

	.intro {
		width: 100%;
	}

	#dates {
		top: 80px;
	}

	.wpcf7 form input[type="submit"] {
		margin-top: 10px;
	}

}

@media screen and (max-width: 1024px) {
	#dates {
		padding: 80px 60px;
	} 

	#dates form .fields {
		gap: 20px;
	}
}

@media screen and (max-width: 1000px){
	.callAaction::before {
		background-position: top right -30px;
	}

	.banner__two {
		align-items: flex-start;
	}
}

@media screen and (max-width: 800px) {
	.callAaction::before {
		background-position: top right -200px;
	}
}


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

	.logo img {
		height: 40px;
	}

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

	.information__item {
		min-height: auto;
		padding: 30px 20px;
	}

	#dates {
		min-width: calc(100% - 40px);
		max-width: 100%;
		top: 70px;
		padding: 60px 20px;
	}

	.wpcf7 form .last label {
		align-items: flex-start;
	}

	.specialtie__inner {
		padding: 30px;
	}

	.callAaction::before {
		width: 0;
	}

	.callAaction::after {
		width: 100%;
	}

	.banner__slider figure img.mobile{
		width: 100%;
		min-height: 100vh;
		object-fit: cover;
		display: block;
	}

	.banner__slider figure img.desktop{
		display: none;
	}

	.banner__slider figure::before {
		content: '';
		width: 100%;
		height: 100%;
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0) 100%);
		position: absolute;
		inset: 0;
		z-index: 1;
	}

	.infotext p {
		display: flex;
		flex-direction: column;
	}

}

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

	.header__one .header__top .info{
		flex-direction: column;
		padding: 15px 0;
		justify-content: center;
	}

	.header__one .header__top .info ul {
		flex-direction: column;
		display: flex;
	}

	.header__one .header__top .info ul li {
		border: none;
	}

	.header__one .header__top .info > div{
		margin-top: 20px;
	}

}


@media screen and (max-width: 650px) {
	
	#dates {
		width: 100%;
	}

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

	#dates .cross {
		top: 20px;
		right: 20px;
	}

}
