html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 1.2rem);
  padding-right: var(--bs-gutter-x, 1.2rem);
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 54rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 72rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 96rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 114rem;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 132rem;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 150rem;
  }
}

/* Media queries */
:root {
  --primary: var(--general);
  --primary-light: #ff9346;
  --primary-dark: #d35700;
  --secondary: #3a3a3a;
  --secondary-med: #707070;
  --section-secondary: #f6f6f6;
  --cuaternary: #427fed;
  --gradient-blue: rgba(66, 127, 237, 0.46);
  --gradient-orange: var(--general);
  --gray: #707070;
  --general: #f56600;
  --gray: #7f7f7f;
  --gray-dark: #4d4d4d;
  --gray-light: #DFDFDF;
  --gray-background: #EFEFEF;
  --black: #292929;
  --black-form: #3A3A3A;
  --green-guc: #037a5c;
  --green-guc-light: #00c190;
  --green-guc-dark: #005842;
  --blue-policia: #042979;
  --blue-policia-light: #4982ff;
  --blue-policia-dark: #001a52;
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../fonts/montserrat-v15-latin-regular.woff2") format("woff2"), url("../../fonts/montserrat-v15-latin-regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../../fonts/montserrat-v15-latin-500.woff2") format("woff2"), url("../../fonts/montserrat-v15-latin-500.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../../fonts/montserrat-v15-latin-600.woff2") format("woff2"), url("../../fonts/montserrat-v15-latin-600.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../fonts/montserrat-v15-latin-700.woff2") format("woff2"), url("../../fonts/montserrat-v15-latin-700.woff") format("woff");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--secondary);
  outline: none !important;
  scrollbar-width: thin;
  scrollbar-color: var(--secondary) transparent;
}

*::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--secondary);
  border-radius: 2rem;
  border: 0.2rem solid transparent;
}

html,
body {
  line-height: 1;
}
html .overlay,
html .overlay-modal,
body .overlay,
body .overlay-modal {
  backdrop-filter: blur(0.5rem);
  background-color: rgba(9, 24, 36, 0.99);
  border-radius: 50%;
  display: none;
  height: 200vh;
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 200%;
}
html .overlay,
body .overlay {
  z-index: 15;
}
html .overlay-modal,
body .overlay-modal {
  z-index: 9999;
}
html.blocked,
body.blocked {
  overflow-y: hidden;
}

