/*
Theme Name: Acoustic Monitoring
Theme URI: acoustigmonitoring.org
Author: Sandra Anaya
Author URI: @sndanaya
Description: Acoustic Monitoring Theme
Requires at least: 6.7
Tested up to: 6.8.2
Requires PHP: 7.2
Version: 1.0
Text Domain: AcousticMonitoring
*/

h1, h2 {
	font-family: "Lora", sans-serif;
}
p {
	font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 2;
}
ul, ol {
	font-family: "Raleway", sans-serif;
	margin: 20px 0;
}
ul li, ol li {
	font-size: 18px;
	margin-bottom: 20px;
}
h1 {
	font-size: 52px;
	background-color: white;
	padding: 5px 20px;
}
h2 {
	font-size: 34px;
}
h2 strong  {
	padding: 0 20px 3px;
	border-bottom: 1px solid;
}
h3 {
	font-size: 24px;
}
a, a:hover {
	color: #212529;
}

.no-underline a	{
	text-decoration: none;
}

#banner {
	background-color: #E9EFEF;
	background-image: url('assets/img/banner.jpg');
	background-position: top center;
	background-size: cover;
}

.title-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 400px;
	height: 30vh;
}

h2.wp-block-heading {
	margin: 40px 0 120px;
}

h3.wp-block-heading {
	margin: 60px 0 30px;
}

.wp-block-column h3.wp-block-heading {
	margin-top: 0;
}

.global__button {
	background-color: #32373c;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	border-radius: 25px;
	position: relative;
	width: fit-content;
	height: 40px;
	padding: 0 30px;
	text-decoration: none;
	cursor: pointer;
}

.global__button:hover {
	color: white;
}

.btn-back {
	background-color: unset;
	color: #32373c;
	height: auto;
	margin: 15px 15px 30px 0;
}
.btn-back:hover {
	color: #32373c;
}
.btn-back .img-wrapper {
	display: flex;
  justify-content: center;
  align-items: center;
	width: 20px;
	height: 100%;
}
.btn-back img {
	height: 15px;
	transition: 1s ease;
}
.btn-back:hover img {
	height: 20px;
}

#contacto {
	background-color: #E9EFEF;
	padding: 80px 60px;
}

#contacto .img-fluid {
	max-width: 450px;
	border-radius: 35px 0 35px 0;
}

.wpcf7 p {
	position: relative;
	margin: 0;
	line-height: 1;
}
.wpcf7 .wpcf7-form-control-wrap {
	display: inline-block;
	position: relative;
	height: fit-content;
	margin: 5px 0;
}
.wpcf7 .wpcf7-form-control {
	height: 42px;
	margin: 5px 0;
	padding: 0 10px;
	width: 80%;
}
.wpcf7 .wpcf7-form-control.wpcf7-textarea {
	padding: 10px;
}
.wpcf7 .wpcf7-form-control.wpcf7-submit {
	font-weight: bold;
	width: 200px;
	border: unset;
	margin-bottom: 20px;
}
.wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
	background-color: white;
	color: #32373c;
	border: 1px solid light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}
.wpcf7 .wpcf7-not-valid-tip {
	font-size: 11px;
	line-height: 1;
}
.wpcf7 .wpcf7-spinner {
	position: absolute;
	top: 10px;
  left: 200px;
}
.wpcf7 .wpcf7-response-output {
	font-size: 12px;
	margin-top: 0px !important;
}

footer {
	background-color: #32373c;
	color: white;
	padding: 40px 0;
}
footer .col-12:nth-child(1){
	display: flex;
	align-items: flex-end;
}
footer .col-12:nth-child(2){
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
footer .col-12:nth-child(3){
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
footer .social-wrapper {
	display: flex;
	gap: 30px;
	margin-top: 30px;
}
footer a {
	color: white;
	font-size: 12px;
	text-decoration: none;
}
footer a:hover {
	color: white;
}
.made-by {
	color: black;
	font-size: 10px;
	line-height: 1;
	text-align: center;
}

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


@media (max-width: 768px) {
	#contacto {
		padding: 60px 0;
	}
	#contacto .img-fluid {
		width: 100%;
    height: fit-content;
    margin: auto;
	}
}


@media (max-width: 576px) { 
	h2 strong {
		padding: 0 0 2px;
		line-height: 1.4;
	}
	#contacto .img-fluid {
		margin-bottom: 40px;
	}
	.wpcf7 {
		padding: 0 20px;
	}
	.wpcf7 .wpcf7-form-control {
		width: 100%;
	}
	footer .col-12:nth-child(1){
		justify-content: center;
		order: 3;
	}
	footer .col-12:nth-child(2){
		
		order: 1;
	}
	footer .col-12:nth-child(3){
		justify-content: center;
		padding: 20px 0;
		order: 2;
	}
	footer .social-wrapper {
		flex-direction: column;
		gap: 15px;
	}
	footer .social-wrapper a {
		fjustify-content: center;
	}

}