/* -------------------------------------------------------------------
 * Plugin Name           : PHP Ajax Contact Form
 * Author Name           : anthoncode
 * Author URI            : https://anthoncode.com
 * File Name             : style.css
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
   Base                               
   ------------------------ /
 * 01.Base
 * 02.Typography
 * 03.Helper Class
   ------------------------ /
   Components                               
   ------------------------ /
 * 04.Buttons  
   ------------------------ /
   Layout                               
   ------------------------ /
 * 05.Contact Form  
 * 06.Features 
 * 07.Footer
------------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* 01.Base                               
/* ---------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

body, html {
  font-size: 16px;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #677294;
}

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #677294;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

textarea, textarea:focus, input, input:focus, button, button:focus {
  outline: none;
  resize: inherit;
}

/* ---------------------------------------------------------------- */
/* 02.Typography                                                  
/* ---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.5px;
  /*text-transform: capitalize;*/
  text-transform: none;
}

h1, .h1 {
  font-size: 55px;
}

h2, .h2 {
  font-size: 42px;
}

h3, .h3 {
  font-size: 44px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

p {
  color: #677294;
  margin: 0;
  line-height: 28px;
}

/* ---------------------------------------------------------------- */
/* 03.Helper Class                                                  
/* ---------------------------------------------------------------- */
.section {
  padding: 80px 0;
}

.section-heading .section-title {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.section-heading .section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 4px;
  background: #a4211a;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pb-minus-70 {
  padding-bottom: 70px;
}

/* ---------------------------------------------------------------- */
/* 04.Buttons                                                   
/* ---------------------------------------------------------------- */
.btn-style {
  padding: 12px 30px;
  color: #ffffff !important;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  transition: 0.3s ease-in;
  border: 2px solid #ffffff;
  border-radius: 35px; }

.btn-style:hover {
  background: #fff;
  border: 2px solid #a4211a;
  box-shadow: 0 0 black;
  color: #a4211a !important; }


.default-button {
  border-radius: 5px;
  display: inline-block;
  background-color: #a4211a;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 18px 36px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff !important;
}

.default-button:after {
  display: none;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: rgba(0, 0, 0, 0.247);
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  top: 50%;
  left: 50%;
  -webkit-animation: ripple 1s;
          animation: ripple 1s;
  opacity: 0;
}

.default-button:focus:not(:active)::after {
  display: block;
}

.popup-btn {
  border-radius: 5px;
  display: inline-block;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 12px 30px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff !important;
}

.popup-btn:after {
  display: none;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: rgba(0, 0, 0, 0.247);
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  top: 50%;
  left: 50%;
  -webkit-animation: ripple 1s;
          animation: ripple 1s;
  opacity: 0;
}

.popup-btn:focus:not(:active)::after {
  display: block;
}

.popup-btn.danger {
  background-color: #f27474;
}

.popup-btn.success {
  background-color: #a4211a;
}

.popup-btn.agree {
  background-color: #a4211a;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
            transform: scale(10);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
            transform: scale(10);
  }
}

/* ---------------------------------------------------------------- */
/* 05.Contact Form                                                   
/* ---------------------------------------------------------------- */
.contact-form-wrap {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.contact-form-wrap .contact-form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-form-wrap .contact-form-group > i {
  left: 14px;
  top: 14px;
  width: 32px;
  height: 32px;
  position: absolute;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  display: inline-block;
  pointer-events: none;
  color: #a4211a;
  background: rgb(10 31 73 / 20%);
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.contact-form-wrap .contact-form-group .form-control {
  height: 60px;
  color: #000;
  outline: none;
  padding: 0 60px;
  font-size: 15px;
  border: none;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 5px 20px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 5px 20px 0 rgba(61, 82, 96, 0.15);
}

@media screen and (max-width: 576px) {
  .contact-form-wrap .contact-form-group .form-control {
    font-size: 14px;
  }
}

.contact-form-wrap .contact-form-group .form-control:focus {
  outline: none;
  border: none;
  color: #000;
  -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.contact-form-wrap .contact-form-group #txtInput {
  padding-left: 90px;
}

.contact-form-wrap .contact-form-group #txtCaptchaSpan {
  position: absolute;
  top: 50%;
  height: 60px;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #a4211a;
  color: #fff;
  border-radius: 5px 0 0 5px;
}

.contact-form-wrap .contact-form-group textarea.form-control {
  height: auto;
  padding-top: 20px;
}

.contact-form-wrap .empty-form span, .contact-form-wrap .email-invalid span, .contact-form-wrap .phone-invalid span, .contact-form-wrap .terms-alert span, .contact-form-wrap .subject-alert span, .contact-form-wrap .security-alert span {
  display: block;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #721c24;
  background: rgba(242, 116, 116, 0.2);
}

#error_message {
  margin-top: 30px;
  display: block;
  padding: 20px;
  border-radius: 5px;
  word-break: break-word;
  background: rgba(242, 116, 116, 0.2);
  color: #721c24;
}

.custom-modal .modal-header {
  text-align: center;
  padding: 20px;
}

.custom-modal .modal-header h5, .custom-modal .modal-header button {
  color: #fff;
}

.custom-modal .modal-header.danger {
  background: #f27474;
  color: #fff;
}

.custom-modal .modal-header.success {
  background: #a4211a;
  color: #fff;
}

.custom-modal .modal-header.terms {
  background: #a4211a; /* #07f */
  color: #fff;
}

.custom-modal .modal-body {
  padding: 20px;
}

.custom-modal .modal-body .form-popup-inner {
  text-align: center;
}

.custom-modal .modal-body .form-popup-inner .form-icon {
  margin-bottom: 30px;
}

.custom-modal .modal-body .form-popup-inner .form-icon svg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.custom-modal .modal-body .form-popup-inner .form-icon.danger svg {
  fill: #f27474;
  stroke: #f27474;
  background: rgba(242, 116, 116, 0.1);
}

.custom-modal .modal-body .form-popup-inner .form-icon.success svg {
  fill: #a4211a;
  stroke: #a4211a;
  background: rgba(10, 192, 131, 0.1);
}

.custom-modal .modal-footer {
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
          animation: dash 0.9s ease-in-out;
}

.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
          animation: dash 0.9s 0.35s ease-in-out forwards;
}

