/* converted graphic */
.infoBanner {
	background-image: url(/cisiweb2/image/caixa/membresia.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 30px !important;
}

.boxContainer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: auto;
	text-align: center;
	grid-column-gap: 80px;
}

.boxContainer div {
	padding: 40px 30px;
	height: auto;
	margin-top: 60px;
	color: white;
}

.b4 {
	grid-column: 1/4;
	grid-row: 2/3;
	font-size: 30px;
	font-weight: 600;
}

.b1,
.b2,
.b3,
.b5,
.b6,
.b7 {
	border: 1px solid #965555;
	background: rgba(100, 0, 0, 0.7);
	border-radius: 20px;
}

.iconBlocks span {
	font-size: 60px;
	color: #7ca6cc;
}

.iconBlocks h3 {
	font-size: 20px;
	font-weight: 400;
}

.row.iconBlocks div {
	text-align: center;
	margin-top: 20px;
}

.sf_cols.container_wrapper.newQoute {
	background-image: url(/cisiweb2/image/caixa/orange.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover !important;
	margin-bottom: 80px;
	background-position: left bottom;
}

.sf_cols.container_wrapper.newQoute .oranges {
	padding: 5% 18% !important;
}
.row.noDisplay{
	display: none;
}
.sf_cols.container_wrapper.newQoute p {
	color: #d58475;
	font-weight: 900;
	font-size: 28px;
	text-align: center;
}

.newQoute .sf_colsOut.container {
	margin-bottom: 0px;
}

.sf_cols.row.blueBlocks {
	margin-top: 80px;
}

.blueBlocks .block1.block {
	background: #deebf7;
	padding: 30px 40px 20px;
	border-radius: 30px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.blueBlocks .block1.block .blockInner {
	width: 100%;
}

.blueBlocks .block1 span {
	color: #7ca6cc;
	font-size: 60px;
	float: right;
}

.blueBlocks .block1 .btn-primary {
	background: #7ca6cc;
	color: #fff;
	border-color: #7ca6cc;
}

.atet.intranetBlock.cisiObjBlock {
	width: 60%;
	padding: 30px;
	font-size: 16px;
	line-height: 20px;
	color: #000000 !important;
}

.cisiObj .card-header {
	background-color: #dddddd;
	border-radius: 3px;
}

.atet.intranetBlock.cisiObjBlock h5 {
	margin-bottom: 0px;
}

.atet.intranetBlock.cisiObjBlock h5 a {
	color: #000000 !important;
	white-space: inherit;
	font-family: open sans;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	width: 100%;
}

.atet.intranetBlock.cisiObjBlock h5 a em {
	float: right;
}

.cisiObj .card-body {
	padding: 19px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	color: black;
	border-radius: 4px;
	font-size: 14px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}



@media(max-width: 768px) {
	.boxContainer {
		grid-template-rows: 1fr;
	}

	.atet.intranetBlock.cisiObjBlock {
		width: 100%;
	}

	.sf_cols.container_wrapper.newQoute p {
		font-size: 15px;
	}
}


/* converted graphic ends here */
.priceContainer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.priceContainer>div {
	background: #006666;
	color: white;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.priceContainer div .main {
	font-weight: 600;
}

/* split the grid */
@media (max-width: 768px) {
	.priceContainer {
		grid-template-columns: 1fr;
	}
}

.header {
	background-image: url('/cisiweb2/image/caixa/membr.jpeg');
	background-size: cover;
	background-position: center top;
	height: 600px;
	text-align: center;
}

.headerText {
	height: 600px;
}

.benefits {
	background-image: url("/cisiweb2/image/caixa/benefits.jpg");
	margin-bottom: 80px !important;
	/* ?? look into having contianer inside container fluid */
	background-attachment: fixed;
	background-position: right 20%;
}

.benefits .sfContentBlock {
	padding: 5% 5% 0% 5%;
}

.greenblock {
	background-color: #35a0a0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 25px 10px;
	color: #ffffff !important;
	text-align: center;
	line-height: 16px;
	vertical-align: top;
	font-weight: normal !important;
	display: inline-block;
	zoom: 1;
	display: inline;
}

.greenblock:hover {
	background-color: #62b7b7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 25px 10px;
	color: #ffffff !important;
	text-align: center;
	line-height: 16px;
	vertical-align: top;
	font-weight: normal !important;
}

@media (max-width : 1199px) {
	.benefits {
		margin-bottom: 40px !important;
		/* ?? look into having contianer inside container fluid */
		background-position-x: 55%;
		background-position-y: 30%;
	}
}

@media (max-width : 991px) {
	.benefits .sfContentBlock {
		padding: 5% 5% 0% 20%;
	}

	.benefits {
		background-position: 75% 30% !important;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.benefits .sfContentBlock {
		padding: 5% 5% 0% 40%;
	}

	.benefits {
		margin-bottom: 40px !important;
		/* ?? look into having contianer inside container fluid */
		background-position-x: 60%;
		background-position-y: 30%;
	}
}

@media (max-width: 767px) {
	.benefits .sfContentBlock {
		padding: 2% 5% 0% 2%;
	}

	.benefits {
		margin-bottom: 40px !important;
		/* ?? look into having contianer inside container fluid */
		background-position-x: 80%;
		background-position-y: 20%;
	}

	.csLogos img {
		width: 80% !important;
	}
}