/* ========================================================================================= */
/* SETTINGS */
/* ========================================================================================= */
/* ========================================================================================= */
/* END SETTINGS */
/* ========================================================================================= */
/* ========================================================================================= */
/* TOOLS */
/* ========================================================================================= */
/* ========================================================================================= */
/* TOOLS - MIXINS */
/* ========================================================================================= */
/* ========================================================================================= */
/* END TOOLS - MIXINS */
/* ========================================================================================= */
/* ========================================================================================= */
/* END TOOLS */
/* ========================================================================================= */
/* ========================================================================================= */
/* GENERIC */
/* ========================================================================================= */
@import 'bootstrap-4-utilities.min.css';
:root {
  font-size: 16px;
}

body {
  overflow-x: hidden;
}

body.body--noscroll {
  overflow: hidden;
  height: 100vh;
}

p {
  font-size: 15px;
  line-height: 1.628;
  font-weight: 300;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  p {
    font-size: 18px;
    line-height: 1.7;
  }
}

h5 {
  font-size: 16px;
  line-height: 1.45;
}
@media (min-width: 1200px) {
  h5 {
    font-size: 18px;
  }
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 12.5px;
}

.w-100 {
  width: 100%;
}

.w-95 {
  width: 95%;
}

.red--center:before {
  margin: auto;
  left: 0;
  right: 0;
}

.wrapper {
  width: 100%;
  margin: auto;
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .wrapper {
    width: 70%;
    max-width: 1440px;
  }
}

h1 {
  font-size: 32px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 54px;
  }
}

h2 {
  font-size: 24px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 20px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 30px;
  }
}

hr.red {
  margin: 10px 0 36px;
}
@media (min-width: 992px) {
  hr.red {
    margin: 10px 0 28px;
  }
}

.btn {
  margin-bottom: 1rem;
  font-size: 16px;
  padding: 6px 25px;
}
@media (min-width: 1200px) {
  .btn {
    font-size: 18px;
    padding: 10px 25px;
  }
}

.btn-primary {
  background: transparent;
}

.editorText img {
  border-radius: 0;
}
.editorText > ul {
  margin-left: 0;
}
.editorText > ul li {
  list-style: none;
  margin-bottom: 1rem;
}
.editorText > ul li::before {
  font-family: FontAwesome;
  content: "\f00c";
  font-weight: 800;
  color: #A57F2C;
  margin-right: 0.5rem;
  transition: all 0.4 ease-in-out;
}
.editorText > ul.microsites {
  margin-left: 0;
}
.editorText > ul.microsites li {
  list-style: none;
  margin-bottom: 1rem;
}
.editorText > ul.microsites li::before {
  font-family: FontAwesome;
  content: "\f0ac";
  font-weight: 800;
  color: #A57F2C;
  margin-right: 0.5rem;
  transition: all 0.4 ease-in-out;
}
.editorText > ul.links {
  margin-left: 0;
}
.editorText > ul.links li {
  list-style: none;
  margin-bottom: 1rem;
}
.editorText > ul.links li::before {
  display: none;
}
.editorText > ul.links li::after {
  font-family: FontAwesome;
  content: "\f054";
  font-weight: 800;
  color: #A57F2C;
  margin-left: 0.5rem;
  transition: all 0.4 ease-in-out;
}
.editorText .fa-solid {
  color: #A57F2C;
  margin-right: 0.5rem;
}
.editorText .fa-solid {
  color: #A57F2C;
  margin-right: 0.5rem;
}
.editorText ol {
  margin-left: 0;
}
.editorText ol li {
  list-style: none;
  margin-bottom: 1rem;
}
.editorText ol li::before {
  font-family: FontAwesome;
  content: "\f56d";
  font-size: 1.65rem;
  font-weight: 800;
  color: #A57F2C;
  margin-right: 0.5rem;
  transition: all 0.4 ease-in-out;
}

.PNone {
  padding: 0;
}

.PHuge {
  padding: 10rem 0;
}
@media (min-width: 1200px) {
  .PHuge {
    padding: 14rem 0;
  }
}

.PLarge {
  padding: 5rem 0;
}
@media (min-width: 1200px) {
  .PLarge {
    padding: 10rem 0;
  }
}

