@font-face {
    font-family: MyriadPro;
    src: url(Myriad_Pro_SemiExtended.otf);
}

body {
    background-image: url('../img/background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: calibri; 
    color: black; 
    text-align: center;
}

.logo{
    width: 75px;
    height: 87px;
}

.nav-link-white{
    font-size: 19px;
    color: white;
}

.nav-link-white:hover{
    color: #61CE70;
}

.dropdown-item:hover{
    color: #61CE70;
}

.nav-link-green{
    font-size: 19px;
    color: #3ABA4B;
}
    
.carousel {
    height: 502px;
}

.carouselImage {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#divVideo {
    position: relative;
    overflow: hidden;
    /*width: 100%;*/
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

#video{
    /*max-width: 100%;
    width: 1280px;
    height: 720px;*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.separator {
    border: 1px solid black;
    opacity: 1;
    margin: 0.1rem;
}

.separatorBold {
    border: 5px solid black;
    opacity: 1;
    margin: 0.1rem;
}

.footer {
    background-color: #23272A;
    color: white;
    height: 70px;
    font-size: 18px;
}

#scrollup {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: -40px;
    right: 30px;
    background: #3F3F3F;
    z-index: 100;
    font-size: 30px;
    color: white;
    transition: 0.5s ease;
}

#redirection {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: -40px;
    /*top: 500px;*/
    right: 0px;
    background: #61CE70;
    z-index: 100;
    font-size: 30px;
    color: #3F3F3F;
    text-align: center;
    transition: 0.5s ease;
}


#btnBannerInfo a{
    margin: 0;
    position: absolute;
    top: 50%;
    right: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #3F3F3F;
}

#btnBannerInfo {
    display: none;
    position: fixed;
    width: 300px;
    height: 50px;
    line-height: 50px;
    top: 500px;
    /*right: 0px;*/
    background: #000;
    z-index: 100;
    font-size: 20px;
    color: #61CE70;
    text-align: center;
    /*transition: 0.5s ease;*/
    animation: brightWall 3s infinite; /* Duración de 3 segundos y ciclo infinito */
    transition: background-color 1s ease; /* Transición suave del color */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#btnBannerPoint {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 500px;
    left: 300px;
    /*background: #000;*/
    z-index: 100;
    font-size: 40px;
    color: #61CE70;
    text-align: center;
    /*transition: 0.5s ease;*/
    animation: brightWall2 3s infinite; /* Duración de 3 segundos y ciclo infinito */
    transition: background-color 1s ease; /* Transición suave del color */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes brightWall {
    0% {
      background-color: #000; /* Color inicial */
      filter: brightness(1); /* Brillo normal */
    }
    50% {
      background-color: #000; /* Mantiene el color */
      filter: brightness(2); /* Aumenta el brillo */
    }
    100% {
      background-color: #000; /* Vuelve al color inicial */
      filter: brightness(1); /* Vuelve al brillo normal */
    }
}


@keyframes brightWall2 {
    0%, 100% {
        transform: translateX(0);
        filter: brightness(1);
    }
    20%, 80% {
        transform: translateX(0);
    }
    50% {
        filter: brightness(2);
    }
	40% {
        transform: translateX(30px);
    }
	/*60% {transform: translateX(15px);}*/
}

#redirection a{
    margin: 0;
    position: absolute;
    top: 50%;
    right: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #3F3F3F;
}

.contactsBanner {
    position: fixed;
    width: 375px;
    height: 346px;
    top: 600px;
    background: #000000;
    z-index: 100;
    font-size: 18px;
    color: white;
    text-align: center;
    clip-path: inset(0px 0px 0px 0px);
    transition: 0.5s ease;
}

.contactBanner {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    /*font-size: 14px;*/    
    font-weight: bold;
    z-index: 100;
 }

 #contactLink {
    color: #FFFFFF;
    text-decoration: none;
 }

