@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Barlow', sans-serif;
}

/*GENERAL STYLES*/

h1 {
    font-size: 38px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 12px;
    font-weight: bold;
}

p {
    font-size: 12px;
}

.fs-12 {
    font-size: 12px;
}

.fs-16{
    font-size: 16px;
}
a {
    text-decoration: none;
}

.font-bold {
    font-weight: bold;
}

img {
    max-width: 100%;
    object-fit: cover;
}

img {
    vertical-align: middle;
    border-style: none;
}

.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.py-md-6{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.py-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.py-8 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.px-8 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
}

.py-10 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.p-6 {
    padding: 5rem;
}

.pb-6 {
    padding-bottom: 5rem !important;
}

.pt-6 {
    padding-top: 5rem !important;
}

.pb-7 {
    padding-bottom: 6rem !important;
}

.pt-7 {
    padding-top: 6rem !important;
}

.pb-8 {
    padding-bottom: 7rem !important;
}

.pt-8 {
    padding-top: 7rem !important;
}

.pb-10 {
    padding-bottom: 9rem !important;
}

.pt-10 {
    padding-top: 9rem !important;
}

.mb-6 {
    margin-bottom: 4rem;
}

.bg-principal {
    background: rgb(96, 152, 199);
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(96, 152, 199, 1) 50%,
            rgba(255, 255, 255, 0) 100%);
}

.bg-green {
    background: #71b02d;
}


.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: rgb(243, 243, 243);
}

.bg-deg-blue{
    Background: linear-gradient(180deg,
rgba(0, 0, 0, 0.7) 0%,
rgba(96, 152, 199, 1) 50%,
rgba(255, 255, 255, 0) 100%);
}

.bg-titleVal{
    background-color: RGB(164,199,70,100%);
}

.bg-titleVal2{
    background-color: RGB(0,143,67,100%)
}

.btn-primary {
    background-color: RGB(164,199,70);
    border-radius: 7px;
    border: none;
}

.btn-primary:hover {
    background-color: RGB(113,177,44);
}

.card-link {
    font-weight: bold;
    font-size: 16px;
    color: RGB(0,143,67,100%);
    transition: all .5s ease-in-out;
}

.card-link:hover {
    color: RGB(113,176,45,100%);
    transition: all .5s ease-in-out;
}

/*HEADER*/

.nav-link {
    padding-top: 2rem !important;
    padding-bottom: 0rem !important;
}

.nav-item .nav-link {
    font-size: 14px;
}


.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #71b02d !important;
}

.card-evento h3 {
    color: #0000008f;
    font-size: 12px;
    text-transform: uppercase;
}

.copy {
    background-color: rgb(0 0 0 / 2%);
    border-radius: 0px 0px 10px 10px;
}

.dropdown-menu {
    padding: 10px;
    border: none;
    background-color: #ffffffd1;
    transition: all .2s ease-in-out;
}

.dropdown-item {
    border-radius: 5px;
    transition: all .2s ease-in-out;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #a3c646ab;
    transition: all .2s ease-in-out;
}

.header-top {
    padding: 10px;
    gap: 30px;
}

.weather {
    background: transparent;
    padding: 7px;
    border-radius: 5px;
    color: #fff;
}

.btn-login {
    background-color: #689cc4;
    color: #fff;
    font-weight:600;
}

.btn-login:hover {
    color: #fff;
    background-color: #4b9cda;
}

.btn-search {
    border: none;
    background-color: transparent;
    color: #fff;
}

.form {
    border: 1px solid rgba(255, 255, 255, 0.507);
    border-radius: 0.25rem;
}

.form .form-control:focus {
    background-color: transparent;
    box-shadow: none;
    transform: scale(1.0);
    color: #fff;
}

.search {
    background-color: transparent;
    border: none;
    color: #fff;
}

.search:active {
    background-color: transparent;
    border: none;
    color: #fff;
}

.search:checked {
    background-color: transparent;
    border: none;
    color: #fff;
}

