#navbar{
    border: none !important;
}
.red {
    color: #f55b63;
}
.orange {
    color: #85008f;
}
.green {
    color: #bce13b;
}

.blue {
    color: #42a3ee;
}

.yellow {
    color: #e6e837;
}

.gold {
    color: #e8c537;
}

body, html {
    height: 100%;
}

body {
    font-family: "Quattrocento Sans";
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #4d4d4d;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-weight: normal;
}
/**preloader**/
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out; }
.container{padding: 0 !important;}
a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #85008f;
}
a:hover, a:focus {
    text-decoration: none;
    outline: 0 !important;
    color: #85008f;
}

button {
    border: 0px;
}
button:focus {
    outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    font-weight: 700;
}

hr.separator {
    border-top: 1px solid #85008f;
    margin: 10px auto;
    width: 80px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

/**spaces**/
.space-20 {
    width: 100%;
    height: 20px;
    clear: both;
}

.space-30 {
    width: 100%;
    height: 30px;
    clear: both;
}

.space-40 {
    width: 100%;
    height: 40px;
    clear: both;
}

.space-50 {
    width: 100%;
    height: 50px;
    clear: both;
}

.space-60 {
    width: 100%;
    height: 60px;
    clear: both;
}

@media (min-width: 768px) {
    .btn-skin {
        background-color: #85008f;
        color: #fff;
    }
    .btn-skin:hover, .btn-skin:focus {
        color: #fff;
        background-color: #85008f;
    }
    @media (min-width: 992px) {

    }
    @media (min-width: 768px) {
        .navbar-nav > li > a {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .navbar-right li.button-nav a {
            background-color: #85008f;
            color: #fff;
            padding: 8px 15px;
            margin-top: 12px;
            font-size: 12px;
            font-weight: 400;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            border-radius: 20px;
        }
        .navbar-right li.button-nav a:hover, .navbar-right li.button-nav a:focus {
            background-color: #333;
            color: #fff !important;
        }


    }
    .p-t-section{
        padding-top: 120px;
    }
    .p-b-section{
        padding-bottom: 80px;
    }

    .footer {
        background-color: #85008f;
        padding-top: 60px;
    }
    .footer h2 {
        color: #fff;
        margin-bottom: 20px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 18px;
    }
    .footer p {
        color: #FFF;
        font-size: 15px;
    }

    footer ul li i {
        float: left;
        color: #fff;
        font-size: 30px;
        margin-right: 20px;
    }
    .footer ul li span {
        display: block;
        overflow: hidden;
        color: #ced3d8;
        font-size: 16px;
    }
    .footer ul.list-inline li {
        padding: 0px;
    }
    .footer ul.list-inline li a {
        margin: 5px;
    }
    .footer ul.list-inline li a i {
        color: #a4a4a4;
        margin: 0px;
        font-size: 30px;
    }
    .footer ul.list-inline li:hover i {
        color: #85008f;
    }
    .footer .footer-bottom {
        padding-top: 40px;
        padding-bottom: 40px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .footer .footer-bottom .list-inline li a {
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
    }
    .footer .footer-bottom .list-inline li a:hover {
        color: #85008f;
    }
    .footer .footer-bottom span {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 300;
        font-size: 13px;
    }

    .redes{
        font-size: 35px;
        color:#fff;
        margin:2px;
    }
    .redes:hover{
        color:#fff;
    }
    #features {
        padding: 40px 0;
        background-color: #fff;
    }

    .feature-box {
        margin-bottom: 40px;
        text-align: center;
    }
    .feature-box i {
        font-size: 40px;
        display: block;
        margin-bottom: 15px;
    }
    .feature-box h3 {
        color: #000;
        font-size: 19px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .aside-feature-row {
        padding: 50px 0;
        overflow: hidden;
    }
    .aside-feature-row h3 {
        color: #000;
        font-size: 30px;
        line-height: 44px;
        font-weight: 400;
    }
    .aside-feature-row p {
        font-weight: normal;
        font-size: 15px;
    }
    .aside-feature-row ul {
        margin-bottom: 30px;
    }
    .aside-feature-row ul li {
        font-size: 16px;
        line-height: 40px;
        display: block;
        font-weight: normal;
    }
    .aside-feature-row ul li i {
        margin-right: 10px;
        color: #85008f;
    }




    @media (max-width: 991px) {
        .contact-home-text {
            padding: 40px 0;
        }
    }
    @media (max-width: 767px) {
        .banner-intro h1 {
            font-size: 17px;
            line-height: 10px;
        }

        .contact-home-text {
            padding: 0px 0;
        }

        .banner-intro .banner-buttons .btn-white {
            display: none;
        }

        .banner-intro .banner-buttons {
            margin-top: 0px;
        }

        .header-v1 .navbar-brand {
            line-height: 33px;
        }

        .header-v2 .navbar-brand {
            line-height: 16px;
        }

        .home-newsletter {
            padding-top: 80px;
            padding-bottom: 40px;
        }

        .assan-newsletter .input-group, .assan-newsletter .input-group-btn, .assan-newsletter .btn {
            width: 100%;
            display: block;
        }

        .home-newsletter h2 {
            font-size: 25px;
            font-weight: 700;
            line-height: 30px;
        }

        .assan-newsletter .form-control {
            margin-bottom: 10px;
            font-size: 13px;
        }
    }
    @media (max-width: 375px) {
        .input-group .form-control, .input-group-addon, .input-group-btn {
            display: inherit;
        }

        .assan-newsletter .form-control {
            margin-bottom: 10px;
            font-size: 13px;
        }

        .footer .footer-bottom .list-inline li a {
            font-size: 12px;
        }
    }

    .back-to-top {
        position: fixed;
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        bottom: 10px;
        right: 10px;
        background: #85008f;
        color: #c1c1c1;
        line-height: 50px;
        opacity: 0;
        visibility: hidden;
        z-index: 9;
        -webkit-transition: -webkit-transform 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transform: translate3d(0, 15px, 0);
        -webkit-transform: translate3d(0, 15px, 0); }
    .back-to-top i {
        display: block;
        font-size: 25px;
        line-height: 50px;
        text-align: center; }
    .back-to-top:hover {
        box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
        color: #fff; }
    .back-to-top.show {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0); }


    /* Smart form customization */
    .smart-container {
        box-shadow: none; }

    .smart-wrap {
        padding: 0px; }

    .smart-container {
        margin: 0 auto; }

    .smart-forms .form-body {
        padding: 0px;
        padding-bottom: 20px; }

    .smart-forms .form-footer {
        overflow: hidden;
        padding: 0px;
        padding-top: 0px;
        background: #fff;
        background-image: none; }

    .smart-forms .refresh-captcha {
        background-color: #5bc0de;
        border-color: #3483de; }

    .smart-forms .button {
        padding: 13px 25px 13px !important;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase; }

    .smart-forms .btn-primary {
        background-color: #3483de; }
    .smart-forms .btn-primary:active {
        background-color: #3483de; }
    .smart-forms .btn-primary:hover, .smart-forms .btn-primary:focus {
        background-color: #3483de; }

    .smart-forms .input-hint {
        font-family: "Open Sans", sans-serif; }


    /*************parallax*************/
    .parallax {
        background-position: 0% !important;
        background-repeat: no-repeat  !important;
        background-size: 100% auto  !important;
        width: 100%  !important;
        background-size: cover  !important;
        background-attachment: fixed  !important;
        min-height: 350px  !important;
    }
    .img-equipo{
        width: 100%;
        margin: 5px 0 70px 0;
        /*border: 12px solid #b6b6b6;*/
        border-radius: 7px;
        text-align: center;
    }


    .video{
        width:100%;
    }




    /*------------------------------------------------------------------
        Post
    -------------------------------------------------------------------*/
    .post-grid,
    .post-list-aside {
        display: inline-block;
        width: 100%;
    }

    .post-grid {
        margin: 0 15px;
    }

    .post-grid .col-lg-1,
    .post-grid .col-lg-10,
    .post-grid .col-lg-11,
    .post-grid .col-lg-12,
    .post-grid .col-lg-2,
    .post-grid .col-lg-3,
    .post-grid .col-lg-4,
    .post-grid .col-lg-5,
    .post-grid .col-lg-6,
    .post-grid .col-lg-7,
    .post-grid .col-lg-8,
    .post-grid .col-lg-9,
    .post-grid .col-md-1,
    .post-grid .col-md-10,
    .post-grid .col-md-11,
    .post-grid .col-md-12,
    .post-grid .col-md-2,
    .post-grid .col-md-3,
    .post-grid .col-md-4,
    .post-grid .col-md-5,
    .post-grid .col-md-6,
    .post-grid .col-md-7,
    .post-grid .col-md-8,
    .post-grid .col-md-9,
    .post-grid .col-sm-1,
    .post-grid .col-sm-10,
    .post-grid .col-sm-11,
    .post-grid .col-sm-12,
    .post-grid .col-sm-2,
    .post-grid .col-sm-3,
    .post-grid .col-sm-4,
    .post-grid .col-sm-5,
    .post-grid .col-sm-6,
    .post-grid .col-sm-7,
    .post-grid .col-sm-8,
    .post-grid .col-sm-9,
    .post-grid .col-xs-1,
    .post-grid .col-xs-10,
    .post-grid .col-xs-11,
    .post-grid .col-xs-12,
    .post-grid .col-xs-2,
    .post-grid .col-xs-3,
    .post-grid .col-xs-4,
    .post-grid .col-xs-5,
    .post-grid .col-xs-6,
    .post-grid .col-xs-7,
    .post-grid .col-xs-8,
    .post-grid .col-xs-9 {
        padding-right: 0; 
        padding-left: 0;
    }

    .post-single .post-img,
    .post-single .post-desk .date,
    .post-single .post-cat li a,
    .post-single .post-desk,
    .post-list .post-single .post-desk a.author {
        position: relative;
    }

    .post-grid .post-single .post-img {
        width: 100%;
        height: 230px;
    }

    .post-grid .post-single .post-img img {
        width: 100%;
        height: 100%;
    }

    .post-single .post-img.top:after {
        top: -7px;
    }

    .post-single .post-img.bottom:after {
        bottom: -7px;
    }

    .post-single .post-img.top:after,
    .post-single .post-img.bottom:after {
        position: absolute;
        left: 50%;
        display: block;
        width: 15px; 
        height: 14px;
        margin-left: -7px;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-style: none;
        border-color: #fff;
        border-right: 1px solid #fff;
        -o-border-image: none;
        border-image: none;
        background-color: #fff;
    }

    .post-single .post-desk {
        /*height: 250px;*/
        padding: 30px 0;
    }

    .post-grid .post-single .post-desk {
        height: 309px; 
        padding: 40px;
    }

    .pad-left-less {
        padding-left: 0 !important;
    }

    .post-single .post-desk h4,
    .post-single .post-desk .date,
    .post-single .post-cat li a,
    .p-read-more,
    .post-sub-title {
        /*font-family: 'Abel', sans-serif;*/
        letter-spacing: 1px;
    }

    .post-single .post-desk .date,
    .post-single .post-desk h4 a,
    .p-read-more:hover {
        color: #222;
    }

    .post-sub-title {
        font-size: 16px;
    }

    .post-single .post-desk .date {
        float: left;
        width: 100%;
        height: auto;
        margin-right: 0; 
        margin-bottom: 25px;
        padding-top: 0;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: transparent;
        background: none;
        font-size: 14px;
    }

    .post-single .post-desk .date:after {
        position: absolute;
        top: 30px;
        left: 0;
        width: 60px;
        height: 1px;
        content: "";
        background: #222;
    }

    .post-single .post-desk .mid-align {
        position: absolute;
        top: 50%;
        padding-right: 40px; 
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .post-single .post-cat {
        padding: 0;
        list-style: none;
    }

    .post-single .post-cat li {
        display: inline-block;
        margin-right: 10px;
    }

    .post-single .post-cat li a {
        text-transform: uppercase;
        color: #909090;
        font-size: 12px;
    }

    .post-single .post-cat li a:after {
        content: ",";
    }

    /*-------*/
    .post-list .post-single .post-desk p,
    .post-list-aside .post-single .post-desk p {
        line-height: 30px;
    }

    .post-list .post-single .post-desk {
        /* padding: 40px 0; */
    }

    .post-list .post-single .post-desk .date,
    .post-list-aside .post-single .post-desk .date,
    .post-list .post-single .post-desk a.author,
    .post-list-aside .post-desk a.author {
        color: #909090; 
        font-size: 12px;
    }

    .post-list .post-single .post-desk h4 {
        margin-bottom: 10px;
    }

    .post-list .post-single .post-desk .date:after,
    .post-list-aside .post-single .post-desk .date:after {
        background: none;
    }

    .post-list .post-single .post-desk a.author:after {
        padding-right: 5px; 
        padding-left: 10px;
        content: "|";
    }

    .post-list .post-single .post-img img {
        width: 100%;
        height: auto;
    }

    .post-list .post-single .post-cat li a:hover {
        color: #000;
    }

    .p-read-more {
        position: relative;
        text-transform: uppercase;
        color: #bbb;
    }

    .p-read-more i {
        position: absolute;
        top: 2px;
        margin-left: 10px;
        font-weight: bold;
    }

    /*-------*/
    .post-list-aside .post-single .post-desk h4 {
        margin-bottom: 10px;
    }

    .post-list-aside .post-img img {
        width: 100%;
        height: auto;
    }

    .post-list-aside .post-desk a.author:after {
        padding-right: 5px; 
        padding-left: 10px;
        content: "|";
    }

    /*------------------*/
    .img-post.col-2 .item {
        width: 50%;
    }

    .img-post.col-3 .item {
        width: 33.3333333%;
    }

    .img-post.col-4 .item {
        width: 25%;
    }

    .img-post .item {
        position: relative;
        float: left;
        cursor: pointer;
    }

    .img-post .item img {
        width: 100%;
        height: auto;
    }

    .img-post .post-desk {
        position: absolute;
        top: 10%;
        left: 0;
        padding: 10%;
    }

    .img-post.col-3 .post-desk {
        top: 15%;
        padding: 5%;
    }

    .img-post.col-4 .post-desk {
        top: 0;
        padding: 5%;
    }

    .img-post .post-desk .light-txt a {
        color: #fff;
    }

    /*--------------------------*/
    .title-img {
        position: relative;
    }

    .title-img img {
        width: 100%;
        height: auto; 
        border: none !important;
    }

    .title-img .info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; 
        padding: 10px;
        color: #fff;
        background: rgba(0, 0, 0, .5);
    }

    .right-side,
    .left-side {
        padding: 110px 0;
    }

    .gap-less .col-md-6 {
        padding: 0;
    }
    .ridap1 {
        background-color: #85008f !important;
        /*color:#fff !important;*/
    }
    .ridap1 h3 {
        /*background-color: #85008f !important;*/
        color:#fff !important;
    }
    .breadcrumb li > a {
        color: #d58627 !important;
        font-weight: bold;
    }
    .featured-item.border-box:hover {

        background: inherit !important; 
    }
    .featured-item.border-box:hover h4 {
        color: inherit !important; 
    }
    .toggle.time-line > dt > a:after {
        background: #85008f;
    }
    .item-noticia iframe {
        object-fit: contain;
        width: 100%;
        height: 210px;
    }



}
@media (max-width: 359px){
    .col-xs-8, .col-xs-4{width: 100% !important;padding: 0 !important;}
}
@media (min-width: 360px) and (max-width: 768px) {
}

@media (max-width: 639px) {
}
@media (max-width: 639px) and (max-height: 360px){
}
@media (min-width: 640px) and (max-width: 700px) {
}
@media (min-width: 701px) and (max-width: 767px) {
}
@media (min-width: 1023px) and (max-width: 1366px) {
}
/*TABLETS*/
@media (min-width: 768px) and (max-width: 1023px) {
}
/*FULL-HD*/
@media (min-width: 1490px){

}
@media (max-width: 767px) {
    .navbar-nav {
        /*background-color: #e7e7e7;*/
        margin: 0px;
    }

}