.color-primary {
  color: #d12630 !important;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.half-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .half-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.sub_content_section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sub_content_section {
    padding-top: inherit;
    padding-bottom: inherit;
  }
}

.header-text {
  font-size: 1.8em;
}
@media screen and (min-width: 768px) {
  .header-text {
    font-size: 3.1em;
  }
}

.content-text {
  color: #808080;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .content-text {
    font-size: 18px;
  }
}

.title-text {
  color: #d12630 !important;
  font-size: 25px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .title-text {
    font-size: 32px !important;
  }
}

.icon_hover {
  transition: all 0.2s !important;
  z-index: 1000;
}
.icon_hover:hover {
  transform: scale(1.5) !important;
}

.content-wi-above {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .content-wi-above {
    margin-top: 0px;
  }
}

.scale-big-logo {
  transform: scale(0.6) !important;
}

.scale-medium-logo {
  transform: scale(1.3) !important;
}

.invisible-link {
  text-decoration: none !important;
  color: black !important;
}
.invisible-link:hover {
  text-decoration: none !important;
  color: black !important;
}

.ver-mas-btn {
  position: relative;
  margin: -10px auto 20px auto;
  z-index: 10;
  background-color: transparent;
  color: #f99612;
  border: none;
}
.ver-mas-btn:hover {
  text-decoration: underline;
}

.btn_conoce {
  color: #999999 !important;
  font-weight: 600;
  font-style: italic;
  margin: -10px auto 20px auto;
  z-index: 10;
  background-color: transparent;
  color: #f99612;
  border: none;
  text-decoration: underline;
}
.btn_conoce:hover {
  color: #d12630 !important;
}

.slick-arrow {
  transform: scale(1.8, 1.8) !important;
  margin-top: -13px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 30px !important;
  height: 30px !important;
}

.slick-initialized {
  width: 100% !important;
}
.slick-initialized img {
  margin: auto;
}

