@CHARSET "ISO-8859-1";

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
	
}

/* CSS */
form .button-tren {
  background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
  border: 0;
  border-radius: 12px;
  color: #e6e6ff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  outline: transparent;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

form .button-tren:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

form .button-tren:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

#header {
	width: 100%;
	height: ;
	border-width: 0px;
	border-color: green;
	border-style: solid;
}

#headerlawyer {
	width: 100%;
	height: 50px;
	border-width: 0px;
	border-color: green;
	border-style: solid;
}

#navigation {
	width: 100%;
	height: ;
	background:;
}

#content {
	width: 100%;
	height: auto;
	border-width: 0px;
	border-color: black;
	border-style: solid;
}

#content2 {
	width: 100%;
	height: 150px;
	border-width: 2px;
	background-color: #A9A9A9;
}

#content3 {
	width: 100%;
	height: 150px;
	border-width: 2px;
	background-color: #696969;
}

#content4 {
	width: 100%;
	height: auto;

}

#content5 {
	width: 100%;
	height: 250px;
	border-width: 2px;
}

#content6 {
	width: 30%;
	height: 170px;
	border-width: 2px;
	background-color: lightblue;
	border-color: black;
	border-style: solid;
}

#content7 {
	width: 100%;
	height: auto;
	
	background-color: #f4f2f2;
	border-color: black;
	
}

#content8 {
	width: 100%;
	height: 350px;
	border-width: 2px;
}

#content9 {
	width: 100%;
	height: 10px;
	border-width: 2px;
}

#content10 {
	width: 100%;
	height: 400px;
	border-width: 2px;
}

#content11 {
	width: 100%;
	height: auto;
	
	background-color: #f4f2f2;
	
}

#content12 {
	width: 100%;
	height: auto;
	border-width: 2px;
}

#content13 {
	width: 100%;
	height: auto;
	background-color: #f4f2f2;
}

#content15 {
	width: 50%;
	height: auto;
	border-width: 2px;
	border-color: black;
	border-style: solid;
}
#content14 {
	width: 100%;
	height: 250px;
	border-width: 2px;
}
#content18 {
	width: 100%;
	height: auto;
	border-width: 2px;
}



#footer {
	
	width: 100%;
	height: 70%;
	border-width: 2px;
	background-color: #f4f2f2;
	border-top: thick solid #111111;
}


.mySlides {
	width: 600px;
	height: 350px;
}


/* @media screen and (min-width : 1000px) {
    .verticalmenu {
        display: none !important;
    }
}
@media screen and (max-width : 1000px) {
    .horizontalmenu {
        display: none !important;
    }
} */