@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  padding: 0;
  margin: 0;}

html {
  height: 100%; }

body {
  position: relative;
  min-height: 100%;
  color: #4c4e52;
  background-color: #FFFFFF;
  margin: 0;
  padding-bottom: 40px;
  /* Same height as footer + padding */ }

h1, h2, h3, h4, h5 {
  color: darkblue; }

p{
	padding: 5px 0;
}

.content-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto; 
  padding: 10px 0px 20px 0px}

.content-wrapper .title {
	font-weight: bold;
    padding: 15px 0 2px; 
	font-size: 18px;
	color: #4152D5;
}

.content-wrapper .sub-title{
	font-weight: bold;
    padding: 10px 0 5px; 
	font-size: 15px;
}

.content-wrapper .error {
    padding: 40px 0; }

base{
	width: 100%;
	height: 100px;
	display: grid;
	border: blue 1px solid;
}

base nav{
	width: 30%;
	border: red 1px solid;
	height: 100px;
}

base nav a{
	width: 100%;
} 

header a{
	text-decoration: none;
}

header{
	padding: 0 20px;
	background: #FBC27A;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

#brand {
	font-weight: bold;
	font-size: 30px;
	align-items: center;
	float: left;
}

#brand img {
	height: 50px;
	font-weight: bold;
	float: left;
	padding: 2px 10px;
}


#brand a{
	color: #0F1B66;
	font-size: 30px;
}
	
nav ul{
	list-style: none;
	color: #000000;
	float: right;
	padding: 0;
	margin: 0;
}
	
nav ul li{
	display: inline-block;
	position: relative;
}
	
nav ul li a{
	display: block;
	padding: 14px 25px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
}
	
nav ul li ul.dropdown li{
	display: block;
	border-bottom: 1px dotted black;
}

ul li ul.dropdown li a{
	padding: 8px 35px;
}
	
nav ul li ul.dropdown{
	width: 150%;
	background:#EBE0AB;
	position: absolute;
	z-index: 999;
	display: none;
}
	
nav ul li a:hover{
	background:#EBE0AB;
}
	
nav ul li:hover ul.dropdown {
	display: block;
}
	
#hamburger-icon{
	margin: auto 0;
	display: none;
	cursor: pointer;
	float: right;
	margin-top: 10px;
}
	
#hamburger-icon div{
	width: 35px;
	height: 3px;
	background-color: white;
	margin: 6px 0;
	transition: 0.4s;
}