.slick-track {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.small-header {
  display: flex;
  flex-direction: row;
  background-color: #d12630;
  padding: 15px 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .small-header {
    display: block;
  }
}
.small-header ul {
  width: 50%;
  list-style: none;
  padding: 0px;
}
.small-header ul li {
  display: inline;
}
.small-header ul.social-media li {
  margin-left: 10px !important;
}
.small-header ul.social-media li a {
  color: white;
}
.small-header ul.social-media li a:hover {
  text-decoration: none !important;
}
.small-header ul.social-media li a img {
  height: 15px;
  width: auto;
}
.small-header ul:first-of-type li {
  color: white !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  letter-spacing: 0.1em;
  font-size: 13px;
  margin: 0 !important;
}
.small-header ul:first-of-type li i {
  font-size: 15px;
}

.navbar {
  background-color: rgba(221, 216, 214, 0.7) !important;
  z-index: 900;
  height: 90px;
  padding: 0 !important;
  margin: 0 !important;
}
.navbar .nav-item {
  font-size: 16px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #d12630 !important;
  transition: ease 0.3s;
  padding: 15px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .navbar .nav-item {
    margin-left: 20px;
    font-size: 13px !important;
  }
}
@media screen and (min-width: 992px) {
  .navbar .nav-item {
    margin-left: 40px;
    padding: 0;
    text-align: left;
    font-size: 16px !important;
  }
}
.navbar .nav-item:hover {
  opacity: 0.5;
}
.navbar .navbar-brand {
  z-index: 100;
  margin: 0;
  padding: 0;
}
.navbar .navbar-brand img {
  z-index: 100;
  width: auto;
  height: 83px;
}

.menu-hamb {
  transform: scale(2);
  margin-right: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .menu-hamb {
    display: none !important;
  }
}

.main-navbar .fa-times {
  transform: scale(2);
  position: absolute;
  z-index: 999;
  top: 30px;
  right: 30px;
  display: block;
}
@media screen and (min-width: 768px) {
  .main-navbar .fa-times {
    display: none !important;
  }
}
.main-navbar ul {
  list-style: none;
  padding: 5vH 0;
  margin: 0;
  position: fixed;
  z-index: 999;
  width: 100vW;
  height: 90vH;
  background-color: white;
  top: 0;
  left: -110vW;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-sizing: content-box;
  transition: ease 0.2s;
}
.main-navbar ul li {
  display: block;
}
@media screen and (min-width: 768px) {
  .main-navbar ul {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    padding: 0;
    margin: 0;
    left: unset;
    top: unset;
    position: inherit;
    width: auto;
    height: auto;
  }
  .main-navbar ul li {
    display: flex;
  }
}

.footer {
  font-family: "Montserrat", sans-serif !important;
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #d12630;
  color: #ffffff !important;
  text-align: center !important;
}
@media screen and (min-width: 768px) {
  .footer {
    text-align: inherit !important;
  }
}
.footer h3 {
  font-size: 18px;
  font-size: "Montserrat", sans-serif;
  font-weight: 500;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li a {
  font-size: 18px;
  color: #ded9d7;
  font-weight: 400;
}
.footer ul.social-footer {
  display: flex;
  justify-content: flex-start;
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .footer ul.social-footer {
    padding-right: 40px;
  }
}
.footer ul.social-footer li {
  margin-right: 10px;
}
.footer ul.social-footer li a {
  color: white !important;
}
.footer ul.social-footer li a img {
  height: 15px;
  width: auto;
}
.footer .footer-info {
  display: flex;
}
.footer .footer-info img {
  flex: 1;
  margin-right: 10px;
  max-height: 70px;
  max-width: 70px;
}
.footer .footer-info h5 {
  margin: 0;
  font-size: 1em;
}
.footer hr {
  border-top: 1px solid #ded9d7;
}

#home #main-carousel .carousel-text {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  text-align: left !important;
  padding: 0;
}
#home #main-carousel .carousel-text h5 {
  font-family: "Montserrat", sans-serif;
  color: #d12630;
  font-size: 1.3em;
  font-weight: bolder;
}
@media screen and (min-width: 576px) {
  #home #main-carousel .carousel-text h5 {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 768px) {
  #home #main-carousel .carousel-text h5 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 992px) {
  #home #main-carousel .carousel-text h5 {
    font-size: 5em;
  }
}
#home #main-carousel .carousel-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: bolder;
  margin-bottom: 0px;
}
@media screen and (min-width: 576px) {
  #home #main-carousel .carousel-text p {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  #home #main-carousel .carousel-text p {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 992px) {
  #home #main-carousel .carousel-text p {
    font-size: 2em;
  }
}
#home #main-info-area {
  background-color: #ecedef;
}
#home #main-info-area .img_container {
  display: none;
}
@media screen and (min-width: 992px) {
  #home #main-info-area .img_container {
    display: block;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#home #main-info-area .img_container img {
  height: 220px;
  width: auto;
}
#home #main-info-area .text_area p {
  text-align: justify;
  font-family: "Montserrat", sans-serif !important;
}
@media screen and (min-width: 768px) {
  #home #main-info-area .text_area p {
    text-align: left;
  }
}
#home #main-info-area .text_area button {
  border: 0;
  background-color: transparent;
  position: relative;
}
#home #main-info-area .text_area button a {
  color: #d12630;
  text-transform: uppercase;
  font-size: 0.95em;
}
#home #main-info-area .text_area button:after {
  position: absolute;
  content: ">";
  color: #d12630;
  right: 0;
  right: -5px;
}
#home #nuestros-servicios {
  background-color: white;
}
#home #nuestros-servicios .servicios-header {
  background-size: cover;
  background-position: -210px 50%;
}
@media screen and (min-width: 992px) {
  #home #nuestros-servicios .servicios-header {
    background-position: 50% 50%;
  }
}
#home #nuestros-servicios .servicios-header div {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #nuestros-servicios .servicios-header div h1 {
  color: white !important;
  text-transform: uppercase;
}
#home #nuestros-servicios .servicios-items .servicio-icon {
  height: 430px;
}
#home #nuestros-servicios .servicios-items .servicio-icon:nth-child(n) {
  display: none !important;
}
#home #nuestros-servicios .servicios-items .servicio-icon:nth-child(-n+3) {
  display: block !important;
}
@media screen and (min-width: 768px) {
  #home #nuestros-servicios .servicios-items .servicio-icon {
    height: auto;
  }
  #home #nuestros-servicios .servicios-items .servicio-icon:nth-child(n) {
    display: block !important;
  }
}
#home #nuestros-servicios .servicios-items .servicio-icon .figure {
  height: 170px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#home #nuestros-servicios .servicios-items .servicio-icon .figure img {
  height: 140px;
  z-index: 500;
}
#home #nuestros-servicios .servicios-items .servicio-icon figcaption h1 {
  color: #333333 !important;
  font-size: 1.5em;
  width: 90%;
  margin: 0 auto;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
