.video {
	width: 100%;
}

.intl-tel-input {
	width: 100%;
}

.error {
	border-color: #FF5252 !important;
}

.error-text {
	color: #FF5252 !important;
}

.card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* allow the cards to wrap to the next line */
    margin: 0 auto; /* center the container */
	max-width: 1140px;
	gap: 40px 0px;
}

.card {
	width: 48%;
	min-width: 450px;
	margin: auto;
	margin-top: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.card-header {
	padding: 15px;
	background-color: #4791db;
}

.card-body {
	padding: 15px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Montserrat, sans-serif;
}

.namebluenew {
	color: #1976D2;

}

.backbluenew {
	background-color: #1976D2;

}

.mymaintitle {
	font-size: 2.96rem !important;
}

.mysubtitle {
	font-size: 2.22rem !important;
}

.mytext {
	font-size: 1.67rem !important;
}

.mycaption {
	font-size: 1.3rem !important;
}

.mytd {
	width: 50%;
}

.flexdiv {
	display: flex;
	justify-content: space-around;
}

.loginf {
	width: 350px;
	right: 25%;
}

.loginf table {
	margin: auto !important;
	width: 100%;
}

 /* Basic styles for the dropdown and buttons language */
 .menu-wrapper {
	position: relative;
	display: inline-block;
}

.menu-button {
	border: none;
	background: none;
	cursor: pointer;
	padding: 14px 5px 15px 5px;
}

.menu-button img {
	height: 1.2vw;
}

.menu-list {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: white;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 0;
	list-style: none;
	margin: 0;
	z-index: 100;
	width: auto !important;
}

.menu-list.open {
	display: block;
}

.menu-item {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	cursor: pointer;
}

.menu-item img {
	margin-right: 8px;
	width: 20px;
	height: 15px;
}

.menu-item:hover {
	background-color: #f0f0f0;
}

.cookie-overlay {
	position: fixed;
	bottom: 1rem;
	left: 50%;
	margin-left: -300px;
	background: #fff;
	z-index: 2051;
	line-height: 20px;
	font-family: Montserrat, sans-serif;
	font-size: 14.8px;
	border-radius: 6px;

	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

	>div:first-child {
		width: 600px;
	}

	@media (max-width: 770px) {
		bottom: 0;
		left: 0;
		right: 0;
		border-radius: 0;
		margin-left: 0;

		>div:first-child {
			width: auto;
		}
	}

	a {
		text-decoration: underline;
	}

	.close-cookies {
		cursor: pointer;
	}
}

.terms h2 {
	font-size: 1.2vw;
	font-weight: bold;
	text-transform: uppercase;
	white-space: normal;
	color: #1976D2;
	text-align: left;
	padding: 2vw 0 0 0;
}

.terms h1 {
	font-size: 1.85vw !important;
	font-weight: bold;
	color: #314c61;
	text-transform: uppercase;
	text-align: left;
}


.glbuttongreen {
	border: 1px solid #5bbd84;
	background-color: #5bbd84;
	font-size: 1.3vw;
	cursor: pointer;
	height: 3vw;
	width: 14vw;
	color: white;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
}

.glbuttonblue {
	border: 1px solid #4791db;
	background-color: #4791db;
	font-size: 1.3vw;
	cursor: pointer;
	height: 3vw;
	width: 14vw;
	margin-top: 2vw;
	color: white;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
}

.accept-cookies {
	border: 1px solid #5bbd84;
	background-color: #5bbd84;
	font-size: 1vw;
	cursor: pointer;
	height: 2.2vw;
	width: 10vw;
	color: white;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
}


.glbuttongreen:hover {
	background-color: rgb(225, 230, 235);
	color: #5bbd84;
}

.glbuttonblue:hover {
	background-color: rgb(225, 230, 235);
	color: #4791db;
}

.accept-cookies:hover {
	background-color: rgb(225, 230, 235);
	color: #5bbd84;
}

.terms li {
	font-size: 1.2vw;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: normal;
	color: #314c61;
	text-align: left;
	margin-left: 40px;
}

.hovermenu {
	cursor: pointer;
}

.menubutton {
	color: #333e55 !important;
}

.menubutton:hover {
	color: #1976D2 !important;
}

.hovered {
	color: #1976D2 !important;
}

a,
a:visited {
	color: inherit;
}



.ui-pnotify-text {
	font-size: 1.67rem !important;
}


.threediv {
	text-align: center;
	font-size: 1.4vw;
	float: left;
	width: 33%;
	display: none;
}
.mainThreediv{
	padding: 2vw 6vw;
	display: contents;
}
.mainThreediv.rowDiv{
	width:100%;
	margin: 0px auto;
	padding:0px;
	max-width:1140px;
	display:flex;
}
.mainThreediv.imagDiv{
	width: 33.33%;
	padding: 15px;
}
.mainThreediv.rowDiv.tituleDiv{
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

.mainThreediv.rowDiv.textDiv{
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	line-height: 2.2;
}
.mainTituleText{
	text-align: center;
	width: 100%;
}

.mainThreeImag{
	max-width: 100%; 
	height: auto;
}

.threedivbot {
	width: 33%;
	float: left;
}

.static {
	position: static !important;
}

#recovertext {
	text-align: left;
	padding-bottom: 5px;
}

#recover {
	font-size: 1.5rem;
}

