:root {
    --primary: #699B50;
}

.footer-section {
    background-color: #007A33;
    color: white;
    padding: 20px;
    text-align: center;
    position: relative;
}

.section-dark::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, transparent 0%, #004b2f 60%);
    z-index: 999999999;
}

.section-black::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, transparent 0%, #202020 60%);
    z-index: 999999999;
}

.section-green::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, transparent 0%, #202020 60%);
    z-index: 999999999;
}

.footer-section::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #EEEEEE;
    border-radius: 50% 50% 0 0;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.1);
}

/* Lottie flotante */
.lottie-float {
    z-index: 9999999;
    width: 220px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    display: flex;
    position: fixed;
    bottom: 24px;
    right: 40px;
}


/* Boton flotante */
.btn-flotante {
    z-index: 999999999999;
    display: flex;
    align-items: center;
    font-size: 13px;
    text-decoration: none;
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 20px;
    background-color: rgb(77, 206, 77);
    padding: 15px;
    position: fixed;
    bottom: 60px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.btn-flotante img {
    padding: auto;
    height: 30px;
}

.btn-flotante:hover {
    background-color: rgb(77, 206, 77);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
    color: #ffffff !important;
}

.presentation-title {
    font-size: 50px !important;
}

@media only screen and (max-width: 600px) {

    .btn-flotante {
        padding: 12px 20px;
        bottom: 20px;
        right: 20px;
        box-shadow: 0px 8px 15px rgba(255, 255, 255, 0);
        background-color: transparent;
    }

    .btn-flotante img {
        padding: 0;
        height: 60px;
        width: 60px;
    }

    .btn-flotante span {
        display: none;
    }

    .btn-flotante span:hover {
        display: flex;
    }

    .lottie-float {
        display: none;
    }

    .presentation-title {
        font-size: 40px !important;
    }
}

.dropdown-toggle.btn {
    background-color: transparent !important;
    border-color: transparent !important;
}

.dropdown-menu.dropdown-info {
    background-color: #489721;
}

.dropdown-item {
    color: white !important;
    font-size: 14px !important;
}

.dropdown-item:hover {
    font-size: 16px !important;
    background-color: transparent !important;
}

#myVideo-arbio {
    width: 100%;
    height: 1120px;
    object-fit: cover;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: -1;
}

.opacidad {
    width: 100%;
    height: 1120px;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
    background-color: #0000000c;
}

.down-link:hover {
    transform: scale(1.05);
    font-weight: 500 !important;
}

.navbar-color-custom {
    background-color: #00000098 !important;
}

.navbar-color-custom li a {
    color: white !important;
    font-weight: bold;
}

.card.page-carousel {
    background-color: #000000ad;
    color: white;
    display: flex;
}

.carousel-control {
    background-color: #007A33 !important;
}

.carousel-control:hover {
    background-color: #007A33;
}

.carousel-indicators li.active {
    background-color: #007A33;
}

.carousel-item {
    text-align: center;
}

.carousel-item p {
    font-weight: 400;
}

.bg-footer {
    background-color: #004b2f;
}

.bg-footer p,
h2,
h1,
h3,
h4 {
    color: white !important;
    font-weight: 300 !important;
}

.page-header-2 {
    background-color: #202020;
    color: white;
}

.page-header-3 {
    background-image: red !important;
}

.page-header-2 p {
    font-weight: 400;
}

.centrado2 {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(0deg, rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 1) 100%);
}

/* Contacto */

/* Frames */
.groupContainer {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 60%;
}

/* Contactenos */

.container-new {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 20px auto;
    position: relative;
    width: 80%;
    background-color: rgba(156, 156, 156, 0.418);
    border-radius: 15px;
    border: 0.1px solid rgba(128, 128, 128, 0.205);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.image {
    display: block;
    width: 95%;
}

.overlay {
    border-radius: 15px;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #128103;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 200ms ease;
}


.container-new:hover .overlay {
    bottom: 0;
    height: 100%;
}

.overlay .text h2 {
    font-size: 16px;
    color: white;
}

.overlay .text p {
    text-align: center;
}

.text {
    width: 100%;
    color: white;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px 12px;
}

.overlay a {
    border: 2px solid white;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    padding: 5px 20px;
}

.overlay a:hover {
    border: 0px solid white;
    color: green;
    background-color: white;
    text-decoration: none;
    border-radius: 20px;
    padding: 5px 20px;
}

.overlay .redes a {
    height: 20px;
    width: 20px;

}

.overlay .redes img {
    cursor: pointer;
    margin-top: 19px;
    padding-left: 20px;
    padding-left: 20px;
    height: 20px;
}

@media (max-width: 1233px) {

    /* Frames */
    .groupContainer {
        margin: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 80%;
    }
}

@media (max-width: 495px) {

    /* Frames */
    .groupContainer {
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width: 90%;
    }

}

/* ScrollBar */
::-webkit-scrollbar {
    background-color: gray;
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(187, 187, 187);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, rgba(10, 70, 0, 1) 0%, rgba(7, 201, 0, 1) 100%);
    border-radius: 10px;
    height: 20%;
}