.about-reflex-info p{
	font-size: 15px;
	text-align: justify;
}

.about-reflex-info p span{
	font-size: 16px;
}
.consultation-area{
	border-top: 2px solid rgba(60, 55, 55, 0.5);
	border-bottom: 2px solid rgba(60, 55, 55, 0.5);
}

.consultation-area:before{
	left: 0px !important;
    background: url(../img/contac.JPG)no-repeat;
}

.consultation-angle{
	left: 533px;
}

.modal-dialog-centered{
	top:30%;
}

.btn-MM{
	border: 1px solid #038A4B;
	box-shadow: 0 0 1pt 1pt #038A4B;
	background-color: #038A4B;
	padding: 4px 8px;
	border-radius: 4px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.9rem;
	text-shadow: none;
	transition: box-shadow, background-color  0.2s ease-out;
	-webkit-transition: box-shadow, background-color  0.2s ease-out;
	-ms-transition: box-shadow, background-color  0.2s ease-out;
	-o-transition: box-shadow, background-color  0.2s ease-out;
}

.btn-MM:hover{
	border: 1px solid #038A4B;
	box-shadow: 0 0 2pt 1pt #038A4B;
	background-color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	color: #038A4B;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.9rem;
}

.btn-MM:focus{
	border: 1px solid #038A4B;
	box-shadow: 0 0 2pt 1pt #038A4B;
	background-color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	color: #038A4B;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.9rem;
	outline: none;
}

.close{
	color: #038A4B;
	opacity: 0.5;
	font-size: 2rem;
}

.close:hover{
	color: #038A4B;
	opacity: 1;
	font-size: 2rem;
}

.close:focus{
	color: #038A4B;
	opacity: 1;
	font-size: 2rem;
	outline: none;
}

.title-MM{
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #038A4B;
}

.modal-header{
	display: flex;
	align-items: center;
	border: none;
}

.modal-body{
	border-top: solid 1px rgba(3, 178, 35, 0.4);
	border-bottom: solid 1px rgba(3, 178, 35, 0.4);
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.modal-body p{
	font-size: 1.2rem;
}

.modal-footer{
	border: none;
}

#SrvP{
	font-size: 1rem;
}

#asv{
	font-size: 0.95rem;
}

.btn-contac{
	border: 1px solid #FFFFFF;
	color: #038A4B;
	background: #fff;
	padding: 4px 8px;
	box-shadow: 0 0 1pt 1pt #A39E9E;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;

	transition: background, box-shadow, color 0.4s;
	-webkit-transition: background, box-shadow, color 0.4s;
	-ms-transition: background, box-shadow, color 0.4s;
	-o-transition: background, box-shadow, color 0.4s;

}

.btn-contac:hover{
	border: 1px solid #FFFFFF;
	color: #239660;
	padding: 4px 8px;
	box-shadow: 0 0 3pt 2pt #1CA565;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;

}

.btn-contac:focus{
	border: 1px solid #FFFFFF;
	color: #239660;
	padding: 4px 8px;
	box-shadow: 0 0 3pt 2pt #1CA565;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;

}

.single-policy-icon-info h3{
	color: #fff;
	text-align: center;
}

.filter-menu li .catg{
	display: flex;
	align-items: center;
	font-weight: 600;
}

.filter-menu li .catg > img{
	padding-left: 4px;
}

.list-cag > li{
	margin-bottom: 1rem;
}

.btn-cag span{
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding: 8px 12px;
	border-radius: 4px;
	color: #292727;
	transition: 0.4s all ease-in;
	-webkit-transition: 0.4s all ease-in;
	-ms-transition: 0.4s all ease-in;
	-o-transition: 0.4s all ease-in;
}

.btn-cag span:hover, .btn-cag span:focus, .btn-cag span:focus-visible, .btn-cag span:focus-within, .btn-cag span:target, .btn-cag span:active{
	border: 1px solid rgba(0, 0, 0, 0.4);
	padding: 8px 12px;
	border-radius: 4px;
	color: #fff;
	background: #038A4B;
}

@media(max-width: 992px){
	.serviciosRow{
		flex-direction: column;
	}

	.serviciosRow img{
		display: none;
	}

	.serviciosRowC{
		display: flex;
		flex-direction: column;
	}
}

.dxd{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.dxd .serviceL .single-police{
	position: relative;
	background-color: #038A4B;
	height: 15rem;
	width: 15rem;
	border: 2px solid transparent;
	padding-left: 1rem;
	padding-right: 1rem;
	/*outline: 8px #fff solid;*/
	/*margin-right: 4rem !important;*/
	border-bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list-cag .dropdown-menu li a{

	white-space: normal;
	font-weight: 600;

}

.list-cag .dropdown-menu li:hover a{

	color: #038A4B;
	background-color: transparent;
}

@media(max-width: 767px){
	.dxd .serviceL{
		display: flex;
		justify-content: center;
	}
}

#catalogue{
	background-color: #038a4b7c;
	overflow-x: scroll;
	position: relative;
}

#catalogue .msg{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	height: 100%;
	width: 100%;
	/* background-color: #3636369d; */
	cursor: default;
	z-index: 2;

	font-size: 2rem;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	text-shadow: 1pt 1pt 3pt #000;
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#catalogue:hover .msg{
	opacity: 0;
	z-index: -1;
}

#catalogue .container-fluid{
	position: relative;
	padding-top: 2rem;
	padding-bottom: 2rem;
	width: max-content;
	border-bottom: 2px solid #fff;
}

#catalogue .container-fluid:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #3636369d;
	cursor: default;
	z-index: 1;

	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}

#catalogue:hover .container-fluid:before{
	opacity: 0;
	z-index: -2;
}

#catalogue .row{
	display: grid;
	grid-template-columns: repeat(7, 200px);
	grid-template-rows: auto;
	column-gap: 80px;
	/* row-gap: 20px; */
	margin: 0px 30px;
}

#catalogue .row:before{
	display: none;
}

#catalogue .box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;

	min-height: 13rem;
	padding: 1rem;
	background-color: #038A4B;
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#catalogue .box:hover{
	background-color: #038a4bb9;
}

#catalogue .box h5{
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 18px;
}

#catalogue .box img{
	vertical-align: middle;
}

#catalogue::-webkit-scrollbar {
	height: 20px;
	background-color: rgb(212, 212, 212);
	cursor: pointer !important; 

}

#catalogue::-webkit-scrollbar-thumb:horizontal{
	background: #62be95;
	border-radius: 10px;
}

#catalogue::-webkit-scrollbar-thumb:horizontal:hover{
	background: #038a4b;
}