.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
          animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

.custom-control {
  padding: 0;
}

.custom-control .custom-control-input {
  position: relative;
}

.custom-control span {
  vertical-align: middle;
  margin-left: 14px;
  color: #000;
}

.custom-control span a {
  color: #a4211a;
}

@media screen and (max-width: 576px) {
  .custom-control span {
    font-size: 14px;
  }
}

.custom-control .custom-control-label {
  margin-left: 0;
  width: 32px;
  height: 32px;
  outline: none;
  text-align: center;
  line-height: 32px;
}

.custom-control .custom-control-label::before {
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
  position: absolute;
  border: none !important;
  pointer-events: initial;
  border-radius: 50% !important;
  display: inline-block;
  color: #a4211a;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: rgb(10 31 73 / 20%);
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-label:active::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border: none;
  content: "\f00c";
  color: #a4211a;
  background: rgb(10 31 73 / 20%);
}

.custom-control-label::after {
  display: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border: none;
}

.form-validate-icons {
  top: 0;
  right: 14px;
  height: 60px;
  position: absolute;
  line-height: 60px;
}

.form-validate-icons span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-validate-icons span:before {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.form-validate-icons span.error {
  opacity: 1;
  visibility: visible;
}

.form-validate-icons span.error:before {
  content: "\f00d";
  color: #f27474;
  background: rgba(242, 116, 116, 0.2);
}

.form-validate-icons span.success {
  opacity: 1;
  visibility: visible;
}

.form-validate-icons span.success:before {
  content: "\f00c";
  color: #32b354;
  background: rgb(10 192 24 / 20%);
}

.custom-select-wrapper {
  position: relative;
}

.custom-select-wrapper select, .custom-select-wrapper .select-hide {
  display: none;
}

.custom-select-wrapper .select-selected {
  border-radius: 5px;
  outline: none;
  padding: 18px 60px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #fff;
  color: #677294 !important;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(61, 82, 96, 0.15);
          box-shadow: 0px 5px 20px 0px rgba(61, 82, 96, 0.15);
}

.custom-select-wrapper .select-selected:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
          box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
}