#home #nuestros-servicios .servicios-items .servicio-icon figcaption div {
  color: #97999b;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #home #nuestros-servicios .servicios-items .servicio-icon figcaption div {
    max-width: 80%;
  }
}
#home #nuestros-servicios .ver-mas-btn {
  font-family: "Montserrat", sans-serif;
  position: relative;
}
#home #nuestros-servicios .ver-mas-btn:after {
  transition: all 0.3s;
  position: absolute;
  content: "";
  bottom: -20px;
  left: calc(50% - 12px);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #f00;
}
#home #nuestros-servicios .ver-mas-btn:hover {
  text-decoration: none;
}
#home #nuestros-servicios .ver-mas-btn:hover:after {
  bottom: -25px;
}
#home #new_servicios .table-desktop {
  display: none !important;
  background-color: #ecedef;
}
#home #new_servicios .table-desktop * {
  border: none !important;
}
#home #new_servicios .table-desktop thead th {
  padding: 0;
  margin: 0;
}
#home #new_servicios .table-desktop thead th img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
}
#home #new_servicios .table-desktop thead th h1 {
  font-family: "Montserrat", sans-serif;
  margin-top: -35px;
  padding: 0 20px;
  font-style: italic;
  color: #d12630;
}
#home #new_servicios .table-desktop tbody tr {
  width: 90%;
  margin: 0 auto;
}
#home #new_servicios .table-desktop tbody tr td {
  max-height: 330px;
  box-sizing: content-box;
  padding: 35px 0;
  width: calc(100% / 3);
}
#home #new_servicios .table-desktop tbody tr td:nth-child(1) h1 {
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #home #new_servicios .table-desktop tbody tr td:nth-child(1) h1 {
    max-width: 70%;
    margin-left: auto;
    font-size: 35px;
  }
}
#home #new_servicios .table-desktop tbody tr td:nth-child(2) {
  vertical-align: middle;
  text-align: center;
}
#home #new_servicios .table-desktop tbody tr td:nth-child(3) .content_ {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #home #new_servicios .table-desktop tbody tr td:nth-child(3) .content_ {
    max-width: 70%;
  }
}
#home #new_servicios .table-desktop tbody tr td:nth-child(3) .content_ .content-text {
  font-size: 16px !important;
}
#home #new_servicios .table-desktop tbody tr td:nth-child(3) .content_ a {
  font-family: "Montserrat", sans-serif;
}
#home #new_servicios .table-desktop tbody tr td img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  #home #new_servicios .table-desktop tbody tr td img {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #home #new_servicios .table-desktop tbody tr td img {
    max-width: 60%;
  }
}
@media screen and (min-width: 768px) {
  #home #new_servicios .table-desktop {
    display: block !important;
  }
}
#home #new_servicios .table-mobile-header {
  display: block;
  height: 100px;
  background-position: center;
  background-size: cover;
  position: relative;
}
#home #new_servicios .table-mobile-header h2 {
  position: absolute;
  padding: 0;
  margin: 0;
  margin-left: 20px;
  font-style: italic;
  color: #d12630;
  margin-top: -35px;
}
@media screen and (max-width: 440px) {
  #home #new_servicios .table-mobile-header h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  #home #new_servicios .table-mobile-header {
    display: none !important;
  }
}
#home #new_servicios .table-mobile {
  box-sizing: content-box;
  padding: 20px;
  background-color: #ecedef;
  display: block !important;
  margin-bottom: 30px;
}
#home #new_servicios .table-mobile thead tr td h1 {
  font-size: 35px !important;
}
#home #new_servicios .table-mobile tbody tr td img {
  max-height: 200px;
  margin: 0 auto;
}
#home #new_servicios .table-mobile tbody tr td .content_ {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #home #new_servicios .table-mobile tbody tr td .content_ {
    max-width: 70%;
  }
}
#home #new_servicios .table-mobile tbody tr td .content_ .content-text {
  font-size: 16px !important;
}
@media screen and (min-width: 768px) {
  #home #new_servicios .table-mobile {
    display: none !important;
  }
}
#home #imagenMainPage {
  width: 100%;
}
#home #imagenMainPage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home #asi-trabajamos {
  background-color: #d8dade;
}
#home #asi-trabajamos p {
  margin: 0;
  text-align: justify;
  font-family: "Montserrat", sans-serif !important;
}
@media screen and (min-width: 768px) {
  #home #asi-trabajamos p {
    text-align: left;
  }
}
#home #asi-trabajamos a {
  font-family: "Montserrat", sans-serif;
}
#home #asi-trabajamos #readMoreButton {
  display: block !important;
  margin: 0 0 0 auto;
  border: 0;
  background-color: transparent;
  position: relative;
  color: #d12630 !important;
  text-transform: uppercase;
  font-size: 0.95em;
}

