#banner-1 {
    position: relative;
    padding: 0;
    margin: 0;
    background-image: url(../images/video_bg1.jpg);
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/
    background-position: center top;
    /*background-attachment: fixed;*/
    box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, .2)
}

.layer {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#banner-2 {
    position: relative;
    padding: 0;
    margin: 0;
    background-image: url(../images/img_grupos/img_gde_grupos.jpg);
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/
    background-position: center top;
    /*background-attachment: fixed;*/
    box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, .3)
}

#banner-3 {
    position: relative;
    padding: 0;
    margin: 0;
    background-image: url(../images/img_eventos/img_gde_eventos.jpg);
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/
    background-position: center top;
    /*background-attachment: fixed;*/
}

#banner-4 {
    position: relative;
    padding: 0;
    margin: 0;
    background-image: url(../images/img_grupos/img_gde_grupos.jpg);
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/
    background-position: center top;
    /*background-attachment: fixed;*/
}

#banner-1, #banner-2, #banner-3, #banner-4 h1 {
    color: #ffffff !important;
    text-align: center;
}

/*redes sociales*/

.sticky-container {
    /*background-color: #333;*/
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -159px; /*right: -119px; esta en 134*/
    top: 115px;
    width: 200px;
    z-index: 2000;
}

.sticky li {
    list-style-type: none;
    background-color: #333;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);*/
}

.sticky li:hover {
    margin-left: -115px;
    /*-webkit-transform: translateX(-115px);
    -moz-transform: translateX(-115px);
    -o-transform: translateX(-115px);
    -ms-transform: translateX(-115px);
    transform:translateX(-115px);*/
    /*background-color: #8e44ad;*/
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);*/
}

.sticky a {
    color: white !important;
}

.sticky li img {
    float: left;
    margin: 5px 5px;
    margin-right: 10px;
}

.sticky li p {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;
}


/* CONTACT */
.contact .php-email-form button[type="submit"] {
    background: #ac8758;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #aacd6b;
}

.contact .info {
    width: 100%;
   /* background: #fff;*/
}

.contact .info i {
    font-size: 20px;
    color: #ac8758;
    float: left;
    width: 44px;
    height: 44px;
    background: #f0f6e5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #3c4133;
}

.contact .info .email, .contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #ac8758;
    *color: #fff;
}

.contact .php-email-form {
    width: 100%;
   /* background: #fff;*/
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #ac8758;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #aacd6b;
}


@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
