@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;700&display=swap');

@font-face {
    font-family: 'Bw Modelica';
    src: url('../fonts/BwModelica-Black.woff2') format('woff2'),
        url('../fonts/BwModelica-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Modelica';
    src: url('../fonts/BwModelica-Medium.woff2') format('woff2'),
        url('../fonts/BwModelica-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Modelica';
    src: url('../fonts/BwModelica-Regular.woff2') format('woff2'),
        url('../fonts/BwModelica-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Modelica';
    src: url('../fonts/BwModelica-Bold.woff2') format('woff2'),
        url('../fonts/BwModelica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Thin.woff2') format('woff2'),
        url('../fonts/Lato-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/* CLASES GENERALES*/
body {
  font-size: 15px;
  font-family: 'Plus Jakarta Sans';
  font-weight: normal;
  font-style: normal;
  outline: none !important;
}

p{
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
}

strong{
  font-weight: bold !important;
}
a {
  text-decoration: none;
  transition: all .3s;
  opacity: .8;
}
a:hover {
  opacity: 1;
  transition: all .3s;
}

p a {
  text-decoration: none;
  transition: all .3s;
  color: var(--main-bg-color) !important;
  opacity: .8;
}
p a:hover {
  opacity: 1;
  transition: all .3s;
}

.sliderCaption:hover a div h2{
  color: var(--main-bg-color) !important;
  transition: all .3s;
}
.sliderCaption:hover a div p{
  opacity: 1 !important;
  transition: all .3s;
}

section  {
  padding: 80px 0 30px 0;
}

select.form-control {
    -webkit-appearance: menulist !important;
}

textarea:hover, 
input:hover, 
select:hover,
textarea:active, 
input:active,
select:active, 
textarea:focus, 
input:focus,
button:focus,
select:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
    transition: all 0.3s;
}

.no-padding{
  padding: 0px !important;
}


.btn-danger{
  background-color: var(--main-bg-color) !important; 
}

.boxShadow {
  box-shadow: 0 2px 5px rgba(0,0,0,0.125);
}
.form-control {
  background-color: #f8f9fa;
  border: none;
}

.bgCover40 {
  background-position: center;
  background-size: cover;
  position: relative;
  width: 37px;
  height: 37px;
  content: ''; 
  margin-right: 5px;
}
.bgCover60 {
  background-position: center;
  background-size: cover;
  position: relative;
  width: 60px;
  height: 60px;
  content: ''; 
  margin-right: 10px;
}
.bgCover500 {
  background-position: center;
  background-size: cover;
  position: relative;
  height: 500px
}
.bgCover {
  background-position: center;
  background-size: cover;
  position: relative;
}

.bgCoverSquare {
  background-position: center;
  background-size: cover;
  padding-bottom: 100%;
  content: ""
}

.bgCoverOverlayBlack {
  background-position: center;
  background-size: cover;
  position: relative;
}
.bgCoverOverlayBlack:before {
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0,0,0,0.8);
}



.tag{
  background-color: var(--main-bg-color);;
  padding: 5px 9px;
  border-radius: 3px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #FFF;
  font-size: .8rem;
  cursor: pointer;
  margin-right: 5px !important;
}

.tag:hover{
  background-color: #8a131b;
  color: #FFF;
}


.tag a{
  color: #FFF;
}

.tag a: hover{
  color: rgba(255,255,255,.8)
}


.Encabezado {
  padding-bottom: 40px;
  padding-left: 20px;
}


.Encabezado p,.Encabezado p a,.EncabezadoSidebar p,.EncabezadoSidebar p a {

  font-size: 14px;
  font-weight: 500;
  padding: 0;
  /*line-height: 1px;*/
  margin: 0 0 5px 0;
  letter-spacing: 1px;
  opacity: .7;
  font-family: 'Plus Jakarta Sans', sans-serif;
  text-transform: uppercase;
  position: relative;

}

.Encabezado h2,.EncabezadoSidebar h2 {
  margin: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Bw Modelica';
  color: #263d4d;
}


.Encabezado p::before {
  content: "";
  width: 4px;
  height: 50px;
  display: inline-block;
  background: var(--main-bg-color);
  margin: 0px 10px;
  position: absolute;
  left: -27px;
  top: -30px;
}






.no-information{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.no-information::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--main-bg-color);
  margin: 4px 10px;
}

.no-information::before {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--main-bg-color);
  margin: 4px 10px;
}

.EncabezadoBlanco {
  padding-bottom: 40px;
}

.EncabezadoBlanco p {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  color: #FFF;
  font-family: 'Plus Jakarta Sans';
}

.EncabezadoBlanco p::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--main-bg-color);
  margin: 4px 10px;
}

.EncabezadoBlanco p a{
  color: #FFF;
}