.custom-select-wrapper .select-selected:after {
  right: 14px;
  top: 14px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  content: "\f078";
  position: absolute;
  pointer-events: none;
  display: inline-block;
  color: #a4211a;
  background: rgb(10 31 73 / 20%);
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.custom-select-wrapper .select-selected.select-arrow-active:after {
  content: "\f077";
}

.custom-select-wrapper .select-items {
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: 10px;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
          box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
}

.custom-select-wrapper .select-items .same-as-selected {
  background-color: #a4211a;
  border-bottom-color: #a4211a;
  color: #fff !important;
}

.custom-select-wrapper .select-items .same-as-selected:after {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.custom-select-wrapper .select-items div {
  color: #000;
  outline: none;
  width: 100%;
  display: block;
  padding: 18px 60px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 576px) {
  .custom-select-wrapper .select-items div {
    font-size: 14px;
  }
}

.custom-select-wrapper .select-items div:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.custom-select-wrapper .select-items div:last-child {
  border-bottom: 0;
}

.custom-select-wrapper .select-items div:after {
  content: "\f036";
  left: 14px;
  top: 14px;
  width: 32px;
  height: 32px;
  z-index: 14;
  position: absolute;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  display: inline-block;
  color: #a4211a;
  background: rgb(10 31 73 / 20%);
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.custom-select-wrapper .select-items div:hover {
  background-color: #a4211a;
  border-bottom-color: #a4211a;
  color: #fff;
}

.custom-select-wrapper .select-items div:hover:after {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* ---------------------------------------------------------------- */
/* 06.Features                                                   
/* ---------------------------------------------------------------- */
.features-box {
  padding: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 6px 10px 0 rgba(61, 82, 96, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.features-box:hover {
  -webkit-box-shadow: 0 22px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 22px 49px 0 rgba(61, 82, 96, 0.15);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.features-box .features-icon i {
  color: #fff;
  font-size: 40px;
  margin-left: 0;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 90px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #a4211a;
}

/* ---------------------------------------------------------------- */
/* 07.Footer                                                   
/* ---------------------------------------------------------------- */
.footer {
  background: #050626;
}

.footer .copyright-wrap {
  padding: 30px;
}

.footer .copyright-wrap .copyright-inner .copyright-text {
  text-align: center;
  color: #fff;
  opacity: 0.85;
}
/*# sourceMappingURL=style.css.map */


/* ---------------------------------------------------------------- */
/* 08.Otros                                                   
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* Le Menú
/* ---------------------------------------------------------------- */

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #17449e; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

/* ---------------------------------------------------------------- +/
/* Cabecera
/* ---------------------------------------------------------------- */

.w3l-bootstrap-header .top-hd {
  background: #17223b;
  padding: 12px 0px; }

.w3l-bootstrap-header .social-top li {
  display: inline-block; }

.w3l-bootstrap-header .social-top2 li {
  display: inline-block; }

.w3l-bootstrap-header .social-top li a {
  font-size: 16px;
  color: #dedede;
  margin-right: 10px;
  padding: 0 5px; }

.w3l-bootstrap-header .social-top2 li a {
  font-size: 30px;
	font-weight: 500;
  color: #951e08; /* era #02a6e5 */
  margin-right: 10px;
  padding: 0 5px; }

.w3l-bootstrap-header .social-top2 span {
	font-size: 30px;
	color: #951e08;} /* era #02a6e5 n*/

.w3l-bootstrap-header .social-top li a:hover {
  color: #fff; }

.w3l-bootstrap-header .social-top2 li a:hover {
  /*color: #666;*/
  text-decoration: underline;}

.w3l-bootstrap-header .social-top {
  text-align: right; }

.w3l-bootstrap-header .social-top2 {
  text-align: right; }

.w3l-bootstrap-header .accounts {
  text-align: left; }

.w3l-bootstrap-header .top-head li {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0px 10px;
  display: inline-block; }

.w3l-bootstrap-header .accounts li:nth-child(1) {
  margin-left: 0; }

.w3l-bootstrap-header .top-head li span.fa {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-right: 10px; }

.w3l-bootstrap-header ul li {
  display: inline-block; }

.w3l-bootstrap-header .accounts li span.fa {
  padding-right: 5px; }

.w3l-bootstrap-header .accounts li {
  display: inline-block;
  margin: 0 20px;
  font-size: 15px;
  line-height: 28px;
  color: #fff; }

.w3l-bootstrap-header .accounts li a {
  color: #dedede; }

.w3l-bootstrap-header .accounts li a:hover {
  color: #fff; }

.w3l-bootstrap-header .accounts li:nth-child(3) {
  margin-right: 0; }

@media (max-width: 1080px) {
  .w3l-bootstrap-header .accounts li {
    margin: 0 15px; } }

@media (max-width: 767px) {
  .w3l-bootstrap-header li.top_li2 {
    display: none; }
  .w3l-bootstrap-header .accounts li:nth-child(3) {
    display: none; } }

@media (max-width: 568px) {
  .w3l-bootstrap-header li.top_li1 {
    display: none; }
  .w3l-bootstrap-header .top-hd {
    padding: 12px 0px; } }

.w3l-bootstrap-header li {
  list-style-type: none; }

.w3l-bootstrap-header .navbar-expand-md .navbar-nav .dropdown-menu {
  transform: translateX(-50px); }

.w3l-bootstrap-header .navbar-expand-md .navbar-nav .dropdown-menu:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px #d5d5d5ee solid;
  display: block;
  border-right: none;
  border-bottom: none;
  transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -8px;
  left: 49%;
  z-index: 1001; }

.w3l-bootstrap-header .dropdown-toggle::after {
  margin-left: 0.1em;
  border-top: 0.3em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
  vertical-align: middle; }

.w3l-bootstrap-header .dropdown-item:hover,
.w3l-bootstrap-header .dropdown-item:focus {
  color: #17449e;
  text-decoration: none;
  background-color: transparent; }

.w3l-bootstrap-header nav.navbar {
  background-color: #fff;}

.w3l-bootstrap-header .form-inline .search {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  font-style: normal;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  outline: none;
  border-radius: 4px;
  font-size: 16px;
  color: var(--title-color);
  -webkit-appearance: none;
  border: 1px solid #dedede;
  padding-right: 38px; }

.w3l-bootstrap-header button.btn-search {
  right: 0; }

.w3l-bootstrap-header a.navbar-brand {
  color: #17449e;
  font-weight: bold;
  font-size: 34px;
  padding: 0;
  margin: 0; }

.w3l-bootstrap-header a.navbar-brand span {
  font-size: 37px;
  color: var(--secondary-color); }

.w3l-bootstrap-header .navbar-light .navbar-brand:hover,
.w3l-bootstrap-header .navbar-light .navbar-brand:focus {
  color: #17449e; }

.w3l-bootstrap-header .navbar-light .navbar-nav .show > .nav-link,
.w3l-bootstrap-header .navbar-light .navbar-nav .active > .nav-link,
.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link.show,
.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link.active {
  color: #17449e; }

.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link:hover,
.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link:focus,
.w3l-bootstrap-header a.dropdown-item:hover {
  color: #951e08; }

.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link,
.w3l-bootstrap-header a.dropdown-item {
  color: var(--theme-light);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700; }

.w3l-bootstrap-header li.nav-item {
  margin: 0px 6px; }

.w3l-bootstrap-header li.nav-item:nth-child(6) {
  margin-right: 0px; }

.w3l-bootstrap-header .navbar-toggler {
  padding: 10px 20px;
  font-size: 20px;
  background: #951e08;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 600; }

.w3l-bootstrap-header .navbar-toggler:hover {
  background-color: #951e08; }

@media (max-width: 768px) {
  .w3l-bootstrap-header .navbar-expand-md .navbar-collapse {
    display: none !important; }
  .w3l-bootstrap-header .accounts {
    text-align: right !important;
    margin-bottom: 10px; }
  .w3l-bootstrap-header span.navbar-toggler-icon.fa.fa-bars {
    padding-top: 4px; }
  .w3l-bootstrap-header .navbar-light .navbar-toggler-icon {
    background-image: none !important;
    color: #fff; }
  .w3l-bootstrap-header .navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(0px); }
  .w3l-bootstrap-header .navbar-expand-lg .navbar-nav .dropdown-menu:before {
    top: -8px;
    left: 6%; }
  .w3l-bootstrap-header div#navbarSupportedContent {
    padding: 10px;
    border-radius: 4px;
    position: relative;
    border: 1px rgba(0, 0, 0, 0.09) solid;
    position: absolute;
    background: #fff;
	top: 90%;
    right: 2%;
    left: 2%;
    z-index: 9; }
  .w3l-bootstrap-header div#navbarSupportedContent:before {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 1px rgba(0, 0, 0, 0.09) solid;
    border-top: 1px rgba(0, 0, 0, 0.09) solid;
    display: block;
    transform: translateX(-50%) rotateZ(45deg);
    position: absolute;
    top: -5px;
    right: 12px;
    z-index: 1001; }
  .w3l-bootstrap-header .hamburger1 {
    margin-left: 0px; }
  .w3l-bootstrap-header .navbar-toggler {
    display: none; } }

@media (max-width: 569px) {
  .w3l-bootstrap-header nav.navbar {
    padding: 0 15px; }
  .w3l-bootstrap-header .navbar-toggler {
    font-size: 18px; } }

@media (max-width: 415px) {
  .w3l-bootstrap-header .accounts {
    text-align: center !important; }
  .w3l-bootstrap-header .social-top {
    text-align: center; }
  .w3l-bootstrap-header .social-top2 {
    text-align: center; }
  .w3l-bootstrap-header a.navbar-brand img {
    width: 281px;
	margin-left: 20px;
	margin-bottom: 20px;}
  .w3l-bootstrap-header a.navbar-brand {
    font-size: 30px; } }

@media (max-width: 384px) {
  .w3l-bootstrap-header .social-top li a {
    margin-right: 0;
    padding: 0 8px; }
  .w3l-bootstrap-header .social-top2 li a {
    margin-right: 0;
    padding: 0 8px; } }

@media (max-width: 320px) {
  .w3l-bootstrap-header a.navbar-brand {
    font-size: 28px; }
  .w3l-bootstrap-header .navbar-brand {
    margin-right: 0rem; } }

/*------------------------------------------*/
/* Carrusel
/*------------------------------------------*/

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@media (max-width: 568px) {
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none; } }

/**
  * Owl Carousel v2.3.4
  * Copyright 2013-2018 David Deutsch
  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
  */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-dots {
  margin-top: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  background: none; }

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 35px;
  margin: 0px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  height: 50px;
  line-height: 50px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: 0.3s ease-in-out; }

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme:focus,
.owl-dots:focus,
.owl-dot:focus {
  outline: none;
  box-shadow: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: transparent; }

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 2px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  position: relative; }

button.owl-next,
button.owl-prev {
  position: absolute;
  bottom: 50%; }

button.owl-prev {
  left: 0px; }

button.owl-next {
  right: 0px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #951e08; }

@media all and (max-width: 640px) {
  .owl-dots {
    margin-top: 30px; }
  button.owl-next,
  button.owl-prev {
    position: absolute;
    bottom: 38%; } }

.w3l-main-slider li {
  list-style-type: none; }

.w3l-main-slider h3.banner-text {
  font-size: 56px;
  line-height: 62px;
  text-transform: capitalize;
  max-width: 700px;
  font-weight: 500;
  color: #fff; }

.w3l-main-slider p.banner-para {
  color: #eaeaea;
  font-size: 20px;
  line-height: 28px;
  margin: 20px 0 30px;
  max-width: 750px; }

.w3l-main-slider .banner-info-bg ul li {
  display: inline-block;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color); }

.w3l-main-slider .banner-info-bg h6 {
  font-size: 36px;
  margin-bottom: 14px;
  color: #fff; }

.w3l-main-slider .banner-info-bg h5 {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 30px;
  color: #fff; }

.w3l-main-slider .banner-info-bg p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 600; }

.w3l-main-slider .banner-info-bg ul {
  margin: 24px 0; }

.w3l-main-slider .banner-info-bg span.fa {
  color: #a4211a; }

.w3l-main-slider ul.banner-ul span.fa {
  color: var(--para-color); }

.w3l-main-slider .banner-info-bg {
  max-width: 700px; }

.w3l-main-slider p.text-label {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.w3l-main-slider .banner-slider {
  position: relative;
  z-index: 1; }

.w3l-main-slider .slider-info a img {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in; }

.w3l-main-slider .banner-view {
  background: url(../../images/slider/frutas-del-pais-1-min.jpg) no-repeat center;
  background-size: cover;
  min-height: 700px;
  position: relative;
  z-index: 0;
  display: grid;
  align-items: center; }

.w3l-main-slider .banner-top0 {
  background: url(https://www.ridental.cl/assets/images/slider/promo-ridental_1.jpg) no-repeat center;
  background-size: cover; }

.w3l-main-slider .banner-top1 {
  background: url(../../images/slider/frutas-del-pais-2-min.jpg) no-repeat center;
  background-size: cover; }

.w3l-main-slider .banner-top2 {
  background: url(../../images/slider/frutas-del-pais-3-min.jpg) no-repeat center;
  background-size: cover; }

.w3l-main-slider .banner-top3 {
  background: url(../../images/slider/frutas-del-pais-4-min.jpg) no-repeat center;
  background-size: cover; }

.w3l-main-slider .banner-view:before {
  content: "";
  background: rgba(7, 10, 12, 0.45);
  /*background: rgba(23, 68, 158, 0.6);*/
  /*background: linear-gradient(45deg, #17449e, #00000026);*/
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1; }

@media (max-width: 992px) {
  .w3l-main-slider .banner-view {
    min-height: 600px; }
  .w3l-main-slider .banner-info-bg h5 {
    font-size: 50px; } }

@media (max-width: 768px) {
  .w3l-main-slider .banner-view {
    min-height: 500px; } }

@media (max-width: 736px) {
  .w3l-main-slider .banner-info-bg h5 {
    font-size: 45px; } }

@media (max-width: 480px) {
  .w3l-main-slider .banner-info-bg h5 {
    font-size: 40px; } }

@media (max-width: 415px) {
  .w3l-main-slider .banner-info-bg h5 {
    font-size: 35px; }
  .w3l-main-slider .banner-info-bg p {
    font-size: 17px; } }

@media (max-width: 384px) {
  .w3l-main-slider .banner-info-bg h5 {
    font-size: 30px; } }

/* ----------------------------------- */
/* 
/* ----------------------------------- */

.w3l-features-photo-7 .w3l-features-photo-7_top-left p a {
  color: #951e08 !important;
}

.w3l-features-photo-7 .w3l-features-photo-7_top-left p a:hover {
  color: var(--text-hover-color) !important;
}

.w3l-features-photo-7 .w3l-features-photo-7_top-left h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px; }

.w3l-features-photo-7 .w3l-features-photo-7_top-left h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 20px; }

.w3l-features-photo-7 .icon2 img{
font-size: 18px;
  font-weight: 400;
  line-height: 65px;
  height: 32px;
  width: 32px;}

.w3l-features-photo-7 .w3l-features-photo-7-box span.fa, .w3l-features-photo-7 .icon {
  display: inline-block;
  height: 65px;
  transition: all .3s ease;
  width: 65px;
  text-align: center;
  font-weight: 400;
  line-height: 65px;
  color: #fff;
  background-color: #951e08;
  border-radius: 50%;
  font-size: 18px; }

.w3l-features-photo-7 h5.w3l-features-photo-7-box-txt a {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 6px;
  display: inline-block;
  color: var(--heading-color);
  transition: .3s;
  --webkit-transform: .3s;
  --moz-transform: .3s;
  --ms-transform: .3s;
  --o-transform: .3s; }

.w3l-features-photo-7 h5.w3l-features-photo-7-box-txt a:hover {
  color: var(--text-hover-color); }

.w3l-features-photo-7 .w3l-features-photo-7_top-right img {
  border-radius: 6px; }

.w3l-features-photo-7 .feat_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  margin-top: 40px; }

.w3l-features-photo-7 .w3l-features-photo-7-box {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 15px; }

@media (max-width: 992px) {
  .w3l-features-photo-7 .w3l-features-photo-7_top-left h4 {
    font-size: 24px;
    line-height: 30px; }
  .w3l-features-photo-7 .w3l-features-photo-7_top-left h2 {
    font-size: 28px;
    line-height: 35px; } }

@media (max-width: 736px) {
  .w3l-features-photo-7 .feat_top {
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px; } }

@media (max-width: 415px) {
  .w3l-features-photo-7 .w3l-features-photo-7_top-left h4 {
    font-size: 22px;
    line-height: 30px; }
  .w3l-features-photo-7 .w3l-features-photo-7_top-left h2 {
    font-size: 26px;
    line-height: 35px; } }

@media (max-width: 375px) {
  .w3l-features-photo-7 .w3l-features-photo-7_top-left h4 {
    font-size: 20px;
    line-height: 28px; }
  .w3l-features-photo-7 .w3l-features-photo-7_top-left h2 {
    font-size: 24px;
    line-height: 32px; }
  .w3l-features-photo-7 h5.w3l-features-photo-7-box-txt a {
    font-size: 20px;
    line-height: 26px; }
  .w3l-features-photo-7 .w3l-features-photo-7-box {
    grid-gap: 10px; } }


/* -------------------------------------------- */
/* Consultas
/* -------------------------------------------- */

.w3l-apply-6 .apply-info {
  /*background: url(../../images/canasta-de-nueces-min.jpg) no-repeat center;*/
  background: #d88337;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  /*z-index: 0;*/
  position: relative; }

.w3l-apply-6 .apply-info::before {
  content: "";
  /*background: rgba(6, 14, 21, 0.65);*/
  background: rgba(6, 14, 21, 0.0);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  /*z-index: -1;*/ }

.w3l-apply-6 .apply-info h4 {
  /*color: #fff;*/
  color: #951e08;
  font-size: 36px;
  text-transform: capitalize;
  line-height: 50px;
  font-weight: 700; }

.w3l-apply-6 .apply-info h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin: 0; }

.w3l-apply-6 .apply-info p {
  /*color: #eee;*/
  color: #951e08;
  margin-top: 10px; }

.w3l-apply-6 .appyl-sub-icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: rgba(255, 255, 255, 0.19);
  text-align: center;
  border-radius: 50%;
  margin-bottom: 16px; }

.w3l-apply-6 .appyl-sub-icon:hover {
  background: #fff;
  transition: .3s ease; }

.w3l-apply-6 .appyl-sub-icon span.fa {
  color: #fff;
  line-height: 65px;
  font-size: 25px; }

.w3l-apply-6 .appyl-sub-icon:hover span.fa {
  transition: .3s ease;
  color: #951e08; }

.w3l-apply-6 .appyl-sub-icon-info h5 {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  margin: 0px 0 6px 0;
  font-weight: 700; }

.w3l-apply-6 .apply-sec-info {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 15px; }

.w3l-apply-6 .apply-sec-info .icon {
  display: inline-block;
  height: 65px;
  transition: all .3s ease;
  width: 65px;
  text-align: center;
  font-weight: 400;
  line-height: 65px;
  color: #fff;
  background-color: #951e08;
  border-radius: 50%;
  font-size: 18px; }

.w3l-apply-6 .appyl-sub-icon-info h5 a {
  color: #951e08; }

.w3l-apply-6 .appyl-sub-icon-info a.learn {
  color: #951e08;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block; }

.w3l-apply-6 .appyl-sub-icon-info a.learn:hover {
  /*color: var(--text-hover-color);*/
  text-decoration: underline;}

.w3l-apply-6 .appyl-sub-icon-info h5 a:hover {
  /*color: #eee;*/
  text-decoration: underline;
  transition: .3s ease; }

.w3l-apply-6 .appyl-sub-icon-info p {
  /*color: #ddd;*/
  color: #951e08;
  font-weight: 300; }

.w3l-apply-6 .apply-form {
  background: #fff;
  outline: 11px solid rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px; }

.w3l-apply-6 .admission-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }

.w3l-apply-6 .apply-form .form-group {
  margin: 0; }

.w3l-apply-6 .apply-form input,
.w3l-apply-6 .apply-form textarea,
.w3l-apply-6 .apply-form select {
  background: #fff;
  height: 50px;
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  color: #252b33;
  -webkit-appearance: none;
  padding: 10px 16px;
  border: 1px solid #dedede;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: var(--para-color);
  box-shadow: none;
  font-family: 'Muli',sans-serif; }

.w3l-apply-6 .apply-form textarea {
  height: 100px;
  margin: 20px 0;
  resize: none; }

.w3l-apply-6 .apply-form select.form-control {
  background: #fff url(../images/down.png) no-repeat 92% 52%; }

.w3l-apply-6 .apply-form h5 {
  color: #951e08;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 30px; }

.w3l-apply-6 .apply-form input:focus,
.w3l-apply-6 .apply-form textarea:focus {
  border: 1px solid #951e08;
  box-shadow: none; }

.w3l-apply-6 .apply-form .btn {
  font-size: 16px;
  padding: 14px 45px;
  color: #fff;
  width: 100%;
  background: #951e08;
  border-color: #951e08;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  transition: .3s ease;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px; }

.w3l-apply-6 .apply-form .btn:hover {
  background-color: var(--text-hover-color); }

@media all and (max-width: 1080px) {
  .w3l-apply-6 .apply-info h4 {
    font-size: 30px;
    line-height: 40px; }
  .w3l-apply-6 .apply-form h5 {
    font-size: 25px;
    line-height: 30px; } }

@media all and (max-width: 480px) {
  .w3l-apply-6 .appyl-sub-icon-info h5 {
    font-size: 22px; }
  .w3l-apply-6 .appyl-sub-icon-info a.learn {
    font-size: 16px;
    margin-top: 15px; } }

@media all and (max-width: 415px) {
  .w3l-apply-6 .admission-form {
    grid-template-columns: 1fr; }
  .w3l-apply-6 .apply-form h5 {
    font-size: 22px; } }

@media all and (max-width: 375px) {
  .w3l-apply-6 .apply-form h5 {
    font-size: 20px; } }

/* ------------------------------- */
/* Al medio
/* ------------------------------- */

.w3l-counter-6 .conuter-66-info {
  background: #951e08; }

.w3l-counter-6 h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center; }

.w3l-counter-6 .counter-grids-info h6 {
  font-size: 35px;
  line-height: 40px;
  color: var(--heading-color);
  font-weight: 700;
  margin-top: 20px; }

.w3l-counter-6 p.title-text {
  color: #eeeae3;
  max-width: 750px;
  margin: 0 auto 50px; }

.counter-gd {
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03); }

.w3l-counter-6 .counter-grids-info h4 {
  color: var(--heading-color);
  font-size: 50px;
  text-transform: capitalize;
  line-height: 60px;
  font-weight: 700; }

.w3l-counter-6 .counter-grids-info p {
  font-size: 18px;
  line-height: 28px;
  /*color: var(--para-color);*/
  color: #eeeae3;
  font-weight: 600;
  margin-top: 10px; }

.w3l-counter-6 .counter-gd label {
  font-size: 1em;
  color: var(--heading-color);
  font-weight: 100; }

@media all and (max-width: 992px) {
  .w3l-counter-6 .counter-gd {
    margin-bottom: 2em; }
  .w3l-counter-6 .counter-grids-info h4 {
    font-size: 40px;
    line-height: 40px; }
  .counter-gd img {
    width: 55px; } }

@media all and (max-width: 480px) {
  .counter-grids-info {
    padding: 0 10px; }
  .counter-grids-info .col-6 {
    padding: 0 5px; }
  .w3l-counter-6 .counter-gd {
    margin-bottom: .7em; } }

@media all and (max-width: 384px) {
  .counter-gd {
    background: #fff;
    padding: 30px 10px; }
  .w3l-counter-6 .counter-grids-info h6 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 15px; }
  .w3l-counter-6 .counter-grids-info p {
    font-size: 16px; }
  .counter-gd img {
    width: 50px; } }


/* ------------------------------- */
/* Footer
/* ------------------------------- */

.w3l-medpill-footer footer.footer-28 {
  /*background: #fff;*/
  background: #4c5327;}

.w3l-medpill-footer h6.footer-title-28 {
  color: #aa9352;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 700; }

.w3l-medpill-footer .footer-list-28 ul li,
.w3l-medpill-footer .midd-footer-28:nth-child(1) .footer-list-28 ul li:last-child {
  list-style: none;
  margin-bottom: 12px; }

.w3l-medpill-footer .footer-list-28 ul li:last-child {
  margin-bottom: 0px;
  border-bottom: none; }

.w3l-medpill-footer .footer-list-28 ul li a,
.w3l-medpill-footer .footer-list-28 ul li p {
  font-weight: 400;
  /*color: var(--para-color);*/
  color: #aa9352;
  font-size: 18px;
  line-height: 28px;}

.w3l-medpill-footer ul.timing li {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px; }


.w3l-medpill-footer .footer-list-28 ul.address li a,
.w3l-medpill-footer .footer-list-28 ul.timing li a,
.w3l-medpill-footer .footer-list-28 ul.address li,
.w3l-medpill-footer .footer-list-28 ul.timing li,
.w3l-medpill-footer .footer-list-28 ul.address li p span,
.w3l-medpill-footer .footer-list-28 ul.address li p span.fa {
  color: #aa9352;
  font-weight: 400; /*era 600*/ }

.w3l-medpill-footer ul.timing li a {
  display: grid;
  grid-template-columns: 15px 1fr auto;
  justify-content: stretch;
  grid-gap: 10px;
  align-items: center; }

.w3l-medpill-footer ul.timing li {
  display: grid;
  grid-template-columns: 15px 1fr auto;
  justify-content: stretch;
  grid-gap: 10px;
  align-items: center; }

.w3l-medpill-footer .footer-list-28 ul li a:hover {
  text-decoration: underline;
  /*color: var(--heading-color);*/}

.w3l-medpill-footer .main-social-footer-28 a {
  margin-right: 25px; }

.w3l-medpill-footer .main-social-footer-28 a:last-child {
  margin-right: 0; }

.w3l-medpill-footer .copy-footer-28 {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #aa9352;
  /*color: var(--para-color);*/
  margin-bottom: 0; }

.w3l-medpill-footer .copy-footer-28 a {
  color: #aa9352; }

.w3l-medpill-footer .copy-footer-28 a:hover {
  text-decoration: underline;
  opacity: 1; }

.w3l-medpill-footer ul.list-btm-28 {
  margin: 25px 0 15px; }

.w3l-medpill-footer .list-btm-28 li {
  list-style-type: none;
  display: inline-block; }

.w3l-medpill-footer ul.list-btm-28 li:nth-child(2) {
  margin: 0 25px; }

.w3l-medpill-footer .list-btm-28 li a {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: var(--text-color); }

.w3l-medpill-footer ul.social-icons {
  margin-top: 3px;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.w3l-medpill-footer ul.social-icons li a {
  display: block;
  text-decoration: none; }

.w3l-medpill-footer ul.social-icons li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0; }

.w3l-medpill-footer ul.social-icons li a span {
  font-size: 20px;
  color: var(--text-color); }

.w3l-medpill-footer ul.social-icons li.facebook span:hover {
  color: #3a5998;
  transition: 0.3s ease-in; }

.w3l-medpill-footer ul.social-icons li.twitter span:hover {
  color: #55acee;
  transition: 0.3s ease-in; }

.w3l-medpill-footer ul.social-icons li.dribbble span:hover {
  color: #ea4c89;
  transition: 0.3s ease-in; }

.w3l-medpill-footer ul.social-icons li.google span:hover {
  color: #dc4e41;
  transition: 0.3s ease-in; }

.w3l-medpill-footer #movetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 36px;
  height: 36px;
  background: #a4211a;
  padding: 0;
  line-height: 36px;
  border-radius: 4px;
  transition: 0.3s ease-out; }

.w3l-medpill-footer #movetop:hover {
  background: var(--text-hover-color);
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.3s ease-out; }

.w3l-medpill-footer .midd-footer-28 {
  background: #f8f9fa; }

@media (max-width: 1080px) {
  .w3l-medpill-footer .footer-list-28 ul.address li a,
  .w3l-medpill-footer .footer-list-28 ul.timing li a,
  .w3l-medpill-footer .footer-list-28 ul.address li p span.fa {
    font-size: 16px; }
  .w3l-medpill-footer h6.footer-title-28 {
    font-size: 20px; } }

@media (max-width: 992px) {
  .w3l-medpill-footer .footer-list-28 ul.address li a,
  .w3l-medpill-footer .footer-list-28 ul.timing li a,
  .w3l-medpill-footer .footer-list-28 ul.address li p span.fa {
    font-size: 17px; } }

@media (max-width: 768px) {
  .w3l-medpill-footer h6.footer-title-28 {
    font-size: 20px; } }

@media (max-width: 736px) {
  .w3l-medpill-footer .grid-col-4 {
    grid-template-columns: 1fr 1fr; }
  .w3l-medpill-footer .footer-list-28 ul li a,
  .w3l-medpill-footer .footer-list-28 ul li p {
    font-size: 16px; } }

@media (max-width: 600px) {
  .w3l-medpill-footer .footer-top-28 {
    grid-gap: 20px; } }

@media (max-width: 550px) {
  .w3l-medpill-footer ul.social-icons li {
    margin: 0 5px; } }

@media (max-width: 480px) {
  .w3l-medpill-footer .footer-top-28 {
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr; }
  .w3l-medpill-footer ul.list-btm-28 li:nth-child(2) {
    margin: 0 18px; }
  .w3l-medpill-footer ul.social-icons {
    margin-top: 0;
    margin-bottom: 10px; }
  .w3l-medpill-footer .copy-footer-28 {
    font-size: 17px; } }

@media (max-width: 415px) {
  .w3l-medpill-footer .copy-footer-28 {
    font-size: 16px; } }