html {
  font-family: "Montserrat", sans-serif;
  font-size: 62.5%;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  /* &.section-title,
   &.pseudotitle {
     color: var(--primary);
     & ~ p {
       margin-top: 1.5rem;
       @media (min-width: 992px) {
         margin-top: 2.5rem;
       }
     }
   }*/
}
body h2,
body h3.pseudotitle,
body h1.pseudotitle,
body span.pseudotitle {
  color: var(--primary);
  font-size: 2.1rem;
}
@media (min-width: 992px) {
  body h2,
  body h3.pseudotitle,
  body h1.pseudotitle,
  body span.pseudotitle {
    font-size: 2.9rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 1600px) {
  body h2,
  body h3.pseudotitle,
  body h1.pseudotitle,
  body span.pseudotitle {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
}
body h2.cuadrico,
body h3.cuadrico,
body h1.cuadrico {
  background-color: var(--primary);
  color: white;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 2.5rem;
  padding: 0.75rem 1.5rem;
}
@media (min-width: 992px) {
  body h2.cuadrico,
  body h3.cuadrico,
  body h1.cuadrico {
    padding: 1rem 2rem;
    font-size: 2.9rem;
    line-height: 3.5rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
body a {
  color: var(--cuaternary);
  text-decoration: none;
}
body a.strong-link {
  color: var(--primary);
  font-weight: 700;
}

/*
section {
  &.main-area,
  &.first-section,
  & + section {
    margin-top: 3.5rem;
    @media (min-width: 992px) {
      margin-top: 5.5rem;
    }
  }
}*/
.btn {
  border: none;
  display: block;
  color: white;
  font-size: 18px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  padding: 1.5rem 2.5rem;
  text-transform: uppercase;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.btn:hover {
  background-color: rgb(21.9130434783, 96.1739130435, 230.0869565217);
}

.d-none {
  display: none;
}

.main-area {
  margin-top: 3.5rem;
}
@media (min-width: 992px) {
  .main-area {
    margin-top: 6.5rem;
  }
}

#modal-cupon-general .container-modal-cupon-general {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary)), to(var(--primary-dark)));
  background: linear-gradient(var(--primary), var(--primary-dark));
  border-radius: 1rem;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal h4 {
  background-color: initial;
  color: white;
  font-family: "Montserrat";
  line-height: 1.5rem;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal h4 span {
  color: white;
  font-weight: 500;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal h4 span.titulo-cupon-1 {
  font-size: 2.6rem;
  font-weight: 600;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal h4 span.titulo-cupon-2 {
  font-size: 1.9rem;
  font-weight: 700;
}
#modal-cupon-general .container-modal-cupon-general button[type=submit] {
  background-color: var(--cuaternary);
  cursor: pointer;
}

.cc-message span {
  color: white;
}

pre {
  display: none;
}

blockquote {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  blockquote {
    font-size: 1.8rem;
  }
}
blockquote + p {
  margin-top: 2.3rem;
}
@media (min-width: 992px) {
  blockquote + p {
    margin-top: 3rem;
  }
}

.btn-orange {
  color: #fff;
}

.hero-pagina {
  visibility: hidden;
  height: 0;
}

.subtitulo {
  font-size: 22px;
  line-height: 34px;
  text-transform: uppercase;
  margin-top: 30px;
}
@media only screen and (min-width: 993px) {
  .subtitulo {
    font-size: 35px;
    line-height: 44px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .subtitulo {
    font-size: 36px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 1501px) {
  .subtitulo {
    font-size: 48px;
    line-height: 65px;
  }
}

.titulo-caracteristicas {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) {
  .titulo-caracteristicas {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1501px) {
  .titulo-caracteristicas {
    font-size: 34px;
  }
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1501px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}

.icono-svg {
  margin-right: 5px;
  margin-bottom: 2.5px;
  -ms-flex-item-align: center;
      align-self: center;
  height: 15px;
  width: 15px;
}
@media only screen and (min-width: 993px) {
  .icono-svg {
    height: 22px;
    width: 22px;
    margin-bottom: 0px;
  }
}

#ot-sdk-cookie-policy {
  display: none;
}

.politica-cookies {
  text-align: center;
  position: inherit;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
}
.politica-cookies #ot-sdk-btn, .politica-cookies a {
  font-size: 1.5rem !important;
  padding-bottom: 2rem !important;
  color: #252525 !important;
}

#modal-buscador {
  background-color: white;
  height: 100%;
  left: 50%;
  max-height: 85vh;
  max-width: 60rem;
  overflow-y: scroll;
  padding: 2rem;
  position: fixed;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: 7.5rem;
  width: 100%;
  z-index: 9999999;
}
@media (min-width: 768px) {
  #modal-buscador {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (min-width: 992px) {
  #modal-buscador {
    top: 7.5rem;
  }
}
#modal-buscador.active {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
#modal-buscador .modal-titulo {
  color: var(--secondary);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
}
#modal-buscador .modal-titulo span {
  color: var(--primary);
  font-weight: 700;
}
#modal-buscador .lista-resultados {
  margin-top: 1.875rem;
}
#modal-buscador .lista-resultados li + li {
  margin-top: 0.1rem;
}
#modal-buscador .lista-resultados li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--section-secondary);
  color: var(--secondary);
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.5rem;
  position: relative;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#modal-buscador .lista-resultados li a img {
  -webkit-filter: invert(1);
          filter: invert(1);
  margin-left: 2.5rem;
  opacity: 0.2;
  height: 1.8rem;
  width: 0.9rem;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#modal-buscador .lista-resultados li a:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
#modal-buscador .lista-resultados li a:hover img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#modal-buscador button#search-modal-close {
  background-color: var(--primary);
  border: none;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 2.3rem;
  font-weight: 600;
  margin: 1.5rem 0 0 auto;
  padding: 0.75rem 1.5rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 0 30px;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/../../../images/slick.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider-arrow {
  cursor: pointer;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  z-index: 3;
}
@media (min-width: 992px) {
  .slider-arrow {
    width: 2rem;
  }
}
.slider-arrow.arrow-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  .slider-arrow.arrow-prev {
    left: -1.5rem;
  }
}
.slider-arrow.arrow-next {
  right: 0;
}
@media (min-width: 768px) {
  .slider-arrow.arrow-next {
    right: -1.5rem;
  }
}

.slider-blanco {
  overflow: hidden;
  position: relative;
}
.slider-blanco:before, .slider-blanco:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 15%;
  z-index: 1;
}
.slider-blanco:before {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(33%, #fff), to(rgba(60, 58, 64, 0)));
  background: linear-gradient(90deg, #fff 0%, #fff 33%, rgba(60, 58, 64, 0) 100%);
  left: 0;
}
.slider-blanco:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(60, 58, 64, 0)), color-stop(77%, #fff), to(#fff));
  background: linear-gradient(90deg, rgba(60, 58, 64, 0) 0%, #fff 77%, #fff 100%);
  right: 0;
}
.slider-blanco .slider-arrow.arrow-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.slider-blanco .slider-arrow.arrow-next {
  right: 0;
}

.misma-altura .slick-track {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.misma-altura .slick-slide {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
.misma-altura .slick-slide > div {
  height: 100%;
}

.preparacion-slider .slick-track {
  padding: 3rem 0;
}
.preparacion-slider .slick-track .slick-slide {
  border: 0.2rem solid rgba(58, 58, 58, 0.63);
  position: relative;
  opacity: 0.5;
}
.preparacion-slider .slick-track .slick-slide.slick-center {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1;
}
@media (min-width: 768px) {
  .preparacion-slider .slick-track .slick-slide.slick-center {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
.preparacion-slider .slick-track .slick-slide.slick-center:before {
  left: 50%;
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  background-color: black;
  -webkit-filter: blur(0.5rem);
          filter: blur(0.5rem);
  height: 100%;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  width: 135%;
  z-index: -1;
}
.preparacion-slider .slick-track .slick-slide:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.preparacion-slider .slick-track .slick-slide img {
  display: block;
  max-width: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.opiniones-slider .slider-arrow.arrow-prev {
  left: -2.5rem;
}
@media (min-width: 768px) {
  .opiniones-slider .slider-arrow.arrow-prev {
    left: -4.5rem;
  }
}
.opiniones-slider .slider-arrow.arrow-next {
  right: -2.5rem;
}
@media (min-width: 768px) {
  .opiniones-slider .slider-arrow.arrow-next {
    right: -4.5rem;
  }
}
.opiniones-slider .slick-slide {
  padding: 0 0.5rem;
}

.centros-slider-for {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 95rem;
  width: 100%;
}
.centros-slider-for .slick-track .slick-slide {
  padding: 2rem;
}
.centros-slider-for .slick-track .slick-slide img {
  display: block;
  max-width: 100%;
  width: 100%;
  border: 0.3rem solid var(--secondary);
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1960784314);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1960784314);
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .centros-slider-for .slick-track .slick-slide img {
    height: 35rem;
  }
}

.centros-slider-nav {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.centros-slider-nav .slick-track {
  gap: 2rem;
  padding: 2rem 0;
}
.centros-slider-nav .slick-track .slick-slide {
  position: relative;
}
.centros-slider-nav .slick-track .slick-slide img {
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1960784314);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1960784314);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-centro .slick-list {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.slide-centro .slick-list .slick-track {
  height: inherit;
  padding: 3rem 0;
}
.slide-centro .slick-list .slick-track .slick-slide {
  border: 0.2rem solid rgba(58, 58, 58, 0.63);
  position: relative;
  opacity: 0.5;
}
.slide-centro .slick-list .slick-track .slick-slide.slick-center {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1;
}
@media (min-width: 768px) {
  .slide-centro .slick-list .slick-track .slick-slide.slick-center {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
.slide-centro .slick-list .slick-track .slick-slide.slick-center:before {
  left: 50%;
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  background-color: black;
  -webkit-filter: blur(0.5rem);
          filter: blur(0.5rem);
  height: 100%;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  width: 135%;
  z-index: -1;
}
.slide-centro .slick-list .slick-track .slick-slide img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pruebas .slider-slick .slick-slide {
  margin: 0 20px;
}
.pruebas .slider-slick .slick-slide .slider {
  background-color: #fff;
  height: auto;
  min-height: 260px;
  border-radius: 33px;
  cursor: -webkit-grab;
  cursor: grab;
}
@media only screen and (min-width: 500px) {
  .pruebas .slider-slick .slick-slide .slider {
    min-height: 230px;
  }
}
@media only screen and (min-width: 993px) {
  .pruebas .slider-slick .slick-slide .slider {
    min-height: 280px;
  }
}
@media only screen and (min-width: 1501px) {
  .pruebas .slider-slick .slick-slide .slider {
    min-height: 310px;
  }
}
.pruebas .slider-slick .slick-slide .slider img {
  border-radius: 33px 33px 0 0;
  width: 100%;
}
.pruebas .slider-slick .slick-slide .slider h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  padding: 10px;
  margin-top: 10px;
  margin-left: 5px;
}
@media only screen and (min-width: 500px) {
  .pruebas .slider-slick .slick-slide .slider h4 {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .pruebas .slider-slick .slick-slide .slider h4 {
    font-size: 21px;
    line-height: 29px;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1501px) {
  .pruebas .slider-slick .slick-slide .slider h4 {
    font-size: 24px;
  }
}

footer {
  background-color: var(--secondary);
  margin-top: 2.5rem;
  padding-top: 4.5rem;
}
@media (min-width: 992px) {
  footer {
    margin-top: 4.5rem;
    padding-top: 6.5rem;
  }
}
footer * {
  color: white;
}
footer .footer-main {
  display: grid;
}
@media (max-width: 991px) {
  footer .footer-main {
    grid-row-gap: 3.5rem;
  }
}
@media (min-width: 992px) {
  footer .footer-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.4rem;
  }
}
@media (min-width: 1200px) {
  footer .footer-main {
    grid-template-columns: 4fr 3fr 3fr 2fr;
  }
}
footer .footer-main .brand {
  display: block;
  margin: 0 auto;
  width: 14rem;
}
@media (min-width: 768px) {
  footer .footer-main .brand {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@media (min-width: 992px) {
  footer .footer-main .brand {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0;
    min-width: 20rem;
    max-width: 85%;
  }
}
footer .footer-main .footer-header {
  font-size: 2.2rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  footer .footer-main .footer-header {
    font-size: 2rem;
  }
}
footer .footer-main .footer-header:after {
  content: "";
  display: block;
  background-color: white;
  height: 0.4rem;
  margin-top: 0.7rem;
  max-width: 21.5rem;
}
footer .footer-main .footer-header.toggle:after {
  display: none;
}
@media (min-width: 992px) {
  footer .footer-main .footer-header.toggle:after {
    display: block;
  }
}
footer .footer-main .info-col .intro-masterd p {
  font-size: 1.2rem;
  margin-top: 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer-main .info-col .intro-masterd p {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
@media (min-width: 992px) {
  footer .footer-main .info-col .intro-masterd p {
    text-align: left;
    width: 85%;
  }
}
footer .footer-main .info-col .intro-masterd p.big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 1rem;
}
@media (min-width: 992px) {
  footer .footer-main .info-col .intro-masterd p.big {
    font-size: 2.1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .footer-main .info-col .intro-masterd p.big svg {
  fill: white;
  height: 2rem;
  width: 2rem;
}
footer .footer-main .info-col .intro-masterd p a {
  color: var(--primary);
}
footer .footer-main .info-col .footer-social {
  margin-top: 2.5rem;
}
footer .footer-main .info-col .footer-social ul {
  display: grid;
  grid-template-columns: repeat(8, minmax(-webkit-max-content, -webkit-max-content));
  grid-template-columns: repeat(8, minmax(max-content, max-content));
  grid-gap: 2rem;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 992px) {
  footer .footer-main .info-col .footer-social ul {
    margin: 0;
  }
}
footer .footer-main .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  footer .footer-main .toggle {
    border-bottom: 1px solid var(--gray);
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  footer .footer-main .toggle {
    display: block;
  }
}
footer .footer-main .toggle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.8rem;
  position: relative;
  width: 1.8rem;
}
footer .footer-main .toggle span:before, footer .footer-main .toggle span:after {
  content: "";
  display: block;
  background-color: white;
  height: 0.3rem;
  position: absolute;
  -webkit-transition: all 0.35ss ease-in-out;
  transition: all 0.35ss ease-in-out;
  width: 1.8rem;
}
@media (min-width: 992px) {
  footer .footer-main .toggle span {
    display: none;
  }
}
footer .footer-main .toggle span.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
footer .footer-main .toggle span.close:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
footer .footer-main .toggle + ul {
  color: white;
  display: none;
  list-style: outside disc;
  margin-top: 2rem;
  padding-left: 3rem;
}
@media (min-width: 992px) {
  footer .footer-main .toggle + ul {
    display: block;
    list-style: none;
    padding: 0;
  }
}
footer .footer-main .toggle + ul li {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
footer .footer-main .toggle + ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: white;
  left: 0;
  margin-top: 0.35rem;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
footer .footer-main .toggle + ul li:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
footer .footer-main .toggle + ul li + li {
  margin-top: 1.2rem;
}
footer .footer-main .toggle + ul li a {
  color: white;
}
footer .footer-main .certificaciones {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  margin: 2.5rem auto 0;
  width: 80%;
}
@media (min-width: 992px) {
  footer .footer-main .certificaciones {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3rem;
    width: 100%;
  }
}
footer .footer-main .certificaciones img {
  display: block;
  max-width: 100%;
  width: 100%;
  -webkit-filter: invert(1);
          filter: invert(1);
  height: 8.5rem;
}
footer .prefooter {
  border-top: 1px solid var(--gray);
  margin-top: 2.5rem;
  padding: 1.35rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  footer .prefooter {
    margin-top: 4.5rem;
    padding: 4.5rem 0 3.5rem;
  }
}
footer .prefooter img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 1.25rem;
  width: 29rem;
}
@media (max-width: 991px) {
  footer .prefooter img {
    display: none;
  }
}
footer .prefooter a {
  position: relative;
  color: white;
}
footer .prefooter a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: white;
  left: 0;
  margin-top: 0.35rem;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
footer .prefooter a:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
footer .prefooter p {
  font-size: 1.2rem;
}
footer .prefooter p + p {
  color: var(--gray);
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  footer .prefooter p + p {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

/* Media queries */
.subtitulo {
  color: var(--blue-policia);
}

.btn-blue {
  background-color: var(--blue-policia);
}
.btn-blue:hover {
  background-color: var(--blue-policia-dark);
}

.icon {
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 1501px) {
  .icon {
    width: 24px;
    height: 24px;
  }
}

.icono-svg-policia-grande {
  margin-right: 5px;
  -ms-flex-item-align: center;
  align-self: center;
  height: 15px;
  width: auto;
}
@media only screen and (min-width: 993px) {
  .icono-svg-policia-grande {
    height: 22px;
  }
}

.icono-svg-policia {
  margin-right: 5px;
  -ms-flex-item-align: center;
  align-self: center;
  height: 10px;
  width: auto;
}
@media only screen and (min-width: 993px) {
  .icono-svg-policia {
    height: 19px;
  }
}

.hero {
  position: relative;
  background-size: cover;
  background-position: 10% 25%;
}
.hero .container {
  height: 575px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}
@media only screen and (min-width: 1200px) {
  .hero .container {
    height: 775px;
  }
}
.hero .container .imagen-hero,
.hero .container .overlay-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.hero .container .imagen-hero img,
.hero .container .overlay-hero img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.hero .container .overlay-hero {
  opacity: 1;
  background-color: var(--blue-policia);
  height: 100%;
  z-index: 2;
}
.hero .container .imagen-hero {
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 71% 1%;
     object-position: 71% 1%;
  position: absolute;
  height: 100%;
  max-width: 100%;
  opacity: 0.3;
}
@media screen and (min-width: 360px) {
  .hero .container .imagen-hero {
    -o-object-position: 61% 1%;
       object-position: 61% 1%;
  }
}
@media only screen and (min-width: 993px) {
  .hero .container .imagen-hero {
    -o-object-position: 100% 41%;
       object-position: 100% 41%;
  }
}
.hero .container .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  .hero .container .box-title {
    width: 60%;
  }
}
.hero .container .box-title .logotipo {
  height: auto;
  width: 16rem;
  position: absolute;
  top: 1.6rem;
}
@media only screen and (min-width: 993px) {
  .hero .container .box-title .logotipo {
    top: 3rem;
    height: auto;
    width: 22rem;
  }
}
.hero .container .box-title h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.37);
}
@media only screen and (min-width: 993px) {
  .hero .container .box-title h1 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero .container .box-title h1 {
    font-size: 68px;
    line-height: 77px;
  }
}
@media only screen and (min-width: 1501px) {
  .hero .container .box-title h1 {
    font-size: 95px;
    line-height: 105px;
  }
}
.hero .container .box-title .subtitle-hero {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.37);
}
@media only screen and (min-width: 1200px) {
  .hero .container .box-title .subtitle-hero {
    font-size: 22px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 1501px) {
  .hero .container .box-title .subtitle-hero {
    font-size: 28px;
    margin: 20px 0;
  }
}
.hero .container .box-title .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .hero .container .box-title .button-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}
.hero .container .box-title .button-box .btn-hero-policia {
  background-color: var(--blue-policia-light);
  min-width: 270px;
  margin: 0;
}
.hero .container .box-title .button-box .btn-hero-policia:hover {
  background-color: var(--blue-policia-dark);
}
.hero .container .box-title .button-box .button-phone {
  margin: 0;
  background-color: #fff;
  color: var(--black);
  min-width: 270px;
  margin: 0;
}
.hero .container .box-title .button-box .button-phone:hover {
  background-color: var(--blue-policia-dark);
  color: #fff;
}
.hero .container .centered {
  top: 50vh;
  left: 50vw;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  height: auto;
  width: 100%;
  padding: 10px 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: fixed;
  margin-top: 0 !important;
}
@media screen and (min-width: 360px) {
  .hero .container .centered {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 768px) {
  .hero .container .centered {
    width: 56%;
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 993px) {
  .hero .container .centered {
    width: 40rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero .container .centered {
    height: auto;
    width: 45rem;
    left: 31vw;
    top: 5vh;
    padding: 40px 40px;
    position: fixed !important;
  }
}
@media only screen and (min-width: 1501px) {
  .hero .container .centered {
    left: 33vw;
    width: 60rem;
  }
}
.hero .container .centered .cerrar-cupon {
  color: #fff;
  position: absolute;
  height: 15px;
  width: auto;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media only screen and (min-width: 500px) {
  .hero .container .centered .cerrar-cupon {
    top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero .container .centered .cerrar-cupon {
    height: 22px;
  }
}
.hero .container .not-centered {
  top: 0;
  left: 0;
  width: 100%;
  height: 590px;
  padding: 20px;
  opacity: 0;
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .hero .container .not-centered {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .hero .container .not-centered {
    height: 96%;
    width: 43%;
    padding: 40px;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1501px) {
  .hero .container .not-centered {
    height: 105%;
  }
}
.hero .container .not-centered .cerrar-cupon {
  display: none;
}
.hero .container .box-cupon {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 9999999999;
  background-color: var(--black-form);
}
@media only screen and (min-width: 1200px) {
  .hero .container .box-cupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    z-index: 99999999999;
  }
}
.hero .container .box-cupon h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 500px) {
  .hero .container .box-cupon h4 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hero .container .box-cupon h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1501px) {
  .hero .container .box-cupon h4 {
    font-size: 28px;
  }
}
.hero .container .box-cupon h5 {
  font-size: 16px;
  font-weight: bold;
  color: var(--blue-policia-light);
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .hero .container .box-cupon h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1501px) {
  .hero .container .box-cupon h5 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.hero .container .box-cupon form {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 1200px) {
  .hero .container .box-cupon form {
    font-size: 1.6rem;
  }
}
@media (min-width: 1500px) {
  .hero .container .box-cupon form {
    font-size: 1.8rem;
  }
}
.hero .container .box-cupon form input,
.hero .container .box-cupon form select {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  height: 33px;
  margin-bottom: 5px;
  color: var(--black);
  padding-left: 20px;
  background: #fff;
}
@media (min-width: 360px) {
  .hero .container .box-cupon form input,
  .hero .container .box-cupon form select {
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero .container .box-cupon form input,
  .hero .container .box-cupon form select {
    font-size: 20px;
    height: 42px;
    margin-bottom: 14px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1501px) {
  .hero .container .box-cupon form input,
  .hero .container .box-cupon form select {
    font-size: 20px;
    height: 51px;
    margin-bottom: 14px;
    padding-left: 20px;
  }
}
.hero .container .box-cupon form textarea,
.hero .container .box-cupon form input:matches([type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hero .container .box-cupon form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  background-image: url(/web/images/arrow-down.png);
  background-size: 19px 10px;
  border-color: 1px solid grey;
}
.hero .container .box-cupon form select:invalid {
  color: #808080;
}
.hero .container .box-cupon form .estudios-minimos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1px;
}
@media (min-width: 1200px) {
  .hero .container .box-cupon form #cont-nacionalidad {
    padding-bottom: 10px;
  }
}
.hero .container .box-cupon form .checkbox {
  position: relative;
  padding: 9px 0;
  text-align: left;
}
@media (min-width: 1200px) {
  .hero .container .box-cupon form .checkbox {
    padding: 14px 0;
  }
}
.hero .container .box-cupon form .checkbox a {
  color: #fff;
  text-decoration: underline;
}
.hero .container .box-cupon form .checkbox input[type=checkbox] {
  position: absolute;
  display: inline;
  width: 16px;
  height: 16px;
  font-size: 14px;
  margin-bottom: 0;
  top: 3px;
  left: 0;
}
@media (min-width: 1200px) {
  .hero .container .box-cupon form .checkbox input[type=checkbox] {
    top: 10px;
  }
}
@media (min-width: 1500px) {
  .hero .container .box-cupon form .checkbox input[type=checkbox] {
    top: 13px;
  }
}
.hero .container .box-cupon form .checkbox .chx {
  margin-left: 2.5rem;
  font-size: 1.2rem;
  font-weight: 200;
  color: #fff;
}
@media (min-width: 1200px) {
  .hero .container .box-cupon form .checkbox .chx {
    font-size: 1.4rem;
  }
}
.hero .container .box-cupon form input[type=submit] {
  background: var(--blue-policia-light);
  color: #fff;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.hero .container .box-cupon form input[type=submit]:hover {
  background: var(--blue-policia);
}
.hero .container .box-cupon form .info-legal {
  display: inline;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .hero .container .box-cupon form .info-legal {
    font-size: 16px;
  }
}
.hero .container .box-cupon form .info-legal a {
  font-weight: 700;
  color: var(--general);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hero .container .box-cupon form .info-legal a:hover {
  color: var(--primary-light);
}

.opositar {
  position: relative;
  height: auto;
}
@media only screen and (min-width: 993px) {
  .opositar {
    height: 390px;
  }
}
@media only screen and (min-width: 1200px) {
  .opositar {
    height: auto;
  }
}
@media only screen and (min-width: 1501px) {
  .opositar {
    height: auto;
    margin-top: 200px;
    margin: 200px 0 100px;
  }
}
.opositar .container {
  height: auto;
}
@media only screen and (min-width: 993px) {
  .opositar .container {
    gap: 20px;
    height: auto;
  }
}
.opositar .container h2 {
  padding-right: 0px;
}
@media only screen and (min-width: 993px) {
  .opositar .container h2 {
    margin-top: 130px;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .opositar .container h2 {
    margin-top: 165px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1501px) {
  .opositar .container h2 {
    margin-top: 90px;
    margin-bottom: 70px;
  }
}
.opositar .container .opositar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 993px) {
  .opositar .container .opositar-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.opositar .container .opositar-wrapper .opositar-texto {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 993px) {
  .opositar .container .opositar-wrapper .opositar-texto {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
}
.opositar .container .opositar-wrapper .opositar-texto .box-caracteristicas .bloque-caracteristicas {
  margin: 25px 0;
  padding-right: 15px;
}
@media only screen and (min-width: 769px) {
  .opositar .container .opositar-wrapper .opositar-texto .box-caracteristicas .bloque-caracteristicas {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .opositar .container .opositar-wrapper .opositar-texto .box-caracteristicas .bloque-caracteristicas {
    margin: 35px 0 35px 0;
  }
}
.opositar .container .opositar-wrapper .opositar-texto .box-caracteristicas .bloque-caracteristicas p {
  position: relative;
}
@media only screen and (min-width: 993px) {
  .opositar .container .opositar-wrapper .opositar-texto .box-caracteristicas .bloque-caracteristicas p {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .opositar .container .opositar-wrapper .opositar-texto .box-caracteristicas .bloque-caracteristicas p {
    margin-top: 30px;
    padding-right: 0;
  }
}
.opositar .container .opositar-wrapper .opositar-texto .box-caracteristicas .bloque-caracteristicas .escala-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.opositar .container .opositar-wrapper .opositar-texto .box-caracteristicas .bloque-caracteristicas .escala-box #oficial-policia {
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
}
.opositar .container .opositar-wrapper .opositar-texto .box-caracteristicas .bloque-caracteristicas .escala-box #inspector-policia {
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
}
.opositar .container .opositar-wrapper .opositar-texto .box-caracteristicas .bloque-caracteristicas .escala-box #comisario {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}
.opositar .container .opositar-wrapper .opositar-imagen {
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 993px) {
  .opositar .container .opositar-wrapper .opositar-imagen {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.opositar .container .opositar-wrapper .opositar-imagen img {
  display: block;
  width: 100%;
  bottom: 0;
  position: relative;
  margin-top: 0px;
}
@media only screen and (min-width: 500px) {
  .opositar .container .opositar-wrapper .opositar-imagen img {
    max-width: 694px;
    left: 0;
  }
}
@media only screen and (min-width: 993px) {
  .opositar .container .opositar-wrapper .opositar-imagen img {
    border-radius: 33px 0 0 33px;
    width: 52%;
    max-width: 120%;
    position: absolute;
    margin-top: 0;
    top: 57%;
    right: 0;
    left: auto;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
@media only screen and (min-width: 1200px) {
  .opositar .container .opositar-wrapper .opositar-imagen img {
    top: 55%;
    width: 50%;
  }
}
@media only screen and (min-width: 1501px) {
  .opositar .container .opositar-wrapper .opositar-imagen img {
    top: 64%;
    width: 47%;
  }
}

.requisitos {
  position: relative;
}
@media only screen and (min-width: 993px) {
  .requisitos .container h2 {
    margin-top: 140px;
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 1200px) {
  .requisitos .container h2 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1501px) {
  .requisitos .container h2 {
    margin-top: 140px;
  }
}
.requisitos .container .requisitos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
@media only screen and (min-width: 993px) {
  .requisitos .container .requisitos-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 600px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .requisitos .container .requisitos-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 600px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1501px) {
  .requisitos .container .requisitos-wrapper {
    height: 750px;
  }
}
.requisitos .container .requisitos-wrapper .requisitos-texto {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 993px) {
  .requisitos .container .requisitos-wrapper .requisitos-texto {
    width: 50%;
  }
}
@media only screen and (min-width: 993px) {
  .requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas .bloque-caracteristicas {
  margin: 15px 0;
}
@media only screen and (min-width: 993px) {
  .requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas .bloque-caracteristicas {
    width: 49%;
  }
}
@media only screen and (min-width: 1200px) {
  .requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas .bloque-caracteristicas {
    width: 50%;
    margin: 30px 0 10px;
  }
}
@media only screen and (min-width: 1501px) {
  .requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas .bloque-caracteristicas {
    width: 50%;
    margin: 30px 0;
  }
}
.requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas .bloque-caracteristicas .titulo-requisitos-policia {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}
@media only screen and (min-width: 993px) {
  .requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas .bloque-caracteristicas .titulo-requisitos-policia {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas .bloque-caracteristicas .titulo-requisitos-policia {
    font-size: 23px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1501px) {
  .requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas .bloque-caracteristicas .titulo-requisitos-policia {
    font-size: 28px;
    line-height: 32px;
  }
}
.requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas .bloque-caracteristicas p {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 993px) {
  .requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas .bloque-caracteristicas p {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas .bloque-caracteristicas p {
    margin-top: 12px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1501px) {
  .requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas .bloque-caracteristicas p {
    font-size: 18px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas .bloque-caracteristicas ul {
    margin-top: 12px;
  }
}
.requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas .bloque-caracteristicas ul li {
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) {
  .requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas .bloque-caracteristicas ul li {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1501px) {
  .requisitos .container .requisitos-wrapper .requisitos-texto .box-caracteristicas .bloque-caracteristicas ul li {
    font-size: 18px;
    padding-right: 0;
  }
}
.requisitos .container .requisitos-wrapper .requisitos-texto .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 1200px) {
  .requisitos .container .requisitos-wrapper .requisitos-texto .button-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.requisitos .container .requisitos-wrapper .requisitos-imagen {
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 993px) {
  .requisitos .container .requisitos-wrapper .requisitos-imagen {
    width: 50%;
  }
}
.requisitos .container .requisitos-wrapper .requisitos-imagen img {
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  position: relative;
  margin-top: 50px;
}
@media only screen and (min-width: 500px) {
  .requisitos .container .requisitos-wrapper .requisitos-imagen img {
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 993px) {
  .requisitos .container .requisitos-wrapper .requisitos-imagen img {
    border-radius: 0 33px 33px 0;
    width: 45%;
    position: absolute;
    margin-top: 0;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.pruebas {
  background-color: var(--gray-background);
  padding: 10px 0 40px;
  overflow-x: hidden;
}
@media only screen and (min-width: 1200px) {
  .pruebas {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1501px) {
  .pruebas {
    padding: 135px 0;
  }
}
.pruebas .container .subtitulo {
  padding: 10px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 993px) {
  .pruebas .container .subtitulo {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .pruebas .container .subtitulo {
    margin-top: 0;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1501px) {
  .pruebas .container .subtitulo {
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 1200px) {
  .pruebas .container .slider-slick .slider {
    min-height: 36rem;
  }
}
@media only screen and (min-width: 1501px) {
  .pruebas .container .slider-slick .slider {
    min-height: 39rem;
  }
}
.pruebas .container .slider-slick .slider h2 {
  color: black;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  padding: 10px;
  margin-top: 10px;
  margin-left: 5px;
}
@media screen and (min-width: 500px) {
  .pruebas .container .slider-slick .slider h2 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .pruebas .container .slider-slick .slider h2 {
    font-size: 21px;
    line-height: 29px;
    margin-left: 15px;
  }
}
.pruebas .container button {
  outline: none;
  border: none;
  cursor: pointer;
}
.pruebas .container .atras {
  margin-top: 20px;
  margin-left: 20px;
  outline: none;
}
.pruebas .container .adelante {
  margin-top: 20px;
  outline: none;
}
.pruebas .container .arrow {
  height: 25px;
  cursor: pointer;
}

.por-que-opositar {
  position: relative;
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) {
  .por-que-opositar {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 993px) {
  .por-que-opositar {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .por-que-opositar {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1501px) {
  .por-que-opositar {
    margin-top: 110px;
    margin-bottom: 170px;
  }
}
.por-que-opositar .container {
  display: block;
}
@media only screen and (min-width: 993px) {
  .por-que-opositar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 640px;
  }
}
.por-que-opositar .container .box-texto {
  width: 100%;
}
@media only screen and (min-width: 993px) {
  .por-que-opositar .container .box-texto {
    width: 50%;
  }
}
.por-que-opositar .container .box-texto h2 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 993px) {
  .por-que-opositar .container .box-texto h2 {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .por-que-opositar .container .box-texto h2 {
    margin-top: 50px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1501px) {
  .por-que-opositar .container .box-texto h2 {
    margin-top: 0;
    margin-bottom: 22px;
  }
}
.por-que-opositar .container .box-texto ul li {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .por-que-opositar .container .box-texto ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 18px;
    padding-right: 10px;
  }
  .por-que-opositar .container .box-texto ul li img {
    width: auto;
    height: 16px;
  }
}
@media only screen and (min-width: 1501px) {
  .por-que-opositar .container .box-texto ul li {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
  }
}
.por-que-opositar .container .box-imagen {
  display: none;
}
@media only screen and (min-width: 993px) {
  .por-que-opositar .container .box-imagen {
    display: block;
    width: 50%;
  }
}
.por-que-opositar .container .box-imagen img {
  width: 50%;
}
@media only screen and (min-width: 993px) {
  .por-que-opositar .container .box-imagen img {
    border-radius: 33px 0 0 33px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#cta-bar {
  display: none;
  visibility: hidden;
  background: #1b4091;
  padding: 10px;
  position: fixed;
  z-index: 11;
  width: 100%;
  bottom: 0;
  -webkit-box-shadow: 1px -4px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px -4px 10px 0px rgba(0, 0, 0, 0.75);
}
@media only screen and (min-width: 769px) {
  #cta-bar {
    visibility: visible;
  }
}
#cta-bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 769px) {
  #cta-bar .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#cta-bar .container h5 {
  font-size: 14px;
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 5px;
  color: #fff;
}
@media only screen and (min-width: 993px) {
  #cta-bar .container h5 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #cta-bar .container h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1501px) {
  #cta-bar .container h5 {
    font-size: 20px;
  }
}
#cta-bar .container .btn-cta-bar {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: var(--blue-policia-dark);
  color: #fff;
  border: none;
  padding: 12px 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 993px) {
  #cta-bar .container .btn-cta-bar {
    margin-left: 50px;
  }
}
#cta-bar .container .btn-cta-bar:hover {
  background-color: #000;
}

.overlay-form {
  display: none;
  height: 100vh;
  width: 100%;
  background: var(--black);
  opacity: 0.8;
  position: fixed;
  bottom: 0;
  z-index: 999999999;
}
@media only screen and (min-width: 993px) {
  .overlay-form {
    z-index: 999999999;
  }
}
/*# sourceMappingURL=ficha-pon.css.map */