.EncabezadoBlanco h2 {
  margin: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Bw Modelica';
  color: #FFF;
}


.SubEncabezado {
  padding-bottom: 40px;
}

.SubEncabezado p {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  font-family: 'Plus Jakarta Sans';
  position: relative;
  margin-top: 5px;
}

.SubEncabezado p::after {
  content: "";
  width: 4px;
  height: 45px;
  display: inline-block;
  background: var(--main-bg-color);
  position: absolute;

  left: -20px;
  top: -35px;
}



/*
  content: "";
  width: 4px;
  height: 50px;
  display: inline-block;
  background: var(--main-bg-color);
  margin: 0px 10px;
  position: absolute;
  left: -27px;
  top: -30px;

*/


.SubEncabezado h2 {
  margin: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Bw Modelica';
  color: #263d4d;
}


.infoAdicional h4{
  font-size: 14px;
  font-family: 'Plus Jakarta Sans';
}

.openBtn {
  background-color: transparent;
  border:none;
  color: rgba(255,255,255,0.7);
  transition: all 0.3s;
}
.openBtn:hover {
  color: rgba(255,255,255,1);
}

.closeBtn {
  background-color: transparent;
  border:none;
  color: rgba(255,255,255,0.7);
  transition: all 0.3s;
  font-size: 40px;
  float: right !important;
}
.closeBtn:hover {
  color: rgba(255,255,255,1);
}


.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999999 !important;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}



.inner-page {
  padding-top: 77px;
}





.btn-all-transparent {
  background-color: transparent;
}



.btn {
  outline: none
}
.btn-grey {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 2px 5px rgba(0,0,0,0.125);
  transition: all 0.5s;
  padding-left: 25px;
  padding-right: 25px;
}
.btn-grey:hover {
  color: #FFF;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
  box-shadow: none;
}
.btn-check:focus + .btn-grey, .btn-grey:focus {
  color: #FFF;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
  box-shadow: 0 2px 5px rgba(0,0,0,0.125);
}
.btn-check:checked + .btn-grey, .btn-check:active + .btn-grey, .btn-grey:active, .btn-grey.active, .show > .btn-grey.dropdown-toggle {
  color: #FFF;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}
.btn-check:checked + .btn-grey:focus, .btn-check:active + .btn-grey:focus, .btn-grey:active:focus, .btn-grey.active:focus, .show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 2px 5px rgba(0,0,0,0.125);
}
.btn-grey:disabled, .btn-grey.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-grey-active {
  color: #fff !important;
  background: #6a6a6a !important;
}



/*BOTON LIKE*/

.btn-like {
  cursor: pointer;
  width: 40px;
  height: 40px;  
  background: rgba(0,0,0,.4) !important;
  border-radius: 40px;
  border: none;

  outline: none;
  color: #FFF;
  position: relative;
}
.btn-like .bxs-heart {
  position: relative;
  z-index: 1;
}
.btn-like .circle {
  position: absolute;
  width: 135px;
  height: 135px;
  margin-left: -67.5px;
  margin-top: -67.5px;
  border-radius: 50%;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(0px, 0px) rotate(0deg) scale(0);
  transform-origin: 50% 50% 0px;
  z-index: 99 !important;
}
.btn-like.act > .bxs-heart {
  color: #FFF;
}


.btn-dontlike {
  cursor: pointer;
  width: 40px;
  height: 40px;  
  background: rgba(0,0,0,.4) !important;
  border-radius: 40px;
  border: none;
  font-size: 35px;
  outline: none;
  color: #FFF;
  position: absolute;
  z-index: 2;
  transition: all .3s
}
.btn-dontlike:hover{
  color: #FFF;;
}

/*BOTON LIKE*/


/*
.btn-like {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 2px 5px rgba(0,0,0,0.125);
  transition: all 0.5s;
}
.btn-like:hover {
  color: #dc3545;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: none;
}

.btn-like.btn-like2 {
  color: #FFF !important;
  background-color: rgba(0,0,0,.3) !important;
  border:  none !important;
  box-shadow: none !important;
  transition: all 0.5s;
  position: absolute;
  font-size: 30px !important;
  top: 20px;
  right: 20px;
  transition: all 0.5s;
}

.btn-like.btn-like2:hover{
  background-color: rgba(0,0,0,.6) !important;
}

.btn-like.btn-like2 i{
  color: #FFF !important;
}

.btn-like.btn-like2.btn-like-small{
   position: absolute;
  font-size: 30px !important;
  top: 0px;
  right: 0px;
  left: 0px ;
  bottom: 0px;
   
}


*/
.btn-check:focus + .btn-like {
  color: #dc3545;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 2px 5px rgba(0,0,0,0.125);
}
.btn-check:checked, .btn-check:active, .show > .btn-like.dropdown-toggle {
  color: #dc3545;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-like:focus, .btn-check:active + .btn-like:focus, .btn-like:active:focus, .btn-like.active:focus, .show > .btn-like.dropdown-toggle:focus {
  box-shadow: 0 2px 5px rgba(0,0,0,0.125);
}
.btn-like:disabled, .btn-like.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}