@media screen and (min-width: 768px) {
  #servicios {
    margin-top: -90px;
  }
}
#servicios #banner {
  background-position: center;
  background-size: cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif !important;
}
@media screen and (min-width: 768px) {
  #servicios #banner {
    padding-top: 90px;
  }
}
#servicios .servicio-icon {
  height: 430px;
}
@media screen and (min-width: 768px) {
  #servicios .servicio-icon {
    height: auto;
  }
}
#servicios .servicio-icon img {
  height: 140px;
  z-index: 200;
  margin-bottom: 25px;
}
#servicios .servicio-icon .title-icon {
  color: #333333;
  font-size: 1.5em;
  width: 90%;
  margin: 0 auto;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
#servicios .servicio-icon .content-icon {
  color: #97999b;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #servicios .servicio-icon .content-icon {
    max-width: 80%;
  }
}

@media screen and (min-width: 768px) {
  #servicio {
    margin-top: -90px;
  }
}
#servicio #banner {
  background-position: center;
  background-size: cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif !important;
}
@media screen and (min-width: 768px) {
  #servicio #banner {
    padding-top: 90px;
  }
}
#servicio #seccion_1 {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
#servicio #seccion_1 .seccion_1_content div:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#servicio #seccion_1 .seccion_1_content p {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  #servicio #seccion_1 .seccion_1_content p {
    text-align: left;
  }
}
#servicio #tables .figure_collection {
  background-color: #ecedef;
}
#servicio #tables .figure_collection h1 {
  margin-left: 20px;
  margin-top: -68px;
  color: #d12630;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  #servicio #tables .figure_collection h1 {
    margin-top: -87px;
  }
}
#servicio #tables .figure_collection figure {
  text-align: center;
  max-width: 100%;
}
#servicio #tables .figure_collection figure img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: contain;
  object-position: center;
}
#servicio #tables .figure_collection figure figcaption h3 {
  margin-bottom: 5px;
}
#servicio #tables .figure_collection figure figcaption span {
  font-style: italic;
}
#servicio #seccion_2 {
  background-color: #dfdede;
  padding-top: 50px;
  padding-bottom: 50px;
}
#servicio #seccion_2 .seccion_2_content ol {
  padding-left: 20px;
  margin-bottom: 0 !important;
}
#servicio #seccion_2 .seccion_2_content div:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#servicio #seccion_2 .seccion_2_content div:last-of-type p {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  #servicio #seccion_2 .seccion_2_content div:last-of-type p {
    text-align: left;
  }
}
#servicio #seccion_2 .seccion_2_content div:nth-child(1) {
  text-align: center;
}
#servicio #seccion_2 .seccion_2_content div:nth-child(1) img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #servicio #seccion_2 .seccion_2_content div:nth-child(1) img {
    width: 100%;
  }
}
#servicio #carrusel {
  padding-top: 40px;
  padding-bottom: 40px;
}

#news_feed .card {
  font-family: "Mukta", sans-serif !important;
}
#news_feed .card .card-title {
  font-family: "Mukta", sans-serif !important;
}
#news_feed .card .card-body {
  font-family: "Mukta", sans-serif !important;
}
#news_feed .card .card-body p {
  font-family: "Mukta", sans-serif !important;
}
#news_feed .noticias__paginador .MarkupPagerNav {
  padding: 0;
  list-style: none;
  display: inline-flex;
  width: 200px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
#news_feed .noticias__paginador .MarkupPagerNav li {
  border: 1px solid #333333;
  padding: 5px 20px;
  transition: all 0.3s;
  background-color: #fdfdfd;
  cursor: pointer !important;
}
#news_feed .noticias__paginador .MarkupPagerNav li:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: none;
}
#news_feed .noticias__paginador .MarkupPagerNav li:last-of-type {
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#news_feed .noticias__paginador .MarkupPagerNav li:hover {
  background-color: #dadada;
}
#news_feed .noticias__paginador .MarkupPagerNav li a {
  color: #333333;
}
#news_feed .noticias__paginador .MarkupPagerNav li a:hover {
  text-decoration: none;
}

