/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Thasadith', sans-serif; }

/*estructura de la pagina*/
body {
  height: 100%; }

/*boton flotante*/
.conten {
  width: 100%; }

.colum-rait {
  background-color: #c39c73;
  border-radius: 50%;
  float: left;
  position: fixed;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-left: 95%;
  margin-right: 1rem;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  filter: drop-shadow(8px 8px 10px #1e1f2e);
  transform: translate(2px, -2px); }
  .colum-rait img {
    padding: .5rem; }

/* estilos de nav */
.menu-mobil {
  display: none; }

.juridico {
  text-decoration: none;
  color: white;
  font-size: 1rem;
  line-height: 4;
  margin: 1rem;
  font-weight: bold;
  margin-top: 0; }
  .juridico:hover {
    color: #314644; }

nav {
  background-color: #4c7473;
  display: flex;
  flex-direction: row; }
  nav a img {
    margin: 1rem 3rem; }
  nav ul {
    display: flex;
    flex-direction: row;
    position: relative;
    right: 0;
    top: 2rem;
    padding: 0; }
    nav ul li {
      color: white;
      list-style: none;
      font-weight: bold;
      line-height: 2; }
      nav ul li:hover {
        filter: drop-shadow(8px 8px 10px #314644); }
      nav ul li a {
        text-decoration: none;
        color: white;
        font-size: 1rem;
        line-height: 4;
        margin: 1rem; }
        nav ul li a:hover {
          color: #314644; }
  nav .menudesplegable {
    display: none;
    top: 0;
    min-height: 20rem; }
    nav .menudesplegable li a {
      margin-top: 0rem;
      line-height: 1; }
  nav .hover:hover ul {
    display: block; }

header {
  height: 30rem;
  background-image: url("../img/header.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  header h1 {
    font-family: 'Playfair Display SC', serif;
    font-size: 4rem;
    color: white;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 2; }
  header p {
    color: white;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem; }
  header div {
    text-align: center; }
    header div button {
      border-radius: 100px;
      padding: 0.25rem;
      width: 15%;
      background-color: #4c7473;
      border-color: transparent;
      margin-top: 1rem; }
      header div button:hover {
        box-shadow: 1rem 1rem 2rem #4c7473;
        transform: translate(2px, -2px);
        background-color: #314644; }
      header div button a {
        font-size: 1.1rem;
        font-weight: lighter;
        color: white;
        text-decoration: none; }

main {
  display: flex;
  flex-direction: row; }
  main button {
    border-radius: 20px;
    padding: 0.25rem;
    width: 25%;
    background-color: #4c7473;
    border-color: transparent;
    margin-top: 1rem; }
    main button:hover {
      box-shadow: 1rem 1rem 2rem #4c7473;
      transform: translate(2px, -2px);
      background-color: #314644; }
    main button a {
      font-size: 1.1rem;
      font-weight: lighter;
      color: white;
      text-decoration: none; }
  main div div .rectangulo-marron {
    background-color: #c39c73;
    color: #c39c73;
    margin-left: 0;
    width: 12rem;
    height: 0.5rem; }
  main img {
    width: 30rem;
    height: 40rem; }
  main div {
    margin-left: 2rem;
    margin-top: 3rem;
    width: 20rem; }
    main div h2 {
      font-size: 3rem; }
    main div h3 {
      margin-top: 2rem;
      font-size: 1.5rem;
      width: 15rem; }
    main div p {
      margin-top: 2rem;
      font-size: 1.5rem; }
  main div div h6 {
    margin-left: 3rem;
    font-size: 1.1rem; }
    main div div h6 p {
      font-size: .7rem;
      margin-top: .3rem; }
  main div div .rectangulo-azul {
    background-color: #1e1f2e;
    color: #1e1f2e;
    width: 3rem;
    height: 0.5rem; }
  main .valores {
    width: 45rem;
    height: 40rem;
    margin-top: 0;
    display: flex;
    flex-direction: column; }
    main .valores div {
      display: flex;
      flex-direction: row; }
      main .valores div img {
        width: 5rem;
        height: 5rem; }
    main .valores .comunicacion {
      width: 80%;
      height: 40%;
      margin: 9rem 10rem; }

.main {
  display: flex;
  flex-direction: row; }
  .main button {
    border-radius: 20px;
    padding: 0.25rem;
    width: 50%;
    background-color: #4c7473;
    border-color: transparent;
    margin-top: 1rem; }
    .main button:hover {
      box-shadow: 1rem 1rem 2rem #4c7473;
      transform: translate(2px, -2px);
      background-color: #314644; }
    .main button a {
      font-size: 1.1rem;
      font-weight: lighter;
      color: white;
      text-decoration: none; }
  .main div div .rectangulo-marron {
    background-color: #c39c73;
    color: #c39c73;
    margin-left: 0;
    width: 12rem;
    height: 0.5rem; }
  .main img {
    width: 30rem;
    height: 40rem; }
  .main div {
    margin-left: 2rem;
    margin-top: 3rem;
    width: 20rem; }
    .main div h2 {
      font-size: 3rem; }
    .main div h3 {
      margin-top: 2rem;
      font-size: 1.5rem;
      width: 15rem; }
    .main div p {
      margin-top: 2rem;
      font-size: 1.5rem; }
  .main div div h6 {
    margin-left: 3rem;
    font-size: 1.1rem; }
    .main div div h6 p {
      font-size: .7rem;
      margin-top: .3rem; }
  .main div div .rectangulo-azul {
    background-color: #1e1f2e;
    color: #1e1f2e;
    width: 3rem;
    height: 0.5rem; }
  .main .valores {
    width: 45rem;
    height: 40rem;
    margin-top: 0;
    display: flex;
    flex-direction: column; }
    .main .valores div {
      display: flex;
      flex-direction: row; }
      .main .valores div img {
        width: 5rem;
        height: 5rem; }

article .valor {
  display: flex;
  flex-direction: row;
  margin-bottom: 0; }

article .valor-1 {
  display: inline-block;
  background-color: #314644;
  width: 40rem;
  height: 30rem;
  margin: 4rem 0rem 4rem 8rem; }
  article .valor-1:hover {
    box-shadow: 1rem 1rem 2rem #1e1f2e;
    transform: translate(2px, -2px);
    background-color: #314644; }
  article .valor-1 h2 {
    font-family: 'Playfair Display SC', serif;
    font-size: 4rem;
    text-align: center;
    color: white;
    margin: 10rem 1rem 0.5rem 1rem; }
  article .valor-1 h3 {
    font-size: 2rem;
    color: white;
    text-align: center;
    margin: 1rem 1rem 0.5rem 1rem; }

article .valor-2 {
  display: inline-block;
  background-color: #c39c73;
  width: 40rem;
  height: 30rem;
  margin: 4rem;
  margin-left: 0; }
  article .valor-2:hover {
    box-shadow: 1rem 1rem 2rem #1e1f2e;
    transform: translate(2px, -2px);
    background-color: white; }
  article .valor-2 h2 {
    font-family: 'Playfair Display SC', serif;
    font-size: 4rem;
    text-align: center;
    color: #1e1f2e;
    margin: 5rem 1rem 0.5rem 1rem; }
  article .valor-2 h3 {
    font-size: 2rem;
    color: #1e1f2e;
    text-align: center;
    margin: 1rem 1rem 0.5rem 1rem; }

article div {
  text-align: center; }
  article div button {
    border-radius: 100px;
    width: 15%;
    height: 4rem;
    background-color: #c39c73;
    border-color: transparent; }
    article div button:hover {
      box-shadow: 1rem 1rem 2rem #4c7473;
      transform: translate(2px, -2px);
      background-color: white; }
    article div button a {
      font-size: 1.1rem;
      font-weight: lighter;
      color: #314644;
      text-decoration: none;
      text-align: center;
      font-weight: bold;
      padding: 0.5rem; }

article .equipo {
  background-image: url(../img/nuestro-equipo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: white;
  margin: 1rem; }
  article .equipo h2 {
    font-size: 3rem;
    font-family: 'Playfair Display SC', serif;
    text-align: left;
    padding: 4rem;
    padding-bottom: 0; }
  article .equipo h3 {
    font-size: 2rem;
    text-align: left;
    padding-left: 4rem; }

article .profesionales {
  display: flex;
  flex-direction: row; }
  article .profesionales div {
    margin: 2rem; }

article .ayudarte .boton {
  width: 150rem;
  text-align: center; }

article .ayudarte div {
  text-align: left; }
  article .ayudarte div img {
    margin-left: -17rem; }
  article .ayudarte div h2 {
    font-size: 2rem;
    margin-left: 5.5rem;
    margin: top 2rem; }
  article .ayudarte div p {
    font-size: 1.5rem;
    width: 50%;
    text-align: justify;
    margin: 3rem; }
    article .ayudarte div p::first-letter {
      text-transform: uppercase; }

article .pasos {
  display: flex;
  flex-direction: row; }
  article .pasos div {
    width: 100rem; }
    article .pasos div img {
      margin: 0;
      margin-top: 5rem;
      margin-left: 5rem; }
    article .pasos div h4 {
      font-size: 2rem;
      text-align: left;
      margin-left: 5rem; }
    article .pasos div p {
      text-align: center;
      font-size: 1rem; }
    article .pasos div button {
      margin-left: 3rem;
      height: 10rem;
      width: 10rem; }
      article .pasos div button a {
        font-size: 1rem;
        font-weight: 1000; }

article .DEPARTAMENTOS {
  background-image: url(../img/nuestro-departamento.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 3rem; }
  article .DEPARTAMENTOS h2 {
    color: white;
    font-size: 3rem;
    text-align: left;
    padding: 5rem;
    padding-bottom: 0; }
  article .DEPARTAMENTOS .tarjeta {
    display: flex;
    flex-direction: row; }
    article .DEPARTAMENTOS .tarjeta div {
      background-color: white;
      width: 40%;
      margin: 2rem;
      margin-left: 5rem; }
      article .DEPARTAMENTOS .tarjeta div:hover {
        box-shadow: 1rem 1rem 2rem #4c7473;
        transform: translate(2px, -2px);
        background-color: #c39c73; }
    article .DEPARTAMENTOS .tarjeta h3 {
      color: #314644;
      text-transform: uppercase;
      margin-bottom: 3rem;
      margin-top: 1rem; }
    article .DEPARTAMENTOS .tarjeta p {
      color: #314644;
      margin: 2rem; }

article .h3accidente {
  text-align: justify;
  text-transform: lowercase;
  font-size: 2rem;
  width: 40rem; }
  article .h3accidente::first-letter {
    text-transform: uppercase; }

article .ser-mobil {
  display: none; }

article .servicios {
  background-color: #c39c73;
  padding: 5rem; }
  article .servicios button {
    background-color: #1e1f2e;
    width: 40%; }
    article .servicios button a {
      color: #c39c73;
      font-weight: 1000;
      padding: .5rem;
      text-align: center; }
  article .servicios h2 {
    text-transform: uppercase;
    font-size: 3rem;
    font-family: 'Playfair Display SC', serif;
    padding: 6rem;
    padding-top: 0.5rem;
    padding-bottom: 2rem; }
  article .servicios .ficha-servicio-derecha {
    display: flex;
    flex-direction: row; }
    article .servicios .ficha-servicio-derecha a {
      text-decoration: none;
      color: aliceblue; }
    article .servicios .ficha-servicio-derecha .ficha-texto-derecha {
      width: 30rem;
      height: 15rem;
      margin-left: 10rem; }
      article .servicios .ficha-servicio-derecha .ficha-texto-derecha h3 {
        text-transform: uppercase;
        font-size: 2rem;
        padding: 3rem;
        padding-top: 0;
        padding-right: 0; }
        article .servicios .ficha-servicio-derecha .ficha-texto-derecha h3 a {
          text-decoration: none; }
          article .servicios .ficha-servicio-derecha .ficha-texto-derecha h3 a:active {
            color: #1e1f2e; }
          article .servicios .ficha-servicio-derecha .ficha-texto-derecha h3 a:visited {
            color: #1e1f2e; }
          article .servicios .ficha-servicio-derecha .ficha-texto-derecha h3 a:hover {
            color: white; }
      article .servicios .ficha-servicio-derecha .ficha-texto-derecha p {
        padding: 5rem;
        padding-top: 0;
        padding-right: 0; }
      article .servicios .ficha-servicio-derecha .ficha-texto-derecha img {
        position: relative;
        top: 1rem;
        margin-bottom: 1rem; }
  article .servicios .ficha-servicio-izquierda {
    display: flex;
    flex-direction: row; }
    article .servicios .ficha-servicio-izquierda .ficha-texto-izquierda {
      width: 30rem;
      height: 15rem;
      position: relative;
      right: 0;
      margin-top: 3rem; }
      article .servicios .ficha-servicio-izquierda .ficha-texto-izquierda h3 {
        text-transform: uppercase;
        font-size: 2rem;
        padding: 3rem;
        padding-top: 0;
        padding-right: 0;
        text-align: justify; }
        article .servicios .ficha-servicio-izquierda .ficha-texto-izquierda h3 a {
          text-decoration: none; }
          article .servicios .ficha-servicio-izquierda .ficha-texto-izquierda h3 a:active {
            color: #1e1f2e; }
          article .servicios .ficha-servicio-izquierda .ficha-texto-izquierda h3 a:visited {
            color: #1e1f2e; }
          article .servicios .ficha-servicio-izquierda .ficha-texto-izquierda h3 a:hover {
            color: white; }
      article .servicios .ficha-servicio-izquierda .ficha-texto-izquierda p {
        padding: 5rem;
        padding-top: 0;
        padding-right: 0; }
      article .servicios .ficha-servicio-izquierda .ficha-texto-izquierda img {
        position: relative; }

article .preguntas {
  font-family: 'Playfair Display SC', serif;
  font-size: 2rem;
  text-align: center;
  background-color: #1e1f2e;
  color: white;
  padding: 1.5rem; }

.contenitemcarrusel {
  border: 1rem solid #1e1f2e;
  height: 30rem;
  overflow: hidden;
  border-radius: 20rem;
  background-color: #4c7473; }

.itemcarrusel {
  background-color: #1e1f2e;
  height: 100%;
  position: relative;
  background-color: #4c7473; }

.trajetaCarrusel {
  background-color: white;
  height: 100%; }

.flechasCarrusel {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 1.5rem; }
  .flechasCarrusel a {
    text-decoration: none;
    color: #314644;
    font-size: 4rem; }
    .flechasCarrusel a:hover {
      filter: drop-shadow(8px 8px 10px #1e1f2e);
      transform: translate(2px, -2px); }

.AccionValor {
  background-color: #c39c73;
  background-size: cover;
  border: 1rem solid #1e1f2e;
  border-width: 1rem;
  border-radius: 5rem; }
  .AccionValor:hover {
    background-color: white;
    box-shadow: 2rem 1rem 2rem #1e1f2e;
    transform: translate(2px, -2px); }
  .AccionValor .derecha {
    font-size: 1.7rem;
    margin: 1rem 5rem;
    text-align: justify;
    padding-top: .1rem;
    padding-bottom: 1rem;
    line-height: 2; }
  .AccionValor .izquierda {
    font-size: 1.7rem;
    margin: 1rem 5rem;
    text-align: justify;
    padding-top: .1rem;
    padding-bottom: 1rem;
    line-height: 2; }

footer {
  height: 8rem; }
  footer ul {
    padding: 2rem;
    list-style: none; }
  footer div {
    width: 10rem;
    position: relative;
    left: 80rem;
    top: -6rem; }
    footer div a img:hover {
      filter: drop-shadow(8px 8px 10px #1e1f2e);
      transform: translate(2px, -2px); }

.resumen {
  margin: 10rem;
  border-style: double;
  border-width: .5rem;
  border-color: #c39c73;
  border-radius: 1rem  2rem;
  padding: .5rem 8rem; }
  .resumen p {
    background-color: color-azul;
    font-size: 2rem;
    text-align: justify;
    padding-bottom: 3rem; }
  .resumen button {
    width: 50%; }
    .resumen button a {
      font-weight: 1000; }

/*media queries*/
@media screen and (max-width: 767px) {
  body {
    width: 25rem; }
  .conten .colum-rait {
    width: 1.7rem;
    height: 1.7rem;
    margin-left: 22rem; }
    .conten .colum-rait a {
      margin-right: 1rem; }
      .conten .colum-rait a img {
        width: 100%; }
  .contenedor {
    display: none; }
  .menu-mobil {
    display: flex;
    width: auto; }
    .menu-mobil .burguer {
      display: block;
      padding: 1rem; }
      .menu-mobil .burguer .icon-th-menu {
        color: aliceblue; }
  nav {
    display: none;
    width: 30%;
    height: 100%;
    margin: 0;
    position: fixed; }
    nav a img {
      width: 100%;
      margin: 1rem;
      margin-left: .5rem; }
    nav .menu a {
      display: block;
      font-size: .5rem;
      text-decoration: underline;
      color: white; }
    nav .menu ul {
      display: block;
      top: 2px;
      left: .8rem; }
      nav .menu ul li {
        display: block;
        float: none;
        font-size: .5rem;
        padding: 0;
        margin: 0;
        font-weight: 100; }
        nav .menu ul li a {
          margin: 0;
          width: 6rem; }
  header {
    height: 15rem;
    width: 100vw; }
    header h1 {
      font-size: 1rem;
      margin-left: 1rem; }
    header p {
      font-size: 1rem;
      margin-left: 1rem; }
      header p::first-letter {
        text-transform: uppercase; }
    header div button {
      width: 30%;
      margin: auto;
      margin-left: 1rem; }
      header div button a {
        font-size: .5rem; }
  main {
    display: inline-block; }
    main .img-main {
      display: none; }
    main .juridico {
      display: none; }
    main .juridico-si {
      width: 20rem;
      height: 30rem;
      margin-top: 3rem; }
    main div {
      width: 1rem; }
      main div .comunicacion {
        display: none; }
      main div h2 {
        font-size: 1rem; }
      main div h3 {
        font-size: 1rem; }
      main div p {
        font-size: 1rem;
        width: 12rem; }
        main div p::first-letter {
          text-transform: uppercase; }
    main .valores {
      display: block; }
      main .valores h6 {
        margin: 0; }
  main .valores {
    display: block;
    width: 10rem; }
    main .valores div img {
      padding: 1rem; }
  main button {
    display: none; }
  article .valor {
    display: none; }
  article div .juridico {
    display: none; }
  article div button {
    width: 15rem;
    margin-top: 1rem; }
  article .equipo h2 {
    font-size: 1rem; }
  article .equipo h3 {
    font-size: 1rem; }
  article .profesionales {
    display: block; }
  article .ayudarte div img {
    display: none; }
  article .ayudarte div h2 {
    margin-left: 1.5rem; }
  article .ayudarte div p {
    text-align: justify;
    font-size: 1rem; }
    article .ayudarte div p::first-letter {
      text-transform: uppercase; }
  article .ayudarte div button {
    width: 15rem;
    height: 4rem;
    margin-bottom: 1rem; }
  article .pasos {
    display: block; }
    article .pasos div {
      width: 10rem; }
      article .pasos div h4 {
        margin-left: 1.5rem;
        width: 10rem;
        margin-right: 0; }
      article .pasos div p {
        font-size: 1rem;
        width: 10rem;
        margin: 0.5rem 1.5rem; }
        article .pasos div p::first-letter {
          text-transform: uppercase; }
  article .DEPARTAMENTOS {
    display: none; }
  article .servicios {
    display: none; }
  article .ser-mobil {
    display: inline-block;
    background-color: #c39c73; }
    article .ser-mobil .contenedro-ser-mobil h3 {
      padding: .7rem; }
      article .ser-mobil .contenedro-ser-mobil h3 a {
        color: white;
        text-decoration: none;
        text-transform: uppercase; }
    article .ser-mobil .contenedro-ser-mobil p {
      padding: .7rem  3rem;
      color: white;
      text-align: justify; }
  article .preguntas {
    display: none; }
  footer {
    background-color: #4c7473;
    color: white; }
    footer .btn-wsp {
      display: none; }
  article .resumen {
    padding: 1rem;
    margin: 0;
    margin-top: 1rem;
    border: none;
    background-color: #1e1f2e;
    border-radius: 0; }
    article .resumen p {
      width: 19rem;
      margin: 0;
      color: white; }
  article .AccionValor .izquierda {
    font-size: 1.4rem;
    margin: 1rem;
    padding: 0; }
  article .AccionValor .derecha {
    font-size: 1.4rem;
    margin: 1rem;
    padding: 0; } }