.play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#FFF 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #000;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.play-btn:hover::after {
  border-left: 15px solid #FFF;
  transform: scale(20);
}

.play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #000;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}



.swiper-pagination {
  margin-top: 45px;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--main-bg-color);
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--main-bg-color);;
}
.swiper-button-next, .swiper-button-prev {
  color: rgba(0,0,0,0.7);
  transition: all .3s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: var(--main-bg-color);;
  transition: all .3s;
}

.Escritorio {
  display: block;
}
.Mobil {
  display: none;
}

.text-lg-right {
  text-align:right;
}




.nav-link:focus {
  color: rgba(255,255,255,1);
}
@media(max-width: 600px){
  .inner-page {
  padding-top: 88px;
  }
  .bgCover500 {
  height: 350px
  }
  .Escritorio {
  display: none;
  }
  .Mobil {
    display: block;
  }
  .text-lg-right {
  text-align:left;
  }
}

/* ===================================
   Scroll Top
====================================== */

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    color: #ffffff;
    background-color: var(--main-bg-color);
    filter: brightness(85%);
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: bounceInDown 2s;
    animation: bounceInDown 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #202020;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover, .go-top:focus {
    color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}



/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 23px;
    padding: 5px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    display: block;
    margin-left: auto;
    background: rgba(255,255,255,0.7);
    transition: .5s ease;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child{
    width: 70%;
    transition: .5s ease;
    margin-left: auto;
}


/* CLASES GENERALES*/






.positionRelative {
  position: relative;
}
.h-100 {
  height: 100%
}
.square25 {
  width: 25px;
  height: 25px;
}



.logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 125px;
  height: auto
}

.logo img {
  image-rendering: -moz-crisp-edges; 
  image-rendering: -o-crisp-edges; 
  image-rendering: -webkit-optimize-contrast; 
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; 
}


.offcanvas {
  background-color: var(--main-bg-color);;
}
.offcanvas #offcanvasRightLabel {
  color: #FFF !important;
  font-weight: bolder
}
.offcanvas .offcanvas-header button {
  color: #FFF !important;
}

.offcanvas-body ul{
  list-style: none;
  padding-left: 0 !important;
}
.offcanvas-body ul li a{
  font-size: 16px;
  font-weight: bolder;
  font-family: 'Plus Jakarta Sans';
  color: rgba(255,255,255,0.7);
  transition: all .3s;
  border-bottom: solid 1px rgba(255,255,255,.2);
}
.offcanvas-body ul li a:hover{
  color: rgba(255,255,255,1);
  transition: all .3s
}

.offcanvas-body .nav-link{
  padding: 0.5rem 0rem;
}

.offcanvas-body .socialMediaLinks {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px
}
.offcanvas-body .socialMediaLinks ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0
}
.offcanvas-body .socialMediaLinks li {
  width: auto;
  padding: 10px 5px
}
.offcanvas-body .socialMediaLinks ul li a i{
  color: #FFF;
  font-size: 28px;
  transition: all 0.5s;
}
.offcanvas-body .socialMediaLinks ul li a i:hover{
  color: var(--main-bg-color);;
}

@media only screen and (max-width: 600px) {
  .logo {
    width: 110px;
  }
}


.dropdown-toggle::after {
    font-family: 'boxicons';
    font-weight: normal;
    font-style: normal;
    content: "\ecad";
    border-top: 0;
    border-right:  0;
    border-bottom: 0;
    border-left:  0;
    vertical-align: 0;
}

.navbar-nav .nav-item {
  padding-left: 5px;
  padding-right: 5px
}

#openSearchBox i {
  line-height: 2.8 !important
}


.navbar-nav .nav-item  .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 14px;
    font-weight: bolder;
    line-height: 2;
    color: rgba(255,255,255,0.7);
    font-family: 'Plus Jakarta Sans';
    background-color: transparent;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.navbar-nav .nav-item  .form-select option{
    color: #000
}


.navbar a {
  color: rgba(255,255,255,0.7);
  font-family: 'Plus Jakarta Sans';
  font-weight: bolder;
  font-style: normal;
  transition: all 0.3s;
  font-size: 14px;
}
.navbar a:hover {
  color: rgba(255,255,255,1);
}

.navbar .megamenu{ 
  padding: 1rem; 
  max-height: 600px;
  overflow-y: auto;
}


.navbar .megamenu li a{ 
    font-family: 'Bw Modelica';
    font-weight: lighter;
    font-size: .9rem;
    color: #263D4D;
    opacity: .8;  
}
.navbar .megamenu li a:hover{
    opacity: 1;
    color: #B8212D;
} 

