/* Servicios Fijo */
.serviciosHeader {
  width: 50px;
  height: 50vh;
  position: absolute;
  top: 50px;
  right: 50px;
}
.serviciosHeader::before {
  content: '';
  width: 2px;
  height: 100%;
  background: #4b4a66;
  background-color: #4b4a66;
  position: absolute;
  right: 20px;
  bottom: -155px;
  transition: all .3s ease;
}
.serviciosHeader h1  {
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #565766;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  position: relative;
  right: -45px;
  /* Rotate from top left corner (not default) */
  transform-origin: 0 0;
  transform: rotate(90deg);
  transition: all .3s ease;
}
/*  */

/* Administrativo */
#administrativo {
  width: 100%;
  height: auto;
  padding: 100px 10% 50px 10%;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

.administrativoImg {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  line-height: 0;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}
.administrativoImg img {
  -webkit-box-shadow: 0px 8px 5px -1px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 8px 5px -1px rgba(0,0,0,0.23);
  box-shadow: 0px 8px 5px -1px rgba(0,0,0,0.23);
  transition: all .3s ease;
}

.administrativoTitle {
  width: 100%;
  height: auto;
  padding: 15px 0 25px 0;
  text-align: left;
  transition: all .3s ease;
}
.administrativoTitle h1 {
  font-size: 40px;
  color: #c49a6c;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.administrativoSubtitle {
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
  text-align: left;
  transition: all .3s ease;
}
.administrativoSubtitle h2 {
  font-size: 35px;
  color: #565766;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.administrativoText {
  width: 100%;
  height: auto;
  padding: 0 20% 15px 0;
  text-align: justify;
  transition: all .3s ease;
}
.administrativoText p {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #737372;
  transition: all .3s ease;
}

.administrativoFooter{
  width: 100%;
  height: 45px;
  padding: 0 0 0 0;
  position: relative;
  transition: all .3s ease;
}
.administrativoContacto {
  width: auto;
  height: 100%;
  color: #4b4a66;
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid #4b4a66;
  padding: 0 45px 0 45px;
  letter-spacing: 8px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 20%;
  transition: all .3s ease;
}
.administrativoContacto:hover {
  color: #ffffff;
  background: #c49a6c;
  background-color: #c49a6c;
  border: 2px solid #c49a6c;
}
/*  */

/* Contratos */
#contratos {
  width: 100%;
  height: auto;
  padding: 75px 10% 75px 10%;
  background: #eaeaea;
  background-color: #eaeaea;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}
#contratos::before {
  content: '';
  width: 48%;
  height: 100%;
  background: #f5f4f4;
  background-color: #f5f4f4;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s ease;
}

.contratosTitle {
  width: 100%;
  height: auto;
  padding: 15px 0 25px 0;
  text-align: left;
  transition: all .3s ease;
}
.contratosTitle h1 {
  font-size: 40px;
  color: #c49a6c;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.contratosSubtitle {
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
  text-align: left;
  transition: all .3s ease;
}
.contratosSubtitle h2 {
  font-size: 35px;
  color: #565766;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.contratosText {
  width: 100%;
  height: auto;
  padding: 0 20% 50px 0;
  text-align: justify;
  transition: all .3s ease;
}
.contratosText p {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #737372;
  transition: all .3s ease;
}

.contratosFooter{
  width: 100%;
  height: 45px;
  padding: 0 0 0 0;
  position: relative;
  transition: all .3s ease;
}
.contratosContacto {
  width: auto;
  height: 100%;
  color: #4b4a66;
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid #4b4a66;
  padding: 0 45px 0 45px;
  letter-spacing: 8px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease;
}
.contratosContacto:hover {
  color: #ffffff;
  background: #c49a6c;
  background-color: #c49a6c;
  border: 2px solid #c49a6c;
}

.contratosImg {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  line-height: 0;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}
.contratosImg img {
  -webkit-box-shadow: 0px 15px 5px -1px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 15px 5px -1px rgba(0,0,0,0.23);
  box-shadow: 0px 15px 5px -1px rgba(0,0,0,0.23);
  transition: all .3s ease;
}
/*  */

/* Litigio Civil y Mercantil */
#litigio_civil_mercantil {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  padding: 75px 10% 50px 10%;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

