.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.upper {
  text-transform: uppercase;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 600;
}
/*MD*/
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC0C4E.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4bC1C4E.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4W61C4E.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4E.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4QK1C4E.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4e6yC4E.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4deyC4E.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4bCyC4E.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4ZmyC4E.ttf) format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Outfit", sans-serif;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
}*/
.slider .slide-item__desc {
  font-size: 16px;
  font-weight: 300;
}
.slider .slide-item__title {
  font-weight: 300;
  font-size: 60px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .slider .slide-item__title {
    font-size: 32px;
  }
}
.btn {
  font-weight: 500;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.btn .bi {
  font-size: 18px;
  font-weight: 600;
  padding-left: 15px;
  display: inline-block;
  line-height: 1em;
  transform: translateY(2px);
}
.btn_main {
  background: #ff5551;
  color: #FFF;
}
.btn_main:hover {
  background: #303666;
  color: #FFF;
}
.topbar {
  background: #303666;
}
.topbar .topbar__contact li {
  color: #FFF;
}
.topbar .topbar__contact li a {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
}
.topbar .topbar__contact li a:hover {
  color: #aab2eb;
}
.main-nav .logo {
  display: block;
  padding: 17px 0;
}
.main-nav .logo img {
  display: block;
  max-width: 211px;
}
.main-nav nav ul {
  display: block;
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav nav ul li {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-align: right;
  margin: 0 0 0 17px;
  line-height: 1em;
}
.main-nav nav ul li a {
  color: #303666;
}
.main-nav nav ul li a:hover {
  color: #ff5551;
}
.main-nav nav ul li a.contacto {
  border: 1px solid #ff5551;
  color: #ff5551;
  font-weight: 600;
  line-height: 1em;
  padding: 14px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.main-nav nav ul li a.contacto:hover {
  background: #ff5551;
  color: #FFF;
}
.heading__subtitle {
  color: #aab2eb;
  font-weight: 400;
}
.heading__title {
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
}
.heading__desc {
  color: #a3a3a3;
}
.about-layout1 {
  padding: 0;
}
.bg-overlay-primary:before {
  background: #f1f1f1;
}
.service-item-custom .service-item__title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 34px;
}
.services-layout2 .service-item .service-item__title {
  font-weight: 400;
  font-size: 24px;
}
.services-layout2 .service-item .service-item__desc {
  color: #a3a3a3;
}
.services-layout2 .service-item .btn__link.btn__secondary {
  color: #ff5551;
}
.services-layout2 .service-item:hover .service-item__title {
  color: #ff5551;
}
.services-layout2 .service-item:hover .service-item__desc {
  color: #303666;
}
.services-layout2 .service-item:hover .btn__link.btn__secondary {
  color: #ff5551;
}
.services-layout2 .service-item:hover .btn:after {
  background-color: #ff5551;
}
.portfolio-item {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio-item:hover {
  background: #fbfbff!important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio-item:hover .btn-red {
  background: #ff5551 !important;
  color: #FFF;
  border: 2px solid #ff5551;
}
.portfolio-item__content {
  padding: 20px!important;
}
.portfolio-item__content h5 {
  font-weight: 400;
  color: #aab2eb;
  font-size: 13px;
  margin: 0 0 10px;
}
.portfolio-item__content h4 {
  color: #303666;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 10px;
}
.portfolio-item__content p {
  font-weight: 300;
  font-size: 14px;
  color: #a3a3a3;
  margin: 0 0 20px;
}
.portfolio-item__content .btn-red {
  color: #ff5551;
  background-color: transparent;
  border: 2px solid #ff5551;
}
.portfolio-item__content .btn-red:hover {
  background: #ff5551 !important;
  color: #FFF;
  border: 2px solid #ff5551;
}
.bg-red {
  background: #ff5551;
}
.banner-layout3 {
  margin-bottom: 50px;
}
.post-item .post-item__meta__cat a {
  color: #aab2eb;
}
.post-item .post-item__meta__date {
  color: #aab2eb;
}
.post-item .post-item__title a {
  font-weight: 400;
  font-size: 20px;
  color: #303666;
}
.post-item .post-item__desc {
  color: #a3a3a3;
}
.footer .footer-primary {
  padding-bottom: 0px;
}
.footer .footer-secondary .fz-14 {
  color: #aab2eb;
}
.footer .contact-list li {
  color: #aab2eb;
}
.footer .contact-list li a {
  color: #aab2eb;
}
.footer .footer-form .form-control {
  border: 1px solid #aab2eb;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #aab2eb;
  background: transparent;
}
.footer .footer-form .btn__primary {
  background: #ff5551;
}
.footer .social-icons li a {
  border-color: #aab2eb;
  color: #aab2eb;
}
.page-title p {
  font-size: 17px;
  font-weight: 300;
  color: #FFF;
}
.page-title .pagetitle__heading {
  text-align: left;
  font-weight: 300;
  font-size: 60px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.page-title-layout13 {
  padding: 160px 0 90px;
}
.portfolio-item:hover {
  background: transparent;
}
.portfolio-item .portfolio-item__content .date {
  font-size: 13px;
  color: #aab2eb;
}
.portfolio-item .portfolio-item__content .btn {
  min-width: 0;
  color: #ff5551;
}
.portfolio-item .portfolio-item__content .btn:hover {
  color: #303666;
}
.pagination li a {
  font-size: 15px;
  font-weight: 500;
  color: #a2a2a2;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid #ff5551;
}
.pagination li a:hover {
  background: #ff5551;
  border: 1px solid #ff5551;
}
.pagination li a.current {
  background: #ff5551;
  border: 1px solid #ff5551;
}
.obra h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 60px;
  max-width: 50%;
  color: #303666;
  line-height: 1.2em;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .obra h1 {
    font-size: 42px;
    max-width: 100%;
  }
}
.obra h6 {
  color: #303666;
  font-size: 17px;
  font-weight: 400;
}
.obra .text__block {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .obra .text__block {
    margin: 50px 0 0 0;
  }
}
.obra .text__block h5 {
  color: #303666;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}
.obra .text__block p {
  font-size: 15px;
  font-weight: 300;
  color: #a3a3a3;
}
.obra .text__block .contenido-intro {
  column-count: 2;
  column-gap: 70px;
}
.obra .text__block .contenido-intro li {
  color: #a3a3a3;
}
@media (max-width: 767px) {
  .obra .text__block .contenido-intro {
    column-count: 1;
    column-gap: 0;
  }
}
.obra .portfolio-item__meta-list li h5 {
  font-weight: 400;
  color: #ff5551;
}
.obra .portfolio-item__meta-list li span {
  color: #a3a3a3;
}
.history-timeline .heading__title {
  text-transform: none;
}
.process-item .process-item__number {
  font-weight: 300;
  color: #ff5551;
}
.process-item .process-item__number:before {
  height: 1px;
  background-color: #a3a3a3;
}
.process-item .process-item__content:before {
  height: 1px;
  background-color: #a3a3a3;
}
.process-item .process-item__title {
  color: #303666;
  font-weight: 300;
}
.process-item .process-item__desc {
  color: #a3a3a3;
  font-weight: 300;
  font-size: 15px;
}
.miniformulario:before {
  background: #ff5551;
}
.heading-layout2 .heading__title {
  font-weight: 300;
  text-transform: none;
}
.contact-panel__title {
  font-weight: 400;
  color: #ff5551;
}
.form-servicios {
  background: #ff5551;
}
.contact-panel__form label {
  color: #a3a3a3;
  font-weight: 300;
}
.contact-panel__form .form-control {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #a3a3a3;
}
.contact-panel__form .btn__primary {
  border: 2px solid #ff5551;
  color: #ff5551;
}
.contact-panel__form .btn__primary:hover {
  background: #ff5551;
  color: #FFF;
}
.profesionales-modulo {
  background: #FBFBFF;
  padding: 120px 0 100px;
}
.profesionales-modulo .banner-img {
  margin: 0;
}
.profesionales-modulo .banner-text {
  padding: 0;
}
.profesionales-modulo .heading__title {
  font-size: 34px;
  font-weight: 400;
  color: #303666;
}
.profesionales-modulo .heading__desc {
  font-weight: 300;
  font-size: 17px;
  color: #a3a3a3;
}
.profesionales-modulo .counter-item .counter {
  color: #ff5551;
  font-weight: 300;
  font-size: 60px;
}
.profesionales-modulo .counter-item .counter-item__desc {
  color: #ff5551;
  font-weight: 300;
}
.history-timeline .history-timeline-bg {
  height: 90%;
}
.history-timeline .heading__subtitle {
  color: #FFF;
}
.history-timeline .timeline-item:before {
  background-color: #ff5551;
  border: 5px solid #FFF;
}
.history-timeline .timeline-item .timeline-item__desc {
  color: #FFF;
}
.history-timeline .timeline-bar {
  background: #FFF;
}
.awards .heading__title {
  font-size: 34px;
}
.awards .fancybox-item {
  margin-top: 0!important;
}
.secondary-nav {
  top: 0;
}
.nav-tabs .nav__link {
  font-weight: 400;
  font-size: 15px;
  color: #51668a;
}
.nav-tabs .nav__link:hover {
  color: #ff5551;
}
.nav-tabs .nav__link.active {
  color: #ff5551;
}
.nav-tabs .nav__link:after {
  background-color: #ff5551;
}
.secondary-nav-sticky,
.secondary-nav-layout2 {
  background: #FFF;
}
.secondary-nav-sticky .nav-tabs .nav__link,
.secondary-nav-layout2 .nav-tabs .nav__link {
  color: #51668a;
}
.producto h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 60px;
  color: #303666;
  line-height: 1.2em;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .producto h1 {
    font-size: 42px;
    max-width: 100%;
  }
}
.producto h6 {
  color: #303666;
  font-size: 17px;
  font-weight: 400;
}
.producto .prod-title {
  font-size: 25px;
  font-weight: 400;
  color: #303666;
  margin: 0;
}
.producto .prod-subtitle {
  font-size: 25px;
  font-weight: 400;
  color: #aab2eb;
  margin-bottom: 30px;
}
.producto p {
  font-size: 15px;
  font-weight: 300;
  color: #a3a3a3;
}
.producto .text__block {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .producto .text__block {
    margin: 50px 0 0 0;
  }
}
.producto .text__block h5 {
  color: #303666;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}
.producto .text__block p {
  font-size: 15px;
  font-weight: 300;
  color: #a3a3a3;
}
.producto .text__block .contenido-intro {
  column-count: 2;
  column-gap: 70px;
}
.producto .text__block .contenido-intro li {
  color: #a3a3a3;
}
@media (max-width: 767px) {
  .producto .text__block .contenido-intro {
    column-count: 1;
    column-gap: 0;
  }
}
.producto .portfolio-item__meta-list li h5 {
  font-weight: 400;
  color: #ff5551;
}
.producto .portfolio-item__meta-list li span {
  color: #a3a3a3;
}
.producto-features .text__block {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .producto-features .text__block {
    margin: 50px 0 0 0;
  }
}
.producto-features .text__block h5 {
  color: #303666;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}
.producto-features .text__block p {
  font-size: 15px;
  font-weight: 300;
  color: #a3a3a3;
  line-height: 1.6em;
}
.producto-features .text__block ul {
  color: #a3a3a3;
  font-weight: 300;
  font-size: 15px;
}
.producto-features .text__block ul li {
  position: relative;
  padding-left: 27px;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 12px;
  list-style: none;
}
.producto-features .text__block ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 10%;
  left: 0px;
  font-size: 11px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #ff5551;
}
.producto-features .text__block .contenido-intro {
  column-count: 2;
  column-gap: 70px;
}
.producto-features .text__block .contenido-intro li {
  color: #a3a3a3;
}
@media (max-width: 767px) {
  .producto-features .text__block .contenido-intro {
    column-count: 1;
    column-gap: 0;
  }
}
.producto-features .portfolio-item__meta-list li h5 {
  font-weight: 400;
  color: #ff5551;
}
.producto-features .portfolio-item__meta-list li span {
  color: #a3a3a3;
}
.btn-line-red {
  border: 2px solid #ff5551;
  color: #ff5551;
}
.btn-line-red:hover {
  background: #ff5551;
  color: #FFF;
}
.link-rojo {
  color: #ff5551;
  display: block;
  margin-bottom: 20px;
  text-align: left;
}
.imagen-producto {
  position: relative;
  width: 100%;
  height: 100%;
}
.imagen-producto .img-producto {
  max-width: 100%;
  transform: translateY(30%);
}
.grade-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  right: 50%;
  z-index: -1;
  background: linear-gradient(to bottom, #475098 0%, #475098 29%, #d65762 54%, #fdbc75 81%, #ffffff 100%);
}
.noticias .btn__link.btn__secondary {
  color: #ff5551;
}
.blog-single {
  padding: 90px 0 180px!important;
}
.blog-single .fecha {
  margin: 50px 0 0 0;
  display: block;
  color: #aab2eb;
  font-size: 13px;
  font-weight: 400;
}
.blog-single h1 {
  font-weight: 400;
  color: #303666;
  font-size: 36px;
  margin-bottom: 38px;
}
.blog-single .social-icons {
  margin: 50px 0!important;
}
.blog-single .social-icons li {
  margin-right: 10px;
}
.blog-single .social-icons li a {
  border-color: #ff5551;
  color: #ff5551;
  width: 44px;
  height: 44px;
  line-height: 42px;
  border-radius: 50%;
  border: 1px solid #ff5551;
  text-align: center;
}
.contacto h4 {
  color: #303666;
}
.contacto .bg-overlay-primary:before {
  background-color: #ff5551;
}
.contacto .contact-panel__info a {
  color: #FFF;
}
#mob {
  display: none;
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: #333;
    position: absolute;
    z-index: 888;
    padding: 50px 0 50px;
    margin: 0;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
}
.burger {
  display: none;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