.navbar .dropdown-menu{
  background-color: rgba(255,255,255,.9);

}


.list-unstyled{
    border-right:solid 1px rgba(0,0,0,.1) !important
}

@media only screen and (max-width: 600px) {

  .menuMobile{
    padding: 0px !important;
  }

  .menuMobile > .square25{
    margin: 0px 20px;
  }

  .navbar-nav .nav-item{
    padding-left: 0px;
  }

  .menuMobile > #main_nav{
    background-color: rgba(0,0,0,.1);
    padding: 20px;
  }

  .list-unstyled{
      border-right:solid 1px rgba(0,0,0,.0) !important
  }

  .fixed-top {
       position: relative !important; 
  }

  .navbar .megamenu{
    max-height: 5000px;
  }
  .header-scrolled .navbar .dropdown-menu,.navbar .dropdown-menu{
    background-color: rgba(255,255,255,.0);
    border: none !important;
    overflow-y: visible;
    padding-top: 0px !important;
  }

  .col-megamenu h6{
    color: #FFF;
    font-size: 14px;
  }

  .navbar .megamenu li a{ 
      font-family: 'Bw Modelica';
      font-weight: lighter;
      font-size: .9rem;
      color: #FFF;
      opacity: .8;  
  }

  .dropdown-menu .dropdown-li .nav-link{
    color: #FFF;
    opacity: 1;
    margin: 0px;
    padding: 0px;
    margin-left: 30px !important;
    margin-top: -10px;
  }

  .header-scrolled .navbar .dropdown-menu {
      background-color: rgba(255,255,255,0) !important; 
  }
  .header-scrolled .navbar .megamenu {
      background-color: rgba(255,255,255,0) !important; 
  }

}


.header-scrolled .navbar .megamenu{ 
  background-color: rgba(255,255,255,1);
}

.header-scrolled .navbar .dropdown-menu{
  background-color: rgba(255,255,255,1);
}

.dropdown-menu a{
  color: rgba(0,0,0,0.5);
  transition: all .3s;
}
.dropdown-menu a:hover {
  color: rgba(0,0,0,1);
}

.col-megamenu{
  margin-bottom: 30px;
}
.col-megamenu h6 {
  font-weight: bolder;
  font-family: 'Plus Jakarta Sans';
}
.col-megamenu ul li {
  padding: 5px 0;
  font-family: 'Plus Jakarta Sans';
}




/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  
  .navbar .has-megamenu{
    position:static!important;
  }
  .navbar .megamenu{
    left:0; 
    right:0; 
    width:100%; 
    /*margin-top:5px;  */
    border-right: solid 1px #FFF ;
    border-left: solid 1px #FFF ;
  }
  
} 
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */










/*HEADER*/
#header {
  background-color: transparent;
  transition: all .3s;
}

.navbar {
  background-color: transparent;
  color: #000;
  padding-top: 60px;
  padding-bottom: 0px;
  transition: all .3s;
}

.header-scrolled .navbar {
  background-color: transparent;
  color: #000;
  padding-top: 40px;
  padding-bottom: 0px;
  transition: all .3s;
}


.header-scrolled {
  background-color: var(--main-bg-color) !important;
}

.bx-menu {
  color: #FFF;
  font-size: 28px
}
@media only screen and (max-width: 600px) {
  #header {
  background-color: var(--main-bg-color) !important;
  }
  .displayMobilNav {
    display: flex;
    justify-content: end;
    width: 50%
  }
  .displayMobilNav  .form-select {
      display: block;
      width: 30px !important;
      padding: 0px !important;
      -moz-padding-start: calc(0.75rem - 3px);
      font-size: 14px;
      font-weight: bolder;
      line-height: 2;
      color: rgba(255,255,255,0.7);
      font-family: 'Plus Jakarta Sans';
      background-color: transparent;
      background-image: none !important;
      background-repeat: no-repeat;
      background-position: right 0.75rem center;
      background-size: 16px 12px;
      border: none;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer
  }

  .displayMobilNav  .form-select option{
      color: #000
  }
 .navbar {
  background-color: transparent;
  color: #000;
  padding-top: 40px !important;
  padding-bottom: 0px;
  transition: all .3s;
  }
}
/*HEADER*/



/* ---------------------- HOME ------------------------------- */

.caption{
  position: absolute;
  left: 16px;
  bottom: 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Bw Modelica';
}
.gradientOverlay{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
  border-radius: .25rem;
}    


.hss-v2--background-desktop .hss-v2__background-video {
    z-index: 1;
}
.hss-v2__asset {
    /*display: inline-block;*/
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
audio, canvas, progress, video {
    /*display: inline-block;*/
    vertical-align: baseline;
}
    

/* ---------------------- HOME ------------------------------- */




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0
}