@media screen and (max-width: 600px) {
	#recovertext {
		text-align: right !important;
		padding-bottom: 5px;
	}

	#recover {
		font-size: 2.78vw;
	}

	.contacts {
		font-size: 2.6vw !important;
	}

	.card {
		width:100%;
		min-width: 300px;
	}

	.cogweb {
		font-size: 6.5vw !important;

	}

	.mytd {
		width: 100%;
		display: block;
	}

	.flexdiv {
		display: inline-block;
	}

	.loginf {
		width: 100%;
		position: static !important;
		display: block !important;
		margin: auto !important;
		text-align: center !important;
		padding-top: 2vw !important;
		padding-bottom: 4vw !important;
		transform: translate(0, 0) !important;

		background-color: rgb(249, 250, 251) !important;
		font-size: 3.33vw !important;
		margin: 4vw 0vw !important;
	}

	.loginf table {
		margin: auto !important;
		width: 100%;
	}



	.terms h2 {
		font-size: 3.7vw !important;
	}

	.terms h1 {
		font-size: 4.63vw !important;
	}

	.terms li {
		font-size: 2.78vw !important;

	}

	.terms {
		font-size: 2.78vw !important;
	}

	.threediv {
		text-align: center;
		width: 100%;
		padding: 0px !important;
		font-size: 4.16vw !important;
		display: contents;
	}
	.mainThreediv{
		padding: 2vw 6vw;
		display: none;
	}

	.threedivspan span {
		font-size: 3vw !important;
	}

	.threedivbutton {
		font-size: 3.6vw !important;
		width: 39vw !important;
		height: 7.5vw !important;

	}


	.threediv img {
		height: 20vw !important;
		margin: 0px;
	}

	.video {
		width: 100% !important;
		height: 60vw !important;
	}

	.twodiv {
		width: 100%;
		text-align: left;
		padding-left: 3vw;
	}

	#imgsite {
		display: none;
		!important;
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important;

	}

	.threedivbot {
		text-align: left;
	}

	.threedivbot table {
		margin: 0px;
	}

	.threedivbot .spannotsubmit {
		font-size: 5.55vw !important;
	}

	.threedivbot .num {
		font-size: 3.7vw !important;
	}

	.threedivbot .nam {
		font-size: 2.78vw !important;
	}


	.thydiv {
		position: static !important;
	}

	.linkimg {
		height: 5vw !important;
	}

	.selmethod {
		width: 3vw !important;
	}

	.selopt {
		font-size: 2.78vw !important;
	}


	.useropt {
		font-size: 1.67rem !important;
	}

	.useropt div {
		width: 54vw !important;
		text-align: left !important;
		float: none !important;
	}

	.userinput {
		font-size: 1.7rem !important;
		min-height: 4rem !important;
		width: 100% !important;
		float: none !important;
	}

	#slogan {
		font-size: 4.63vw !important;
	}

	.menuopt {
		font-size: 3.7vw;
	}

	.menu-button img {
		height: 3.7vw;
	}

	.glbuttongreen,
	.glbuttonblue {
		font-size: 3.89vw !important;
		height: 8.1vw !important;
		width: 54vw !important;
		float: none !important;
	}

	.accept-cookies {
		font-size: 2.78vw !important;
		height: 5.5vw !important;
		width: 30vw !important;
		float: none !important;
	}

	.isfloat {
		float: none !important;
	}



	.threedivbot img {
		height: 10vw !important;
	}

	.threedivbot .namebot {
		font-size: 2.31vw !important;
	}

	.threedivbot .numbot {
		font-size: 3.7vw !important;
	}




	#lastdiv {
		height: auto !important;
		text-align: center;
		margin-top: 2vw;
	}

	#lastdiv table {
		font-size: 2.4vw !important;
	}

	#contacttitle {
		font-size: 2.78vw !important;
	}

	#lastdiv .cognitive {
		font-size: 3.25vw !important;
	}

	#lastdiv .links {
		font-size: 2.3vw !important;
	}

	.whatis,
	.contacts,
	.register,
	#secondp {
		width: 100% !important;
		font-size: 2.78vw !important;
	}

	#showmore,
	#contactlist {
		margin-top: 2vw !important;
		font-size: 2.5vw !important;
	}


}