.open .bar1{
	-webkit-transform: rotate(-45deg) translate(-6px, 6px);
	transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2{
	opacity:0;
}

.open .bar3{
	-webkit-transform: rotate(45deg) translate(-6px, -8px);
	transform: rotate(45deg) translate(-6px, -8px);
}
	
.open .mobile-menu{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.mobile-menu{
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	height: calc(100vh - 50px);
	width: 100%;
} 


.section_top{
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	background-image: url("../images/bufete.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	justify-content: center;
}

.content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
}

.content h1{
	color: #ffffff;
	font-size: 60px;
	letter-spacing: 15px;
	text-shadow: 2px 2px 4px #000000;
}

.content h2{
	color: #ffffff;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 15px;
	padding: 3px;
	text-shadow: 2px 2px 4px #000000;
	background-color:#000000;
	border-radius: 5px;
}

.content h1 span{
	color:#111;
}

.content a{
	background: #85c1ee;
	padding: 10px 24px;
	text-decoration: none;
	font-size: 18px;
	border-radius: 20px;
}

.content a:hover{
	background: #034e88;
	color: #ffffff;
	
}

main{
  	padding-top: 50px;
}

main .page-title {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 40px 0 50px 0;
  font-size: 24px;
  text-align: center;
  width: 100%; }


main .featured {
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  align-items: center;
  justify-content: center;
  text-align: center; 
}



main .featured h2 {
    display: inline-block;
    margin: 0;
    width: 1100px;
    font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", sans-serif;
    font-weight: 500;
    font-size: 68px;
    color: #FFFFFF;
    padding-bottom: 15px;
    text-shadow: 0px 0px 16px rgba(45, 54, 68, 0.2); }
  main .featured p {
    display: inline-block;
    margin: 0;
    width: 1100px;
    font-size: 24px;
    color: #FFFFFF;
    text-shadow: 0px 0px 6px rgba(45, 54, 68, 0.2); }

.featured .fj{
	width: 250px;
	height: 250px;
	background-image: url("../images/fj.png");
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 2px double #DEE150;
	box-shadow: 2px;
}

main .about {
  width: 70%;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  align-items: center;
  justify-content: center;
  text-align: center; }

main .project {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  min-height: 150px;
}

main .recentlyadded h2{
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 20px 0px 10px;
  font-size: 24px;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #edeff3; }

main .project h2 {
  	font-size: 40px;
  	color: #ffffff;
	text-align: left;
	text-shadow: 2px 2px 4px #000000;
}

main .project h3 {
  	font-size: 20px;
  	color: #000000;
	text-align: left;
	padding-left: 40px;
	text-shadow: 2px 2px 4px yellow;
}

main .project ul {
  	padding-left: 30px;
}

main .project ul li {
	padding: 5px 0;
}


.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #3c414e;
  border: 0;
  color: #FFFFFF;
  padding: 0 16px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  height: 40px;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 1px rgba(45, 54, 68, 0.15);
  cursor: pointer; }


.link {
  font-weight: 500;
  text-decoration: none;
  color: #007bff;
  font-size: inherit; }
  .link:hover {
    text-decoration: underline; }


footer {
  	position: absolute;
 	bottom: 0;
  	border-top: 1px solid #edeff3;
  	width: 100%;
	background-color: black;
	color: #ffffff;
	height: 40px;
	line-height: 15px;
	font-size: 10px;
	align-content: center;
	align-items: center;
 }
  footer a {
    text-decoration: none;
    color: #4c4e52; }
    footer a:hover {
      text-decoration: underline; }

row{
	height: auto;
	display: flex;
}

.in_box{
	display: flex;
	height: auto;
	gap: 3em;
	flex-grow: 1;
	padding: 10px 40px;
}



.bx_2{
	width: 20%;
	height: auto;
	align-content: center;
	text-align-last: center;
	align-items: center;
}

.bx_2{
	width: 20%;
	height: auto;
	align-content: center;
	text-align-last: center;
	align-items: center;
}

.bx_2{
	width: 20%;
	height: auto;
	align-content: center;
	text-align-last: center;
	align-items: center;
}

.bx_3{
	width: 30%;
	height: auto;
	align-content: center;
	text-align-last: center;
	align-items: center;
}

.bx_4{
	width: 40%;
	height: auto;
}
.bx_5{
	width: 50%;
	height: auto;
}

.bx_6{
	width: 60%;
	height: auto;
}

.bx_7{
	width: 70%;
	height: auto;
}

.bx_8{
	width: 80%;
	height: auto;
	align-content: center;
	text-align-last: center;
	align-items: center;
}

.bx_9{
	width: 90%;
	height: auto;
	align-content: center;
	text-align-last: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	display:grid;
	padding: 30px 0;
}

.bx_10{
	width: 100%;
	height: auto;
	align-content: center;
	text-align-last: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;
	display:flex;
}

.bx_9 h1{
	color: #125A2F;
	padding: 10px 0;

}

.bx_9 h2{
	color:#10224B;
	padding: 10px 0;
                       
}

.bx_9 p{
	padding: 10px 0;                                            

}


.bx_special{
	width: 25em;
	height: 25em;
	background-color: #fff;
	box-shadow: 5px 5px 25px #cccccc;
	padding: 0;
	border-radius: 10px;
}

.bx_special .title{
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	margin: 5px 0 20px;
	color: #B4A415;
	font-size: 15px;
}

.bx_special .top{
	width: 100%;
}

.bx_special .top img{
	width: 100%;
}

.bx_special .bottom{
	display: flex;
	flex-direction: column;
	padding: 3px;
}

.bx_special .bottom .date{
	font-weight: bold;
	font-size: 14px;
}

.bx_5 img{
	width: 100%;
	height: auto;
}

.bx_5 .center{
	height: 500px;
	align-content: center;
	text-align-last: center;
	align-items: center;
	font-size: 35px;
}

.bx_5 h1, .bx_6 h1, .bx_7 h1{
	font-size: 35px;
}

.bx_9 h1{
	font-size: 20px;
}

.col_box{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	gap: 0px;
	text-align: left !important;
}

.col_box input{
	width: 50%;
	margin: 10px;
	padding: 8px;
	text-align: left !important;
}

.col_box textarea{
	width: 100%;
	margin: 10px;
	padding: 8px;
	text-align: left !important;
}

.center{
	align-content: center;
	text-align-last: center;
	align-items: center;
	font-size: 35px;
	width: 100%;
	margin: auto;
}

.bx_2{
	width: 20%;
	height: auto;
	align-content: center;
	text-align-last: center;
	align-items: center;
}

bottom{
	display: flex;
  	flex-direction: column;
  	background-repeat: no-repeat;
  	background-size: cover;
  	height: auto;
  	align-items: center;
  	justify-content: center;
	background-color: #727272;
	padding: 10px 0;
	color:#000000;
	padding-top: 50px;
}


.base_row{
	display: flex;
}

nav1{
	width: 25%;
  	height: auto;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	
	
}

nav1 .title{
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

nav1 ul{
	background-color: inherit;
	text-align: left;
	list-style: circle;
	list-style-position:inside;
}

nav1 ul li{
	width: 100%;
	text-align: left;
}

nav1 ul li, nav1 ul li a{
	text-align: left;
	width: 100%;
	padding: 2px 0;
	font-size: 13px;
	color: #000000;
}

.nav1_table{
	font-size: 13px;
}
nav1 ul li a:hover{
	background: none;
	text-decoration: underline;
} 

nav1 ul li a:link{
	width: 100%;
	text-decoration: none;
}


/** Accordion **/
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 8px ;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	font-weight: bold;
}

.active, .accordion:hover {
  	background-color: #ccc;
}

.accordion:after {
  	content: '\002B';
  	color: #777;
  	font-weight: bold;
  	float: right;
  	margin-left: 5px;
}

.active:after {
  	content: "\2212";
}

.panel {
  	padding: 0 18px;
  	background-color: white;
  	max-height: 0;
  	overflow: hidden;
  	transition: max-height 0.2s ease-out;
}