#noticia {
  font-family: "Mukta", sans-serif !important;
}
#noticia .logo_noticias {
  position: absolute;
  z-index: 999;
  top: 270px;
  right: 30px;
  width: 100px;
  display: none;
}
@media screen and (min-width: 992px) {
  #noticia .logo_noticias {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #noticia .noticias_content {
    width: 80%;
    margin: 0 auto;
  }
}
#noticia .noticias_content .share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
#noticia .noticias_content .share .share-links {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0 0 0 20px;
  margin: 0;
  justify-content: space-around;
}
#noticia .noticias_content .share .share-links li {
  font-size: 0.8em;
}
#noticia .noticias_content .noticia_titulo {
  color: #004b84;
}
#noticia .noticias_content .noticia_autor {
  margin-left: 30px;
}
#noticia .noticias_content .noticia_autor span {
  color: #5d5d5d;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  #portafolio {
    margin-top: -90px;
  }
}
#portafolio #banner {
  background-position: center;
  background-size: cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif !important;
}
@media screen and (min-width: 768px) {
  #portafolio #banner {
    padding-top: 90px;
  }
}
#portafolio .portafolio__body .portafolio__content .portafolio__content-badge .figure img {
  width: calc(100% - 4px);
  height: 300px;
  max-height: 201px;
  object-fit: cover;
  object-position: center;
  box-sizing: border-box;
  border: 2px solid #d12630;
  padding: 5px;
  border-radius: 0px !important;
}
#portafolio .portafolio__body .portafolio__content .portafolio__content-badge .figure-caption {
  background-color: #d12630;
  color: white;
}
#portafolio .portafolio__body .portafolio__content .portafolio__content-badge .figure-caption a:hover {
  text-decoration: none;
}
#portafolio .portafolio__pagination-controls .MarkupPagerNav {
  padding: 0;
  list-style: none;
  display: inline-flex;
  width: 200px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