.btn-primary:hover {
    border-color: rgb(57, 122, 0);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: rgb(57, 122, 0);
    border-color: rgb(57, 122, 0);
    box-shadow: 0 0 0 0.25rem rgb(57, 122, 0);
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: -internal-light-dark(rgba(232, 240, 254, 0), rgba(70, 90, 126, 0)) !important;
    color: fieldtext !important;
}

.container-navbar {
    width: 90%;
}

.contact-link a {
    text-decoration: none;
    color: #fff;
}

/*SLIDER*/

/* .slider{
    height: 500px;
} */

.img-slider {
    max-height: 550px;
    object-fit: cover;
}

/*SECTION: AZUCAR Y REPORTE DIARIO*/



.title-tabla{
    min-height: 40px;
}

.container-values{
    background: #f0f0f0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.title-az{
    border-right: 1px solid white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.title-bio{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.title-val{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.col-az{
    width: 70%;
    margin: 0px auto;
}

.bg-values{
    background-color: #f0f0f0;
    border-radius: 10px;
}

.col-movil-title{
    border-radius: 10px;
}

#title-inter{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#title-crudo{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.col-movil{
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.col-movil .p-title{
    min-height: 50px;
}


.p-title{
    min-height: 75px;
    padding-top: 10px;
}

.p-title2{
    font-size: 10px;
}

.h2-val{
    font-size: 20px;
    margin-bottom: 0px;
}

.link-val{
    color: RGB(0,143,67,100%);
}

.link-val:hover{
    color: RGB(113,176,45,100%);
}

.card-principal {
    /* position: relative;
    bottom: 50px; */
    margin-top: 30px;
}

.card-principal .card-body {
    padding: 25px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}

.card {
    border-radius: 0px;
    border: none;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
}

.precio1 {
    /*margin: 10px 0px;*/
    padding: 5px 10px;
    background-color: rgb(243, 243, 243);
}

.precio1 p {
    margin: 0;
    max-width: 220px;
}

.precio2 {
    /*margin: 10px 0px;*/
    padding: 5px 10px;
    background-color: #fff;
}

.precio2 p {
    margin: 0;
    max-width: 220px;
}

.weather2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.precio {
    font-size: 20px;
    /* color: #71b02d; */
    color: RGB(0, 143, 67, 100%);
    padding: 0;
    text-align: right;
}

.icon-parte{
    width: 30px;
    margin-right: 5px;
}

/*BANNERS*/

.img-banner {
    padding: 20px;
}

.img-banner img {
    border-radius: 20px;
    height: 155px;
    width: 270px;
    object-fit: cover;
}

/*PRIMERA NOTA PORTADA*/

.img-nota1 {
    border-radius: 20px;
    margin-right: 0;
}

/*Calendario de actividades*/

.card-calendario {
    padding-left: 40px;
    /*padding: 10px 35px;*/
    background: #e9e9e9;
    width: 500px;
    /* height: 230px; */
}

.card-calendario .card-body p {
    font-size: 12px;
}

.card-calendario .card-body h5{
    /* min-height: 70px; */
}

.calendario {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    border-radius: 10px 0px 10px 0px;
    padding: 20px 5px;
    color: #fff;
    font-weight: bold;
    background-color: #a3c646;
}

.btn-evento{
    font-size: 11px;
    padding-left: 30px;
    padding-right: 30px;
}

/* Noticias */

  
  .slider-not .card {
    width: 250px;
    background-color: #f0f0f0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
  }

  .slider-not .card a img{
    border-radius: 10px;
    max-height: 170px;
    object-fit: cover;
    width: 100%;
  }

  .not-body a{
    color: #000;
  }

  .not-body h3,
  .not-body p{
    padding: 0px 10px;
    text-align: center;
  }

  .not-body h3{
    padding-top: 10px;
    font-size: 18px;
    min-height: 90px;
  }

  .not-body p{
    font-size: 14px;
    color: #35393c;
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Número de líneas a mostrar */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  }
  
  .image-container {
    position: relative;
    overflow: hidden;
  }
  
  .image-container img {
    transition: opacity 0.3s ease-in-out;
  }
  
  .image-container:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Ajusta la opacidad según tus necesidades */
    z-index: 1;
    border-radius: 10px;
  }
  
  .image-container:hover img {
    opacity: 0.8; /* Ajusta la opacidad de la imagen según tus necesidades */
  }

  .logo-overlay {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50px;
  }
  
  .image-container:hover .logo-overlay {
    display: block;
  }

  .text-link a{
    color: #71b02d;
    font-weight: 600;
  }

  .text-link a:hover{
    color: rgb(57, 122, 0);
  }

/* Arez */

.arez p{
    font-size: 12px;
}

.arez .title-p p{
    font-size: 14px;
}

.arez .arez-sub-p{
    margin-bottom: 10px;
    border-bottom: 2px dotted #000;
    line-height: 2;
}

#calendar,
#iframe-ig{
    height: 360px;
}

.fc-h-event{
    background-color: RGB(0, 143, 67, 100%);
    border-color: RGB(0, 143, 67, 100%);
}

.fc .fc-button-primary{
    background-color: RGB(0, 143, 67, 100%);
    border-color: RGB(0, 143, 67, 100%);
}

.fc .fc-button-primary:hover{
    background-color: rgb(57, 122, 0);
    border-color: rgb(57, 122, 0);
}

.fc .fc-button-primary:active{
    background-color: rgb(57, 122, 0);
    border-color: rgb(57, 122, 0);
    box-shadow: rgba(57, 122, 0, 0.5) 0px 0px 0px 0.2rem;
}

.fc .fc-button-primary:not(:disabled):active{
    background-color: rgb(57, 122, 0);
    border-color: rgb(57, 122, 0);
    box-shadow: rgba(57, 122, 0, 0.5) 0px 0px 0px 0.2rem;
}

.fc .fc-button-primary:focus{
    background-color: rgb(57, 122, 0);
    border-color: rgb(57, 122, 0);
    box-shadow: rgba(57, 122, 0, 0.5) 0px 0px 0px 0.2rem;
}

.fc .fc-button-primary:disabled{
    background-color: rgb(57, 122, 0);
    border-color: rgb(57, 122, 0);
}

.fc-col-header-cell-cushion{
    color: RGB(0, 143, 67, 100%);
}


/*Participaciones*/

.card-img-top {
    padding: 15px 15px 5px 15px;
}

.card-text {
    min-height: 90px;
}

.text-inst{
    font-size: 30px;
}


/*ACCESOS DIRECTOS*/

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    animation: opacidad 0.2s ease-in-out;
}