#hero #heroCarousel .carousel-inner .carousel-item {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
}

#hero #heroCarousel .carousel-inner .carousel-item:before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(0,0,0,.2) 25%, rgba(0,0,0,.9) 100%); 
  content: " ";
}


#hero #heroCarousel .carousel-inner .carousel-item .videoOverlay {
  z-index: 800 !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(0,0,0,.2) 25%, rgba(0,0,0,.9) 100%); 
  content: " ";
}

.videoOverlay {
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(0,0,0,.2) 25%, rgba(0,0,0,.6) 100%);
    content: " ";
}

#hero .carousel-content {
  background: rgba(0,0,0, 0.5);
  padding: 20px;
  color: #fff;
}
#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Bw Modelica';
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 35px;
  line-height: 0;
  width: 0px;
  height: 0px;
  background: transparent;
  border-radius: 0px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.6);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: transparent;
  color: rgba(255, 255, 255, 1);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: transparent;
  overflow: hidden;
  border: 0;
  width: 0px;
  height: 0px;
  border-radius: 0px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: transparent;
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 0px;
  }
}
@media (max-width: 992px) {
  #hero .carousel-container {
    top: 58px;
  }
  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #hero .carousel-content p {
    font-size: 15px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

#hero .socialMediaLinks {
  position: absolute;
  z-index: 1;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
}
#hero .socialMediaLinks ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0
}
#hero .socialMediaLinks li {
  width: auto;
  padding: 10px 5px
}
#hero .socialMediaLinks ul li a i{
  color: #FFF;
  font-size: 26px;
  transition: all 0.5s;
}
#hero .socialMediaLinks ul li a i:hover{
  color: var(--main-bg-color);;
}



#hero .field {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 300px;
  position: absolute;
  bottom: 20px;
  margin-left: calc(50% - 150px);
  z-index: 9;
}

#hero .mouse {
  width: 25px;
  height: 45px;
  border: 3px solid #FFF;
  border-radius: 60px;
  position: relative;
}
#hero .mouse::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFF;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}




@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: var(--main-bg-color);;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000;
}

#footer .footer-top .footer-contact .socialMediaLinks{
  list-style: none;
  padding: 0; 
}
#footer .footer-top .footer-contact .socialMediaLinks li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-contact .socialMediaLinks li{
  padding: 8px 0;
}
#footer .footer-top .footer-contact .socialMediaLinks li a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
#footer .footer-top .footer-contact .socialMediaLinks li a:hover {
  color: rgba(255, 255, 255, 1);
}



#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-top h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  font-family: 'Plus Jakarta Sans';
  text-transform: uppercase;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--main-bg-color);;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-top .footer-links ul a.nav-link {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: rgba(255, 255, 255, 0.6) !important;
  transition: 0.3s !important;
  display: inline-block !important;
  line-height: 1 !important;
  padding: 0px !important;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: var(--main-bg-color);;
  color: #fff;
  text-decoration: none;
}
.logoFooter {
  width: 300px;
  image-rendering: -moz-crisp-edges; 
  image-rendering: -o-crisp-edges; 
  image-rendering: -webkit-optimize-contrast; 
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; 
}




/*BLOQUE 0 - PARALLAX BG*/
.overflowHidden {
  overflow: hidden;
}
.hoverZoom .overflowHidden .bgCoverParallax {
  background-size: cover;
  background-position: center;
  content: '';
  padding-bottom: 150%;
  transition: all 0.5s;
  width: 100%
}
.hoverZoom .overflowHidden .bgCoverParallax::before {
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #000;
  background: linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(0,0,0,1) 100%);
  border-radius: .25rem;
}
.hoverZoom:hover .overflowHidden .bgCoverParallax {
  transform: scale(1.1);
  transition: all 2s;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.175)
}
.hoverZoom .overflowHidden .txtParallax {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px;
}
.hoverZoom .overflowHidden .txtParallax h4 {
  color: #FFF;
  font-weight: bold;
  font-family: 'Plus Jakarta Sans'
}

.cardExperiencias .btn-like {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;  
  background: rgba(0,0,0,.4) !important;
  border-radius: 60px;
  z-index: 3;
}
/*BLOQUE 0 - PARALLAX BG*/





/*BLOQUE CATEGORIAS + NOTAS + SLIDER + BUSQUEDA*/
#bloque_01 .Filtros .listaCat {
  list-style: none;
  padding: 0
}
#bloque_01 .Filtros .listaCat li{
  margin-right:5px ;
  margin-bottom: 5px
}
.cuatroItems-slider img {
  width: 100%;
}
.cardTitle {
  font-size: 20px;
  font-family: 'Plus Jakarta Sans'
}
.cardTxt {
  font-size: 14px;
}
.swiper-slide .bgCoverSquare .btn-like {
  position: absolute;
  bottom: -18px;
  right: 18px
}

