@charset "UTF-8";
/*
Theme Name: Dynprecio
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Dynprecio Theme is a customized version of Blankslate template.
Version: 2024
Requires at least: 5.2
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html

BlankSlate WordPress Theme © 2011-2022 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
/******************************MIXINS******************************/
/*Variables*/
@import url("https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/dynprecio/fonts/icomoon.eot?cgg8ew");
  src: url("/wp-content/themes/dynprecio/fonts/icomoon.eot?cgg8ew#iefix") format("embedded-opentype"), url("/wp-content/themes/dynprecio/fonts/icomoon.ttf?cgg8ew") format("truetype"), url("/wp-content/themes/dynprecio/fonts/icomoon.woff?cgg8ew") format("woff"), url("/wp-content/themes/dynprecio/fonts/icomoon.svg?cgg8ew#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-up:before {
  content: "\e900";
}

.icon-down:before {
  content: "\e901";
}

.icon-right:before {
  content: "\e902";
}

.icon-left:before {
  content: "\e903";
}

.icon-close:before {
  content: "\e904";
}

.icon-mas:before {
  content: "\e905";
}

.icon-menos:before {
  content: "\e906";
}

.icon-play:before {
  content: "\e907";
}

.icon-list:before {
  content: "\e908";
}

.icon-map:before {
  content: "\e909";
}

.icon-phone:before {
  content: "\e90a";
}

.icon-email:before {
  content: "\e90b";
}

.icon-user:before {
  content: "\e90c";
}

/*General*/
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width: 1199px) {
  * {
    text-rendering: auto;
  }
}

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  background: #f8f3f2;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 300;
  color: #1E2344;
  font-size: 15px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