.sticky .container-navbar{
    width: 75%;
}

.sticky .nav-item {
    animation: bajar 0.5s ease-in-out;
}

.sticky .navbar-brand {
    animation: bajar 0.5s ease-in-out;
}

.bg-access {
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 100px;
}

.bg-access2{
    padding: 20px 100px;
}

.accesos {
    padding: 30px;
    border-radius: 10px;
}

.accesos-border{
    border-right: 1px solid black;
}

.container-publi p{
    margin-bottom: 15px;
}

.swiper-publi{
    height: 315px !important;
}

.img-accesos {
    width: 50px;
    padding-right: 20px;
}

.card-accesos {
    border-radius: 5px;
    min-height: 100px;
    background: #f0f0f0;
    box-shadow: none;
    margin-bottom: 10px;
    border-radius: 10px;
}

.card-accesos .card-body h5,
p {
    font-size: 0.8rem;
}

.card-accesos .card-body h5{
    color: #000;
}

.card-accesos .card-body p{
    color: #35393c;
}

.card-accesos .card-img-top {
    padding-bottom: 0;
    border-radius: 10px;
}

/*FOOTER*/

footer {
    padding-bottom: 80px;
}

.footer {
    border-top: 5px solid #71b02d;
    border-radius: 0px 0px 10px 10px;
}

.logo-footer {
    width: 350px;
}

.logo-gob {
    width: 250px;
}