.cuatroItems-slider {
  /*height: 600px !important*/
}
.experiencias-container {
  height: 100% !important;;
}

.cuatroItems-slider .swiper-button-next, .cuatroItems-slider .swiper-button-prev {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 2px 5px rgba(0,0,0,0.125);
  transition: all 0.5s;
  padding: 20px;
  border-radius: .25rem !important;
}
.cuatroItems-slider .swiper-button-next:after, .cuatroItems-slider .swiper-button-prev:after {
  font-size: 20px
}
.cuatroItems-slider .swiper-button-next:hover, .cuatroItems-slider .swiper-button-prev:hover {
  color: #FFF;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
  box-shadow: none;
}
.cuatroItems-slider .swiper-button-next:focus, .cuatroItems-slider .swiper-button-prev:focus {
  color: #FFF;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
  box-shadow: 0 2px 5px rgba(0,0,0,0.125);
}
.cuatroItems-slider .swiper-button-next:active, .cuatroItems-slider .swiper-button-prev:active {
  color: #FFF;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}


@media only screen and (max-width: 600px) {
  #hero .socialMediaLinks {
    display: none
  }
}
/*BLOQUE CATEGORIAS + NOTAS + SLIDER + BUSQUEDA*/







/* BLOQUE 2 : filtro*/
#bloque_02 .Encabezado h2 {
  color: #FFF
}
#bloque_02 .Encabezado p {
  color: #FFF
}
/* BLOQUE 2 : filtro*/







/* BLOQUE 3 : Nota + Video o Foto*/

/* BLOQUE 3 : Nota + Video o Foto*/




/*BLOQUE 4 : masonry gallery*/

#bloque_04 .masonryItem a .bgCoverSquare{
  transition: all 0.5s;
}

#bloque_04 .masonryItem a:hover .bgCoverSquare:before {
  font-family: 'boxicons';
  font-weight: normal;
  font-style: normal;
  content: "\eb6d";
  font-size: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgb(184, 33, 45,0.6); /*rgba(0,0,0,0.6);*/
  transition: all 0.5s;
  border-radius: .25rem !important;
  color: #FFF;  
}


#bloque_04 .masonryItem button{
  position:absolute; 
  z-index:3; 
  top:10px; 
  right:20px;
  background-color: transparent;
}

#bloque_04 .masonryItem button:focus,#bloque_04 .masonryItem button:active{
  background-color: transparent !important;
}

/*BLOQUE 4 : masonry gallery*/
 



/* BLOQUE 5 : Reel de Instagram*/

/* BLOQUE 5 : Reel de Instagram*/





/* BLOQUE 6 : redaccion de notas*/

  /* DETALLE NOTA*/
  .breadcrumb-item{
    text-transform: uppercase;
    font-size: 12px;
  }
  .breadcrumb-item a{
    color: rgba(0,0,0,0.8);
    transition: all .3s;
  }
  .breadcrumb-item a:hover {
  color: var(--main-bg-color);;
  transition: all .3s;
  }
  .detalleSwipperGrande {
    margin-bottom: 15px;
  }
  .detalleSwipperChico .swiper-slide {
    cursor: pointer;
    transition: all .3s;
  }
  .detalleSwipperChico .swiper-slide .bgCoverSquare,.detalleSwipperChicoSingle .swiper-slide .bgCoverSquare {
    position: relative;
    transition: all .3s;
  }
  .detalleSwipperChico .swiper-slide:hover .bgCoverSquare:before, .detalleSwipperChicoSingle .swiper-slide:hover .bgCoverSquare:before {
    font-family: 'boxicons';
    font-weight: normal;
    font-style: normal;
    content: "\ee70";
    font-size: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    transition: all 0.5s;
    border-radius: .25rem !important;
    color: #FFF;
  }
  .txtDesarrollo blockquote {
    padding: 30px 0px;
    
    color: rgba(0,0,0,.6);
    font-size: 18px
  }
  /* DETALLE NOTA*/


  /* SIDEBAR*/
    .map {
      width: 100%;
      height: 300px;
      position: relative;
      overflow: hidden;
    }
    .txtNotasRelacionadas a h6{
      color: #000;
      font-size: 16px;
      font-weight: bolder;
      font-family: 'Plus Jakarta Sans';
      transition: all .3s
    }
    .txtNotasRelacionadas a small{
      color: rgba(0,0,0,0.7);
      font-size: 14px;
    }
    .txtNotasRelacionadas a:hover h6{
      color: var(--main-bg-color);;
      transition: all .3s
    }
  /* SIDEBAR*/

/* BLOQUE 6 : redaccion de notas*/