.PMedium {
  padding: 3rem 0;
}
@media (min-width: 1200px) {
  .PMedium {
    padding: 8rem 0;
  }
}

.PSmall {
  padding: 1.5rem 0;
}
@media (min-width: 1200px) {
  .PSmall {
    padding: 3rem 0;
  }
}

.d-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (min-width: 1200px) {
  .d-flex {
    flex-direction: initial;
  }
}
.d-flex__gap1 {
  gap: 1rem;
}

.d-block {
  display: block;
}

.d-inilineblock {
  display: inline-block;
}

.d-none {
  display: none !important;
}

.t-degraded {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  left: 0;
}
@media (min-width: 992px) {
  .t-degraded {
    display: initial;
  }
}
.t-degraded__small {
  display: initial;
}
@media (min-width: 992px) {
  .t-degraded__small {
    display: none;
  }
}

.u-colorText {
  color: #545454;
}

.u-colorWhite {
  color: white !important;
}

.component-title {
  padding: 0 1rem;
}

.breadcrumb {
  margin-top: 7rem;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
}
.breadcrumb .icon {
  color: grey;
}

img {
  border-radius: 1rem;
}

.text-rl iframe {
  width: 100%;
  height: 20rem;
}

.mainPaddingLeft {
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .mainPaddingLeft {
    padding: 0 2rem 0 0;
  }
}

.mainPaddingRight {
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .mainPaddingRight {
    padding: 0 0 0 2rem;
  }
}

.mainor-carousel__logo {
  transition: all ease-in-out 0.4s;
}
.mainor-carousel__logo:hover {
  opacity: 0.5;
}

.wpcf7 label {
  width: 100% !important;
}

.wpcf7 input {
  font-weight: 500 !important;
}

.wpcf7-submit {
  width: inherit !important;
  height: inherit !important;
}

form {
  margin-top: 1.5rem;
}

.modal-body {
  max-height: 80vh;
  overflow-y: auto;
}
.modal-body img {
  width: 100%;
}

ul.contact {
  max-width: 90%;
  padding-left: 1rem;
}
ul.contact li {
  display: flex;
  list-style: none;
  padding: 0.05rem 0;
}
ul.contact li i {
  margin: 0.5rem;
  font-size: 1rem;
  color: #A57F2C;
}

.search {
  padding: 4rem 0;
}

