body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #4B4B4B;
  font-size: 16px;
  line-height: 25px;
}

menu, ol, ul {
  padding: 0 0 0 20px;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

button {
  background: transparent;
  border: none;
}

a,
button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 26px;
  line-height: 36px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 58px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 45px;
    line-height: 56px;
  }
}

h2 {
  font-size: 24px;
  line-height: 33px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 45px;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 35px;
    line-height: 43px;
  }
}

h3 {
  font-size: 22px;
  line-height: 37px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 28px;
    line-height: 42px;
  }
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 16px;
  line-height: 21px;
}

b,
strong {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

p:last-child {
  margin-bottom: 0;
}

label {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

input,
select,
textarea {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #4B4B4B;
  font-size: 16px;
  border-radius: 3px;
  min-height: 45px;
  padding: 10px 30px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #fa871d;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../img/icono-dropdown.svg");
  background-position: calc(100% - 30px) center;
  background-repeat: no-repeat;
  background-size: 11px 7px;
  padding-right: 71px;
}

select:focus {
  outline: none;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
  Base styles: opinionated defaults
  ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
  Helper classes
  ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
  EXAMPLE Media Queries for Responsive Design.
  These examples override the primary ('mobile first') styles.
  Modify as content requires.
  ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
  Print styles.
  Inlined to avoid required HTTP connection: h5bp.com/r
  ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.boton-principal {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  min-width: 185px;
  padding: 16px 20px 15px;
  text-align: center;
  background-color: #FA871D;
  border: 1px solid #FA871D;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .boton-principal {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.boton-principal:hover {
  background-color: #FFFFFF;
  color: #FA871D;
}

.boton-secundario {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  min-width: 185px;
  padding: 16px 20px 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .boton-secundario {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.boton-secundario:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

.boton-social {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 48px;
  width: 48px;
}

.boton-social:hover {
  opacity: 0.5;
}

.boton-social--fb {
  background-image: url("../img/icono-social-fb.svg");
  background-size: 8px 15px;
}

.boton-social--ig {
  background-image: url("../img/icono-social-ig.svg");
  background-size: 16px 17px;
}

.boton-social--tw {
  background-image: url("../img/icono-social-tw.svg");
  background-size: 18px 14px;
}

.link-whatsapp {
  text-align: center;
}

.link-whatsapp::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../img/icono-social-wa.svg");
  background-size: 19px;
  content: '';
  display: inline-block;
  height: 19px;
  margin-right: 9px;
  opacity: 1;
  position: relative;
  top: 3px;
  width: 19px;
}

.link-whatsapp:hover::before {
  opacity: 0.5;
}

@media (min-width: 992px) {
  .boton-whatsapp,
  .boton-pdf {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .boton-whatsapp::before,
  .boton-pdf::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    display: block;
    flex-shrink: 0;
    margin-right: 14px;
  }
  .boton-pdf::before {
    background-image: url("../img/icono-pdf.svg ");
    height: 25px;
    width: 21px;
  }
  .boton-whatsapp::before {
    background-image: url("../img/icono-social-wa.svg");
    height: 19px;
    width: 19px;
  }
}

.seccion-encabezado {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-align: center;
}

.seccion-encabezado::before {
  background-color: #FA871D;
  content: '';
  display: block;
  height: 1px;
  margin: 0 auto 12px;
  width: 45px;
}

@media (min-width: 768px) {
  .seccion-encabezado::before {
    margin-bottom: 14px;
  }
}

@media (min-width: 992px) {
  .seccion-encabezado::before {
    margin-bottom: 16px;
  }
}

.footer-inner {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: rgba(75, 75, 75, 0.6);
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0;
}

.footer-inner a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: inherit;
}

.footer-inner a:hover {
  color: rgba(75, 75, 75, 0.3);
}

.footer-copyright {
  margin-bottom: 22px;
}

.logo-footer {
  max-width: 130px;
}

@media (min-width: 768px) {
  .footer-inner {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .footer-copyright {
    margin-bottom: 0;
    padding-right: 30px;
  }
}

.form-group {
  margin-bottom: 24px;
}

.form-control {
  border-radius: 3px;
  color: #FFFFFF;
}

.form-control:focus {
  border-color: #fa871d;
  box-shadow: none;
  color: inherit;
  outline: none;
}

.form-group--last {
  margin-bottom: 30px;
}

.form-check input {
  display: none;
}

.form-check label {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
}

.form-check label::before {
  border: 1px solid rgba(75, 75, 75, 0.5);
  border-radius: 50%;
  content: '';
  display: block;
  height: 18px;
  margin-right: 9px;
  width: 18px;
}

.form-check label.form-check-label {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.form-check input:checked + label::before {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icono-checkbox.svg");
  background-size: 10px 7px;
  box-shadow: inset 0 6px 3px 0 rgba(0, 0, 0, 0.06);
}

.form-check-inline {
  margin-right: 30px;
}

.small,
small {
  font-size: 13px;
  line-height: 26px;
}

.selectize-input {
  border-color: #CACACA;
  border-radius: 3px;
  padding: 13px 71px 13px 30px;
}

.selectize-input,
.selectize-input.focus {
  box-shadow: none;
}

.selectize-input {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: rgba(75, 75, 75, 0.5);
  font-size: inherit;
  line-height: inherit;
}

.selectize-dropdown {
  box-shadow: 0 5px 15px 0 rgba(6, 8, 10, 0.05);
}

.selectize-dropdown .active {
  background-color: rgba(137, 143, 144, 0.08);
  color: rgba(75, 75, 75, 0.5);
}

.selectize-control.single .selectize-input:after {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icono-dropdown.svg");
  border: none;
  height: 7px;
  right: 30px;
  width: 11px;
}

.selectize-dropdown {
  margin: 0;
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
  padding: 13px 30px;
}

.g-recaptcha {
  margin-bottom: 30px;
}

.form--loader-container,
.form--mensajes {
  display: none;
}

.form--loader {
  max-width: 30px;
}

.error {
  color: #FA871D;
  padding-top: 40px;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.header-inner {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 15px;
  padding-top: 15px;
}

.header-inner .boton-secundario {
  display: none;
}

.header-logo {
  max-width: 100px;
}

@media (min-width: 768px) {
  .header-inner {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .header-inner .boton-secundario {
    display: block;
  }
  .header-logo {
    max-width: 130px;
  }
}

.slick-dots {
  line-height: 0;
  list-style: none;
  padding: 0;
  position: static;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  line-height: 0;
  height: 10px;
  width: 10px;
}

.slick-dots li button {
  background-color: #FFFFFF;
  border: 1px solid #4B4B4B;
  border-radius: 50%;
  height: 10px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 10px;
}

.slick-dots li button::before {
  content: none;
}

.slick-dots .slick-active button {
  background-color: #4B4B4B;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.hero {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #4B4B4B;
  background-image: url("../img/hero.jpg");
  background-size: cover;
  color: #FFFFFF;
  min-height: 400px;
  padding-top: 112px;
  text-align: center;
}

.hero-encabezado {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
}

.hero-encabezado strong,
.hero-encabezado b {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.hero-descripcion {
  margin-bottom: 33px;
}

.form-cotizar {
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 2px 20px 0 rgba(75, 75, 75, 0.2);
  color: #4B4B4B;
  margin-bottom: -40px;
  padding: 33px 15px 40px;
  position: relative;
  text-align: left;
}

.form-cotizar .form-group {
  margin-bottom: 20px;
}

.form-cotizar .form-check-group {
  border-bottom: 1px solid rgba(202, 202, 202, 0.3);
  padding-bottom: 14px;
}

.form-cotizar .form-group--checkbox {
  margin-bottom: 13px;
}

.form-cotizar label {
  color: rgba(75, 75, 75, 0.5);
}

.form-cotizar select {
  color: rgba(75, 75, 75, 0.5);
  display: block;
  width: 100%;
}

.form-cotizar .boton-principal {
  box-shadow: 0 11px 16px 0 rgba(250, 135, 29, 0.17);
  display: block;
  width: 100%;
}

.form-cotizar--mensajes {
  color: #FA871D;
  text-align: center;
  margin-top: 28px;
}

.form-cotizar--mensajes p {
  margin-bottom: 2px;
}

.form-cotizar--mensajes p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .hero {
    padding-top: 161px;
  }
  .hero-encabezado {
    margin-bottom: 18px;
  }
  .form-cotizar {
    padding: 44px 40px 50px;
  }
  .form-cotizar .form-group {
    margin-bottom: 28px;
  }
  .form-cotizar .form-check-group {
    padding-bottom: 19px;
  }
  .form-cotizar .form-group--checkbox {
    margin-bottom: 19px;
  }
}

@media (min-width: 992px) {
  .hero {
    padding-top: 164px;
  }
  .form-cotizar {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.section-bloque {
  padding-bottom: 50px;
  padding-top: 50px;
}

.section-beneficios {
  padding-bottom: 0;
  padding-top: 90px;
}

.section-beneficios .container::after {
  background-color: rgba(47, 47, 47, 0.25);
  content: '';
  display: block;
  height: 1px;
  margin-top: 20px;
  width: 100%;
}

.section-beneficios .seccion-encabezado {
  margin-bottom: 32px;
}

.beneficio {
  margin-bottom: 23px;
  text-align: center;
}

.beneficio--icono-wrapper {
  -webkit-box-align: center;
          align-items: center;
  background-color: #F7F7F7;
  display: -webkit-box;
  display: flex;
  height: 85px;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto 15px;
  padding: 20px;
  width: 85px;
}

.beneficio--icono {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.beneficio--encabezado {
  margin-bottom: 9px;
}

.beneficio--descripcion p:last-child {
  margin-bottom: 0;
}

.section-testimoniales {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #FFFFFF), color-stop(40%, #F7F7F7));
  background: -webkit-linear-gradient(#FFFFFF 60%, #F7F7F7 40%);
  background: linear-gradient(#FFFFFF 60%, #F7F7F7 40%);
  text-align: center;
}

.section-testimoniales .seccion-encabezado {
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-testimoniales .seccion-encabezado::before {
  background-color: #FFFFFF;
}

.testimoniales-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0 7px 42px 0 rgba(0, 0, 0, 0.07);
}

.testimoniales-wrapper-top {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FA871D;
  background-image: url("../img/background-testimoniales.jpg");
  background-size: cover;
  color: #FFFFFF;
  padding-top: 50px;
}

.testimonial-comentario--inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 555px;
  padding: 0 15px 99px;
}

.testimonial-comentario--inner::after {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icono-comillas.svg");
  content: '';
  display: block;
  height: 18px;
  margin: 22px auto 0;
  width: 22px;
}

.testimoniales-slider-personas {
  margin: -70px auto 0;
  max-width: 600px;
}

.testimoniales-slider-personas .slick-slide:focus {
  outline: none;
}

.testimoniales-wrapper-bottom {
  padding-bottom: 50px;
}

.testimonial-persona {
  cursor: pointer;
  padding: 22px 15px 0;
  margin-bottom: 25px;
}

.testimonial-persona--avatar {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  height: 85px;
  margin: 0 auto 15px;
  overflow: hidden;
  position: relative;
  width: 85px;
}

.testimonial-persona--avatar::before {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.testimonial-persona--nombre {
  display: none;
  margin-bottom: 0;
}

.testimonial-persona--nombre span {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.testimonial-persona.slick-current {
  padding-top: 0;
}

.testimonial-persona.slick-current .testimonial-persona--avatar {
  height: 130px;
  width: 130px;
}

.testimonial-persona.slick-current .testimonial-persona--avatar::before {
  content: none;
}

.testimonial-persona.slick-current .testimonial-persona--nombre {
  display: block;
}

.testimonial-arrows {
  position: relative;
}

.testimonial-arrows .slick-next:before,
.testimonial-arrows .slick-prev:before {
  color: #4B4B4B;
}

.section-contacto {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #4B4B4B;
  background-image: url("../img/background-contacto.jpg");
  background-size: cover;
  color: #FFFFFF;
}

.section-contacto .seccion-encabezado {
  margin-bottom: 26px;
  text-align: left;
}

.section-contacto .seccion-encabezado::before {
  margin-left: 0;
}

.section-contacto .form-control {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}

.section-contacto .form-control:focus {
  border-color: #fa871d;
}

.section-contacto .boton-principal {
  display: block;
  width: 100%;
}

.form-contacto {
  margin-bottom: 40px;
}

.contacto-wrapper {
  background-color: #4B4B4B;
  border-radius: 3px;
  box-shadow: 0 16px 62px 0 rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  padding: 30px 15px 28px;
}

.contacto-wrapper h3 {
  font-size: 22px;
  line-height: 37px;
  margin-bottom: 3px;
}

.contacto-wrapper h5 {
  margin-bottom: 0;
}

.contacto-info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}

.contacto-info a {
  color: inherit;
}

.contacto-info a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.social-container {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  margin-left: -15px;
}

.section-cotizacion {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #4B4B4B;
  background-image: url("../img/background-cotizacion.png");
  background-size: cover;
  color: #FFFFFF;
  display: none;
  padding-bottom: 42px;
  padding-top: 90px;
}

.section-cotizacion .seccion-encabezado {
  margin-bottom: 11px;
}

.section-cotizacion .seccion-encabezado::before {
  background-color: #FFFFFF;
}

.section-cotizacion .boton-whatsapp {
  margin-bottom: 26px;
}

.section-cotizacion .boton-whatsapp::before {
  opacity: 1;
}

.cotizacion-info-container {
  margin-bottom: 40px;
}

.cotizacion-info-container .boton-secundario {
  width: 100%;
}

.cotizacion-tipo {
  text-transform: capitalize;
}

.cotizacion-tabla {
  margin-bottom: 30px;
}

.cotizacion-tabla--heading {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.cotizacion-tabla--row {
  -webkit-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: flex;
}

.cotizacion-tabla--value {
  padding: 14px 15px;
  width: 50%;
}

.cotizacion-tabla--value:nth-child(2n) {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.cotizacion-tabla-datos .cotizacion-tabla--row:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.25);
}

.cotizacion-logo-marca--container {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 30px;
}

.cotizacion-logo-marca {
  max-width: 150px;
}

.boton-pdf {
  margin-bottom: 24px;
}

.cotizacion-comentarios {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 25px;
}

.form-cotizacion .form-control {
  color: #4B4B4B;
}

.form-cotizacion .form-check-label::before {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.form-cotizacion .form--loader-container,
.form-cotizacion .form--mensajes {
  padding-top: 40px;
}

.formulario-cotizacion-container .boton-principal,
.formulario-cotizacion-container .boton-secundario {
  width: 100%;
}

.formulario-cotizacion-container .boton-principal {
  margin-bottom: 21px;
}

.formulario-cotizacion-container .boton-secundario {
  margin-bottom: 23px;
}

.texto-proteccion-datos {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
}

.texto-proteccion-datos::before {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icono-candado.svg");
  background-size: contain;
  content: '';
  display: block;
  width: 13px;
  margin-right: 13px;
  height: 18px;
}

@media (min-width: 768px) {
  .section-bloque {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .section-beneficios {
    padding-bottom: 0;
    padding-top: 120px;
  }
  .section-beneficios .container::after {
    margin-top: 73px;
  }
  .section-beneficios .seccion-encabezado {
    margin-bottom: 39px;
  }
  .beneficio {
    margin-bottom: 0;
  }
  .beneficio--icono-wrapper {
    margin-bottom: 25px;
  }
  .beneficio--encabezado {
    margin-bottom: 14px;
  }
  .section-testimoniales .seccion-encabezado {
    margin-bottom: 32px;
  }
  .testimoniales-wrapper-top {
    padding-top: 80px;
  }
  .testimoniales-wrapper-bottom {
    padding-bottom: 80px;
  }
  .testimonial-persona--avatar {
    margin-bottom: 25px;
  }
  .section-contacto .seccion-encabezado {
    margin-bottom: 33px;
  }
  .form-contacto {
    margin-bottom: 0;
  }
  .contacto-wrapper {
    margin-top: 171px;
    padding: 40px 30px 38px;
  }
  .contacto-info {
    margin-bottom: 26px;
  }
  .section-cotizacion {
    padding-bottom: 80px;
    padding-top: 120px;
  }
  .section-cotizacion .seccion-encabezado {
    margin-bottom: 39px;
  }
  .cotizacion-info-container {
    margin-bottom: 0;
  }
  .cotizacion-tabla--value {
    padding: 14px 28px;
  }
  .cotizacion-tabla--value:nth-child(2n) {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
  .cotizacion-logo-marca {
    max-width: 200px;
  }
}

@media (min-width: 992px) {
  .section-bloque {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .section-beneficios {
    padding-bottom: 0;
    padding-top: 140px;
  }
  .section-beneficios .container::after {
    margin-top: 100px;
  }
  .section-beneficios .seccion-encabezado {
    margin-bottom: 41px;
  }
  .testimoniales-wrapper-top {
    padding-top: 100px;
  }
  .testimoniales-wrapper-bottom {
    padding-bottom: 55px;
  }
  .testimonial-persona {
    margin-bottom: 0;
  }
  .section-contacto .seccion-encabezado {
    margin-bottom: 36px;
  }
  .contacto-wrapper {
    margin-top: 174px;
  }
  .contacto-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
  .section-cotizacion {
    padding-bottom: 100px;
    padding-top: 140px;
  }
  .section-cotizacion .seccion-encabezado {
    margin-bottom: 41px;
  }
  .cotizacion-tabla {
    margin-bottom: 40px;
  }
  .boton-pdf {
    margin-bottom: 34px;
  }
  .cotizacion-comentarios {
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px) {
  .testimoniales-slider-personas {
    max-width: 720px;
  }
}
/*# sourceMappingURL=style.css.map */