@charset "UTF-8";
.container {
	background-color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
.row.blockDisplay {
	display: flex;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 25%;
	float: left;
	font-family: "Source Sans Pro";
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: #01B2D1;
}
.container .columns a {
	display: inline-block; /* Use inline-block for better control */
    color: darkgoldenrod;
    background-color: peachpuff;
    text-decoration: none; /* No underline */
    padding: 15px 30px; /* Adequate padding around the text */
    text-transform: uppercase;
    font-weight: bold;
    transition: none; /* Disable transitions */
    margin: 0; /* Remove any default margin */
    /* No need for position and transform */
}
.primary_header {
	position: relative; /* Ensures absolute positioning within the header */
	width: 100%;
	background-color: peachpuff;
	clear: left;
}
.primary_header a {
    position: absolute;
    right: 40px; /* Adjust the right distance to fit your design */
    top: 20px; /* Adjust the top distance to fit your design */
    z-index: 10; /* Ensures the flag appears above other elements */
}
.secondary_header {
	width: 100%;
	background-color: #B3B3B3;
	clear: left;
}
.container .secondary_header ul {
	display: inline-flex;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Source Sans Pro";
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 100%;
	transition: all 0.3s linear;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
}
.secondary_header ul li:hover {
	color: #717070;
	cursor: pointer;
}

.secondary_header ul li a {
	display: block;   /* Makes the <a> tag a block element */
    width: 100%;      /* Ensures it stretches across the full width of the <li> */
    height: 100%;     /* Makes the <a> tag stretch to the full height of the <li> */
    
    text-decoration: none; /* Optional: removes the underline from links */
	color: inherit; /* Ensures the anchor tags use the text color of the parent element */
	transition: none; /* Prevents color transition effects on the anchor tags */
	
}
.left_article {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
	font-family: "Source Sans Pro";
	color: #343434;
	padding-bottom: 15px;
}
.left_article a {
	display: inline-block; /* Use inline-block for better control */
    color: darkgoldenrod;
    background-color: peachpuff;
    text-decoration: none; /* No underline */
    padding: 15px 30px; /* Adequate padding around the text */
    text-transform: uppercase;
    font-weight: bold;
    transition: none; /* Disable transitions */
    margin: 0; /* Remove any default margin */
    /* No need for position and transform */
}
.left_article .whatsapp-embed {
	background-color: rgba(0,0,0,0.00);
	padding: 0;
	
}
.left_article ul li {
	text-align: justify;
	line-height: 24px;
	color: #B3B3B3;
	padding-left: 10px;
}
.noDisplay {
	display: none;
}

.container .left_article h3.book{
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: none;
}

.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}


.container .left_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #B3B3B3;
}

.container .whatsapp {
	padding-left: 0%;
}
.right_article {
	width: 40%;
	float: left;
	background-color: #F6F6F6;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Source Sans Pro";
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}
.price-list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.price-category {
  flex: 1 1 30%;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.price-category h4 {
  color: #01B2D1;
  text-align: center;
}

.price-category ul {
  list-style: none;
  padding: 0;
}

.price-category ul li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #e0e0e0;
}

.price-category ul li:last-child {
  border-bottom: none;
}

.item-name {
  flex: 1;
  text-align: left;
}
.item-price {
  flex: 0 0 40px;
  text-align: right;
}
.price-list-article {
  background-color: #FFFFFF;
  font-family: "Source Sans Pro";
  color: #343434;
  padding-bottom: 15px;
  margin: 0 auto; /* Center the content */
}

.price-list-article h3 {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 5%;
  color: #717070;
  font-weight: bold;
  text-transform: uppercase;
}

.price-list-article p {
  padding-left: 5%;
  padding-right: 5%;
  text-align: justify;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #B3B3B3;
}
.footer {
	background-color: #717070;
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro";
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	max-width: 450px;
	padding-top: 30px;
	padding-bottom: 30px;
	height: auto;
}
.left_half {
	background-color: #52BAD5;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
	font-weight: bold;
}

.left_half .right_half {
	 flex: 1; /* Makes each half take up 50% of the row and aligns their heights */
}

.left_half p  {
	padding: 10px;
}
.right_half p {
	padding: 10px;
}

.left_half li  {
	padding: 10px;
}
.right_half li {
	padding: 10px;
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
}
.right_half {
	background-color: #01B2D1;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
	font-weight: bold;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}
.copyright {
	text-align: center;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Source Sans Pro";
}

.thumbnail {
	padding-top: 15px;
	padding-bottom: 15px;
}

.thumbnail_social{
	padding-top: 15px;
	padding-bottom: 15px;
	
}



body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media (max-width: 320px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0PX;
	padding-right: 0PX;
	padding-bottom: 0PX;
	padding-left: 0PX;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.container .left_article h3 {
	margin-top: 30px;
}
	
.social {
	margin-top: 10px;
	padding-bottom: 10px;
}
	

.social .social_icon img {
	width: 80%;
	height: 80%
}
.container .secondary_header {
}
	    .row.blockDisplay {
        display: flex;
        flex-direction: column;
    }
    .column_half.left_half, .column_half.right_half {
        width: 100%;
        padding-bottom: 20px; /* Adds space between stacked items */
    }
    .left_half p, .right_half p {
        padding: 10px; /* Consistent padding */
    }
}

@media (min-width: 321px) and (max-width: 768px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.placeholder {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.columns {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 14px;
	padding-right: 14px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
	.social .social_icon img {
	width: 80%;
	height: 80%;
}
	
    .row.blockDisplay {
        display: flex;
        flex-direction: column;
    }
    .column_half.left_half, .column_half.right_half {
        width: 100%;
        padding-bottom: 20px; /* Adds space between stacked items */
    }
    .left_half p, .right_half p {
        padding: 10px; /* Consistent padding */
    }

}

@media (min-width: 769px) and (max-width: 1000px) {
.secondary_header {
	overflow: auto;
}
.secondary_header ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.left_article {
	height: auto;
}
.right_article {
	height: auto;
	padding-bottom: 27px;
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
	


}

@media (min-width: 1001px) {
}
.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #414141;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
#menu {
}
.whatsapp {
}
#botox {
}
#prp {
}
#iv {
}
#rf {
}
