/**
* 
* Custom CSS
*
**/
#goback img {
	cursor: pointer;
}

.select-box button{
	background-color: #2B205C;
	color: #FDFDFD;
	border: 0 solid #2B205C;
	font-family: "Collegiate", Sans-serif;
	padding: 0 18px;
	border-radius: 0 8px 8px 0;
	font-size: 18px;
	width: 100px;
	height: 60px;
}
.select-box #mySelect{
	border-radius: 8px 0 0 8px;
	height: 60px;
	border: none;
	color: #000;
}

.elementor-144 .elementor-widget-wrap {
	padding: 0 !important;
}
.elementor.elementor-8 {
	text-align:center !important;
	display:flex !important;
	flex-direction:column !important;
	min-height: 80vh;
}
.elementor-location-footer .elementor-column-gap-default {
	min-height: auto !important;
}

#footer > .elementor-container {
	display: grid;
	grid-template-columns: 50% 50%;
}

#footer > .elementor-container > .elementor-col-50 {
	height: 100%;
	width: 100%;
}

.social-footer {
	justify-content: flex-end;
	display: flex;
	align-items: flex-end;
}
.social-footer > a+a {
	margin-left: 2vw; 
}
.footer-lp {
	width: 80%;
	display: flex;
	flex-direction: column;
	padding-bottom: 13px;
}
.image-footer {
	width: 50%;

	text-align: left;
}
.links-footer {
	display: flex;
	justify-content: space-between;
}
.links-footer a {
	color: #41AABD;
	text-decoration: underline;
}

.middle-footer {
	grid-area: segundo;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-top: 1vw;
}
.middle-title p {
	color: #F4ECD9;
	font-size: 17px;
}
.middle-images svg {
	margin: 0 10px;
}

.policy_content a {
	color: #2B205C;
}
/*
* 
*	Contact Form
*
*/

.cf-row:not(:first-child) {
	margin-top: 30px;
}

.cf-row {
	display: flex;
	flex-direction: column;
}

.cf-row input[type="text"], .cf-row input[type="email"], .cf-row select, .cf-row textarea {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border-bottom-width: 1px;
	border-color: #2B205C;
	background-color: transparent;
	color: #2B205C;
}

.cf-row input[type="submit"] {
	text-shadow: 0px 0px 12px rgb(198 198 198 / 30%);
	fill: #F4ECD9;
	color: #F4ECD9;
	background-color: #41AABD !important;
	border-radius: 25px 25px 25px 25px;
	padding: 15px 50px 15px 50px;
	border: none;
	max-width: 250px;
	margin: auto;
	width: 100%;
}

.cf-row label {
	font-size: 14px;
	margin-bottom: 0 !important;
	padding-left: 9px;
}

.cf-row br {
	display: none;
}
.cf-row input, .cf-row textarea {
	padding: 8px 9px;
}

.cf-row select {
	padding: 8px 16px 8px 5px;
}

.cf-row input::placeholder, .cf-row textarea::placeholder {
	color: #2B205C;
	opacity: 1;
}

.cf-privacy label {
	color: #969DA2;
	font-size: 18px;
}

.cf-privacy span {
	margin-left: 0 !important;
}

.cf-privacy input[type="checkbox"] {
	position: relative;
    background: transparent;
    border: 1px solid gray;
    appearance: none;
    width: 30px;
    min-width: 30px;
    height: 29px;
    vertical-align: middle;
    cursor: pointer;
}

.cf-privacy input[type="checkbox"]:checked:before {
	content: "";
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5.614L6.604 10 15 2' stroke='%23000' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
	#footer > .elementor-container {
		display: grid;
		grid-template-columns: 100%;
	}
	.footer > * {
		align-content: center;
		justify-content: center;
	}
	.footer-lp {
		width: 100% !important;
		margin: 0 0 2vh !important;
	}
	.links-footer {
		display: grid;
		grid-template-columns: 33% 33% 33%;
		width: calc(100% - 20px);
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		text-align: center;
	}
	.links-footer a {
		margin: 0 0 !important;
	}
	footer > .elementor-widget-wrap {
		margin-top: 0 !important;
	}
	#footer_logo div {
		margin-top: 2vh;
		display: flex;
		justify-content: center;
	}
	.social-footer > a + a {
		margin-left: 10vw !important; 
	}
	.social-footer {
		margin-top: 4vh;
		margin-bottom: 0;
		justify-content: center;
	}
	.image-footer {
		width: 80% !important;
		margin-bottom: 2vh;
	}

}
@media only screen and (max-width: 375px) {
	.links-footer {
		display: grid;
		grid-template-columns: 50% 50%;
		width: calc(100% - 10px);
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		text-align: left;
	}
}