.col-footer {
    border-left: 1px solid #cccccc6b;
}

.col-footer h4{
    font-weight:400;
    font-size: 24px;
}


.col-footer i{
    width: 30px;
    font-size: 20px;
}

.menu-footer{
    font-weight: 400;
    margin-bottom: 0.7rem;
    line-height: 1.2;
}

.col-footer h5{
    font-weight: 400;
    margin-bottom: 0.7rem;
    line-height: 1.2;
    display: inline-flex;
}

.col-footer ul {
    padding-left: 0 !important;
}

.col-footer a {
    color: #212529;
}

.btn-flotante{
    position: fixed;
    color: RGB(0, 143, 67, 100%);
    right: 20px;
    bottom: 30px;
    display: none;
}

.btn-flotante:hover{
    color: #71b02d;
}

.btn-flotante i{
    font-size: 46px;
}

/*SECCIONES INTERIORES*/

.interior {
    border-top: 3px solid #4e5357;
}

.container-interior-nota{
    width: 90%;
    margin: auto;
}

.container-interior {
    width: 80%;
    margin: auto;
}

.container-interior-md {
    width: 65%;
    margin: auto;
}

.container-interior-small {
    width: 80%;
    margin: auto;
}

.container-interior-xs {
    width: 35%;
    margin: auto;
}