/* ========================================================================================= */
/* END GENERIC */
/* ========================================================================================= */
/* ========================================================================================= */
/* EXTERNAL */
/* ========================================================================================= */
/**
 * 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 - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.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 {
  -ms-touch-action: pan-y;
  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: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.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 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*@import "external/mixUp.css";
/* ========================================================================================= */
/* END EXTERNAL */
/* ========================================================================================= */
/* ========================================================================================= */
/* COMPONENTS */
/* ========================================================================================= */
.banner {
  background-size: cover;
  height: auto;
  width: 100%;
  padding: 1.5rem 1rem;
  background-position: center !important;
  text-align: center;
}
@media (min-width: 1200px) {
  .banner {
    padding: 7.5rem 3rem;
    text-align: left;
    position: relative;
  }
}
.banner__wrapper {
  max-width: 420px;
  margin: auto;
  padding: 0 0.5rem;
}
@media (min-width: 1200px) {
  .banner__wrapper {
    max-width: 80%;
    display: flex;
    align-items: center;
  }
}
.banner__subtitle {
  color: #A57F2C;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .banner__subtitle {
    transform: rotate(-90deg);
    font-size: 2.8rem;
    position: absolute;
    left: 4.5rem;
    top: 8rem;
  }
}
.banner__content-text {
  color: white;
}
@media (min-width: 1200px) {
  .banner__content-text {
    padding: 0 12rem 0 2rem;
  }
}
.banner__title {
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .banner__title {
    font-size: 4rem;
  }
}
.banner p {
  font-size: 1.2rem;
  font-weight: medium;
  color: white;
}
@media (min-width: 1200px) {
  .banner p {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
}

.carousel-home {
  position: relative;
  margin-top: 4.5rem;
}
@media (min-width: 1200px) {
  .carousel-home {
    margin-top: 5.5rem;
  }
}
.carousel-home--sm {
  margin-top: 0;
  border-top: #A57F2C 0.2rem solid;
}
.carousel-home__bgcolor {
  position: absolute;
  width: 100%;
  height: 100%;
}
.carousel-home__item {
  display: flex;
  height: 560px;
  background-size: cover !important;
  background-position: center;
}
.carousel-home__item--sm {
  height: auto;
  background-position: right;
}
@media (min-width: 992px) {
  .carousel-home__item--sm {
    background-position: center;
  }
}
.carousel-home__text {
  max-width: 100%;
  margin: auto;
  padding: 1rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .carousel-home__text {
    margin: 6.8% auto 0;
    max-width: 70%;
    min-width: 1020px;
    padding: 0 1rem;
  }
}
.carousel-home__text--sm {
  margin: 1rem auto 3rem;
}
@media (min-width: 1200px) {
  .carousel-home__text--sm {
    margin: 2rem auto 4rem;
  }
}
.carousel-home__title-lg {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .carousel-home__title-lg {
    font-size: 4.5rem;
  }
}
.carousel-home__title-md {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .carousel-home__title-md {
    font-size: 2.2rem;
  }
}
.carousel-home__descript {
  font-size: 1rem;
  font-weight: 300;
  color: white;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .carousel-home__descript {
    font-size: 1.5rem;
    margin: 0 auto 2.5rem;
  }
}
.carousel-home .owl-nav {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 47%;
  color: white;
}
@media (min-width: 1200px) {
  .carousel-home .owl-nav {
    bottom: 45%;
    width: 90%;
  }
}
.carousel-home .owl-nav button {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50% !important;
  font-size: 3rem !important;
  line-height: 0;
  position: relative !important;
  background-color: transparent;
  border: 2px solid #98989A !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.31);
  transition: all 0.4s ease;
}
.carousel-home .owl-nav button span {
  position: absolute;
  top: -12px;
  left: 20px;
  color: #98989A;
}
.carousel-home .owl-nav button:hover {
  background-color: #691C32;
  border-color: #691C32 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.61);
}
.carousel-home .owl-nav button:hover span {
  color: white;
}
.carousel-home .owl-nav .owl-next {
  float: right;
}
.carousel-home .owl-dots {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  text-align: center;
}
.carousel-home .owl-dots button {
  width: 3rem;
  height: 0.5rem;
}
.carousel-home .owl-dots button.owl-dot {
  height: 0.75rem;
  border: 2px solid #98989A;
  background-color: transparent;
  margin: 0 0.5rem;
  transition: all 0.4s ease;
}
.carousel-home .owl-dots button.owl-dot:hover {
  background-color: #98989A;
}
.carousel-home .owl-dots button.active {
  border-color: #98989A;
  background-color: #98989A;
  cursor: default;
}

#myVideo {
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
}

.eyecatcher {
  width: 100%;
  height: auto;
  background-size: cover !important;
  position: relative;
  min-height: 250px;
  display: inline-grid;
  background-position: center !important;
}
.eyecatcher__title {
  color: white;
}

/*footer*/
.col_white_amrc {
  color: #FFF;
}

footer {
  border-top: 2px solid #A57F2C;
  width: 100%;
  background-color: #13322b;
  padding: 2rem 0;
}

.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}

footer p {
  display: flex;
  font-size: 16px;
  color: #CCC;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

footer li {
  font-size: 16px;
}

footer i {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #A57F2C;
  margin-right: 0.5rem;
}

.mb10 {
  padding-bottom: 15px;
}

.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
  color: #CCC;
}

.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}

.fleft {
  float: left;
}

.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.footer_ul2_amrc li p {
  display: table;
}

.footer_ul2_amrc li a:hover {
  text-decoration: none;
}

.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #323f45;
  padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.foote_bottom_ul_amrc li {
  display: inline;
}

.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px;
}

.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
}

.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}

.social_footer_ul li a {
  color: #CCC;
  padding: 8px;
  border-radius: 50%;
}

.social_footer_ul li i {
  font-size: 2rem;
  width: 20px;
  height: 20px;
  text-align: center;
}

.content-modal #staticBackdrop {
  padding-top: 4rem;
  background-color: rgba(0, 0, 0, 0.7);
}