@media only screen and (max-width: 1199px) {
  body {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
}

body strong {
  font-weight: 600;
}

body.body-fade-in {
  -webkit-animation: fadeIn ease 1.5s;
  -moz-animation: fadeIn ease 1.5s;
  -ms-animation: fadeIn ease 1.5s;
  -o-animation: fadeIn ease 1.5s;
  animation: fadeIn ease 1.5s;
}

@media only screen and (max-width: 1199px) {
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: -105%;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #1E2344;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transform: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  color: #1E2344;
  margin: 0 0 20px 0;
  font-weight: 800;
  padding: 0;
  font-family: "Reddit Sans", sans-serif;
}

h1 {
  font-size: 50px;
  line-height: 55px;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 45px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

h2, .h2 {
  font-size: 40px;
  line-height: 50px;
}

@media only screen and (max-width: 1199px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 600px) {
  h2, .h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

h3, .h3 {
  font-size: 35px;
  line-height: 42px;
}

@media only screen and (max-width: 1199px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 991px) {
  h3, .h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 600px) {
  h3, .h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

h4, .h4 {
  font-size: 30px;
  line-height: 36px;
}

@media only screen and (max-width: 991px) {
  h4, .h4 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 600px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 28px;
  }
}

h5, .h5 {
  font-size: 26px;
  line-height: 32px;
}

@media only screen and (max-width: 991px) {
  h5, .h5 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 600px) {
  h5, .h5 {
    font-size: 18px;
    line-height: 22px;
  }
}

ul, ol {
  padding: 0 0 5px 40px;
  margin: 0;
}

ul li, ol li {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}

@media only screen and (max-width: 600px) {
  ul li, ol li {
    font-size: 14px;
    line-height: 20px;
  }
}

ul li strong, ol li strong {
  font-weight: 600;
}

ul li {
  list-style: disc;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Reddit Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #1E2344;
}

@media only screen and (max-width: 600px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}

p strong {
  font-weight: 600;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  text-decoration: underline;
  color: #1E2344;
  font-weight: 500;
  position: relative;
}

a:hover {
  color: #1E2344;
}

@media only screen and (max-width: 1199px) {
  a:hover {
    color: #1E2344;
  }
}

:active, :focus {
  outline: none;
}

::placeholder {
  color: #8e90a1;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8e90a1;
}

::-ms-input-placeholder {
  color: #8e90a1;
}

textarea, input, select {
  border-radius: 0;
  font-family: "Reddit Sans", sans-serif;
  height: 44px;
  padding: 12px 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #1E2344;
  background: white;
  border-radius: 0;
}

@media only screen and (max-width: 991px) {
  textarea, input, select {
    font-size: 15px;
    line-height: 24px;
    height: auto;
    padding: 8px 0;
  }
}

@media only screen and (max-width: 600px) {
  textarea, input, select {
    font-size: 14px;
    line-height: 22px;
  }
}

input {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
  height: 100px;
  resize: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

[type="radio"]:checked,
[type="radio"]:not(:checked), [type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label, [type="checkbox"]:checked + span,
[type="checkbox"]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: block;
  color: #1E2344;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before, [type="checkbox"]:checked + span:before,
[type="checkbox"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid white;
  background: white;
  border-radius: 20px;
  border: 1px solid #1E2344;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after, [type="checkbox"]:checked + span:after,
[type="checkbox"]:not(:checked) + span:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #1E2344;
  border-radius: 10px;
  position: absolute;
  top: 5px;
  left: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

[type="radio"]:not(:checked) + label:after, [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after, [type="checkbox"]:checked + span:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* General */
main {
  background: white;
}

section, footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 150px 0;
}

@media only screen and (max-width: 1360px) {
  section, footer {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 1199px) {
  section, footer {
    padding: 90px 0;
  }
}

@media only screen and (max-width: 991px) {
  section, footer {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  section, footer {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 600px) {
  section, footer {
    padding: 30px 0;
  }
}

section .container, section .container-mini, section .container-post, section .container-big, footer .container, footer .container-mini, footer .container-post, footer .container-big {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  section .container, section .container-mini, section .container-post, section .container-big, footer .container, footer .container-mini, footer .container-post, footer .container-big {
    max-width: 100%;
    padding: 0 20px;
  }
}

section .container .row, section .container-mini .row, section .container-post .row, section .container-big .row, footer .container .row, footer .container-mini .row, footer .container-post .row, footer .container-big .row {
  margin-left: -15px;
  margin-right: -15px;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  section .container .row, section .container-mini .row, section .container-post .row, section .container-big .row, footer .container .row, footer .container-mini .row, footer .container-post .row, footer .container-big .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

section .container .row .col, section .container-mini .row .col, section .container-post .row .col, section .container-big .row .col, footer .container .row .col, footer .container-mini .row .col, footer .container-post .row .col, footer .container-big .row .col {
  position: relative;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  section .container .row .col, section .container-mini .row .col, section .container-post .row .col, section .container-big .row .col, footer .container .row .col, footer .container-mini .row .col, footer .container-post .row .col, footer .container-big .row .col {
    padding: 0 10px;
  }
}

section .container .row .col.col12, section .container-mini .row .col.col12, section .container-post .row .col.col12, section .container-big .row .col.col12, footer .container .row .col.col12, footer .container-mini .row .col.col12, footer .container-post .row .col.col12, footer .container-big .row .col.col12 {
  width: 12.5%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col12, section .container-mini .row .col.col12, section .container-post .row .col.col12, section .container-big .row .col.col12, footer .container .row .col.col12, footer .container-mini .row .col.col12, footer .container-post .row .col.col12, footer .container-big .row .col.col12 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col12, section .container-mini .row .col.col12, section .container-post .row .col.col12, section .container-big .row .col.col12, footer .container .row .col.col12, footer .container-mini .row .col.col12, footer .container-post .row .col.col12, footer .container-big .row .col.col12 {
    width: 100%;
  }
}

section .container .row .col.col16, section .container-mini .row .col.col16, section .container-post .row .col.col16, section .container-big .row .col.col16, footer .container .row .col.col16, footer .container-mini .row .col.col16, footer .container-post .row .col.col16, footer .container-big .row .col.col16 {
  width: 16.6666%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col16, section .container-mini .row .col.col16, section .container-post .row .col.col16, section .container-big .row .col.col16, footer .container .row .col.col16, footer .container-mini .row .col.col16, footer .container-post .row .col.col16, footer .container-big .row .col.col16 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col16, section .container-mini .row .col.col16, section .container-post .row .col.col16, section .container-big .row .col.col16, footer .container .row .col.col16, footer .container-mini .row .col.col16, footer .container-post .row .col.col16, footer .container-big .row .col.col16 {
    width: 100%;
  }
}

section .container .row .col.col20, section .container-mini .row .col.col20, section .container-post .row .col.col20, section .container-big .row .col.col20, footer .container .row .col.col20, footer .container-mini .row .col.col20, footer .container-post .row .col.col20, footer .container-big .row .col.col20 {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col20, section .container-mini .row .col.col20, section .container-post .row .col.col20, section .container-big .row .col.col20, footer .container .row .col.col20, footer .container-mini .row .col.col20, footer .container-post .row .col.col20, footer .container-big .row .col.col20 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col20, section .container-mini .row .col.col20, section .container-post .row .col.col20, section .container-big .row .col.col20, footer .container .row .col.col20, footer .container-mini .row .col.col20, footer .container-post .row .col.col20, footer .container-big .row .col.col20 {
    width: 100%;
  }
}

section .container .row .col.col25, section .container-mini .row .col.col25, section .container-post .row .col.col25, section .container-big .row .col.col25, footer .container .row .col.col25, footer .container-mini .row .col.col25, footer .container-post .row .col.col25, footer .container-big .row .col.col25 {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col25, section .container-mini .row .col.col25, section .container-post .row .col.col25, section .container-big .row .col.col25, footer .container .row .col.col25, footer .container-mini .row .col.col25, footer .container-post .row .col.col25, footer .container-big .row .col.col25 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col25, section .container-mini .row .col.col25, section .container-post .row .col.col25, section .container-big .row .col.col25, footer .container .row .col.col25, footer .container-mini .row .col.col25, footer .container-post .row .col.col25, footer .container-big .row .col.col25 {
    width: 100%;
  }
}

section .container .row .col.col30, section .container-mini .row .col.col30, section .container-post .row .col.col30, section .container-big .row .col.col30, footer .container .row .col.col30, footer .container-mini .row .col.col30, footer .container-post .row .col.col30, footer .container-big .row .col.col30 {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col30, section .container-mini .row .col.col30, section .container-post .row .col.col30, section .container-big .row .col.col30, footer .container .row .col.col30, footer .container-mini .row .col.col30, footer .container-post .row .col.col30, footer .container-big .row .col.col30 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col30, section .container-mini .row .col.col30, section .container-post .row .col.col30, section .container-big .row .col.col30, footer .container .row .col.col30, footer .container-mini .row .col.col30, footer .container-post .row .col.col30, footer .container-big .row .col.col30 {
    width: 100%;
  }
}

section .container .row .col.col35, section .container-mini .row .col.col35, section .container-post .row .col.col35, section .container-big .row .col.col35, footer .container .row .col.col35, footer .container-mini .row .col.col35, footer .container-post .row .col.col35, footer .container-big .row .col.col35 {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col35, section .container-mini .row .col.col35, section .container-post .row .col.col35, section .container-big .row .col.col35, footer .container .row .col.col35, footer .container-mini .row .col.col35, footer .container-post .row .col.col35, footer .container-big .row .col.col35 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col35, section .container-mini .row .col.col35, section .container-post .row .col.col35, section .container-big .row .col.col35, footer .container .row .col.col35, footer .container-mini .row .col.col35, footer .container-post .row .col.col35, footer .container-big .row .col.col35 {
    width: 100%;
  }
}

section .container .row .col.col33, section .container-mini .row .col.col33, section .container-post .row .col.col33, section .container-big .row .col.col33, footer .container .row .col.col33, footer .container-mini .row .col.col33, footer .container-post .row .col.col33, footer .container-big .row .col.col33 {
  width: 33.3333%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col33, section .container-mini .row .col.col33, section .container-post .row .col.col33, section .container-big .row .col.col33, footer .container .row .col.col33, footer .container-mini .row .col.col33, footer .container-post .row .col.col33, footer .container-big .row .col.col33 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col33, section .container-mini .row .col.col33, section .container-post .row .col.col33, section .container-big .row .col.col33, footer .container .row .col.col33, footer .container-mini .row .col.col33, footer .container-post .row .col.col33, footer .container-big .row .col.col33 {
    width: 100%;
  }
}

section .container .row .col.col36, section .container-mini .row .col.col36, section .container-post .row .col.col36, section .container-big .row .col.col36, footer .container .row .col.col36, footer .container-mini .row .col.col36, footer .container-post .row .col.col36, footer .container-big .row .col.col36 {
  width: 36.6666%;
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col36, section .container-mini .row .col.col36, section .container-post .row .col.col36, section .container-big .row .col.col36, footer .container .row .col.col36, footer .container-mini .row .col.col36, footer .container-post .row .col.col36, footer .container-big .row .col.col36 {
    width: 100%;
  }
}

section .container .row .col.col40, section .container-mini .row .col.col40, section .container-post .row .col.col40, section .container-big .row .col.col40, footer .container .row .col.col40, footer .container-mini .row .col.col40, footer .container-post .row .col.col40, footer .container-big .row .col.col40 {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col40, section .container-mini .row .col.col40, section .container-post .row .col.col40, section .container-big .row .col.col40, footer .container .row .col.col40, footer .container-mini .row .col.col40, footer .container-post .row .col.col40, footer .container-big .row .col.col40 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col40, section .container-mini .row .col.col40, section .container-post .row .col.col40, section .container-big .row .col.col40, footer .container .row .col.col40, footer .container-mini .row .col.col40, footer .container-post .row .col.col40, footer .container-big .row .col.col40 {
    width: 100%;
  }
}

section .container .row .col.col45, section .container-mini .row .col.col45, section .container-post .row .col.col45, section .container-big .row .col.col45, footer .container .row .col.col45, footer .container-mini .row .col.col45, footer .container-post .row .col.col45, footer .container-big .row .col.col45 {
  width: 45%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col45, section .container-mini .row .col.col45, section .container-post .row .col.col45, section .container-big .row .col.col45, footer .container .row .col.col45, footer .container-mini .row .col.col45, footer .container-post .row .col.col45, footer .container-big .row .col.col45 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col45, section .container-mini .row .col.col45, section .container-post .row .col.col45, section .container-big .row .col.col45, footer .container .row .col.col45, footer .container-mini .row .col.col45, footer .container-post .row .col.col45, footer .container-big .row .col.col45 {
    width: 100%;
  }
}

section .container .row .col.col50, section .container-mini .row .col.col50, section .container-post .row .col.col50, section .container-big .row .col.col50, footer .container .row .col.col50, footer .container-mini .row .col.col50, footer .container-post .row .col.col50, footer .container-big .row .col.col50 {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col50, section .container-mini .row .col.col50, section .container-post .row .col.col50, section .container-big .row .col.col50, footer .container .row .col.col50, footer .container-mini .row .col.col50, footer .container-post .row .col.col50, footer .container-big .row .col.col50 {
    width: 100%;
  }
}

section .container .row .col.col55, section .container-mini .row .col.col55, section .container-post .row .col.col55, section .container-big .row .col.col55, footer .container .row .col.col55, footer .container-mini .row .col.col55, footer .container-post .row .col.col55, footer .container-big .row .col.col55 {
  width: 55%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col55, section .container-mini .row .col.col55, section .container-post .row .col.col55, section .container-big .row .col.col55, footer .container .row .col.col55, footer .container-mini .row .col.col55, footer .container-post .row .col.col55, footer .container-big .row .col.col55 {
    width: 100%;
  }
}

section .container .row .col.col60, section .container-mini .row .col.col60, section .container-post .row .col.col60, section .container-big .row .col.col60, footer .container .row .col.col60, footer .container-mini .row .col.col60, footer .container-post .row .col.col60, footer .container-big .row .col.col60 {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col60, section .container-mini .row .col.col60, section .container-post .row .col.col60, section .container-big .row .col.col60, footer .container .row .col.col60, footer .container-mini .row .col.col60, footer .container-post .row .col.col60, footer .container-big .row .col.col60 {
    width: 100%;
  }
}

section .container .row .col.col63, section .container-mini .row .col.col63, section .container-post .row .col.col63, section .container-big .row .col.col63, footer .container .row .col.col63, footer .container-mini .row .col.col63, footer .container-post .row .col.col63, footer .container-big .row .col.col63 {
  width: 63.3333%;
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col63, section .container-mini .row .col.col63, section .container-post .row .col.col63, section .container-big .row .col.col63, footer .container .row .col.col63, footer .container-mini .row .col.col63, footer .container-post .row .col.col63, footer .container-big .row .col.col63 {
    width: 100%;
  }
}

section .container .row .col.col66, section .container-mini .row .col.col66, section .container-post .row .col.col66, section .container-big .row .col.col66, footer .container .row .col.col66, footer .container-mini .row .col.col66, footer .container-post .row .col.col66, footer .container-big .row .col.col66 {
  width: 66.6666%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col66, section .container-mini .row .col.col66, section .container-post .row .col.col66, section .container-big .row .col.col66, footer .container .row .col.col66, footer .container-mini .row .col.col66, footer .container-post .row .col.col66, footer .container-big .row .col.col66 {
    width: 100%;
  }
}

section .container .row .col.col70, section .container-mini .row .col.col70, section .container-post .row .col.col70, section .container-big .row .col.col70, footer .container .row .col.col70, footer .container-mini .row .col.col70, footer .container-post .row .col.col70, footer .container-big .row .col.col70 {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col70, section .container-mini .row .col.col70, section .container-post .row .col.col70, section .container-big .row .col.col70, footer .container .row .col.col70, footer .container-mini .row .col.col70, footer .container-post .row .col.col70, footer .container-big .row .col.col70 {
    width: 100%;
  }
}

section .container .row .col.col75, section .container-mini .row .col.col75, section .container-post .row .col.col75, section .container-big .row .col.col75, footer .container .row .col.col75, footer .container-mini .row .col.col75, footer .container-post .row .col.col75, footer .container-big .row .col.col75 {
  width: 75%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col75, section .container-mini .row .col.col75, section .container-post .row .col.col75, section .container-big .row .col.col75, footer .container .row .col.col75, footer .container-mini .row .col.col75, footer .container-post .row .col.col75, footer .container-big .row .col.col75 {
    width: 100%;
  }
}

section .container .row .col.col80, section .container-mini .row .col.col80, section .container-post .row .col.col80, section .container-big .row .col.col80, footer .container .row .col.col80, footer .container-mini .row .col.col80, footer .container-post .row .col.col80, footer .container-big .row .col.col80 {
  width: 80%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col80, section .container-mini .row .col.col80, section .container-post .row .col.col80, section .container-big .row .col.col80, footer .container .row .col.col80, footer .container-mini .row .col.col80, footer .container-post .row .col.col80, footer .container-big .row .col.col80 {
    width: 100%;
  }
}

section .container-mini, footer .container-mini {
  max-width: 1020px;
}

section .container-post, footer .container-post {
  max-width: 860px;
}

/*General*/
.boton, .wpcf7-submit {
  font-size: 16px;
  line-height: 40px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 40px;
  padding: 0 30px;
  color: white;
  text-decoration: none;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  display: table;
  background: linear-gradient(90deg, var(--c1, #97150D), var(--c2, #FD2315) 51%, var(--c1, #FD2315)) var(--x, 0)/200%;
}

@media only screen and (max-width: 600px) {
  .boton, .wpcf7-submit {
    font-size: 15px;
  }
}

.boton:hover, .wpcf7-submit:hover {
  color: white;
}

@media only screen and (min-width: 1199px) {
  .boton:hover, .wpcf7-submit:hover {
    --x: 100%;
    color: white;
  }
}

.titulo {
  font-size: 46px;
  line-height: 54px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 800;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 1360px) {
  .titulo {
    font-size: 42px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .titulo {
    font-size: 38px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .titulo {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 600px) {
  .titulo {
    font-size: 30px;
    line-height: 35px;
  }
}

.titulo strong {
  color: #FD2315;
  font-weight: 800;
}

.titulo-superior {
  margin: 0;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 0 20px;
  display: block;
  margin: 0 0 15px 0;
}

@media only screen and (max-width: 991px) {
  .titulo-superior {
    font-size: 17px;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 600px) {
  .titulo-superior {
    font-size: 16px;
    line-height: 20px;
  }
}

.titulo-superior:before {
  content: "";
  background-image: url("/wp-content/themes/dynprecio/img/icono-titulo.svg");
  background-size: 12px 22px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 22px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

@media only screen and (max-width: 600px) {
  .titulo-superior:before {
    background-size: 11px 20px;
    height: 20px;
    width: 11px;
  }
}

.minititulo {
  font-size: 34px;
  line-height: 42px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 800;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 1360px) {
  .minititulo {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .minititulo {
    font-size: 30px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .minititulo {
    font-size: 28px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 600px) {
  .minititulo {
    font-size: 26px;
    line-height: 32px;
  }
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.lista-texto {
  padding: 0 0 5px 26px;
}

.lista-texto li {
  list-style: none;
  position: relative;
}

.lista-texto li:before {
  content: "\e908";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: -17px;
  color: #FD2315;
  font-size: 20px;
}

.texto-cta {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 0 20px;
}

@media only screen and (max-width: 600px) {
  .texto-cta {
    font-size: 15px;
    line-height: 22px;
  }
}

form .form-row {
  height: 75px;
}

@media only screen and (max-width: 991px) {
  form .form-row {
    height: 70px;
  }
}

form .form-row p {
  margin: 0;
}

form .form-row input, form .form-row select, form .form-row textarea {
  width: 100%;
}

form .form-row .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 13px;
  padding: 6px 0 0 0;
  font-weight: 500;
  color: #FD2315;
}

form .form-row.form-textarea {
  height: 140px;
}

form .form-row.form-check {
  display: flex;
  align-items: start;
  height: auto;
}

form .form-row.form-check p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
  color: #1E2344;
}

@media only screen and (max-width: 600px) {
  form .form-row.form-check p {
    font-size: 13px;
  }
}

form .form-row.form-check p a {
  color: #1E2344;
  text-decoration: underline;
}

form .form-row.form-check .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: block;
}

form .form-row.form-check .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0;
}

form .form-row.form-check .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item [type=radio]:checked + label:before, form .form-row.form-check .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item [type=radio]:not(:checked) + label:before, form .form-row.form-check .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item [type=checkbox]:checked + span:before, form .form-row.form-check .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item [type=checkbox]:not(:checked) + span:before {
  border: 2px solid #FD2315;
}

form .form-row.form-check .wpcf7-not-valid-tip {
  display: none;
}

form .form-captcha {
  font-size: 15px;
}

form .form-send {
  margin: 10px 0 0 0;
}

form .form-send p {
  margin: 0;
  display: flex;
}

form .form-send p input {
  bordeR: 0 !important;
  cursor: pointer;
}

form .form-send p .wpcf7-spinner {
  top: 6px;
}

form .disclaimer {
  margin: 10px 0 30px 0;
}

form .disclaimer p {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
}

form .disclaimer p a {
  color: #1E2344;
  text-decoration: underline;
}

form .wpcf7-response-output {
  font-size: 13px;
  line-height: 18px;
  border: 2px solid #FD2315 !important;
  border-radius: 10px;
  color: #FD2315;
  font-weight: 500;
  padding: 10px 15px !important;
}

/*Header*/
.header {
  width: 100%;
  z-index: 222;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 121;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  height: 90px;
  border-bottom: 1px solid transparent;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1360px) {
  .header .navbar {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar {
    padding: 0 20px;
    height: 70px;
  }
}

.header .navbar .logo {
  height: 50px;
  width: 250px;
  display: block;
  position: absolute;
  z-index: 123;
}

@media only screen and (max-width: 767px) {
  .header .navbar .logo {
    height: 40px;
    width: 200px;
  }
}

.header .navbar .logo span {
  background-image: url("/wp-content/themes/dynprecio/img/logo.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 100%;
  width: 100%;
}

.header .navbar .header-icon {
  margin: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: none;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .header-icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 45612;
    right: 30px;
    top: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar .header-icon {
    right: 20px;
    top: 24px;
  }
}

.header .navbar .header-icon span {
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  width: 100%;
  background: #1E2344;
  left: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transform: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.header .navbar .header-icon span:nth-child(1) {
  top: 0px;
}

.header .navbar .header-icon span:nth-child(2), .header .navbar .header-icon span:nth-child(3) {
  top: 10px;
}

.header .navbar .header-icon span:nth-child(4) {
  top: 20px;
}

.header .navbar .header-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.header .navbar .header-icon.open span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .navbar .header-icon.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .navbar .header-icon.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}

.header .navbar .nav {
  margin: 0 0 0 auto;
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav {
    top: 91px;
    position: fixed;
    width: 320px;
    left: -360px;
    z-index: 10;
    height: calc(100vh - 92px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transform: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: white !important;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar .nav {
    top: 71px;
    height: calc(100vh - 72px);
  }
}

@media only screen and (max-width: 480px) {
  .header .navbar .nav {
    width: 100vw;
    left: -101vw;
  }
}

.header .navbar .nav .menu-nav {
  margin: 0 auto;
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu {
  padding: 0;
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  margin: 0;
}

@media only screen and (max-width: 1360px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item {
    display: block;
    padding: 0;
    border-top: 1px solid #e5e5e5;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #1E2344;
  display: block;
  position: relative;
  z-index: 1;
  padding: 32px 24px;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item a {
    text-align: left;
    padding: 18px 30px;
    color: #1E2344 !important;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item a {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item a {
    padding: 15px 20px;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item a:before {
  content: "";
  position: absolute;
  bottom: 20px;
  border-radius: 20px;
  left: 0;
  display: block;
  width: 100%;
  height: 40px;
  background: #F2E8E5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item a:before {
    content: none;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-item a, .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-ancestor a {
    background: #F2E8E5;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-item a:before, .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-ancestor a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-item a:before, .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-ancestor a:before {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-item a:hover, .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-ancestor a:hover {
    background: transparent;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-item .sub-menu .menu-item a, .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-ancestor .sub-menu .menu-item a {
    background: white;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-item .sub-menu .menu-item.current-menu-item a, .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-ancestor .sub-menu .menu-item.current-menu-item a {
    background: #F2E8E5 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-item .sub-menu .menu-item.current-menu-item a:hover, .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-ancestor .sub-menu .menu-item.current-menu-item a:hover {
    background: #F2E8E5 !important;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children {
  position: relative;
  cursor: pointer;
  padding: 15px 10px;
  /*&.current-menu-parent {
                        a {
                          &:before {
                            content: "";
                            position: absolute;
                            height: 40px;
                            border-radius: 25px;
                            background: $clear;
                            @include transition(all 0.3s ease);
                            top: 3px;
                            left: 15px;
                            width: 100%;
                            z-index: -1;
                            @include responsive(responsive1199){
                              display: none;
                            }
                          }
                        }
                      }*/
}

@media only screen and (max-width: 1360px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children {
    padding: 15px 5px;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children {
    padding: 0;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children span {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children span {
    display: block;
    width: 100%;
    height: 52px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 13;
    color: #1E2344 !important;
    line-height: 52px;
    font-size: 13px;
    text-align: right;
    padding: 0 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children span {
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    padding: 0 20px 0 0;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children a {
  padding-right: 34px;
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children a:after {
  font-family: "icomoon";
  font-size: 11px;
  content: "\e901";
  position: absolute;
  right: 16px;
  top: 33px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children a:after {
    display: none;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  width: 300px;
  right: 0;
  background: #F2E8E5;
  margin: 0;
  padding: 10px 0;
  left: 10px;
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
  top: -1127px;
  border-radius: 10px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transform: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu {
    position: initial;
    right: initial;
    top: initial;
    display: none;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    border-radius: 0;
    background: white !important;
    border-radius: 0;
    padding: 0;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li {
  position: relative;
  width: 100%;
  padding: 0;
  /*&.current-menu-item {
                            a {
                              background: $azul;
                              @include responsive(responsive1199){
                                background: $beige!important;
                              }
                              &:hover {
                                @include responsive(responsive1199){
                                  background: $beige!important;
                                }
                              }
                            }
                          }*/
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a {
  padding: 15px 30px 15px 95px;
  line-height: 20px;
  font-weight: 600;
  font-size: 15px;
  min-height: 80px;
  position: relative;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a {
    padding: 15px 25px 15px 105px;
    color: #1E2344 !important;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a {
    padding: 15px 25px 15px 95px;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a:after, .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a:before {
  content: none !important;
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a span.icon {
  background-image: url("/wp-content/themes/dynprecio/img/funcionalidad-automatizacion.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 10px;
  left: 20px;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a span.icon {
    left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a span.icon {
    left: 20px;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a span.icon.icon-ia {
  background-image: url("/wp-content/themes/dynprecio/img/funcionalidad-ia.svg");
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a span.icon.icon-datos {
  background-image: url("/wp-content/themes/dynprecio/img/funcionalidad-datos.svg");
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a:hover span.icon {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a:hover span.icon {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover a:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover a:after {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 110px;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover .sub-menu li a {
    background: white;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover .sub-menu li a:hover {
    background: white;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover .sub-menu li.current-menu-item a {
    background: white;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover .sub-menu li:first-child a {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover .sub-menu li:first-child a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover .sub-menu li:last-child a {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover .sub-menu li:last-child a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children.active a:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children.active .sub-menu {
    display: block;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .boton {
    position: fixed;
    top: 24px;
    z-index: 1234;
    right: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar .nav .boton {
    position: initial;
    top: initial;
    right: initial;
    z-index: initial;
    display: block;
    width: 100%;
    border-radius: 0;
    height: 47px;
    line-height: 47px;
    padding: 0 20px;
    font-size: 16px;
  }
}

.header.large {
  background: transparent;
  border-bottom: 1px solid transparent;
}

@media only screen and (max-width: 1199px) {
  .header.large {
    background: white;
    border-bottom: 1px solid #1E2344;
  }
}

.header.small {
  background: white;
  border-bottom: 1px solid #1E2344;
}

@media only screen and (max-width: 1199px) {
  .header.small {
    background: white;
    border-bottom: 1px solid #1E2344;
  }
}

.open-menu {
  overflow: hidden !important;
}

@media only screen and (max-width: 1199px) {
  .open-menu:before {
    z-index: 30;
    left: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}

.open-menu .header .navbar .nav {
  left: 0;
}

/*Home*/
.intro-home {
  position: relative;
  background: #f8f3f2;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .intro-home {
    flex-wrap: wrap;
    overflow: hidden;
  }
}

.intro-home:after {
  content: "";
  background-image: url("/wp-content/themes/dynprecio/img/background-home.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

@media only screen and (max-width: 991px) {
  .intro-home:after {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .intro-home:after {
    background-image: url("/wp-content/themes/dynprecio/img/background-funcionalidades.jpg");
    width: 140%;
    right: -20%;
    top: initial;
    bottom: 0;
  }
}

.intro-home .texto-intro {
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}

@media only screen and (max-width: 1360px) {
  .intro-home .texto-intro {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .intro-home .texto-intro {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .intro-home .texto-intro {
    width: 100%;
  }
}

.intro-home .texto-intro .intro {
  max-width: 630px;
  padding: 0 0 0 30px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 1199px) {
  .intro-home .texto-intro .intro {
    padding: 0 50px 0 30px;
  }
}

@media only screen and (max-width: 991px) {
  .intro-home .texto-intro .intro {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-home .texto-intro .intro {
    padding: 0 20px;
    max-width: 100%;
  }
}

.intro-home .texto-intro .intro p {
  font-size: 17px;
  line-height: 25px;
}

@media only screen and (max-width: 991px) {
  .intro-home .texto-intro .intro p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .intro-home .texto-intro .intro p {
    font-size: 15px;
    line-height: 22px;
  }
}

.intro-home .texto-intro .intro .boton {
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .intro-home .texto-intro .intro .boton {
    margin: 20px 0;
  }
}

.intro-home .pantallas-intro {
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 0 30px;
}

@media only screen and (max-width: 1199px) {
  .intro-home .pantallas-intro {
    padding: 0 30px 0 50px;
  }
}

@media only screen and (max-width: 991px) {
  .intro-home .pantallas-intro {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-home .pantallas-intro {
    padding: 0 20px;
    width: 100%;
  }
}

.intro-home .pantallas-intro img {
  max-width: 580px;
  margin: 0 auto;
}

.intro-home .scrolldown {
  position: absolute;
  bottom: 100px;
  left: calc(50% - 12px);
}

.scrolldown {
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 4;
  width: 24px;
  height: 46px;
  border: 1px solid #1E2344;
  border-radius: 15px;
}

@media only screen and (max-width: 1199px) {
  .scrolldown {
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media only screen and (max-width: 991px) {
  .scrolldown {
    display: none;
  }
}

.scrolldown .scroller {
  width: 8px;
  border-radius: 6px;
  background-color: #1E2344;
  position: absolute;
  top: 6px;
  left: 7px;
  bottom: 26px;
  -webkit-animation: scroller 4s ease-out infinite;
  -moz-animation: scroller 4s ease-out infinite;
  -ms-animation: scroller 4s ease-out infinite;
  -o-animation: scroller 4s ease-out infinite;
  animation: scroller 4s ease-out infinite;
}

.scrolldown .texto {
  display: block;
  width: 280px;
  text-align: center;
  position: absolute;
  left: -128px;
  bottom: -35px;
  text-decoration: none;
  font-weight: 600;
}

@media only screen and (max-width: 1360px) {
  .scrolldown .texto {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .scrolldown .texto {
    display: none;
  }
}

.bloque-seo .container .row {
  align-items: center;
}

.bloque-seo .container .row .col {
  position: relative;
}

.bloque-seo .container .row .col img, .bloque-seo .container .row .col video {
  border-radius: 20px;
}

.bloque-seo .container .row .col .boton {
  margin: 30px 0 0 0;
}

.bloque-seo .container .row .col:nth-child(odd) {
  padding-right: 80px;
}

@media only screen and (max-width: 1360px) {
  .bloque-seo .container .row .col:nth-child(odd) {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-seo .container .row .col:nth-child(odd) {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-seo .container .row .col:nth-child(odd) {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-seo .container .row .col:nth-child(odd) {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
}

.bloque-seo .container .row .col:nth-child(even) {
  padding-left: 80px;
}

@media only screen and (max-width: 1360px) {
  .bloque-seo .container .row .col:nth-child(even) {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-seo .container .row .col:nth-child(even) {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-seo .container .row .col:nth-child(even) {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-seo .container .row .col:nth-child(even) {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-seo.bloque-seo-nosotros .container .row .col:nth-child(odd) {
    order: 2;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-seo.bloque-seo-nosotros .container .row .col:nth-child(even) {
    order: 1;
  }
}

.vpop {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.vpop:hover .boton-play {
  padding: 6px 46px 6px 6px;
}

.popup-btn, .boton-play {
  position: absolute;
  left: 110px;
  bottom: 30px;
  z-index: 2;
  background: white;
  height: 60px;
  width: auto;
  border-radius: 40px;
  padding: 6px 26px 6px 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1360px) {
  .popup-btn, .boton-play {
    left: 90px;
  }
}

@media only screen and (max-width: 1199px) {
  .popup-btn, .boton-play {
    left: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .popup-btn, .boton-play {
    left: 40px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .popup-btn, .boton-play {
    left: 30px;
  }
}

.popup-btn:before, .boton-play:before {
  font-size: 48px;
  line-height: 48px;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: heartbeat 3s linear infinite;
  -moz-animation: heartbeat 3s linear infinite;
  -ms-animation: heartbeat 3s linear infinite;
  -o-animation: heartbeat 3s linear infinite;
  animation: heartbeat 3s linear infinite;
}

.popup-btn span, .boton-play span {
  font-family: "Reddit Sans", sans-serif;
  padding: 0 0 0 10px;
}

.popup-btn span strong, .boton-play span strong {
  display: block;
  margin: 0 0 4px 0;
}

.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 4378;
}

@media only screen and (max-width: 480px) {
  .video-popup {
    display: none;
  }
}

.video-popup .popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}

.video-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .video-popup .popup-content {
    width: calc(100% - 60px);
    left: 30px;
    transform: translate(0%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .video-popup .popup-content {
    width: calc(100% - 40px);
    left: 20px;
  }
}

.video-popup .popup-content .video {
  width: 100%;
  height: 450px;
  margin: auto;
  display: block;
  border: none;
  border-radius: 20px;
}

@media only screen and (max-width: 991px) {
  .video-popup .popup-content .video {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .video-popup .popup-content .video {
    height: 350px;
  }
}

@media only screen and (max-width: 600px) {
  .video-popup .popup-content .video {
    height: 300px;
  }
}

.video-popup .popup-content .close-btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 20px;
  line-height: 50px;
  display: block;
  text-align: center;
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
  color: #F2E8E5;
}

@media only screen and (max-width: 991px) {
  .video-popup .popup-content .close-btn {
    right: -10px;
  }
}

#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 80%;
  left: 30%;
  margin-left: -20%;
  top: 10%;
}

#video-popup-close {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 20px;
  line-height: 50px;
  display: block;
  text-align: center;
  position: absolute;
  top: -40px;
  right: -40px;
  cursor: pointer;
  color: #F2E8E5;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 20px;
}

#video-popup-iframe-container iframe {
  border-radius: 20px;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
}

.bloque-funcionalidades {
  position: relative;
}

.bloque-funcionalidades:after {
  content: "";
  background-image: url("/wp-content/themes/dynprecio/img/background-funcionalidades.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.bloque-funcionalidades .container {
  position: relative;
  z-index: 1;
}

.bloque-funcionalidades .container .titulo {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 991px) {
  .bloque-funcionalidades .container .titulo {
    text-align: left;
    max-width: 100%;
  }
}

.bloque-funcionalidades .container .row .col {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .bloque-funcionalidades .container .row .col {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-funcionalidades .container .row .col {
    margin-top: 20px;
  }
}

.bloque-funcionalidades .container .row .col .box-funcionalidad {
  background: white;
  border-radius: 10px;
  padding: 35px 35px 90px 35px;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .bloque-funcionalidades .container .row .col .box-funcionalidad {
    padding: 30px 30px 85px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-funcionalidades .container .row .col .box-funcionalidad {
    padding: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-funcionalidades .container .row .col .box-funcionalidad {
    padding: 20px;
  }
}

.bloque-funcionalidades .container .row .col .box-funcionalidad img {
  width: 100px;
  height: auto;
  margin: 0 0 20px 0;
}

.bloque-funcionalidades .container .row .col .box-funcionalidad h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  margin: 0 0 10px 0;
}

.bloque-funcionalidades .container .row .col .box-funcionalidad h3 strong {
  font-weight: 800;
  color: #FD2315;
}

.bloque-funcionalidades .container .row .col .box-funcionalidad ul {
  padding: 0 0 5px 26px;
}

@media only screen and (max-width: 991px) {
  .bloque-funcionalidades .container .row .col .box-funcionalidad ul {
    padding: 0 0 0 26px;
  }
}

.bloque-funcionalidades .container .row .col .box-funcionalidad ul li {
  list-style: none;
  position: relative;
}

.bloque-funcionalidades .container .row .col .box-funcionalidad ul li:before {
  content: "\e908";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: -16px;
  color: #FD2315;
  font-size: 20px;
}

.bloque-funcionalidades .container .row .col .box-funcionalidad .boton {
  position: absolute;
  bottom: 35px;
}

@media only screen and (max-width: 1199px) {
  .bloque-funcionalidades .container .row .col .box-funcionalidad .boton {
    bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-funcionalidades .container .row .col .box-funcionalidad .boton {
    position: initial;
    bottom: initial;
    margin: 20px 0 0 0;
  }
}

.sliderlogos {
  overflow: hidden;
  padding: 20px 0;
  white-space: nowrap;
  position: relative;
  background: #FD2315;
}

@media only screen and (max-width: 600px) {
  .sliderlogos {
    padding: 25px 0;
  }
}

@media only screen and (max-width: 480px) {
  .sliderlogos {
    padding: 20px 0;
  }
}

.sliderlogos .logos-slide {
  -webkit-animation: 30s slide infinite linear;
  -moz-animation: 30s slide infinite linear;
  -ms-animation: 30s slide infinite linear;
  -o-animation: 30s slide infinite linear;
  animation: 30s slide infinite linear;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.sliderlogos .logos-slide li {
  margin: 0 30px;
  padding: 0;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .sliderlogos .logos-slide li {
    margin: 0 30px;
  }
}

@media only screen and (max-width: 600px) {
  .sliderlogos .logos-slide li {
    margin: 0 25px;
  }
}

.sliderlogos .logos-slide li:before {
  content: "\e908";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: -20px;
  color: white;
  font-size: 20px;
}

.sliderlogos .logos-slide li p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: white;
  margin: 0;
}

.sliderlogos .logos-slide li img {
  height: 20px;
  width: 138px;
  position: relative;
  top: 2px;
}

.bloque-seo-full {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .bloque-seo-full {
    flex-wrap: wrap;
  }
}

.bloque-seo-full .col-left {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .bloque-seo-full .col-left {
    width: 100%;
    order: 2;
  }
}

.bloque-seo-full .col-left img {
  width: 100%;
  height: auto;
}

.bloque-seo-full .col-right {
  width: 50%;
  max-width: 630px;
  padding: 0 30px 0 80px;
  margin: 0 auto 0 0;
}

@media only screen and (max-width: 1360px) {
  .bloque-seo-full .col-right {
    padding: 0 30px 0 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-seo-full .col-right {
    padding: 0 30px 0 40px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-seo-full .col-right {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-seo-full .col-right {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    width: 100%;
    order: 1;
    max-width: 100%;
  }
}

.mini-cta {
  position: relative;
}

.mini-cta:before {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background: #E0BEB1;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.mini-cta .texto-cta {
  padding: 0 30px;
  text-align: center;
  margin: 0 auto 20px auto;
  max-width: 730px;
}

.mini-cta .container-boton {
  position: relative;
  margin: 0 auto;
  display: table;
  padding: 0 10px;
  background: white;
}

.cta {
  position: relative;
  padding-top: 0;
  overflow: hidden;
}

.cta:before {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background: #E0BEB1;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}

.cta:after {
  content: "";
  background-image: url("/wp-content/themes/dynprecio/img/background-funcionalidades.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  height: 125%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.cta .texto-cta {
  background: white;
  padding: 0 10px;
  display: table;
  margin: 0 auto 60px auto;
  font-weight: 600 !important;
}

.cta .container {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 560px;
}

.cta .container .titulo {
  font-weight: 800;
}

.cta .container p {
  font-weight: 400;
}

.cta .container .boton {
  margin: 30px auto 0 auto;
}

@media only screen and (max-width: 767px) {
  .owl-nav {
    display: none;
  }
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  right: calc(50% - 350px);
  top: calc(50% - 40px);
  text-align: center;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-nav .owl-prev:before, .owl-nav .owl-next:before {
  font-family: "icomoon";
  content: "\e90c";
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #1E2344;
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 991px) {
  .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    opacity: 0.35;
    filter: alpha(opacity=35);
  }
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
  display: none;
}

.owl-nav .owl-prev {
  right: inherit;
  left: calc(50% - 350px);
}

.owl-nav .owl-prev:before {
  font-family: "icomoon";
  content: "\e90d";
}

.owl-dots {
  margin: 10px 0 0 0;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .owl-dots {
    margin: 5px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .owl-dots {
    margin: 0;
  }
}

.owl-dots .owl-dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 20px 5px 0 5px;
  background: #F2E8E5 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-dots .owl-dot.active {
  background: #FD2315 !important;
}

.owl-dots .owl-dot:hover {
  background: #FD2315 !important;
}

.accordion {
  margin: 50px auto 0 auto;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .accordion {
    margin: 40px auto 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .accordion {
    margin: 30px auto 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .accordion {
    margin: 20px auto 0 auto;
  }
}

.accordion .extra-box {
  list-style: none;
  padding: 20px 60px 20px 30px;
  border-radius: 10px;
  margin: 0 0 20px 0;
  background: #f8f3f2;
}

@media only screen and (max-width: 600px) {
  .accordion .extra-box {
    padding: 15px 50px 15px 20px;
  }
}

.accordion .extra-box .link-acordeon {
  text-decoration: none;
}

.accordion .extra-box .link-acordeon .extra-titulo {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1E2344;
}

.accordion .extra-box .link-acordeon .extra-titulo h2, .accordion .extra-box .link-acordeon .extra-titulo h3, .accordion .extra-box .link-acordeon .extra-titulo h4, .accordion .extra-box .link-acordeon .extra-titulo h5 {
  font-size: 16px;
  line-height: 22px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .accordion .extra-box .link-acordeon .extra-titulo h2, .accordion .extra-box .link-acordeon .extra-titulo h3, .accordion .extra-box .link-acordeon .extra-titulo h4, .accordion .extra-box .link-acordeon .extra-titulo h5 {
    font-size: 15px;
  }
}

.accordion .extra-box .link-acordeon .extra-titulo span {
  position: absolute;
  right: -35px;
  top: -2px;
  font-size: 10px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #FD2315;
  color: #FD2315;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion .extra-box .link-acordeon .extra-titulo span:after {
  font-family: "icomoon";
  content: "\e905";
}

.accordion .extra-box .link-acordeon .extra-titulo:hover {
  color: #1E2344;
}

@media only screen and (max-width: 1199px) {
  .accordion .extra-box .link-acordeon .extra-titulo:hover {
    color: #1E2344;
  }
}

.accordion .extra-box .link-acordeon.open .extra-titulo span:after {
  font-family: "icomoon";
  content: "\e906";
}

.accordion .extra-box .submenu {
  display: none;
  padding: 15px 0 0 0;
}

.bloque-faqs .container {
  max-width: 730px;
}

@media only screen and (max-width: 767px) {
  .bloque-faqs .container {
    max-width: 100%;
  }
}

.bloque-faqs .container .titulo {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bloque-faqs .container .titulo {
    text-align: left;
  }
}

.bloque-opiniones .container {
  padding-right: 30%;
}

@media only screen and (max-width: 767px) {
  .bloque-opiniones .container {
    padding-right: 20px;
  }
}

.bloque-opiniones .owl-slider {
  margin: 60px 0 0 0;
}

@media only screen and (max-width: 1199px) {
  .bloque-opiniones .owl-slider {
    margin: 50px 0 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-opiniones .owl-slider {
    margin: 40px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-opiniones .owl-slider {
    margin: 30px 0 0 0;
  }
}

.bloque-opiniones .owl-slider .owl-carousel .item.item-opinion {
  margin: 0 10px;
  display: flex;
  background: #f8f3f2;
  border-radius: 10px;
  padding: 10px;
}

@media only screen and (max-width: 991px) {
  .bloque-opiniones .owl-slider .owl-carousel .item.item-opinion {
    display: block;
    padding: 20px;
    margin: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-opiniones .owl-slider .owl-carousel .item.item-opinion {
    display: flex;
    padding: 10px;
    margin: 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-opiniones .owl-slider .owl-carousel .item.item-opinion {
    display: block;
    padding: 20px;
  }
}

.bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-img {
  width: 200px;
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-img {
    height: 200px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-img {
    width: inherit;
    width: 200px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-img {
    height: 200px;
    width: 100%;
  }
}

.bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}

.bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-txt {
  width: calc(100% - 200px);
  padding: 10px 20px;
}

@media only screen and (max-width: 991px) {
  .bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-txt {
    width: 100%;
    padding: 20px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-txt {
    width: calc(100% - 200px);
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-txt {
    width: 100%;
    padding: 20px 0 0 0;
  }
}

.bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-txt h2, .bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-txt h3, .bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-txt h4, .bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-txt h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-txt h2:before, .bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-txt h3:before, .bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-txt h4:before, .bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-txt h5:before {
  content: "\e908";
  font-family: "icomoon";
  font-size: 16px;
  position: relative;
  top: 3px;
  padding: 0 6px 0 0;
  color: #FD2315;
  font-size: 20px;
}

.bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-txt p {
  /*  font-size: 17px;
              line-height: 24px;
              @include responsive(responsive767){
                font-size: 16px;
                line-height: 22px;
              }
              @include responsive(responsive480){
                font-size: 15px;
                line-height: 20px;
              }*/
}

.bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-txt img {
  max-height: 40px;
  width: auto;
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .bloque-opiniones .owl-slider .owl-carousel .item.item-opinion .opinion-txt img {
    max-height: 35px;
  }
}

.bloque-opiniones .owl-slider .owl-dots {
  display: block !important;
}

/* Funcionalidades */
.intro-funcionalidad {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}

.intro-funcionalidad:after {
  content: "";
  background-image: url("/wp-content/themes/dynprecio/img/background-funcionalidades.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  height: 50%;
  width: 160%;
  position: absolute;
  right: -30%;
  bottom: 150px;
  z-index: 0;
}

@media only screen and (max-width: 991px) {
  .intro-funcionalidad:after {
    bottom: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-funcionalidad:after {
    bottom: 90px;
  }
}

@media only screen and (max-width: 480px) {
  .intro-funcionalidad:after {
    bottom: 60px;
  }
}

.intro-funcionalidad .container {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 730px;
  margin: 60px auto 0 auto;
}

@media only screen and (max-width: 1199px) {
  .intro-funcionalidad .container {
    margin: 0 auto;
  }
}

.intro-funcionalidad .container img {
  width: 100px;
  height: auto;
  margin: 0 auto 30px auto;
}

@media only screen and (max-width: 600px) {
  .intro-funcionalidad .container img {
    margin: 0 auto 20px auto;
  }
}

.intro-funcionalidad .container .scrolldown {
  margin: 30px auto 0 auto;
}

.intro-funcionalidad .board-funcionalidad {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 100px auto 0 auto;
}

@media only screen and (max-width: 1199px) {
  .intro-funcionalidad .board-funcionalidad {
    margin: 80px auto 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  .intro-funcionalidad .board-funcionalidad {
    margin: 60px auto 0 auto;
    max-width: 100%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-funcionalidad .board-funcionalidad {
    margin: 40px auto 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .intro-funcionalidad .board-funcionalidad {
    margin: 30px auto 0 auto;
  }
}

.intro-funcionalidad .board-funcionalidad img {
  width: 100%;
  height: auto;
}

.bloque-seo.bloque-seo-funcionalidad .container .row .col {
  position: relative;
}

.bloque-seo.bloque-seo-funcionalidad .container .row .col img {
  margin: 60px 0;
}

@media only screen and (max-width: 767px) {
  .bloque-seo.bloque-seo-funcionalidad .container .row .col img {
    margin: 0 0 60px 0;
  }
}

.bloque-seo.bloque-seo-funcionalidad .container .row .col img.pantalla-superpuesta {
  position: absolute;
  height: auto;
  width: 310px;
  bottom: -40px;
  left: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .bloque-seo.bloque-seo-funcionalidad .container .row .col img.pantalla-superpuesta {
    bottom: -20px;
  }
}

.bloque-seo.bloque-seo-funcionalidad .container .row .col.imagen-right img {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .bloque-seo.bloque-seo-funcionalidad .container .row .col.imagen-right img {
    width: calc(100% - 40px);
    margin: 0 auto 0 0;
  }
}

.bloque-seo.bloque-seo-funcionalidad .container .row .col.imagen-right img.pantalla-superpuesta {
  width: 311px;
  bottom: inherit;
  right: -20px;
  top: 40px;
  left: inherit;
}

@media only screen and (max-width: 991px) {
  .bloque-seo.bloque-seo-funcionalidad .container .row .col.imagen-right img.pantalla-superpuesta {
    right: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-seo.bloque-seo-funcionalidad .container .row .col.imagen-right img.pantalla-superpuesta {
    right: -10px;
    top: 0;
  }
}

.bloque-modos {
  padding-bottom: 80px;
}

@media only screen and (max-width: 1360px) {
  .bloque-modos {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-modos {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-modos {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-modos {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-modos {
    padding-bottom: 30px;
  }
}

.bloque-modos .container .minititulo {
  text-align: center;
  margin: 0 auto 40px auto;
  max-width: 730px;
}

@media only screen and (max-width: 767px) {
  .bloque-modos .container .minititulo {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-modos .container .minititulo {
    margin: 0 auto 20px auto;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-modos .container .minititulo {
    margin: 0 auto 15px auto;
  }
}

.bloque-modos .container .lista-modos {
  justify-content: center;
}

.bloque-modos .container .lista-modos .col {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .bloque-modos .container .lista-modos .col {
    width: 50% !important;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-modos .container .lista-modos .col {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-modos .container .lista-modos .col {
    width: 100% !important;
  }
}

.bloque-modos .container .lista-modos .col .item-modo {
  background: #f8f3f2;
  border-radius: 20px;
  height: 100%;
  padding: 30px 35px 20px 35px;
}

@media only screen and (max-width: 767px) {
  .bloque-modos .container .lista-modos .col .item-modo {
    padding: 25px 30px 15px 30px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-modos .container .lista-modos .col .item-modo {
    padding: 20px 25px 10px 20px;
  }
}

.bloque-modos .container .lista-modos .col .item-modo .titulo-superior {
  border-bottom: 1px solid #E0BEB1;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .bloque-modos .container .lista-modos .col .item-modo .titulo-superior {
    margin-bottom: 15px;
  }
}

/* Nosotros */
.intro-home.intro-nosotros {
  align-items: start;
  padding-bottom: 0;
  overflow: visible;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .intro-home.intro-nosotros {
    margin-bottom: 0;
  }
}

.intro-home.intro-nosotros .texto-intro {
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .intro-home.intro-nosotros .texto-intro {
    padding-bottom: 30px;
  }
}

.intro-home.intro-nosotros .pantallas-intro {
  z-index: 2;
}

.intro-home.intro-nosotros .pantallas-intro img {
  max-width: 500px;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: -40px;
}

@media only screen and (max-width: 767px) {
  .intro-home.intro-nosotros .pantallas-intro img {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.bloque-beneficios {
  position: relative;
}

.bloque-beneficios:after {
  content: "";
  background-image: url("/wp-content/themes/dynprecio/img/background-central.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.bloque-beneficios .container {
  max-width: 820px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .bloque-beneficios .container {
    max-width: 100%;
  }
}

.bloque-beneficios .container .titulo {
  text-align: center;
  margin: 0 auto 60px auto;
}

@media only screen and (max-width: 991px) {
  .bloque-beneficios .container .titulo {
    margin: 0 auto 50px auto;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-beneficios .container .titulo {
    margin: 0 auto 40px auto;
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-beneficios .container .titulo {
    margin: 0 auto 30px auto;
  }
}

.bloque-beneficios .container .listado-beneficios {
  padding: 0;
  margin: 0;
}

.bloque-beneficios .container .listado-beneficios .item-beneficio {
  list-style: none;
  padding: 30px 30px 20px 30px;
  border-radius: 10px;
  margin: 0 0 20px 0;
  background: white;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .bloque-beneficios .container .listado-beneficios .item-beneficio {
    padding: 25px 25px 15px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-beneficios .container .listado-beneficios .item-beneficio {
    display: block;
  }
}

.bloque-beneficios .container .listado-beneficios .item-beneficio img {
  height: 100px;
  width: auto;
  margin: 0 30px 0 0;
}

@media only screen and (max-width: 480px) {
  .bloque-beneficios .container .listado-beneficios .item-beneficio img {
    margin: 0 0 20px 0;
  }
}

.bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h1, .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h2, .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h3, .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h4, .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h5, .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h6 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
  margin: 0 0 5px 0;
}

@media only screen and (max-width: 991px) {
  .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h1, .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h2, .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h3, .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h4, .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h5, .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h6 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h1, .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h2, .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h3, .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h4, .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h5, .bloque-beneficios .container .listado-beneficios .item-beneficio .texto-beneficio h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

/* Contacto */
.intro-home.intro-contacto {
  flex-wrap: wrap;
}

.intro-home.intro-contacto .pantallas-intro {
  padding: 0;
}

.intro-home.intro-contacto .pantallas-intro img {
  max-width: 600px;
}

.intro-home.intro-contacto .scrolldown {
  position: inherit;
  bottom: inherit;
  left: inherit;
}

.intro-home.intro-contacto .datos-contacto {
  margin: 30px 0 0 0;
}

.intro-home.intro-contacto .datos-contacto .item-contacto {
  position: relative;
  height: 40px;
  border-radius: 20px;
  padding: 0 30px 0 60px;
  margin: 0 0 20px 0;
  display: table;
  background: #F2E8E5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.intro-home.intro-contacto .datos-contacto .item-contacto span {
  color: #FD2315;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 25px;
  line-height: 20px;
}

.intro-home.intro-contacto .datos-contacto .item-contacto p, .intro-home.intro-contacto .datos-contacto .item-contacto a {
  color: #1E2344;
  text-decoration: none;
  font-weight: 600;
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}

.intro-home.intro-contacto .datos-contacto .item-contacto:hover {
  background: white;
}

@media only screen and (max-width: 1199px) {
  .intro-home.intro-contacto .datos-contacto .item-contacto:hover {
    background: #F2E8E5;
  }
}

.formulario-demo {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 0;
}

.formulario-demo .container {
  max-width: 860px;
}

.formulario-demo .container .box-form {
  background: white;
  border-radius: 20px;
  padding: 80px;
}

@media only screen and (max-width: 991px) {
  .formulario-demo .container .box-form {
    padding: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .formulario-demo .container .box-form {
    padding: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .formulario-demo .container .box-form {
    padding: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .formulario-demo .container .box-form {
    padding: 20px;
  }
}

.formulario-demo .container .box-form form {
  margin: 40px 0 0 0;
}

@media only screen and (max-width: 600px) {
  .formulario-demo .container .box-form form {
    margin: 30px 0 0 0;
  }
}

/* Error */
.intro-error {
  position: relative;
  overflow: hidden;
}

.intro-error:after {
  content: "";
  background-image: url("/wp-content/themes/dynprecio/img/background-funcionalidades.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -150px;
  z-index: 0;
}

.intro-error .container {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 60px auto 0 auto;
}

@media only screen and (max-width: 1199px) {
  .intro-error .container {
    margin: 0 auto;
  }
}

.intro-error .container p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .intro-error .container p {
    font-size: 15px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 600px) {
  .intro-error .container p {
    font-size: 14px;
    line-height: 22px;
  }
}

/* Page */
.intro-page {
  background-color: #fcfafa;
  background-image: -moz-linear-gradient(top, white, #f8f3f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f8f3f2));
  background-image: -webkit-linear-gradient(top, white, #f8f3f2);
  background-image: -o-linear-gradient(top, white, #f8f3f2);
  background-image: linear-gradient(to bottom, white, #f8f3f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F3F2', GradientType=0);
}

.intro-page .titulo {
  padding-top: 50px;
}

@media only screen and (max-width: 1199px) {
  .intro-page .titulo {
    padding-top: 0;
  }
}

/* Footer */
.arrowscroll {
  position: fixed;
  bottom: 60px;
  z-index: 12;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: white;
  padding: 0;
  background: #1E2344;
  border: 1px solid #F2E8E5;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.arrowscroll.visible {
  right: 20px;
}

.arrowscroll.invisible {
  right: -100px;
}

.arrowscroll:hover {
  background: #1E2344;
  color: white;
}

@media only screen and (max-width: 1199px) {
  .arrowscroll:hover {
    background: #1E2344;
  }
}

.footer {
  padding: 0;
  background: #1E2344;
}

.footer .container .row {
  padding: 90px 0 40px 0;
}

@media only screen and (max-width: 1199px) {
  .footer .container .row {
    padding: 60px 0 40px 0;
  }
}

@media only screen and (max-width: 991px) {
  .footer .container .row {
    padding: 50px 0 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .container .row {
    padding: 40px 0 10px 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .row {
    padding: 30px 0 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .footer .container .row {
    flex-wrap: wrap;
  }
}

.footer .container .row .col {
  color: white;
}

.footer .container .row .col .titulo-footer {
  font-size: 16px;
  line-height: 16px;
  color: white;
  font-weight: 700;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .footer .container .row .col .titulo-footer {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .row .col .titulo-footer {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col.col-logo {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .footer .container .row .col.col-logo {
    width: 100%;
  }
}

.footer .container .row .col.col-logo img {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0 0 20px 0;
}

.footer .container .row .col.col-logo p, .footer .container .row .col.col-logo a, .footer .container .row .col.col-logo h1, .footer .container .row .col.col-logo h2, .footer .container .row .col.col-logo h3, .footer .container .row .col.col-logo h4, .footer .container .row .col.col-logo h5 {
  color: white;
  font-size: 14px;
  line-height: 20px;
  padding: 0 40px 0 0;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col.col-contacto {
    width: 35%;
  }
}

@media only screen and (max-width: 767px) {
  .footer .container .row .col.col-contacto {
    width: 60%;
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .row .col.col-contacto {
    width: 100% !important;
    margin: 10px 0 0 0;
  }
}

.footer .container .row .col.col-contacto .item-contacto {
  position: relative;
  padding: 0 0 20px 30px;
}

.footer .container .row .col.col-contacto .item-contacto span {
  color: #FD2315;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer .container .row .col.col-contacto .item-contacto p, .footer .container .row .col.col-contacto .item-contacto a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  margin: 0;
}

.footer .container .row .col.col-contacto .item-contacto a {
  display: inline-block;
  padding: 0 20px 0 0;
}

.footer .container .row .col.col-contacto .item-contacto a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  .footer .container .row .col.col-contacto .item-contacto a:hover {
    text-decoration: none;
  }
}

.footer .container .row .col.col-contacto .separacol {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col.col-contacto .separacol {
    flex-wrap: wrap;
  }
}

.footer .container .row .col.col-contacto .separacol .minicol {
  width: 50%;
  padding: 0 20px 0 0;
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col.col-contacto .separacol .minicol {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col.col-contacto.col-soporte {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .footer .container .row .col.col-contacto.col-soporte {
    width: 40%;
  }
}

.footer .container .row .col.col-menu ul {
  margin: 0;
  padding: 0;
}

.footer .container .row .col.col-menu ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 600px) {
  .footer .container .row .col.col-menu ul li {
    margin: 0 0 5px 0;
  }
}

.footer .container .row .col.col-menu ul li a {
  font-size: 14px;
  line-height: 18px;
  display: inline;
  font-weight: 500;
  color: #1E2344;
  text-decoration: none;
  display: inline-block;
}

.footer .container .copyright {
  display: flex;
  align-items: center;
  padding: 0 0 40px 0;
}

@media only screen and (max-width: 991px) {
  .footer .container .copyright {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .footer .container .copyright {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .copyright {
    padding: 20px 0;
  }
}

.footer .container .copyright .copy {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .footer .container .copyright .copy {
    width: 100% !important;
  }
}

.footer .container .copyright .copy p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  margin: 0;
  color: white;
}

.footer .container .copyright .legal {
  width: 50%;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .footer .container .copyright .legal {
    width: 100% !important;
    margin: 10px  0 0 0;
    text-align: left;
  }
}

.footer .container .copyright .legal p, .footer .container .copyright .legal a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: white;
  text-decoration: none;
  margin: 0 0 0 40px;
}

@media only screen and (max-width: 991px) {
  .footer .container .copyright .legal p, .footer .container .copyright .legal a {
    text-align: left;
    margin: 0 10px 0 0;
  }
}

.footer .container .copyright .legal a {
  text-decoration: none;
  font-weight: 500;
}

.footer .container .copyright .legal a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  .footer .container .copyright .legal a:hover {
    text-decoration: none;
  }
}

/* Cookies */
#cookie-notice {
  font-weight: 400 !important;
}

#cookie-notice .cookie-notice-container .cn-text-container a {
  color: #1E2344 !important;
  text-decoration: underline;
}

#cookie-notice .cookie-notice-container .cn-text-container a:hover {
  color: white !important;
}

@media only screen and (max-width: 1199px) {
  #cookie-notice .cookie-notice-container .cn-text-container a:hover {
    color: #1E2344 !important;
  }
}

#cookie-notice .cookie-notice-container .cn-buttons-container .cn-button {
  font-weight: 500 !important;
  background: #1E2344 !important;
  border-radius: 30px;
  padding: 8px 16px !important;
  text-decoration: none;
}

#cookie-notice .cookie-notice-container .cn-buttons-container .cn-button:hover {
  background: #FD2315 !important;
}

@media only screen and (max-width: 991px) {
  #cookie-notice .cookie-notice-container .cn-buttons-container .cn-button:hover {
    background: #1E2344 !important;
  }
}

#cookie-notice .cookie-notice-container .cn-close-icon {
  top: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#cookie-notice .cookie-notice-container .cn-close-icon:before, #cookie-notice .cookie-notice-container .cn-close-icon:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white !important;
}

#cookie-notice .cookie-notice-container .cn-close-icon:hover:before, #cookie-notice .cookie-notice-container .cn-close-icon:hover:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white !important;
}

@media only screen and (max-width: 1199px) {
  #cookie-notice .cookie-notice-container .cn-close-icon:hover:before, #cookie-notice .cookie-notice-container .cn-close-icon:hover:after {
    background-color: white !important;
  }
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
  padding-right: 0;
}

.pum-container.popmake .pum-content.popmake-content img {
  border-radius: 20px;
}

.pum-container.popmake .pum-close.popmake-close {
  font-size: 0;
  color: transparent;
  line-height: 0;
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 600px) {
  .pum-container.popmake .pum-close.popmake-close {
    top: 20px;
    right: 0;
  }
}

.pum-container.popmake .pum-close.popmake-close:after {
  content: "\e904";
  font-family: "icomoon";
  color: white;
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
}

.hide-mobile {
  display: block;
}

@media only screen and (max-width: 600px) {
  .hide-mobile {
    display: none;
  }
}

.show-mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .show-mobile {
    display: block;
  }
}

/* Animaciones */
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes scroller {
  0% {
    bottom: 30px;
  }
  75% {
    bottom: 30px;
  }
  80% {
    top: 6px;
  }
  85% {
    bottom: 6px;
  }
  90% {
    top: 30px;
    bottom: 6px;
  }
  100% {
    top: 6px;
    bottom: 30px;
  }
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes bounce {
  0%, 40%, 50%, 60%, 100% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-30px);
  }
  55% {
    transform: translateY(-15px);
  }
}

@keyframes heartbeat {
  0% {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  13% {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  16% {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  19% {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  36% {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
