body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  overflow-x: hidden;
}

h1 {
  margin-top: 30px;
  font-size: 24px;
  text-transform: uppercase;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}
h3 {
  font-weight: 700;
  font-size: 20px;
}
h5 {
  font-size: 16px;
  font-weight: 700;
}
a {
  display: block;
  text-decoration: none;
  color: #292760;
  transition: color 0.3s ease;
}
a.menu_boton{
  line-height: 12px;
}
a:hover {
  display: block;
  text-decoration: none;
  color: #3c799f;
}

p {
  font-size: 15px;
  line-height: 20px;
}

table {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 99%;
  table-layout: fixed;
}

table tr {
  border: none;
}

table td {
  text-align: center;
}


@media screen and (max-width: 1200px) {
  table {
    border: 0;
    margin: 0;
    padding: 0;
  }

  table tr {
    border-bottom: none;
    display: block;
    margin-bottom: 0;

  }

  table td {
    border-bottom: none;
    display: block;
    font-size: .8em;
    text-align: center;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}
ul{
  width: 700px;
  margin: 0 auto;
  list-style-position: inside;
}
.texto_contacto{
  float: left;
  text-align: left;
  margin-left: 30px;
}
.alineado_izq{
  text-align: left;
}
.alineado_der{
  text-align: right;
}
.no_margen{
  margin: 0;
  padding: 0;
}
.blanco{
  color: #ffffff;
}
.azul {
  color: #292760;
}

.azul_claro {
  color: #3c799f;
}

.gris {
  color: #6e6e6e;
}

.extra {
  font-size: 18px;
  line-height: 28px;
}

.contenedor_principal {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: url("../img/header_bg.png");
  background-size: 100% 100%;
  z-index: 999;
}

.logo {
  float: left;
  width: 345px;
  height: 105px;
  margin: 25px;
}
.logo360 {
  position: fixed;
  left: -10px;
  top: 150px;
  width: 275px;
  height: 135px;
  z-index: 100;
}

.menu_normal {
  float: right;
  width: 620px;
  height: 105px;
  margin: 25px 2% 25px auto;
}

.menu_boton {
  float: left;
  width: 75px;
  height: 100px;
  margin: 10px 6px;
  text-align: center;
}

.menu_boton p {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 12px;
  color: #ffffff;
}

.slider_container {
  position: relative;
  width: 100%;
  min-width: 800px;
  min-height: 300px;
  max-height: 440px;
  overflow: hidden;
  background-color: #292760;
  z-index: 0;
}

.mySlides {
  display: none;
}

.slides-animate-fading {
  animation: fading 10s infinite
}

@keyframes fading {
  0% {
    opacity: 0
  }
  15% {
    opacity: 1
  }
  75% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#particles-js {
  background-color: transparent;
  max-height: 300px;
  z-index: 1;
}

.contenedor_generico_03 {
  width: 99.99%;
  height: 100%;
  z-index: 300;
  background-color: #f2f2f2;
  z-index: 310;
  padding: 0;
  margin: 0;
}
.contenedor_01 {
  width: 100%;
  height: auto;
  text-align: center;
  float: left;
  padding: 30px 0;
  z-index: 300;
}

.contenedor_centrado {
  margin: 0 auto;
  width: 1200px;
  height: auto;
}
.contenedor_centrado_nosotros {
  margin: 0 auto;
  width: 1000px;
  height: auto;
}
.ficha_01 {
  text-align: center;
  width: 280px;
  height: 450px;
  border-radius: 35px;
  border: 1px solid rgba(178, 178, 178, .5);
  margin: 50px 4.9%;
  background: url(../img/fichas01/ficha_01_bg.jpg);
  background-repeat: repeat-x;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  float: left;
}

.ficha_01 img {
  margin: 40px 0 0 0;
}

.ficha_01 h5 {
  margin: 10px 0 0 0;
}

.ficha_01 p {
  margin: 10px;
}

.ficha_02 {
  width: 240px;
  min-width: 230px;
  height: 370px;
  border-radius: 25px;
  border: 1px solid rgba(178, 178, 178, .5);
  background: url(../img/fichas02/ficha_02_bg.jpg);
  background-repeat: repeat-x;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  margin: 28px;
  text-align: center;
  float: left;
}

.ficha_02 h2 {
  margin: 20px auto;
  width: 200px;
  text-align: center;
}
.ficha_despachos {
  text-align: center;
  width: 900px;
  height: 500px;
  margin: 50px auto;
}
.ficha_despachos h5{
  font-size: 28px;
}
.ficha_despachos p{
  font-size: 20px;
  line-height: 28px;
}
.boton01 {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #292760;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}

.boton01 p {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #292760;
}

.boton01:hover {
  background-color: #292760;
  cursor: pointer;
}

.boton01 p:hover {
  color: #ffffff;
}

.boton02 {
  width: 120px;
  height: 30px;
  border-radius: 15px;
  border: 2px solid #3c799f;
  text-align: center;
  margin: 0 auto;
  background-color: #3c799f;
  -webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}

.boton02 p {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 5px 0 0 0;
  color: #ffffff;
}

.boton02:hover {
  background-color: #292760;
  cursor: pointer;
}

.boton02 p:hover {
  color: #ffffff;
}

.contacto {
  float: left;
  width: 100%;
  height: 1550px;
  padding-top: 10px;
  background-color: #3c799f;
}

#map {
  height: 500px;
  width: 100%;
}
.g-recaptcha{
  float: left;
  margin: 30px 30px 30px 80px;
}
.cuadro_redondeado {
  width: 500px;
  height: 900px;
  border-radius: 30px;
  float: left;
  margin: 50px;
  background-color: #ffffff;
}

.form-4 {
  font-family: 'Open Sans', sans-serif;
  width: 90%;
  margin: 15px;
  color: white;
}

.form-4 input[type=text], .form-4 input[type=password], .form-4 textarea[type=text] {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 40px;
  margin: 10px;
  border: 1px solid #e0e9f0;
  border: 1px solid rgb(224, 233, 240);
  background: rgb(224, 233, 240);
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #262262;
  font-size: 14px;
}

.form-4 input::-webkit-input-placeholder, .form-4 textarea::-webkit-input-placeholder {
  color: rgba(60, 121, 159, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.form-4 input:-moz-placeholder, .form-4 textarea:-moz-placeholder {
  color: rgba(60, 121, 159, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.form-4 input:-ms-input-placeholder, .form-4 textarea:-ms-input-placeholder {
  color: rgba(60, 121, 159, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.form-4 input[type=text]:hover, .form-4 input[type=password]:hover, .form-4 textarea[type=text]:hover {
  border-color: #3c799f;
}

.form-4 input[type=text]:focus, .form-4 input[type=password]:focus, .form-4 input[type=submit]:focus, .form-4 textarea[type=text]:focus {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(255, 255, 255, 0.15);
  outline: none;
}

.no-boxshadow .form-4 input[type=text]:focus, .no-boxshadow .form-4 input[type=password]:focus, .no-boxshadow .form-4 textarea[type=text]:focus {
  outline: 1px solid white;
}

.form-4 input[type=submit], .form-4 textarea[type=submit] {
  width: 150px;
  height: 30px;
  float: right;
  background: #3c799f;
  border-radius: 15px;
  border: 1px solid #3c799f;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: white;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.form-4 input[type=submit]:hover, .form-4 textarea[type=submit]:hover {
  background: #262262;
  border: 1px solid #262262;
}

.no-boxshadow .form-4 input[type=submit]:hover, .no-boxshadow .form-4 textarea[type=submit]:hover {
  background: #2b2868;
}

.form-4 label {
  display: none;
  padding: 0 0 5px 2px;
  cursor: pointer;
}

.form-4 label:hover~input {
  border-color: #2b2868;
}

.no-placeholder .form-4 label {
  display: block;
}

.icon_contacto{
  margin: 20px 0 20px 10px;
  float: left;
}
.icon_nosotros{
  margin: 10px 25px;
  float: left;
}
.contenedorcillo{
  width: 440px;
  height: 100px;
  margin: 10px 30px;
  float: left;
}
.footer{
  width: 100%;
  height: 30px;
  background-color: #292663;
  text-align: center;
  float: left;
}
.footer p{
  display: inline;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
#myAnchor{
  margin: 0;
  padding: 0;
}
.titulos{
  text-align: center;
  width: 100%;
  height: 200px;
  float: left;
  background-color: #f2f2f2;
}
.contenedor_servicios {
  width: 99.99%;
  height: auto;
  margin: 0 auto;
  padding: 50px 0 0 0;
  background-color: #f2f2f2;
  float: left;
  overflow-x: hidden;
  z-index: 400;
}
.img_servicios_01 {
  background-image: url(../img/servicios/auditoria/central.png), url(../img/servicios/bg_servicios.jpg) ;
  background-position: 50% 100%,center;
  background-repeat: no-repeat, no-repeat;
}
.img_servicios_02 {
  background-image: url(../img/servicios/contabilidad/central.png), url(../img/servicios/bg_servicios.jpg) ;
  background-position: 50% 50%,center;
  background-repeat: no-repeat, no-repeat;
}
.img_servicios_03 {
  background-image: url(../img/servicios/consultoria/central.png), url(../img/servicios/bg_servicios.jpg) ;
  background-position: 50% 50%,center;
  background-repeat: no-repeat, no-repeat;
}
.img_servicios_04 {
  background-image: url(../img/servicios/fiscales/central.png), url(../img/servicios/bg_servicios.jpg) ;
  background-position: 50% 50%,center;
  background-repeat: no-repeat, no-repeat;
}
.img_servicios_05 {
  background-image: url(../img/servicios/especiales/central.png), url(../img/servicios/bg_servicios.jpg) ;
  background-position: 50% 50%,center;
  background-repeat: no-repeat, no-repeat;
}
.img_servicios_06 {
  background-image: url(../img/servicios/emprendedores/central.png), url(../img/servicios/bg_servicios.jpg) ;
  background-position: 50% 0%,center;
  background-repeat: no-repeat, no-repeat;
}
.img_servicios_07 {
  background-image: url(../img/servicios/asesorias/central.png), url(../img/servicios/bg_servicios.jpg) ;
  background-position: 50% 100%,center;
  background-repeat: no-repeat, no-repeat;
}
.img_servicios_08 {
  background-image: url(../img/servicios/defensa/central.png), url(../img/servicios/bg_servicios.jpg) ;
  background-position: 50% 100%,center;
  background-repeat: no-repeat, no-repeat;
}
.item_servicios{
  width: 300px;
  height: 225px;
  margin: 0;
  padding: 0;
  z-index: 500;
}
.item_servicios_02{
  width: 300px;
  height: 150px;
  margin: 0;
  padding: 0;
  z-index: 500;
}
.item_servicios_03{
  width: 300px;
  height: 300px;
  margin: 0;
  padding: 0;
  z-index: 500;
}
.item_servicios p, .item_servicios_02 p, .item_servicios_03 p{
  background-color: rgba(242, 242 , 242, 0.5)
}

.item_centro{
  float: left;
  text-align: left;
  margin-left: 50%;
}
.item_izq{
  float: left;
  text-align: left;
  margin-left: 15%;
}
.item_izq_top{
  float: left;
  text-align: left;
  margin-left: 20%;
}
.item_izq_bottom{
  float: left;
  text-align: left;
  margin-left: 20%;
}
.item_der{
  float: right;
  text-align: right;
  margin-right: 15%;
}
.item_der_top{
  float: right;
  text-align: right;
  margin-right: 20%;
}
.item_der_bottom{
  float: right;
  text-align: right;
  margin-right: 20%;
}
.acceso_usuarios{
  width:320px;
  margin:0 auto;
}
.logo_cliente{
  width: 300px;
  height: 300px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  margin: 50px;
  float: left;
}
#myDIV {
    display: none;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}
#myDIV02 {
    display: none;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}
.button {
    background-color: #3c799f;
    border: none;
    border-radius: 10px;
    color: white;
    margin: 0 auto;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}
.button02 {
    background-color: #3c799f;
    border: none;
    border-radius: 10px;
    color: white;
    margin: 0 auto;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}
.aviso_priv{
  position: fixed;
  bottom: 10%;
  right: 0;
  width: 80px;
  height: 40px;
  background-image: url("../img/bg_privacidad.png");
  background-repeat: no-repeat;
}
.aviso_priv p{
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  text-align: center;
  margin-top: 7px;
}
.dropdown {
  position: fixed;
  top: 180px;
  right: -48px;
  display: inline-block;
  width: 80px;
  height: 60px;
  z-index: 9000;
}
.dropdown img{
  display:block;
  margin: 0;
  padding: 0;
}
.lang_es, .lang_en{
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
.lang_es:hover , .lang_en:hover {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.dropdown:hover {
  position: fixed;
  top: 180px;
  right: 0;
  display: inline-block;
  width: 80px;
  height: 60px;
}