.mainor-carousel {
  padding: 0 0 5rem 1rem;
}
@media (min-width: 1200px) {
  .mainor-carousel {
    padding: 0 0 4rem;
  }
}
@media (min-width: 1200px) {
  .mainor-carousel .owl-stage {
    margin-left: initial;
  }
}
.mainor-carousel__item {
  position: relative;
  overflow: hidden;
  background-position: center;
  cursor: pointer;
  height: auto;
  width: 320px;
}
@media (min-width: 992px) {
  .mainor-carousel__item {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .mainor-carousel__item {
    text-align: left;
  }
}
.mainor-carousel__title {
  text-decoration: underline;
  color: #545454;
  transition: all ease 0.4s;
}
.mainor-carousel__title:hover {
  color: #691C32;
}
@media (min-width: 1200px) {
  .mainor-carousel__title {
    margin-top: 1rem;
    text-decoration: inherit;
  }
}
.mainor-carousel__btn {
  display: none;
}
@media (min-width: 1200px) {
  .mainor-carousel__btn {
    display: inline-block;
  }
}
.mainor-carousel__imgLg {
  width: 100%;
  height: 20rem;
  background-size: cover !important;
  background-position: center;
  border-radius: 0.75rem;
  transition: all ease 0.4s;
}
.mainor-carousel__imgLg:hover {
  opacity: 0.6;
}
.mainor-carousel__imgSm {
  width: 100%;
  height: 15rem;
  background-size: cover !important;
  background-position: center;
  border-radius: 0.75rem;
  transition: all ease 0.4s;
}
.mainor-carousel__imgSm:hover {
  opacity: 0.6;
}
.mainor-carousel .owl-nav {
  position: absolute;
  color: white;
  width: 40%;
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .mainor-carousel .owl-nav {
    width: 114%;
    top: 38%;
    left: -7%;
    right: 0;
    margin: auto;
  }
}
.mainor-carousel button {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50% !important;
  font-size: 3rem !important;
  line-height: 0;
  position: relative !important;
  background-color: transparent;
  border: 2px solid #98989A !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.31);
  transition: all 0.4s ease;
}
.mainor-carousel button span {
  position: absolute;
  top: -12px;
  left: 20px;
  color: #98989A;
}
.mainor-carousel button:hover {
  background-color: #691C32;
  border-color: #691C32 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.61);
}
.mainor-carousel button:hover span {
  color: white;
}
.mainor-carousel .owl-next {
  float: right;
}

.mainor-carousel-img {
  padding: 0 0 5rem 1rem;
}
@media (min-width: 1200px) {
  .mainor-carousel-img {
    padding: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .mainor-carousel-img .owl-stage {
    margin-left: initial;
  }
}
.mainor-carousel-img__logo {
  transition: opacity 0.3s ease;
}
.mainor-carousel-img__logo:hover {
  opacity: 0.5;
}
.mainor-carousel-img__item {
  width: 320px;
  height: auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  background-position: center;
}
@media (min-width: 992px) {
  .mainor-carousel-img__item {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .mainor-carousel-img__item {
    text-align: left;
  }
}
.mainor-carousel-img__imgLg {
  width: 100%;
  height: 28rem;
  background-size: cover !important;
  background-position: center;
  border-radius: 0.75rem;
}
.mainor-carousel-img__imgSm {
  width: 100%;
  height: 15rem;
  background-size: cover !important;
  background-position: center;
  border-radius: 0.75rem;
}
.mainor-carousel-img .owl-nav {
  position: absolute;
  color: white;
  width: 40%;
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .mainor-carousel-img .owl-nav {
    width: 20%;
    bottom: 0;
    left: -7%;
    right: 0;
    margin: auto;
  }
}
.mainor-carousel-img button {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50% !important;
  font-size: 3rem !important;
  line-height: 0;
  position: relative !important;
  background-color: transparent;
  border: 2px solid #98989A !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.31);
  transition: all 0.4s ease;
}
.mainor-carousel-img button span {
  position: absolute;
  top: -12px;
  left: 20px;
  color: #98989A;
}
.mainor-carousel-img button:hover {
  background-color: #691C32;
  border-color: #691C32 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.61);
}
.mainor-carousel-img button:hover span {
  color: white;
}
.mainor-carousel-img .owl-next {
  float: right;
}

.mainor-carousel--text {
  padding: 0 0 5rem 1rem;
}

@media (min-width: 1200px) {
  .mainor-carousel--text {
    padding: 0 0 4rem;
  }
}
.mainor-carousel--text__item {
  background-position: center;
  height: auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  width: 320px;
  height: 18rem;
  border-radius: 0.75rem;
}

@media (min-width: 992px) {
  .mainor-carousel--text__item {
    width: auto;
    height: 22rem;
  }
}
@media (min-width: 1200px) {
  .mainor-carousel--text__item {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .mainor-carousel--text__item {
    height: 22rem;
  }
}
.mainor-carousel--text .owl-nav {
  color: white;
  position: absolute;
  width: 50%;
  padding: 0 0;
  margin: 1rem auto 2rem;
  right: 0;
  left: 0;
}

@media (min-width: 992px) {
  .mainor-carousel--text .owl-nav {
    width: 114%;
    top: 38%;
    padding: 0 0;
    margin: auto;
    left: -7%;
    right: 0;
  }
}
.mainor-carousel--text__descript {
  position: absolute;
  z-index: 3;
  color: white;
  width: 100%;
  padding: 2rem 1rem;
}
.mainor-carousel--text__descript p {
  line-height: 1.55;
}

@media (min-width: 992px) {
  .mainor-carousel--text__descript {
    padding: 0 5rem 0 4rem;
    bottom: 3.5rem;
  }
}
.mainor-carousel--text__imgLg {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center;
  position: absolute;
  z-index: -1;
}

@media (min-width: 992px) {
  .navbar-nav {
    padding-top: 0;
    display: flex;
    align-items: flex-end;
    margin-top: 0.6rem;
  }
}

.sub-navbar {
  margin-top: 5rem;
}
.sub-navbar .navbar-header {
  padding: 0.67rem;
}
@media (min-width: 992px) {
  .sub-navbar .navbar-header {
    padding: 0;
  }
}

.navbar-brand__ces {
  padding-top: 1.5rem;
}

.navbar-collapse {
  background-color: transparent !important;
}

@media (min-width: 1200px) {
  .dropdown-menu {
    padding: 0;
  }
  .dropdown-menu li a {
    padding: 0.75rem 1rem;
    border-bottom: 0.5px solid grey;
  }
  .dropdown-menu li a:hover {
    background-color: #c39326;
    color: white;
  }
  .dropdown-menu .sub-menu .caret {
    rotate: -90deg;
  }
  .dropdown-menu .sub-menu:hover .dropdown-menu {
    top: 0;
    left: 100%;
    display: inline-block;
    width: 90%;
  }
}

.navbar-inverse .navbar-nav > .open > a {
  color: white !important;
}

.nav-imss > :last-child {
  margin-left: 1rem;
}
.nav-imss > :last-child a {
  padding-top: 10px;
  margin-top: 8px;
  border-radius: 5px;
  background-color: #c39326;
}
.nav-imss > :last-child a i {
  color: white;
}
.nav-imss > :last-child .search__form {
  margin-top: 0;
  display: flex;
}
.nav-imss > :last-child input.search {
  border: none;
  min-width: 240px;
  padding: 10px 1rem;
  color: grey;
  border-radius: 5px 0 0 5px;
  background-color: rgba(128, 128, 128, 0.2);
}
.nav-imss > :last-child .submit-search {
  height: 2.83rem;
  padding: 0.5rem 1rem;
  border: none;
  line-height: 0;
  border-radius: 0 5px 5px 0;
  background-color: rgba(128, 128, 128, 0.4);
  transition: background-color 0.4s ease;
}
.nav-imss > :last-child .submit-search:hover {
  background-color: rgba(128, 128, 128, 0.7);
}
.nav-imss > :last-child .submit-search:hover i {
  color: white;
}
.nav-imss > :last-child .submit-search::before {
  content: "d";
  background-image: url(../assets/img/magnifying-glass-solid.png);
}
.nav-imss > :last-child li {
  display: flex;
  padding: 0.5rem;
}

.menu-icons {
  z-index: 5;
  position: fixed;
  right: 1rem;
  bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}
.menu-icons a {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .menu-icons {
    right: 2rem;
    bottom: 2rem;
  }
}
.menu-icons__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 1rem;
}
.menu-icons__item:hover {
  color: transparent;
}
.menu-icons__content-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #691C32;
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.75);
  transition: all 0.4s ease;
}
.menu-icons__content-icon:hover {
  background-color: #A57F2C;
}
@media (min-width: 1200px) {
  .menu-icons__content-icon {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.menu-icons i {
  font-size: 1.8rem;
  color: white;
  margin-top: 20px;
  display: block;
}
@media (min-width: 1200px) {
  .menu-icons i {
    font-size: 2rem;
  }
}
.menu-icons span {
  display: none;
  font-size: 0.7rem;
  color: white;
}
@media (min-width: 1200px) {
  .menu-icons span {
    display: block;
  }
}

.nav-menumovil {
  padding: 10rem 1rem 6rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow-y: auto;
  transition: all 0.4s ease-in-out;
}
.nav-menumovil--hidden {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}
.nav-menumovil .open {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #A57F2C;
  color: white;
  text-align: center;
  cursor: pointer;
}
.nav-menumovil hr.red {
  margin-bottom: 1.5rem;
}
.nav-menumovil .nav-menumovil__sublist {
  display: none;
}
.nav-menumovil__list {
  position: relative;
}
.nav-menumovil__list li {
  list-style: none;
}
.nav-menumovil__area, .nav-menumovil__subarea {
  font-family: "Patria", "noso Sans", "Helvetica", "Arial", sans-serif;
}
.nav-menumovil__area {
  font-size: 1.4rem;
}
.nav-menumovil__subarea {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.nav-menumovil__sublist {
  padding-left: 0.7rem;
}
.nav-menumovil__item {
  font-size: 1rem;
  padding: 0.2rem 0 0.7rem;
}

.navbar-toggle i {
  font-size: 1.8rem;
  color: white;
  transition: all 0.4s ease;
}
.navbar-toggle:hover i {
  color: #691C32;
}

.links__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.one-column {
  width: 100%;
  margin-bottom: 1rem;
}
.one-column .links__item {
  margin-bottom: 1.5rem;
  width: 100%;
  border-bottom: 0.5px dotted rgb(181, 181, 181);
}

.two-column {
  width: 100%;
}
.two-column .links__item {
  width: 100%;
  margin-bottom: 1rem;
  border-bottom: 0.5px dotted rgb(181, 181, 181);
}
@media (min-width: 992px) {
  .two-column {
    width: 100%;
  }
  .two-column .links__item {
    border-left: 0.5px solid grey;
    border-bottom: none;
    width: 50%;
    padding: 0 1.5rem 0rem;
    margin-bottom: 2.8rem;
  }
}

.search__title {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0;
}
.search__contet-text {
  margin: 1.5rem 0 2rem;
}
.search__subtitle {
  cursor: pointer;
  line-height: 1.4;
  margin: 0 0 0.5rem;
  text-decoration: underline;
  transition: all 0.4s ease;
}
.search__subtitle:hover {
  color: #691C32;
}

.search--main {
  margin: 6rem 0 0;
  padding: 0 1.5rem;
  text-align: center;
}
@media (min-width: 1280px) {
  .search--main {
    margin: 7rem auto 0;
    max-width: 992px;
  }
}
.search--main__descript {
  line-height: 1.2;
  margin-bottom: 0.5rem;
  width: 100%;
}
.search--main__form {
  margin: 0;
  display: flex;
}
.search--main__input {
  padding: 0.7rem;
  width: 84%;
  border: none;
  color: grey;
  border-radius: 5px 0 0 5px;
  background-color: rgba(128, 128, 128, 0.2);
  text-align: center;
  font-size: 1rem;
}
.search--main__submit {
  height: 2.83rem;
  padding: 0.5rem 1rem;
  border: none;
  line-height: 0;
  border-radius: 0 5px 5px 0;
  background-color: #691C32;
  color: white;
  transition: background-color 0.4s ease;
}
.search--main__submit:hover {
  background-color: rgba(128, 128, 128, 0.7);
}
.search--main__submit:hover i {
  color: white;
}
.search--main__submit::before {
  content: "d";
  background-image: url(../assets/img/magnifying-glass-solid.png);
}

.card-text-img__content {
  display: flex;
  flex-direction: column;
  margin: 2rem 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.5px solid grey;
}
@media (min-width: 1280px) {
  .card-text-img__content {
    flex-direction: row;
    gap: 22px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.card-text-img__frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 130px;
}
@media (min-width: 1280px) {
  .card-text-img__frame {
    width: 30%;
  }
}
.card-text-img__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-text-img__text {
  padding-top: 0.5rem;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .card-text-img__text {
    width: 70%;
  }
}
.card-text-img__text h5 {
  font-size: 1.2rem;
}
@media (min-width: 1280px) {
  .card-text-img__text h5 {
    font-size: 1.4rem;
  }
}
.card-text-img__text h5 a {
  color: #545454;
}
.card-text-img__text h5 a:hover {
  color: #691C32;
}

.convocatorias-grid {
  display: grid;
  gap: 2rem;
  padding: 1rem 1rem 2.5rem;
}

.convocatoria {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 0.5px dotted grey;
}
@media (min-width: 992px) {
  .convocatoria {
    flex-direction: row;
  }
}

.convocatoria__fechas {
  display: flex;
  gap: 1rem;
  max-width: 180px;
}
@media (min-width: 992px) {
  .convocatoria__fechas {
    max-width: 201px;
  }
}

.fecha {
  text-align: center;
  padding: 0.35rem;
  background: #f3f3f3;
  flex: 1;
  width: 7rem;
}

.fecha--inicio {
  border-top: 4px solid #27ae60; /* verde */
}

.fecha--fin {
  display: none;
  border-top: 4px solid #e74c3c; /* rojo */
}

.fecha--sin {
  border-top: 4px solid #8c8c8c; /* rojo */
}

.fecha__etiqueta {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  color: #444;
  line-height: 1.1;
}

.fecha__dia {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.fecha__mes {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: #555;
}

.convocatoria__titulo {
  margin-top: 0;
  font-size: 1.1rem;
  color: #2c2c2c;
  font-family: "Noto Sans", "Noso Sans";
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .convocatoria__titulo {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

.convocatoria__boton {
  margin-top: 0.5rem;
  padding: 0.5rem 1.25rem;
  background-color: #62042c;
  color: white;
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
}

.convocatoria__proximamente {
  text-align: center;
  margin-bottom: 2rem;
}
.convocatoria__proximamente img {
  opacity: 0.6;
  width: 50px;
}

.panel-title a {
  display: inline-block;
  width: 100%;
}

.collapse-button {
  position: absolute;
  top: 1rem;
  right: 2rem;
}

/* ========================================================================================= */
/* OBJECTS */
/* ========================================================================================= */
.btn {
  transition: all 0.4s ease;
}
.btn-white {
  color: white;
  background: transparent;
  border: 2px solid white;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  background: #691C32;
  border-color: #691C32;
  color: white;
}
.btn-secondary {
  background-color: #691C32;
  color: white;
  border: 1px solid #691C32;
}
.btn-secondary:hover {
  background-color: transparent;
  color: #691C32;
}
.btn-tertiary {
  background-color: #691C32;
  color: white;
  border: 1px solid #691C32;
}
.btn-tertiary:hover {
  background-color: white;
  color: #691C32;
}

a.link {
  color: #545454;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  transition: all 0.4s ease-in-out;
}
a.link::after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: 800;
  color: #691C32;
  margin-left: 0.75rem;
  transition: all 0.4s ease-in-out;
}
a.link:hover {
  color: #691C32;
}
a.link:hover::after {
  margin-left: 1rem;
}
a.link--btn {
  display: flex;
  color: #691C32;
  padding: 0.33rem 0;
  margin: 0 2rem 0.5rem 0;
  font-size: 1rem;
  line-height: 1.4rem;
  text-transform: initial;
}
a.link--btn::before {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: 800;
  color: #691C32;
  margin-right: 0.75rem;
  transition: all 0.4s ease-in-out;
}
a.link--btn::after {
  display: none;
}
a.link--btn:hover {
  color: #691C32;
}
a.link--btn:hover::after {
  margin-left: 0;
}
@media (min-width: 992px) {
  a.link--btn {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}

.content-btn {
  margin: 1rem 0 3rem;
}
@media (min-width: 992px) {
  .content-btn {
    margin: 2rem 0 4rem;
  }
}

/* ========================================================================================= */
/* END OBJECTS */
/* ========================================================================================= */
/* ========================================================================================= */
/* UTILITIES */
/* ========================================================================================= */
/* ========================================================================================= */
/* END UTILITIES */
/* ========================================================================================= */

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