.slideTab {

	background-color: rgb(242, 244, 247);
}

.sliderTabConteiner {
	color: white;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	background: #2F87AD;
	width: 100%;
	min-height: 100px;
	padding: 1vw;
}

.sliderTabItem1 {
	display: flex;
	flex-direction: column;
	width: 40%;
	padding-left: 10vw;
	border-right: 2px solid white
}

.sliderTabItem2 {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	background: #2F87AD;
	width: 100%;
	padding-left: 1vw;
	padding-right: 1vw;
}

.sliderTabItem2_1 {
	display: flex;
	flex-direction: column;
	width: 60%;
	margin-right: 80px;
	align-items: flex-end;
}

.buttonIndex {
	font-weight: bold;
	background-color: #5bbd84;
	;
	border: none;
	color: white;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12.95pt;
	width: 19vw !important;
	border-radius: 3px;
	margin-left: 20px !important;
}

.buttonIndex:hover {
	background-color: rgb(225, 230, 235);
	color: #2F87AD;
}

.container {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;

	display: flex;
	flex-flow: row wrap;
	position: relative;
	align-items: center;
}

.item {

	background-color: rgb(225, 230, 235);
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
	height: 50px;
	flex: 0 1 calc(14% - 5px);
	/* <-- adjusting for margin */
}

.item_disabled {
	background-color: #F4F5F9;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
	height: 50px;
	flex: 0 1 calc(14% - 5px);
	/* <-- adjusting for margin */
}


.buttonFichas {
	border: none;
	color: black;
	padding: 5px;
	padding-left: 1.0vw;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	font-size: 12.95pt;

	border-radius: 5px;

}

.buttonFichas_disabled {
	border: none;
	color: #C1C1C1;
	padding: 5px;
	padding-left: 1.0vw;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	font-size: 12.95pt;

	border-radius: 5px;
}

.buttonFichas_select_disabled {
	background-color: rgb(225, 230, 235);
	color: black;
	padding: 5px;
	padding-left: 1.5vw;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	font-size: 12.95pt;
	width: 5vw;
	border-radius: 5px;
	border-width: 1px;
	border: none;
	outline: 0;
	box-shadow: 0 0 0 0.2rem #1976D2;
}