.img-nota{
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.card-nota{
    background-color: #efefef;
    border-radius: 10px;
}

.card-nota img{
    border-radius: 10px;
    width: 100%;
    max-height: 140px;
}

.title-not{
    color: #212529;
}

.img-note-list {
    height: 140px;
    border-radius: 15px;
    width: 100%;
}

.separador1 h4,
h1,
p {
    padding: 10px 0;
}

.info-autoridades h3,
p {
    padding: 0;
    margin: 0;
}

.date {
    background-color: #71b02d;
    border-radius: 10px;
    color: #fff;
    width: 130px;
    height: 150px;
}

.date .day {
    font-size: 40px;
    font-weight: bold;
}

.date .month {
    font-size: 30px;
    font-weight: bold;
}

.evento-bajada{
    font-weight: 500;
    font-size: 18px;
}

.info-autoridades {
    background-color: #efefef;
    border-radius: 10px;
    padding: 15px;
}

.card-precio {
    border-radius: 10px;
    border: none !important;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
}

.card-year {
    background-color: #a3c646;
    padding: 22px 3px;
    border-radius: 10px 0px 0px 10px;
}

.card-year {
    padding: 22px 7px;
}

.nota-item-list {
    border-top: 1px solid #71b02d;
}

.nota-not{
    background-color: #f0f0f0;
    height: 340px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: start;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.nota-img{
    height: 140px;
}

.nota-btn{
    background-color: #f0f0f0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.nota-bajada{
    font-size: 14px;
    color: #35393c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.titulo-nota{
    font-size: 18px;
    color: #212529;
}

.container-interior-nota p{
    font-size: 14px;
}

.precio3 {
    margin: 10px 0px;
    padding: 10px 25px;
    background-color: rgb(243, 243, 243);
}

.precio3 p {
    margin: 0;
}

.precio4 {
    margin: 10px 0px;
    padding: 10px 25px;
    background-color: #fff;
}

.precio4 p {
    margin: 0;
}

.px-25 {
    padding: 0px 25px;
}

.link-terms {
    color: #212529;
}

.link-terms:hover {
    color: #000;
}

.link-recover {
    color: #212529b0;
}

.link-recover:hover {
    color: #212529;
}

.form-registro input {
    border: none;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.form-login input,
.form-login textarea {
    border: none;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.form-login textarea {
    border: none;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 10px;
    transition: none !important;
}

textarea {
    resize: none;
    height: 150px !important;
}

textarea:focus {
    color: rgb(33, 37, 41);
    background-color: rgb(255, 255, 255);
    outline: 0px;
    box-shadow: rgb(86 184 0 / 25%) 0px 0px 15px 0.15rem;
    transform: scale(1) !important;
    transition: none !important;
}


.form-control:focus {
    color: rgb(33, 37, 41);
    background-color: rgb(255, 255, 255);
    outline: 0px;
    box-shadow: rgb(86 184 0 / 25%) 0px 0px 15px 0.15rem;
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}

.form-check-input:checked {
    background-color: #71b02d;
    border-color: none;
}

.form-check-input:focus {
    outline: 0px;
    box-shadow: none;
}

.bg-login {
    background-image: url(/assets/img/fondo-login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.contacto {
    /* background-color: #f9f9f9; */
    border-radius: 10px;
}

.title-contacto{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

.label-required{
    color: red;
}

.map-contacto{
    position: relative;
    width: 100%;
    height: 80%;
}

.inf-contacto i{
    font-size: 20px;
    font-weight: bold;
    width: 30px;
}

.inf-contacto p{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

iframe {
    width: 100%;
    height: 100%;
}

.iframe {
    border-radius: 0px 10px 10px 0px;
}

.logo-contacto{
    border-bottom: 1px solid #000 ;
}

.logo-contacto img{
    width: 40%;
    margin-bottom: 5px;
}

.carousel-inner {
    Background: linear-gradient(90deg,rgba(0, 0, 0, 0.8) -70%,rgba(96, 152, 199,
0.9) 70%,rgba(255, 255, 255, 0) 60%)
}

.img-rounded {
    border-radius: 10px;
}

.deg {
    position: absolute;
    left: 0;
    background: rgb(75, 161, 0);
    background: linear-gradient(90deg, rgba(75, 161, 0, 1) 45%, rgba(255, 255, 255, 0) 65%);
    width: 100%;
    height: 100%;
}

.img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #345067e0 0%, rgba(255, 255, 255, 0) 30%);
}

.img-bg-vert {
    position: absolute;
    width: 100%;
    height: 100%;
    Background: linear-gradient(360deg, #345067 5%, rgba(255, 255, 255, 0) 40%)
}


.carousel-indicators {
    bottom: 50px;
}

.filtro-historicos p {
    font-size: 20px;
    font-weight: 500;
}

.filtro-historicos .titulo-busqueda {
    color: #68a725;
}

.input-filtro {
    height: 35px;
    width: 100%;
    border: none;
    border-radius: 10px;
    background-color: #fcfcfc;
    padding: 5px 10px;
    box-shadow: 0px 0px 3px 3px rgb(86 184 0 / 25%);
}

.input-filtro:focus-visible {
    outline: 0px;
}

.filtro-historicos .d-flex {
    margin: 8px 0px;
}

/* CARRUSEL NOTAS */


.mg-gallery-container {
    position: relative;
}

.mg-gallery li {
    display: flex;
    justify-content: center;
}

.mg-gallery li img {
    width: 100%;
    border-radius: 10px;
}

.mg-gallery {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg-gallery .owl-controls {
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.mg-gallery .owl-controls .owl-buttons div {
    background-color: #68a725 !important;
    padding: 13px 15px;
    border-radius: 25px;
    margin-top: -25px;
    opacity: 0;
    color: rgb(36 36 36 / 100%);
    -webkit-transition: opacity 0.3s, background-color 0.3s, color 0.3s !important;
    transition: opacity 0.3s, background-color 0.3s, color 0.3s !important;
}

.mg-gallery .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: 25px !important;
}

.mg-gallery .owl-controls .owl-buttons div.owl-next {
    float: right;
    margin-right: 25px !important;
}

.mg-gallery .owl-controls .owl-buttons div:hover {
    opacity: 1;
    color: #fff;
    background-color: #68a725 !important;
}

.mg-gallery:hover .owl-controls .owl-buttons div {
    opacity: 0.5;
}

.mg-gallery-thumb {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 330px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -165px;
}

.mg-gallery-thumb .owl-item {
    opacity: 0.4;
}

.mg-gallery-thumb .owl-item.synced {
    opacity: 1;
}

.modal-header {
    border: none;
}


/* FIN CARRUSEL NOTAS */


.link-more-inst a{
    font-weight: 600;
    font-size: 20px;
    color: #000;
    transition: all .5s ease-in-out;
}

/* Valores mercado */

.col-iframe{
    height: 460px;
}


/* MEDIA QUERY */


@media only screen and (min-width:992px) and (max-width:1199px) {
    .card .card-inst {
        padding: 1rem 0.6rem;
    }

    .img-banner img{
        height: 130px;
    }

    .card-accesos .card-body{
        padding: 0.5rem 0.5rem;
    }
}

@media screen and (min-width:1025px) {
    .img-nota1 {
        margin-right: 50px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){

    .img-banner img{
        height: 90px;
    }
    .slider-not .card {
        width: 150px;
    }

    .not-body h3{
        font-size: 14px;
    }

    .not-body p{
        font-size: 10px;
        -webkit-line-clamp: 4;
    }
    .bg-access,
    .bg-access2{
        padding: 20px;
    }
}

@media screen and (max-width:767px){
    .accesos-border{
        border-right: none;
    }
    .bg-access,
    .bg-access2{
        padding: 20px;
    }
    .nota-img{
        height: 160px;
    }

    .img-note-list{
        width: 100%;
        height: 160px;
    }
    .titulo-nota {
        min-height: auto;
    }
    .map-contacto{
        height: 60%;
    }

    .card-calendario{
        width: 300px;
    }

    .card-calendario h3{
        font-size: 14px;
    }

    .btn-evento{
        padding-left: 5px;
        padding-right: 5px;
    }

    #calendar,
    #iframe-ig{
    height: 360px;
}
}


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

    h3{
        margin-bottom: 0;
    }

    .not-body p{
        font-size: 12px;
        -webkit-line-clamp: 4;
    }

    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }


    .modal {
        padding-top: 135px;
    }

    .mg-gallery-thumb {
        left: 0;
        margin-left: 0;
        bottom: 0;
    }

    .container-navbar {
        width: 100%;
    }

    .carousel-indicators {
        top: 288px;
    }

    .nav-link {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .img-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        /* background: rgb(82, 175, 0);
        background: linear-gradient(359deg, rgba(82, 175, 0, 1) 45%, rgba(255, 255, 255, 0) 70%); */
        /*
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(82,175,0);
        background: linear-gradient(180deg, rgba(82,175,0,1) 0%, rgba(255,255,255,0) 30%); 
        */
    }

    /* .img-slider{
        height: 500px;
    } */

    .bg-access
    .bg-access2 {
        padding: 20px;
    }

    .card {
        margin-top: 30px;
    }

    .btn-search {
        color: rgb(57, 122, 0);
    }

    header .container {
        padding: 0;
    }

    .slider .container {
        padding: 0;
    }

    footer .container {
        padding: 0;
    }

    .accesos-directos .container {
        padding: 0;
    }

    .img-note-list {
        margin-bottom: 20px;
    }

    .container-interior-md {
        width: 85%;
    }

    .container-interior-small {
        width: 80%;
    }

    .container-interior-xs {
        width: 80%;
    }

    .card-year {
        display: flex;
        justify-content: center;
        background-color: #a3c646;
        padding: 5px;
        border-radius: 10px 10px 0px 0px;
    }

    .card-footer-precio {
        display: flex;
        justify-content: center;
        padding: 10px;
    }

    .container-interior-mobile {
        width: 90%;
    }

    .precio3 {
        padding: 10px 10px;
    }

    .precio4 {
        padding: 10px 10px;
    }

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

    .iframe {
        height: 500px;
        border-radius: 0px 0px 10px 10px;
    }
}

.espacio {
    height: 200px;
    position: absolute;
}

.navbar-light .navbar-toggler {
    border: none;
    color: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

@keyframes opacidad {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bajar {
    0% {
        transform: translateY(-10px);
    }

    20% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
    }
}

.carousel-indicators [data-bs-target] {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    margin-right: 8px !important;
    margin-left: 8px !important;
}