/* BLOQUE 7: bloques de novedades */
#bloque_07 .largePost .bgCover500::before {
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #000;
  background: linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(0,0,0,1) 100%);
  border-radius: .25rem;
  padding: 25px;
}
#bloque_07 .largePost a .bgCover500 .postText {
  color: #FFF;
  transition: all .3s
}
#bloque_07 .largePost a .bgCover500 .postText h4{
  font-weight: bolder;
  font-family: 'Plus Jakarta Sans'
}
#bloque_07 .largePost a:hover .bgCover500 .postText h4{
  color: var(--main-bg-color);;
  transition: all .3s;
}




#bloque_07 .mediumPost .bgCoverSquare::before {
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #000;
  background: linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(0,0,0,1) 100%);
  border-radius: .25rem;
  padding: 25px;
}
#bloque_07 .mediumPost a .bgCoverSquare .postText {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px;
  color: #FFF;
  transition: all .3s
}
#bloque_07 .mediumPost a .bgCoverSquare .postText h4{
  font-weight: bolder;
  font-family: 'Plus Jakarta Sans'
}
#bloque_07 .mediumPost a:hover .bgCoverSquare .postText h4{
  color: var(--main-bg-color);;
  transition: all .3s;
}


#bloque_07 .smallPost a{
  width: calc(100% - 70px)
}
#bloque_07 .smallPost a .postText{
  padding-left: 10px;
}
#bloque_07 .smallPost a .postText h4{
  color: #000;
  font-size: 16px;
  font-weight: bolder;
  font-family: 'Plus Jakarta Sans';
  transition: all .3s
}
#bloque_07 .smallPost a .postText small{
      color: rgba(0,0,0,0.7);
      font-size: 14px;
    }
#bloque_07 .smallPost a:hover .postText h4{
  color: var(--main-bg-color);;
  transition: all .3s;
}

/* BLOQUE 7: bloques de novedades */





/* BLOQUE 7: bloques de novedades */
.sideBar .largePost .bgCover500::before {
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #000;
  background: linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(0,0,0,1) 100%);
  border-radius: .25rem;
  padding: 25px;
}
.sideBar .largePost a .bgCover500 .postText {
  color: #FFF;
  transition: all .3s
}
.sideBar .largePost a .bgCover500 .postText h4{
  font-weight: bolder;
  font-family: 'Plus Jakarta Sans'
}
.sideBar .largePost a:hover .bgCover500 .postText h4{
  color: var(--main-bg-color);;
  transition: all .3s;
}




.sideBar .mediumPost .bgCoverSquare::before {
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #000;
  background: linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(0,0,0,1) 100%);
  border-radius: .25rem;
  padding: 25px;
}
.sideBar .mediumPost a .bgCoverSquare .postText {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  color: #FFF;
  transition: all .3s
}
.sideBar .mediumPost a .bgCoverSquare .postText h4{
  font-weight: bolder;
  font-family: 'Plus Jakarta Sans'
}
.sideBar .mediumPost a:hover .bgCoverSquare .postText h4{
  color: var(--main-bg-color);;
  transition: all .3s;
}


.sideBar .smallPost a{
  width: calc(100% - 70px)
}
.sideBar .smallPost a .postText{
  padding-left: 10px;
}
.sideBar .smallPost a .postText h4{
  color: #000;
  font-size: 16px;
  font-weight: bolder;
  font-family: 'Plus Jakarta Sans';
  transition: all .3s
}
.sideBar .smallPost a .postText small{
      color: rgba(0,0,0,0.7);
      font-size: 14px;
    }
.sideBar .smallPost a:hover .postText h4{
  color: var(--main-bg-color);;
  transition: all .3s;
}

/* BLOQUE 7: bloques de novedades */

















