html {
    width: 100vw;
    overflow-x: hidden;
scroll-behavior: smooth;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background: #f2f2f2b8;
	/* font-family: 'Open Sans', sans-serif; */
}
a {
    text-decoration: none;
}
.imgOnyva {
    padding-right: 100px;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-top: 50px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 100;
    border-radius: 8px;
}
.imgOnyva:hover::after {
    transform: translateY(0);
}
.imgOnyva::after {
    width: 220px;
    height: 200px;
    font-size: 1.8rem;
    color: #fff;
    background-color: #32656d61;
    inset: 0;
    display: grid;
    place-items: center;
    transform: translateY(-100%);
    transition: .35s;
    margin: 0 -20px;
    /* transform: scale(0.001);
    transition: .4s; */
}

/* Mio Navbar */

.navTop {
    position: relative;
    width: 100vw;
    top: 0;
    z-index: 100000;
    background-color: #ffffff;
    padding-left: 1rem;
    padding-right: 1.4rem;
    display: flex;
    justify-content: space-evenly;
}
.navbar-nav {
    display: inline-flex;
}
.itemsNav {
    display: contents;
    display: inline-flex;
}
a:link {
    color: rgb(22, 22, 22);
}
a:visited {
    color: inherit;
}
.nav-link {
    color: rgb(8 8 8);
}
.nav-link:focus, .nav-link:hover {
    color: #000000;
    transform: scale(1.1);
}

/* Center */
.image-gallery-content {
    margin: auto;
}
.image-gallery-content, .image-gallery-image, .image-gallery-slide {
    width: 60%;
}
.logoDebajo {
    min-width: 150px;
    max-width: 150px;    
    margin: 0 2.5rem;
}

.widthTamano {
    width: -webkit-fill-available;
}


.image-gallery {
    margin-top: 105px;
}
.altura {
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #ffffff85;
}
.ancho {
    margin-left: 4rem;
    padding-left: 4rem;
    padding-top: 5.6rem;
}
.alto {
    padding: 0 4px;
    margin-bottom: 0;
}
.containerCard {
    display: flex;
    margin: auto;
    width: 95vw;
    justify-content: space-evenly;
    margin-bottom: 2rem;
}
.cCard {
    flex-direction: column;
    border-radius: .25rem;
    width: 340px;
    height: 450px;
    border: 1px solid gray;
    border-radius: 10px;
    overflow-y: hidden;
    padding-top: 0.4rem;
}
.containerImagenCard {
    display: flex;
    margin: 0 auto;
}
.imagenCard {
    min-height: 200px;
    max-height: 200px;
}
.textoCard {
    margin-top: 1rem;
    background-color: #3e8953;
    color: rgb(255, 255, 255);
    padding: 1rem;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #f7f7f7;
    text-decoration: none;
    background-color: #3a8253e0;
}
/* .espacio {
    height: 71vh;
    overflow-y: scroll;
} */
.dosImagenes {
    display: flex;
    justify-content: space-evenly;
}




.contenedor {
	/* width: 90%;
	max-width: 1000px; 
	gap: 20px; */
	margin: 20px auto;
	display: grid;
    grid-template-columns: 20% 75%;
}
 
.enlaces {
	position: sticky;
    height: fit-content;
	top: 20px;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.nav a {
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 3px;
	/* color: #2063ff; */
    color: #11703d;
}

/*
.nav a:hover {
	background: #ccedff;
}

.nav a.activo {
	font-weight: 700;
	background: #2063ff;
	color: #fff;
}*/

.seccion {
    position: relative;
	padding: 0px 40px 40px 40px;
	margin-bottom: 40px;
	border-radius: 5px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.colorTitulo {
    /* color: rgba(92, 25, 106, 0.863); */
}


/*

.seccion p {
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	color: #414141;
}

.seccion br {
	margin-bottom: 20px;
}

.encabezado {
	display: flex;
	align-items: center;
	font-weight: 700;
	padding-top: 20px;
	margin-bottom: 20px;
}

.encabezado a {
	display: inline-flex;
	align-items: center;
	margin-left: 10px;
}

.encabezado a svg {
	width: 26px;
	height: 26px;
} */

/* Slider */
.cbody {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;  
        /*width: 1536px;  
        height: 851px;  */
    }
    swiper-container {
            width: 100%;
            height: 100%;
          }
        .mySwiper {
            /* width: 69vw; */
        }
    
          swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
    
            max-height: 70vh;
        width: 80vw;
        min-width: -webkit-max-content;
        min-width: max-content;
        cursor: default!important;
        object-fit: cover!important;
          }
    
          swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
    
            max-height: calc(100vh - 80px);
            width: 100%;
            min-width: max-content;
        cursor: default!important;
        object-fit: cover!important;
          }
        .im-ga-im {
            width: 100%;
        }  
    
          swiper-container {
            margin-left: auto;
            margin-right: auto;
          }
    
          .image-gallery-description {
        background: rgba(0,0,0,.4);
        bottom: 70px;
        color: #fff;
        left: 0;
        line-height: 1;
        padding: 10px 20px;
        position: absolute;
        white-space: normal;
        padding: 2rem 4rem!important;
        font-size: 26px;
        margin-bottom: 2rem;
    }
    .autoplay-progress {
        position: absolute;
        right: 16px;
        bottom: 16px;
        z-index: 10;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: black;
      }
  
      .autoplay-progress svg {
        --progress: 0;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
        width: 100%;
        height: 100%;
        stroke-width: 4px;
        stroke: var(--swiper-theme-color);
        fill: none;
        stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
      }


/* Boton Arriba */
.ir-arriba {
    display: inline-block;
    font-size: 20px;
    background-color: #0d532e;
    border-radius: 8px;
    border: 1px solid #0f4628;
    /* padding: 1px; */
    color: #fff;/* #024959 */
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 30px;
    z-index: 100;
}

@media only screen and (min-width: 377px) and (max-width: 768px) {
    .contenedor {
        display: block;
    }
    .enlaces {
        text-align: center;
        width: 100%;
    }
    .logoDebajo {
        margin: auto;
    }
    .espacio {
        padding-left: 0!important;
        padding-right: 0!important;
        margin-top: 20px;
    }
    .seccion {
        overflow-x: scroll;
    } 
    .ir-arriba {
        right: 12px;
        left: calc(100% - 64px);
    }
    .widthTamano {
        width: -webkit-fill-available;
    }

    /* .contenedor {
        grid-template-columns: 21% 79%;
    } */
    .cbody {
        display: none;
    }
}

@media only screen and (min-width: 769px) and (max-width: 835px) {
    .enlaces {
        padding: 20px 0;
    }
    .seccion {
        overflow-x: scroll;
        margin: 0 0 0 15px;
    } 
}
@media only screen and (min-width: 836px) and (max-width: 991px) {
    nav {
        padding: 0 0 0 11px;
    }
    .seccion {
        overflow-x: scroll;
        margin: 0 0 0 15px;
    } 
    .enlaces {
    padding: 20px;
    }
    .container, .container-md, .container-sm {
        max-width: 100vw;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .hamburger {
        left: 90vw;
    }
    .menuppal {
        width: 100%;
    }
}