﻿body {
    background-color:  white;
    background-position: center center;
    background-repeat: repeat;
    background-size: 60%;
    height: 100%;
}

        * {
            font-family: 'Montserrat', sans-serif !important;
            font-weight: normal;
            font-style: normal;
        }
        /*color de letras*/
a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
}

#mainNav {
    /*background: url(../_media/VERDE_12.jpg) repeat center;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
   /* background-size: 50% 20%;*/
    /*background:#ffF;*/
}


#encabezado {
    background: url(../_media/VERDE_1.jpg) repeat center;
    background-position: center center;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 50% 20%;
}

        .Shadower {
            -webkit-filter: drop-shadow(5px 5px 5px #222222);
            filter: drop-shadow(5px 5px 5px #222222);
        }

        .BotonZoom:hover {
            transform: scale(1.2);
        }

        .imgBoton {
            cursor: pointer;
        }

        .EnVivo {
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% {
                transform: scale(0.90);
                /*box-shadow: 0 0 0 0 rgba(195, 23, 24, 0.7);*/
            }

            70% {
                transform: scale(1);
                /*box-shadow: 0 0 0 10px rgba(195, 23, 24, 0);*/
            }

            100% {
                transform: scale(0.90);
                /*box-shadow: 0 0 0 0 rgba(195, 23, 24, 0); #39B54A*/
            }
        }

        .Titulo {
            font-size: 4em;
            font-weight: bold;
        }

        .FondoAzul {
            background-color: #39B54A !important;
        }

        .TextoAzul {
            color: #E71D73 !important;
        }

        .Link {
            color: #0E4584;
            font-weight: bold;
            text-decoration: underline;
        }

        .fw-bold {
            font-weight: bold;
        }

        .fs-1 {
            font-size: 1em;
        }

        .fs-1-5 {
            font-size: 1.5em;
        }

        .fs-2 {
            font-size: 2em;
        }

        .fs-3 {
            font-size: 3em;
        }

        #btnUpPage {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 30px;
            z-index: 99;
            border: none;
            outline: none;
            background-color: #00ADEE;
            color: white;
            cursor: pointer;
            padding: 15px;
            border-radius: 50%;
            font-size: 18px;
        }

            #btnUpPage:hover {
                background-color: #0999cf;
            }


/*{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    .modal-content

{
    height: 100%;
    border: 0;
    @include border-radius(0);
}

.modal-header {
    @include border-radius(0);
}

.modal-body {
    overflow-y: auto;
}

.modal-footer {
    @include border-radius(0);
}

}*/
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #E71D73;
    background-clip: padding-box;
    border-radius: 100%;
    opacity: 0.2;
    transition: opacity 0.6s ease;
}


/CIRCULO PONENTES INICIO/
/**/
.ih-item.square {
    position: relative;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    align-content: space-between;
}

.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/CIRCULO PONENTES INICIO/



.ih-item.square.effect6 {
    overflow: hidden;
    position: relative;
    align-content: center;
}

.ih-item.square.effect6 .img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    position: relative;
}

.ih-item.square.effect6 .info {
    background: #691C32;
    background: rgba(255, 255, 255, 0.3);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .ih-item.square.effect6 .info h3 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        font-size: 15px;
        padding: 15px;
        background: #0E4584;
        margin: 160px 0 0 0;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

.ih-item.square.effect6 a:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.ih-item.square.effect6 a:hover .info {
    visibility: visible;
    opacity: 1;
}




.ih-item.square.effect6.top_to_bottom .info h3 {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ih-item.square.effect6.top_to_bottom a:hover .info h3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.square.effect6.bottom_to_top .info h3 {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}


.ih-item.square.effect6.bottom_to_top a:hover .info h3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.dropdown2-content > .dropdown-menu > a {
    cursor: pointer !important;
}

.dropdown-item {
    cursor: pointer !important;
}