/* BLOQUE 8: Alojamiento */

  /*SIDEBAR*/
  #filterSideBar .container{
    display: block !important;
  }
  #filterSideBar .container #navbarsExample03 ul {
    list-style: none;
    padding-left: 0;
  }
  #filterSideBar .container #navbarsExample03 ul li{
    margin-left: 0 !important;
  }
  #filterForm h6 {
    font-family: 'Plus Jakarta Sans';
    font-weight: bolder
  }
  #filterForm label {
    font-size: 14px
  }

 
  #filterForm input,#filterForm select {
    border: 1px solid #ccc;
    background-color: #FFF;
  }
 
  @media only screen and (max-width: 600px) {
      #filterSideBar .container{
        display: flex !important;
      }
    }
  /*SIDEBAR*/



  /*CONTENT*/
    .pl-lg-4 {
      padding-left: 50px
    } 
    .cardAlojamiento {
      padding: 30px 0
    }
    .cardAlojamiento:first-child {
      padding: 0px 0px 30px 0 !important
    }
    .cardAlojamiento h4 {
      font-weight: bolder;
      font-family: 'Plus Jakarta Sans'
    }
    .cardAlojamiento .contactList {
      list-style: none;
      padding-left: 0;
      display: flex;
      
    }
    .cardAlojamiento .contactList li{
      margin-right: 10px;
      margin-bottom: 10px
    }
    .cardAlojamiento .contactList li a {
      color: #000;
      transition: all 0.3s;
    }
    .cardAlojamiento .contactList li a:hover {
     transition: all 0.3s; 
     color: var(--main-bg-color);;
    }
    @media only screen and (max-width: 600px) {
      .cardAlojamiento .contactList {
      list-style: none;
      padding-left: 0;
      display: block;
      }
      .pl-lg-4 {
      padding-left: 15px;
      } 
      .cardAlojamiento:first-child {
      padding: 30px 0px 30px 0 !important
      }

      .SubEncabezado p,.Encabezado p {
        margin: 0;
        margin: 0;
        font-size: 14px;
        line-height: 14px;
        font-weight: 700;
        font-family: 'Plus Jakarta Sans';
        color: #263d4d;
      }

      .Encabezado h2 {
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 700;
        font-family: 'Bw Modelica';
        color: #263d4d;
      }



    }
  /*CONTENT*/

/* BLOQUE 8: Alojamiento */
















/* BLOQUE 9: Calendario de eventos */

.fechaAgenda{
  padding: 10px 10px;
  line-height: 10px;
  text-align: center;
  color: #FFF;
}
.fechaAgenda h4{
  font-weight: bolder;
  margin-bottom: 0;
  line-height: 1;  
}
.floatRibbon {
  position: absolute;
  background-color: #b8212d; 
  padding: 20px 15px 5px 15px;
  color: #FFF;
  text-align: center;
  top: 0;
  right: 15px;
}
.floatRibbon h4{
  font-weight: bolder;
  margin-bottom: 0;
  line-height: 1;

}
.hoverEventos .eventosCard {
  background-color: #FFF;
  transition: all 0.5s;
  color: #444
}
.hoverEventos:hover .eventosCard {
  background-color: #F1F1F1;
  transition: all 0.5s;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.175)
}
.hoverEventos .eventosCard .setHeight {
  height: 180px;
}
.hoverEventos .eventosCard .setHeight .cardTitle {
  font-weight: bold;
  transition: all 0.5s;
}
.hoverEventos:hover .eventosCard .setHeight .cardTitle {
  color: #b8212d;
  transition: all 0.5s;

}
/* BLOQUE 9: Calendario de eventos */



@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }

    .inner-page{
      padding-top: 0px !important;
    }
}



.btn{
  font-family: 'Bw Modelica';
}


/* BOTONES DE FILTRO */

.searchButton{
  width: 200px;
  height: 200px;
  background-color: transparent;
  border-radius: .45rem;
  border: solid 1px #FFF;
  -webkit-box-shadow:inset 0px 0px 0px 1px #fff;
  -moz-box-shadow:inset 0px 0px 0px 1px #fff;
  box-shadow:inset 0px 0px 0px 1px #fff;
  color: #FFF;
  font-family: 'Bw Modelica';
  margin-bottom: 10px;
}

.searchButton i{
  font-size: 40px;
  margin-bottom: 15px;
}

.searchButton:hover, .searchButton.active{
  background-color: #FFF;
  color: #263D4D;
  font-family: 'Bw Modelica';
}


.valueButton{
  -webkit-box-shadow:inset 0px 0px 0px 1px #fff;
  -moz-box-shadow:inset 0px 0px 0px 1px #fff;
  box-shadow:inset 0px 0px 0px 1px #fff;
  min-height: 50px;
  background-color: transparent;
  border-radius: .45rem;
  border: solid 1px #FFF;
  color: #FFF;
  font-family: 'Bw Modelica';
  padding: 5px 20px;
  margin-bottom: 10px;
}
.valueButton:hover, .valueButton.active{
  background-color: #FFF;
  color: #263D4D;
  font-family: 'Bw Modelica';
}


@media only screen and (max-width: 600px) {
  .searchButton{
    width: 150px;
    height: 150px;
    margin-right: 5px;
  }
}


.eapps-instagram-feed-posts-item-image{
border-radius: .25rem !important;
}


.nav-item.dropdown{
  margin-top: -1px !important;
}



.crt-carousel-pane{
  margin: 5px !important;
  box-shadow: 0 2px 5px rgb(0 0 0 / 13%) !important;
}
.crt-carousel-pane .crt-grid-post-image{
  
  border-radius: 0.25rem !important;
  box-shadow: 0 2px 5px rgb(0 0 0 / 13%) !important;
}



#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
    background-color: #101010;
}