.banner {
    position: fixed;
    width: 375px;
    height: 346px;
    /*line-height: 321px;*/
    /*bottom: 40%;*/
    top: 600px;
    right: 0px;
    background: #61CE70;
    z-index: 100;
    font-size: 30px;
    color: #3F3F3F;
    text-align: center;
    clip-path: inset(0px 0px 0px 0px);
    /*transition: 0.5s ease;*/
    transition: 0.5s ease;
}

#btnBanner {
    position: fixed;
    top: 600px;
    width: 30px;
    height: 54px;
    padding: 0px;
    right: 374px;
    background: #053AA8;
    border-color: #053AA8;
    z-index: 100;
    font-size: 49px;
    color: white;
    text-align: center;
    transition: 0.5s ease;
    border: none;
    font-stretch: condensed;
}

@media only screen and (max-device-width: 640px) {
    .carousel {
        height: 251px;
    }

    .carouselImage {
        width: 100%;
        height: 100%;
    }
 
    .banner {
        position: fixed;
        width: 300px;
        height: 277px;
        /*bottom: 40%;*/
        top: 350px;
        right: 0px;
        background: #61CE70;
        z-index: 100;
        font-size: 30px;
        color: #3F3F3F;
        text-align: center;
        clip-path: inset(0px 0px 0px 0px);
        transition: 0.5s ease;
    }

    #btnBanner {
        position: fixed;
        top: 350px;
        width: 30px;
        height: 43px;
        padding: 0px;
        right: 299px;
        background: #053AA8;
        border-color: #053AA8;
        z-index: 100;
        font-size: 42px;
        color: white;
        text-align: center;
        transition: 0.5s ease;
        border: none;
        font-stretch: condensed;
    }


    #btnBannerInfo {
        display: none;
        position: fixed;
        width: 300px;
        height: 50px;
        line-height: 50px;
        top: 250px;
        /*right: 0px;*/
        background: #000;
        z-index: 100;
        font-size: 20px;
        color: #b7f7c0;
        text-align: center;
        /*transition: 0.5s ease;*/
        animation: brightWall 3s infinite; /* Duración de 3 segundos y ciclo infinito */
        transition: background-color 1s ease; /* Transición suave del color */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #btnBannerPoint {
        display: none;
        position: fixed;
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: 250px;
        z-index: 100;
        font-size: 40px;
        color: #61CE70;
        text-align: center;
        /*transition: 0.5s ease;*/
        animation: brightWall2 3s infinite; /* Duración de 3 segundos y ciclo infinito */
        transition: background-color 1s ease; /* Transición suave del color */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #scrollup {
        position: fixed;
        width: 40px;
        height: 40px;
        line-height: 40px;
        bottom: -50px;
        right: 30px;
        background: #3F3F3F;
        z-index: 100;
        font-size: 30px;
        color: white;
        transition: 0.5s ease;
    }
    
    #redirection {
        position: fixed;
        width: 50px;
        height: 50px;
        line-height: 50px;
        bottom: -50px;
        right: 0px;
        background: #61CE70;
        z-index: 100;
        font-size: 30px;
        color: #3F3F3F;
        text-align: center;
        transition: 0.5s ease;
    }
}

/*.custom-tooltip {
    --bs-tooltip-bg: var(--bs-success);
    color: yellow;
}*/


.fa-stretch {
    transform: scale(0.75,1)
}

.gallery {
    width: 100%;
    cursor: pointer;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ 
        display: none; 
    }
	.navbar .nav-item:hover .nav-link{   
        color: #61CE70;
    }
	.navbar .nav-item:hover .dropdown-menu{ 
        display: block;
    }
	.navbar .nav-item .dropdown-menu{ 
        margin-top:0;
    }
}	

.accordion {
	--bs-accordion-active-color: #0A362E;
	--bs-accordion-active-bg: #D1E7DD;
}

.wireTable {
    width: 100%;
    font-weight: 520;
    color: white;
    background-color: #5CB85C;
    border: 1px solid #357EBD;
}

#modalInformativeStart {
    color: #808285;
    opacity: 0.95;
    font-family: MyriadPro;
}

.btnInformative{
    background-color: #B0D84A;
}

.btnInformative:hover{
    background-color: #A9D53A;
}

.modal-backdrop {
    opacity: 0.1 !important;
}