* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background: #fff;
  max-width: 100%;
  overflow-x: hidden;
}

h1, h2 {
  color: #78be21;
}

.form-control:focus {
  border-color: #78be21;
  box-shadow: none;
}

input[type=submit] {
  background-color: #78be21;
  border: none;
}
input[type=submit]:hover {
  background-color: #85c437;
}

header {
  background: #fff;
  background-size: cover;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
header .navbar {
  font-family: "Open Sans", sans-serif;
  padding: 0 1rem;
  min-height: 45px;
}
header .navbar .logo {
  margin: 0 30px;
}
header .navbar .logo img {
  height: 50px;
}
@media (max-width: 575px) {
  header .navbar .logo img {
    height: 30px;
  }
}
header .navbar .navbar-collapse {
  justify-content: center;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse {
    width: -moz-fit-content;
    width: fit-content;
  }
}
header .navbar .navbar-toggler {
  background: #78be21;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
header .navbar .navbar-toggler svg {
  fill: #fff;
  height: 21px;
}
header .navbar .menu {
  width: -moz-fit-content;
  width: fit-content;
}
header .navbar .menu .boton_menu {
  color: #141414;
  font-size: 16px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  header .navbar .menu {
    margin-left: auto;
    text-align: right;
    position: absolute;
    right: 0;
    padding: 0 15px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  header .navbar .menu .boton_menu {
    margin-right: 0;
  }
}

footer {
  background: #2b2b2b;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
footer a {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}

.politicas {
  background-color: #fff;
}
.politicas .apartado {
  text-align: justify;
  padding-bottom: 20px;
  font-weight: 300;
}
.politicas .apartado .titulo_apartado {
  font-size: 20px;
  font-weight: 600;
}
.politicas .apartado .texto_apartado {
  padding-top: 20px;
}
.politicas .apartado .texto_apartado .subtitulo {
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
}
.politicas .apartado .texto_apartado b {
  font-weight: 600;
}
.politicas .apartado .texto_apartado ul {
  padding-left: 30px;
}
.politicas .apartado .texto_apartado ul li {
  padding-bottom: 10px;
}
.politicas .apartado .texto_apartado p a, .politicas .apartado .texto_apartado li a {
  color: inherit;
  text-decoration: none;
}
.politicas .apartado .texto_apartado table.CookieDeclarationTable td {
  background-color: #fff;
  text-align: left;
}
.politicas .apartado .texto_apartado table {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: left;
}
.politicas .apartado .texto_apartado table tr:first-child {
  background-color: #dddddd;
  text-align: center;
}
.politicas .apartado .texto_apartado table th, .politicas .apartado .texto_apartado table td {
  border: solid 1px #78be21;
  padding: 5px 10px;
}
.politicas .apartado .subapartado {
  padding-top: 10px;
}
.politicas .apartado .subapartado .titulo_subapartado {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
}
.politicas .apartado .subapartado .texto_subapartado {
  padding-top: 10px;
}

section {
  padding: 60px 0;
}
section h1, section h2 {
  margin-bottom: 1rem;
}
section .texto {
  font-size: 1rem;
  text-wrap: balance;
  margin-bottom: 20px;
}
section .b_tarjeta {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
}
section .b_tarjeta .tarjeta {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #78be21;
  border-radius: 10px;
  margin-bottom: 20px;
}
section .b_tarjeta .tarjeta:hover {
  background-color: #85c437;
}

.home h1 {
  color: #fff;
}
.home video {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -6px;
}
.home .video {
  align-items: center;
  display: flex;
  aspect-ratio: 32/9;
  background-color: grey;
}
.home .intro {
  background-color: #78be21;
  color: #fff;
}
.home .intro2 {
  background-color: #f6ffea;
}
.home .intro2 a {
  color: #78be21;
  text-decoration: none;
}
.home .intro2 a:hover {
  color: #85c437;
  text-decoration: underline;
}
.home .boton_ {
  background-color: #78be21;
  border: none;
  color: #fff !important;
  text-decoration: none !important;
  padding: 10px 15px;
  display: block;
  border-radius: 10px;
  cursor: pointer;
}
.home .boton_:hover {
  background-color: #85c437;
}
.home .profesionales {
  background-color: #fafafa;
}

.b_empresas .cabecera {
  background-image: url("../img/cabeceras/cabecera-empresas.jpg");
}

.b_profesionales .cabecera {
  background-image: url("../img/cabeceras/cabecera-profesionales.JPG");
}

.b_empresas .cabecera, .b_profesionales .cabecera {
  align-items: center;
  display: flex;
  aspect-ratio: 4/1;
  background-size: cover;
  background-position: center;
  padding: 0;
}
.b_empresas .cabecera h1, .b_empresas .cabecera h2, .b_profesionales .cabecera h1, .b_profesionales .cabecera h2 {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 60px;
  text-shadow: 0px 0px 10px black;
}
.b_empresas .cabecera h1, .b_profesionales .cabecera h1 {
  font-size: 60px;
}
.b_empresas .cabecera h2, .b_profesionales .cabecera h2 {
  font-size: 48px;
}
@media (max-width: 575px) {
  .b_empresas .cabecera, .b_profesionales .cabecera {
    aspect-ratio: 2/1;
  }
  .b_empresas .cabecera h1, .b_profesionales .cabecera h1 {
    font-size: 40px;
  }
  .b_empresas .cabecera h2, .b_profesionales .cabecera h2 {
    font-size: 32px;
  }
}
.b_empresas section.tabla, .b_profesionales section.tabla {
  min-height: calc(100vh - (25vw + 138px));
}
.b_empresas table tr, .b_profesionales table tr {
  border-color: #78be21;
}
.b_empresas table tr:hover td, .b_profesionales table tr:hover td {
  background-color: #ecffd5;
}
.b_empresas table tr a, .b_profesionales table tr a {
  text-decoration: none;
  padding: 5px 15px;
  color: #fff;
  background-color: #78be21;
  border-radius: 10px;
}
.b_empresas table tr a:hover, .b_profesionales table tr a:hover {
  background-color: #85c437;
}

.b-ficha .c-empresa {
  min-height: calc(100vh - (25vw + 138px));
  padding: 40px 15px;
}
.b-ficha .c-empresa .logo {
  width: min(100%, 150px);
}
.b-ficha .c-empresa .nombre-empresa h1 {
  margin-bottom: 5px;
  font-size: 24px;
}
.b-ficha .c-empresa .nombre-empresa h2 {
  margin-bottom: 0;
  font-size: 18px;
}
.b-ficha .c-empresa .img-empresa {
  width: 100%;
}
.b-ficha .c-empresa .c-datos {
  margin-top: 30px;
}
.b-ficha .c-empresa .c-datos .titulo h2 {
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #78be21;
}
.b-ficha .c-empresa .c-datos .dato {
  padding: 10px 15px;
}
.b-ficha .c-empresa .c-datos .dato .subtitulo h3 {
  font-size: 18px;
  padding: 0px 15px;
  margin-bottom: 5px;
  font-weight: 600;
}
.b-ficha .c-empresa .c-datos .dato .info {
  font-size: 16px;
  padding: 0 30px;
}

.body-not-found {
  background: #fff;
  max-width: 100vw;
  overflow-x: hidden;
}
.body-not-found .c-general {
  min-height: calc(100vh - 142px);
  display: flex;
  flex-direction: column;
}
.body-not-found .c-general .row {
  flex: 1;
  align-items: center;
}
.body-not-found .c-general #texto-not-found {
  margin-top: -15px !important;
}
.body-not-found .c-general a {
  margin-top: 10px;
  color: #fff;
  background: #78be21;
  border: none;
  padding: 10px;
  text-decoration: none;
  border-radius: 10px;
}
.body-not-found .c-general a:hover {
  background: #85c437;
}
.body-not-found .c-general .titulo {
  font-size: 46px;
  text-align: center;
  margin-top: 50px;
}
.body-not-found .c-general .subtit {
  text-align: center;
  font-size: 20px;
}
.body-not-found .c-general .txt {
  text-align: center;
  margin-top: 15px;
}
.body-not-found .c-general .r-tarjetas {
  padding: 40px 0 60px;
}

.body-contacto {
  background: #f6ffea;
}
.body-contacto h1 {
  text-align: center;
}
.body-contacto .tarjeta-contacto {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
}
.body-contacto .tarjeta-contacto svg, .body-contacto .tarjeta-contacto i {
  fill: #78be21;
  color: #78be21;
  margin-right: 5px;
  width: 20px;
  text-align: center;
}
.body-contacto .tarjeta-contacto iframe {
  width: 100%;
}
.body-contacto .tarjeta-contacto .lista-datos-contacto {
  margin-bottom: 20px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .body-contacto .tarjeta-contacto .lista-datos-contacto {
    font-size: 16px;
  }
}/*# sourceMappingURL=quienesquien.css.map */