:focus {
	outline: 0;
}

.buttonFichasSpan {
	margin: 5px 0.6vw;
	color: #1976D2;
}

.buttonSelectAll {
	border: none;
	color: black;
	padding: 5px;

	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12.95pt;
	width: 5vw;
	border-radius: 5px;

}

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

	.buttonIndex {
		font-weight: bold;
		background-color: #5bbd84;
		border: none;
		color: white;
		padding: 5px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 1.39vw;
		width: 19vw !important;
		border-radius: 3px;
		margin-left: 20px !important;
	}

	.buttonFichas {
		border: none;
		color: black;
		padding: 5px;
		padding-left: 1.0vw;
		text-align: left;
		text-decoration: none;
		display: inline-block;
		font-size: 1.3vw;
		width: 10vw;

		border-radius: 5px;

	}

	.buttonFichas_disabled {
		border: none;
		color: #C1C1C1;
		padding: 5px;
		padding-left: 1.0vw;
		text-align: left;
		text-decoration: none;
		display: inline-block;
		font-size: 1.3vw;
		width: 10vw;
		border-radius: 5px;
	}

	.buttonFichas_select_disabled {
		background-color: rgb(225, 230, 235) !important;
		color: black;
		padding: 5px;
		padding-left: 1.5vw;
		text-align: left;
		text-decoration: none;
		display: inline-block;
		font-size: 1.3vw;
		width: 10vw;
		border-radius: 5px;
		border-width: 1px;
		border: none;
		outline: 0;
		box-shadow: 0 0 0 0.2rem #1976D2;
	}

	:focus {
		outline: 0;
	}

	.item {

		background-color: rgb(225, 230, 235);
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: 15px;
		margin-left: 15px;
		height: 50px;
		flex: 0 1 calc(19% - 5px);
		/* <-- adjusting for margin */
	}

	.item_disabled {
		background-color: #F4F5F9;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: 15px;
		margin-left: 15px;
		height: 50px;
		flex: 0 1 calc(19% - 5px);
		/* <-- adjusting for margin */
	}

}

.textHigh_blue {
	font-family: Montserrat, sans-serif;
	font-size: 16.65pt;
	float: left;
	color: #1976D2;
	margin-left: 5px
}

.textHigh_black {
	font-family: Montserrat, sans-serif;
	font-size: 16.65pt;
	float: left;
	color: #333;
}

.text {
	font-size: 12.95pt;
	line-height: 150%;
	font-family: Montserrat, sans-serif;
	margin: 10px 0 0;
}

.text_custo {
	font-size: 10.2pt;
	line-height: 150%;
	font-family: Montserrat, sans-serif;
	margin: 10px 0 0;
}

.darkBlue {
	color: #0E2340;

}

.inputStyle {
	width: 90%;
	height: 40px;
	padding-left: 10px;
}

.inputStyleDirections {

	height: 40px;
	padding-left: 10px;
}

@media screen and (max-width: 1600px) and (min-width: 600px) {
	.mytd {
		width: 50%;
	}

	.text {
		font-size: 1.39vw;
		line-height: 150%;
		font-family: Montserrat, sans-serif;
		margin: 10px 0 0;
	}

	.text_custo {
		font-size: 1.3vw;
		line-height: 150%;
		font-family: Montserrat, sans-serif;
		margin: 10px 0 0;
	}

	.textHigh_black {
		font-family: Montserrat, sans-serif;
		font-size: 12.95pt;
		float: left;
		color: #333;
	}

	.textHigh_blue {
		font-family: Montserrat, sans-serif;
		font-size: 12.95pt;
		float: left;
		color: #1976D2;
		margin-left: 5px
	}
}


.itemFichas {

	background-color: rgb(225, 230, 235);
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
	height: 40px;
	flex: 0 1 calc(24% - 3px);
	/* <-- adjusting for margin */
}