.litigioTitle {
  width: 100%;
  height: auto;
  padding: 0 0 35px 0;
  text-align: center;
  transition: all .3s ease;
}
.litigioTitle h1 {
  font-size: 40px;
  color: #c49a6c;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.litigioHeader {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  line-height: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}
.litigioHeader img {
  -webkit-box-shadow: 0px 15px 5px -1px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 15px 5px -1px rgba(0,0,0,0.23);
  box-shadow: 0px 15px 5px -1px rgba(0,0,0,0.23);
  transition: all .3s ease;
}

.litigioContent {
  width: 100%;
  height: auto;
  padding: 75px 0 50px 0;
  position: relative;
  transition: all .3s ease;
}

.litigioSubtitle {
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
  text-align: left;
  transition: all .3s ease;
}
.litigioSubtitle h2 {
  font-size: 35px;
  color: #565766;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.litigioText {
  width: 100%;
  height: auto;
  padding: 0 20% 50px 0;
  text-align: justify;
  transition: all .3s ease;
}
.litigioText p {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #737372;
  transition: all .3s ease;
}

.litigioFooter{
  width: 100%;
  height: 45px;
  padding: 0 0 0 0;
  position: relative;
  transition: all .3s ease;
}
.litigioContacto {
  width: auto;
  height: 100%;
  color: #4b4a66;
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid #4b4a66;
  padding: 0 45px 0 45px;
  letter-spacing: 8px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 25%;
  transition: all .3s ease;
}
.litigioContacto:hover {
  color: #ffffff;
  background: #c49a6c;
  background-color: #c49a6c;
  border: 2px solid #c49a6c;
}
/*  */

/* Litigio Familiar */
#ligio_familiar {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  padding: 0 10% 75px 10%;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

.litigioFamSubtitle {
  width: 100%;
  height: auto;
  padding: 75px 0 15px 0;
  text-align: left;
  transition: all .3s ease;
}
.litigioFamSubtitle h2 {
  font-size: 35px;
  color: #565766;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.litigioFamText {
  width: 100%;
  height: auto;
  padding: 0 20% 50px 0;
  text-align: justify;
  transition: all .3s ease;
}
.litigioFamText p {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #737372;
  transition: all .3s ease;
}

.litigioFamFooter{
  width: 100%;
  height: 45px;
  padding: 0 0 0 0;
  position: relative;
  transition: all .3s ease;
}
.litigioFamContacto {
  width: auto;
  height: 100%;
  color: #4b4a66;
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid #4b4a66;
  padding: 0 45px 0 45px;
  letter-spacing: 8px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease;
}
.litigioFamContacto:hover {
  color: #ffffff;
  background: #c49a6c;
  background-color: #c49a6c;
  border: 2px solid #c49a6c;
}

.litigioFamTitle {
  width: 100%;
  height: auto;
  padding: 0 0 25px 0;
  text-align: left;
  transition: all .3s ease;
}
.litigioFamTitle h1 {
  font-size: 40px;
  color: #c49a6c;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.litigioFamImg {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  line-height: 0;
  text-align: left;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}
.litigioFamImg img {
  -webkit-box-shadow: 0px 15px 5px -1px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 15px 5px -1px rgba(0,0,0,0.23);
  box-shadow: 0px 15px 5px -1px rgba(0,0,0,0.23);
  transition: all .3s ease;
}
/*  */

/* Amparo */
#amparo {
  width: 100%;
  height: auto;
  padding: 75px 10% 75px 10%;
  background: #eaeaea;
  background-color: #eaeaea;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}
#amparo::before {
  content: '';
  width: 25%;
  height: 100%;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease;
}

.amparoImg {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  line-height: 0;
  text-align: left;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}
.amparoImg img {
  -webkit-box-shadow: 0px 15px 5px -1px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 15px 5px -1px rgba(0,0,0,0.23);
  box-shadow: 0px 15px 5px -1px rgba(0,0,0,0.23);
  transition: all .3s ease;
}

.amparoSubtitle {
  width: 100%;
  height: auto;
  padding: 25px 0 15px 0;
  text-align: left;
  transition: all .3s ease;
}
.amparoSubtitle h2 {
  font-size: 40px;
  color: #c49a6c;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.amparoText {
  width: 100%;
  height: auto;
  padding: 0 20% 50px 0;
  text-align: justify;
  transition: all .3s ease;
}
.amparoText p {
  font-size: 16px;
  color: #737372;
  transition: all .3s ease;
}
.amparoText a {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #737372;
  transition: all .3s ease;
}
.amparoText a:hover {
  color: #c49a6c;
}
.amparoFooter{
  width: 100%;
  height: 45px;
  padding: 0 0 0 0;
  position: relative;
  transition: all .3s ease;
}
.amparoContacto {
  width: auto;
  height: 100%;
  color: #4b4a66;
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid #4b4a66;
  padding: 0 45px 0 45px;
  letter-spacing: 8px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 25%;
  transition: all .3s ease;
}
.amparoContacto:hover {
  color: #ffffff;
  background: #c49a6c;
  background-color: #c49a6c;
  border: 2px solid #c49a6c;
}
/*  */

/* Contenedor */
.contactoContainer {
  width: 600px;
  height: 100%;
  background: #ffffff;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: -150%;
  z-index: 1030;
  display: none;
}
.contactoPrincipal {
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 45px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0 0 0;
  transition: all .3s ease;
}

.overflow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1020;
  background: #000000;
  background-color: #000000;
  opacity: 0.5;
  display: none;
}

.exitForm {
  width: 60px;
  height: 60px;
  color: #ffffff!important;
  font-size: 45px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  background: #c49a6c!important;
  background-color: #c49a6c!important;
  position: absolute;
  top: 0;
  right: 0;
}
/*  */