#portafolio .portafolio__pagination-controls .MarkupPagerNav li {
  border: 1px solid #333333;
  padding: 5px 20px;
  transition: all 0.3s;
  background-color: #fdfdfd;
  cursor: pointer !important;
}
#portafolio .portafolio__pagination-controls .MarkupPagerNav li:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: none;
}
#portafolio .portafolio__pagination-controls .MarkupPagerNav li:last-of-type {
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#portafolio .portafolio__pagination-controls .MarkupPagerNav li:hover {
  background-color: #dadada;
}
#portafolio .portafolio__pagination-controls .MarkupPagerNav li a {
  color: #333333;
}
#portafolio .portafolio__pagination-controls .MarkupPagerNav li a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #fuerza {
    margin-top: -90px;
  }
}
#fuerza #banner {
  background-position: center;
  background-size: cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif !important;
}
@media screen and (min-width: 768px) {
  #fuerza #banner {
    padding-top: 90px;
  }
}
#fuerza #seccion_1 .seccion_1_content div img {
  margin-top: 20px;
}
#fuerza #seccion_1 .seccion_1_content div:nth-child(2) p {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  #fuerza #seccion_1 .seccion_1_content div:nth-child(2) p {
    text-align: left;
  }
}
#fuerza #seccion_2 .seccion_2_content {
  background-color: #ecedef;
}
#fuerza #seccion_2 .seccion_2_content div:nth-child(1) {
  display: none;
}
@media screen and (min-width: 992px) {
  #fuerza #seccion_2 .seccion_2_content div:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
#fuerza #seccion_2 .seccion_2_content div:last-of-type {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  #fuerza #seccion_2 .seccion_2_content div:last-of-type {
    text-align: left;
  }
}
#fuerza #seccion_2 .seccion_2_content div:last-of-type h1 {
  color: black !important;
  padding: 0 30px 0 30px;
  box-sizing: content-box;
}
#fuerza #seccion_2 .seccion_2_content div:last-of-type div {
  padding: 0 30px 0 30px;
  box-sizing: content-box;
  font-size: 14px;
}
#fuerza #seccion_2 .seccion_2_lists {
  font-family: "Montserrat", sans-serif !important;
}
#fuerza #seccion_2 .seccion_2_lists div {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  #fuerza #seccion_2 .seccion_2_lists div {
    text-align: left;
  }
}
#fuerza #seccion_2 .seccion_2_lists div h2 {
  font-weight: 600;
}
#fuerza #seccion_2 .seccion_2_lists div span {
  font-style: italic;
}
#fuerza #seccion_2 .seccion_2_lists div div.content-text {
  margin-top: 20px;
  font-size: 15px;
}
#fuerza #seccion_2 .seccion_2_lists div div.content-text p {
  font-weight: lighter !important;
}
#fuerza #seccion_2 .seccion_2_lists div:nth-child(3) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#fuerza #seccion_2 .seccion_2_lists div:nth-child(3) ul li {
  margin: 20px 0;
  font-size: 15px;
  font-weight: lighter !important;
}
#fuerza #seccion_3 {
  background-color: #ecedef;
  padding-top: 50px;
  padding-bottom: 50px;
}
#fuerza #seccion_3 .seccion_3_content div {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  #fuerza #seccion_3 .seccion_3_content div {
    text-align: left;
  }
}
#fuerza #seccion_3 .seccion_3_content div:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#fuerza #seccion_3 .seccion_3_content p {
  font-size: 16px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  #fuerza #seccion_3 .seccion_3_content p {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  #contacto {
    margin-top: -90px;
  }
}
#contacto #banner {
  background-position: center;
  background-size: cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif !important;
}
@media screen and (min-width: 768px) {
  #contacto #banner {
    padding-top: 90px;
  }
}
#contacto .form-contacto {
  font-family: "Montserrat", sans-serif !important;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contacto .form-contacto {
    width: 85%;
    margin: 0 0 0 auto;
  }
}
#contacto .form-contacto .form-header {
  margin-bottom: 30px;
}
#contacto .form-contacto .form-header h1 {
  margin-bottom: 0px;
  font-size: 2.2em !important;
}
#contacto .form-contacto .form-header span {
  font-size: 1.3em;
}
#contacto .form-contacto .form-group label {
  color: #555555;
  font-size: 1.6em;
  font-weight: 600;
}
#contacto .form-contacto .form-group .form-control {
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #d1d4d7;
  color: black;
}
#contacto .form-contacto .form-group textarea {
  resize: none;
}
#contacto .form-contacto .form-group .custom-radio {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #contacto .form-contacto .form-group .custom-radio {
    margin-bottom: 0px;
  }
}
#contacto .form-contacto .form-group .custom-radio label {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 30px !important;
}
#contacto .form-contacto .form-group .custom-radio [type=radio]:checked,
#contacto .form-contacto .form-group .custom-radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#contacto .form-contacto .form-group .custom-radio [type=radio]:checked + label,
#contacto .form-contacto .form-group .custom-radio [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
#contacto .form-contacto .form-group .custom-radio [type=radio]:checked + label:before,
#contacto .form-contacto .form-group .custom-radio [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
#contacto .form-contacto .form-group .custom-radio [type=radio]:checked + label:after,
#contacto .form-contacto .form-group .custom-radio [type=radio]:not(:checked) + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #555555;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contacto .form-contacto .form-group .custom-radio [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#contacto .form-contacto .form-group .custom-radio [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#contacto .form-contacto .btn {
  color: white !important;
  background-color: #d12630;
}
#contacto .jumbotron {
  font-family: "Montserrat", sans-serif !important;
  padding: 20px 0 !important;
  border-radius: 5px;
  border: 1px solid #d1d4d7;
}
#contacto .jumbotron h3 {
  color: #555555;
  font-size: 1.2em;
}
#contacto .jumbotron h3:nth-child(1) {
  font-size: 1.6em;
}
#contacto .jumbotron ul {
  padding: 0;
}
#contacto .jumbotron ul li {
  display: inline;
  margin-left: 18px;
}
#contacto .jumbotron ul li a {
  color: #999999;
  font-size: 1.3em;
}
#contacto .jumbotron iframe {
  position: relative !important;
  height: 200px !important;
  width: 100% !important;
  z-index: 10 !important;
}
#contacto .jumbotron .iframe {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #terminosCondiciones {
    margin-top: -90px;
  }
}
#terminosCondiciones #banner {
  background-position: center;
  background-size: cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif !important;
}
@media screen and (min-width: 768px) {
  #terminosCondiciones #banner {
    padding-top: 90px;
  }
}

@media screen and (min-width: 768px) {
  #portafolio-item {
    margin-top: -90px;
  }
}
#portafolio-item #banner {
  background-position: center;
  background-size: cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif !important;
}
@media screen and (min-width: 768px) {
  #portafolio-item #banner {
    padding-top: 90px;
  }
}

/*# sourceMappingURL=app.css.map */
