/*

Theme Name: Locknmore
Theme URI: https://locknmore.com
Author: Locknmore
Author URI: https://locknmore.com
Description: Locknmore
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: CSS Grid, Gutenberg, Flexbox, mobile first
Text Domain: https://locknmore.com

*/
.wp-block {
  max-width: 991px; }

.block-editor-editor-skeleton__sidebar {
  height: 100%;
  width: 700px !important; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5; }

p {
  font-size: 18px;
  color: #43474f;
  line-height: 35px; }
  p a {
    color: #ec2024; }
  p span {
    font-weight: 300; }

h1,
h2,
h3,
h4 {
  line-height: 40px;
  margin: 0;
  color: #43474f;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-weight: 700; }

h1 {
  font-weight: 800; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 22px; }

@media (max-width: 991px) {
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 20px; } }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #43474f;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #43474f; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #43474f; }

::selection {
  background-color: #000;
  color: #fff; }

/** Utilidades **/
.text-center {
  text-align: center; }

/** Globales **/
a {
  text-decoration: none;
  color: #000; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    color: #43474f;
    font-size: 18px; }

.contenedor {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px; }
  @media (max-width: 991px) {
    .contenedor {
      padding: 0; } }

img {
  max-width: 100%;
  height: auto; }

.boton a {
  padding: 5px 20px;
  background: #ec2024;
  color: #fff;
  font-size: 20px;
  transition: all .5s;
  border-radius: 5px; }
  .boton a:hover {
    background: #b81e21; }

/*----- ----- ---- ----- -----*/
/* HEADER */
/*----- ----- ---- ----- -----*/
.header_contenedor {
  padding: 10px 20px;
  background: #fff; }
  @media (max-width: 991px) {
    .header_contenedor {
      padding: 20px; } }
  .header_contenedor .contenedor {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .header_contenedor .contenedor {
        flex-direction: column; } }
    .header_contenedor .contenedor .logo {
      display: flex;
      flex-direction: column; }
      .header_contenedor .contenedor .logo img {
        height: 50px; }
    .header_contenedor .contenedor .call_toaction {
      display: flex;
      flex-direction: column; }
      @media (max-width: 991px) {
        .header_contenedor .contenedor .call_toaction {
          margin-top: 10px; } }
      .header_contenedor .contenedor .call_toaction span {
        font-weight: 300; }
        @media (max-width: 991px) {
          .header_contenedor .contenedor .call_toaction span {
            font-size: 15px; } }
      .header_contenedor .contenedor .call_toaction .boton {
        display: flex;
        align-items: center; }
        .header_contenedor .contenedor .call_toaction .boton img {
          height: 20px;
          margin-right: 10px; }
        .header_contenedor .contenedor .call_toaction .boton a {
          padding: 5px 20px;
          background: #ec2024;
          color: #fff;
          font-size: 17px;
          transition: all .5s; }
          .header_contenedor .contenedor .call_toaction .boton a:hover {
            background: #b81e21; }

/*----- ----- ---- ----- -----*/
/* Slider */
/*----- ----- ---- ----- -----*/
.banner {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .banner {
      height: auto;
      padding: 100px 20px; } }
  .banner img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%); }
  .banner .contenedor {
    position: relative;
    z-index: 2; }
    .banner .contenedor h1, .banner .contenedor h2 {
      color: #fff; }
    .banner .contenedor h1 {
      font-size: 50px;
      margin-bottom: 15px;
      max-width: 700px;
      line-height: 1.2; }
      @media (max-width: 991px) {
        .banner .contenedor h1 {
          font-size: 35px;
          text-align: center;
          max-width: 100%; } }
    .banner .contenedor h2 {
      font-size: 20px;
      margin-bottom: 15px;
      max-width: 800px;
      line-height: 1.3; }
      @media (max-width: 991px) {
        .banner .contenedor h2 {
          text-align: center;
          font-size: 17px; } }
    .banner .contenedor .boton {
      margin-top: 40px;
      display: flex; }
      @media (max-width: 991px) {
        .banner .contenedor .boton {
          justify-content: center; } }
      .banner .contenedor .boton a {
        padding: 10px 20px 15px 20px;
        font-weight: 600;
        font-size: 25px; }
        @media (max-width: 991px) {
          .banner .contenedor .boton a {
            font-size: 20px; } }

/*----- ----- ---- ----- -----*/
/* Slider 2 */
/*----- ----- ---- ----- -----*/
.banner_2 {
  position: relative;
  height: 700px;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .banner_2 {
      height: auto;
      padding: 100px 20px; } }
  .banner_2 .img_fondo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%); }
  .banner_2 .contenedor {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .banner_2 .contenedor h1, .banner_2 .contenedor h2 {
      color: #fff; }
    .banner_2 .contenedor h1 {
      font-size: 50px;
      margin-bottom: 15px;
      line-height: 1.2;
      text-align: center; }
      @media (max-width: 991px) {
        .banner_2 .contenedor h1 {
          font-size: 35px;
          text-align: center;
          max-width: 100%; } }
    .banner_2 .contenedor h2 {
      font-size: 20px;
      margin-bottom: 15px;
      line-height: 1.3;
      text-align: center; }
      @media (max-width: 991px) {
        .banner_2 .contenedor h2 {
          text-align: center;
          font-size: 17px; } }
    .banner_2 .contenedor img {
      width: 500px;
      margin-bottom: 20px; }
      @media (max-width: 560px) {
        .banner_2 .contenedor img {
          width: 300px; } }
    .banner_2 .contenedor .boton {
      margin-top: 40px;
      display: flex;
      justify-content: center; }
      .banner_2 .contenedor .boton a {
        padding: 10px 20px 15px 20px;
        font-weight: 600;
        font-size: 25px; }
        @media (max-width: 991px) {
          .banner_2 .contenedor .boton a {
            font-size: 20px; } }

/*----- ----- ---- ----- -----*/
/* BRANDS BLOCKS */
/*----- ----- ---- ----- -----*/
.bloque_textos {
  padding: 50px 20px; }
  .bloque_textos .contenedor {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 991px) {
      .bloque_textos .contenedor {
        grid-template-columns: 1fr; } }
    .bloque_textos .contenedor .contenido {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .bloque_textos .contenedor .contenido .boton {
        margin: 10px 0; }
        .bloque_textos .contenedor .contenido .boton a {
          padding: 10px 20px; }
      .bloque_textos .contenedor .contenido img {
        margin-top: 20px;
        width: 300px; }

.mobile_services {
  padding: 50px 20px;
  background: #f2f2f2; }
  .mobile_services .contenedor .titulo {
    text-align: center; }
    .mobile_services .contenedor .titulo h2 {
      font-weight: 700; }
  .mobile_services .contenedor .servicios {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px; }
    @media (max-width: 991px) {
      .mobile_services .contenedor .servicios {
        grid-template-columns: 1fr; } }
    .mobile_services .contenedor .servicios .service {
      display: flex;
      flex-direction: column; }
      .mobile_services .contenedor .servicios .service img {
        width: 100%; }
      .mobile_services .contenedor .servicios .service h3 {
        font-weight: 700;
        text-align: center;
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 15px;
        margin-top: 10px; }
      .mobile_services .contenedor .servicios .service ul {
        list-style: none; }
        .mobile_services .contenedor .servicios .service ul li {
          padding: 5px 0 5px 25px;
          position: relative;
          border-bottom: 1px solid #c4c4c4; }
          .mobile_services .contenedor .servicios .service ul li:before {
            content: '';
            width: 12px;
            height: 15px;
            display: block;
            position: absolute;
            top: 14px;
            left: 6px;
            background-image: url(img/check.png);
            background-size: contain;
            background-repeat: no-repeat; }
          .mobile_services .contenedor .servicios .service ul li:last-of-type {
            border: none; }
      .mobile_services .contenedor .servicios .service .boton {
        margin-top: 20px;
        display: flex;
        justify-content: center; }
        .mobile_services .contenedor .servicios .service .boton a {
          padding: 10px 20px; }

.mapa {
  padding: 50px 20px; }
  .mapa .contenedor .contenido {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .mapa .contenedor .contenido h2 {
      text-align: center;
      margin-bottom: 20px; }
    .mapa .contenedor .contenido h3 {
      color: #ec2024; }
    .mapa .contenedor .contenido ul {
      list-style: none; }
      .mapa .contenedor .contenido ul li {
        padding: 5px 0 5px 27px;
        position: relative;
        font-size: 17px; }
        .mapa .contenedor .contenido ul li:before {
          content: '';
          width: 15px;
          height: 15px;
          display: block;
          position: absolute;
          top: 11px;
          left: 7px;
          background-image: url(img/call_R.png);
          background-size: contain;
          background-repeat: no-repeat; }
      .mapa .contenedor .contenido ul .icono_1:before {
        background-image: url(img/marker.png); }
      .mapa .contenedor .contenido ul .icono_2:before {
        background-image: url(img/call_R.png); }
      .mapa .contenedor .contenido ul .icono_3:before {
        background-image: url(img/time.png); }

/*----- ----- ---- ----- -----*/
/* SERVICE AREAS */
/*----- ----- ---- ----- -----*/
.service_areas {
  padding: 40px 20px;
  background: #f2f2f2; }
  .service_areas .contenedor h2 {
    text-align: center;
    margin-bottom: 30px; }
  .service_areas .contenedor ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    @media (max-width: 991px) {
      .service_areas .contenedor ul {
        grid-template-columns: 1fr; } }
    .service_areas .contenedor ul li {
      padding: 5px 0 5px 25px;
      position: relative;
      font-size: 15px; }
      .service_areas .contenedor ul li:before {
        content: '';
        width: 12px;
        height: 15px;
        display: block;
        position: absolute;
        top: 11px;
        left: 7px;
        background-image: url(img/check.png);
        background-size: contain;
        background-repeat: no-repeat; }

.service_areas_ {
  padding: 50px 20px; }
  .service_areas_ .contenedor {
    max-width: 700px; }
    .service_areas_ .contenedor h2 {
      text-align: center;
      margin-bottom: 30px; }
    .service_areas_ .contenedor ul {
      list-style: none;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr; }
      @media (max-width: 991px) {
        .service_areas_ .contenedor ul {
          grid-template-columns: 1fr; } }
      .service_areas_ .contenedor ul li {
        padding: 5px 0 5px 25px;
        position: relative; }
        .service_areas_ .contenedor ul li:before {
          content: '';
          width: 12px;
          height: 15px;
          display: block;
          position: absolute;
          top: 11px;
          left: 7px;
          background-image: url(img/marker.png);
          background-size: contain;
          background-repeat: no-repeat; }

.banner_mobile {
  padding: 50px 20px;
  position: relative; }
  .banner_mobile .fondo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(30%); }
  .banner_mobile .contenido {
    position: relative;
    z-index: 2; }
  .banner_mobile h2 {
    text-align: center;
    color: #fff; }
  .banner_mobile p {
    text-align: center;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto; }
  .banner_mobile .boton {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px; }
  .banner_mobile .lista {
    max-width: 700px;
    margin: 0 auto; }
    .banner_mobile .lista ul {
      list-style: none;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr; }
      @media (max-width: 991px) {
        .banner_mobile .lista ul {
          grid-template-columns: 1fr; } }
      .banner_mobile .lista ul li {
        padding: 5px 0 5px 27px;
        position: relative;
        font-size: 17px;
        color: #fff; }
        .banner_mobile .lista ul li:before {
          content: '';
          width: 15px;
          height: 15px;
          display: block;
          position: absolute;
          top: 11px;
          left: 7px;
          background-image: url(img/star.png);
          background-size: contain;
          background-repeat: no-repeat; }

/*----- ----- ---- ----- -----*/
/* Getting */
/*----- ----- ---- ----- -----*/
.pasos_contenedor {
  padding: 50px 20px;
  background: #fafafa; }
  .pasos_contenedor .contenedor {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
    @media (max-width: 991px) {
      .pasos_contenedor .contenedor {
        grid-template-columns: 1fr; } }
    .pasos_contenedor .contenedor .pasos .paso {
      padding: 10px;
      display: grid;
      grid-template-columns: 1fr 5fr;
      border-bottom: 1px solid #c4c4c4; }
      @media (max-width: 991px) {
        .pasos_contenedor .contenedor .pasos .paso {
          display: flex;
          flex-direction: column;
          align-items: center; } }
      .pasos_contenedor .contenedor .pasos .paso:first-of-type {
        padding-top: 0; }
      .pasos_contenedor .contenedor .pasos .paso:last-of-type {
        border: none; }
      .pasos_contenedor .contenedor .pasos .paso .icono {
        margin-right: 20px;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background: #ec2024;
        display: flex;
        flex-direction: center;
        justify-content: center;
        align-items: center; }
        .pasos_contenedor .contenedor .pasos .paso .icono img {
          height: 40px;
          width: auto; }
      .pasos_contenedor .contenedor .pasos .paso .datos {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        @media (max-width: 991px) {
          .pasos_contenedor .contenedor .pasos .paso .datos h3 {
            text-align: center; } }
        .pasos_contenedor .contenedor .pasos .paso .datos p {
          margin: 0;
          line-height: 1.2; }
          @media (max-width: 991px) {
            .pasos_contenedor .contenedor .pasos .paso .datos p {
              text-align: center; } }

/*----- ----- ---- ----- -----*/
/* Testimonios */
/*----- ----- ---- ----- -----*/
.testimonios {
  padding: 50px 20px;
  background: #f2f2f2; }
  .testimonios .titulo {
    margin-bottom: 30px; }
    .testimonios .titulo h2 {
      text-align: center; }
  .testimonios .testimonio {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 991px) {
      .testimonios .testimonio {
        grid-template-columns: 1fr; } }
    .testimonios .testimonio .persona {
      background: #fff;
      padding: 20px;
      border-radius: 10px; }
      .testimonios .testimonio .persona .nombres {
        display: grid;
        grid-template-columns: 1fr 5fr;
        margin-bottom: 20px;
        grid-gap: 10px; }
        .testimonios .testimonio .persona .nombres .nombre {
          display: flex;
          flex-direction: column;
          font-size: 14px;
          font-weight: 600;
          justify-content: center; }
          .testimonios .testimonio .persona .nombres .nombre img {
            width: 100px; }
      .testimonios .testimonio .persona .comentario p {
        margin: 0;
        font-size: 15px;
        line-height: 1.3; }
        @media (max-width: 991px) {
          .testimonios .testimonio .persona .comentario p {
            font-size: 14px; } }

/*----- ----- ---- ----- -----*/
/* Banner Footer */
/*----- ----- ---- ----- -----*/
.banner_footer {
  padding: 100px 20px;
  position: relative; }
  .banner_footer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(30%); }
  .banner_footer .contenedor {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column; }
    .banner_footer .contenedor h2 {
      color: #fff; }
    .banner_footer .contenedor h3 {
      color: #fff; }
    .banner_footer .contenedor .boton {
      margin-top: 20px; }
      .banner_footer .contenedor .boton a {
        padding: 10px 20px; }
  @media (max-width: 991px) {
    .banner_footer {
      margin-bottom: 110px; } }

.footer {
  background: #43474f;
  padding: 20px; }
  .footer .contenedor {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 991px) {
      .footer .contenedor {
        flex-direction: column; } }
    .footer .contenedor .copy p {
      color: #fff;
      margin: 0; }
    @media (max-width: 991px) {
      .footer .contenedor .copy {
        margin-bottom: 15px; } }
    .footer .contenedor .pay {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media (max-width: 991px) {
        .footer .contenedor .pay {
          margin-bottom: 15px; } }
    .footer .contenedor .correo a {
      color: #fff; }
  @media (max-width: 991px) {
    .footer {
      margin-bottom: 110px; } }

.footer_fixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  padding-bottom: 20px;
  background: rgba(0, 0, 0, 0.7);
  flex-direction: column;
  align-items: center; }
  .footer_fixed h4 {
    text-align: center;
    color: #fff; }
  .footer_fixed .boton {
    margin-top: 10px; }
  @media (max-width: 991px) {
    .footer_fixed {
      display: flex; } }
