::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-thumb {
    background-color: #AF0006;
}
::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    border-left: 1px solid #ccc;
}

body {
    font-family: Montserrat-UltraLight;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    overflow-x: hidden;
}

.no-padding{
    padding-left: 0;
    padding-right: 0;
}
/*MENU*/
.menu-fixed {
    position: fixed!important;
    z-index: 100;
    top: 0;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.24) !important;
    opacity: 0.85;
    border-bottom: 1px solid #fff;
}

.menu-fixed .main-nags {
    background-color: rgba(0,0,0,0.90);
}
.main-nags{
    background: url(../../../public/img/slider/head.jpg);
}
.main-nags2{
    padding: 15px 0;
    background: rgba(0,0,0,0.56);
}
.hdbgallcontac{
    background: #DD0209;
    border-bottom: 1px solid #F2F1F0;
    background: #DD020A url(../../../public/img/iconos/header-top-border.png) repeat-x bottom;
}
.hdcontact1,.hdcontact1 a{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 9px 0;
    color: #fff;
    text-align: right;
}
.navbar-brand {
    float: left;
    height: 80px;
    padding: 5px 15px;
}
.navbar-brand h1{
    margin-top: 0px;
    margin-bottom: 0px;
}
.hm-novpcnt{
    padding-left: 10px; 
}
.hm-novpcntp,.hm-novpcntp:hover,.hm-novpcntp:active,.hm-novpcntp:focus{
    color: #FFF;
}

.pneheader{
    background: url(../../../public/img/iconos/trama.png);
    box-shadow: 0px 5px 5px -5px #212121;
    border-bottom: 2px solid #730004;
}

.nvbr-men{
    margin-top: 15px;
    margin-bottom: 15px;
}

.nvbr-men > li > a{
    color: #fff;
    font-size: 16px;
}
/*LINETIEM*/
.cd-horizontal-timeline .events a.selected .tagdate{
    background: #FFFFFF;
    color: #DD0209;
}
.tagdate{
    border: 2px solid #BA0001;
    padding: 3px 5px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 5px;
    position:relative;
    z-index: 1;
    font-weight: 900;
    transition: all ease 0.5s;
}

.tagdate:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../../public/img/iconos/isotipo.png);
    z-index: -1;
    background-size: 70% 70%;
    background-repeat: no-repeat;
    background-position: center;
}
.tagdate:hover{
    background: #000 !important;
    color: #DD0209;
    transition: all ease 500ms;
}
/*.tagdate:hover::after{
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    width: 0px;
    height: 0px;
    border-top: 10px solid #FFFFFF;
    border-bottom: 10px solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    left: 16px;
    right: 0;
    margin-top: 5px;
}
*/
/*.cd-horizontal-timeline .events a.selected .tagdate::after{
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    width: 0px;
    height: 0px;
    border-top: 10px solid #FFFFFF;
    border-bottom: 10px solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    left: 16px;
    right: 0;
    margin-top: 4px;
}*/
/* Bounce To Bottom */
.hvr-botmn1{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-botmn1:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    /*  background: #2098d1;*/
    background: #fff;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-botmn1:hover:before, .hvr-botmn1:focus:before, .hvr-botmn1:active:before {
    left: 0;
    right: 0;
}
/*CONTENIDO*/
.sect1-cnt{
    background: #DD020A;
    /* box-shadow: 0px 0px 20px -8px #000; */
    /* border-left: 1px solid #D6D6D6; */
    /* border-right: 1px solid #D6D6D6; */
    position: relative;
    z-index: 0;
}
/*************************
*******Typography******
**************************/

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
    font-weight: 300;
    color: #fff;
}

.btn.btn-primary:hover {
    background-color: #017fb5;
}
.carousel-marg{
    background: transparent;
}


.txt-tex {
    font-size: 12px;
    margin-left: 7%;
    margin-top: -1%;
}
.imgflo{
    float:left;
}
.txt-num {
    margin-top: -7%;
    margin-left: 7%;
}
.subtitle-nues {
    color: #fff;
    font-size: 24px;
    padding: 25px 0px;
    font-weight: bold;
    font-family: Montserrat-Light;
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
    outline:none;
    outline-offset: 0;
    text-decoration:none;  
    background: transparent;
}

.heading {
    padding-bottom:90px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #fff;
}

.preloader > i {
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    top: 50%;
    left: 50%;
    height: 36px;
    width: 36px;
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block;
}


/*************************
********Home CSS**********
**************************/
#home-slider {
    overflow: hidden;
    position: relative;
}

#home-slider .caption {
    position: absolute;
    top: 50%;
    margin-top: -104px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 15;
    font-size: 18px;
    color: #fff;
}

#home-slider .caption h1 {
    color: #fff;
    font-size: 110px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: La Chatte a Maman;
}

#home-slider .caption p{
    width: 900px;
    max-width: 100%;
    margin: auto;
    font-family: Montserrat-Light;
}

.caption .btn-start {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding:14px 40px;
    border: 1px solid #6e6d6c;
    border-radius: 4px;
    margin-top: 40px;
}

.caption .btn-start:hover {
    color: #fff
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
    height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.left-control, .right-control {
    position: absolute;
    top: 50%;
    height: 51px;
    width: 51px;
    line-height: 48px;
    border-radius: 50%;
    border:1px solid #fff;  
    z-index: 20;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.left-control {
    left: -51px
} 

.right-control {
    right: -51px;
}

.left-control:hover, 
.right-control:hover {
    color: #fff;
}

#home-slider:hover .left-control {
    left:30px
} 

#home-slider:hover .right-control {
    right:30px
}

#home-slider .fa-angle-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    display: inline-block;
    width: 24px;
    margin-left: -12px;
    font-size: 24px;
    line-height: 24px;
    z-index: 999;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;
}

/*.navbar-right{
    border-left: 2px solid #fff;
}
.navbar-right li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: 2px solid #fff;
    background: #DD0209;
}

.navbar-right li.active a {
    background-color: rgba(0,0,0,.2);
}*/


/*NOVEDADES*/
.hm-novtit{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #DD020A;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Montserrat-Regular;
}
.panel-ags {
    background: transparent;
    border-color: transparent;
    margin-top: 5px;
    padding-right: 20px;
}
.pane-agsbody{
    padding: 15px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    /*    background: #fff;*/
    /*    box-shadow: 0px 3px 5px -1px #272727;*/
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.panel-footags{
    padding: 10px 15px;
    background-color: #A9A9A9;
    border-top: 3px solid #FFFFFF;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    box-shadow: 0px -5px 5px -5px #000000;
    background: url(../../../public/img/iconos/trama2.png);
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #DB0000;
    border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:active, .pagination > li > span:active,
.pagination > li > a:focus, .pagination > li > span:focus{
    color: #DB0000;
}

/*FOOTER*/
.footgs-bg{
    background-color: transparent;
    background-image: url('../../../public/img/slider/1.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.footgs-bg > div{
    background: rgba(0,0,0,0.74);
    padding: 50px 0;
}

.footlog-jms{
    max-width: 100%;
    width: 300px;
    margin-bottom: 35px;
}
.footext-dbj p{
    color: #fff;
    font-size: 14px;
}
.footred-ul{
    text-align: right;
    list-style: none;
    padding-left: 0;
}
.footred-ul li{
    display: inline-block;
    margin-left: 10px;
}

.footred-ul li img{
    width: 60px;
}
.footnm-1mob{
    font-size: 27px;
    color: #fff;
    font-family: Montserrat-Light;
    text-align: right;
}
.foot-hr1 {
    max-width: 100px;
    width: 100%;
    border-top: 3px solid #FFFFFF;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-right: 0;
}
.foot-dirc{
    margin-top: 0px;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat-Regular;
    text-align: right;
}
.foot-txtdirc{
    font-size: 16px;
    color: #fff;
    text-align: right;
}
.footgs-mail1, .footgs-mail1 a{
    font-size: 16px;
    color: #fff;
    font-family: Montserrat-Light;
    text-align: right;
}
.footbordleft{
    border-left: 1px solid #fff;
}
.footcopy{
    background: #DD0209;
}

.footcopytext{
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.footcopytext span{
    text-transform: uppercase;
    font-family: Montserrat-SemiBold;
}
.footmarceo{
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-align: right;
    font-family: Montserrat-SemiBold;
}

/*NOTICIAS*/
.nutri-heading:hover{
    border: 2px solid #CCAEE0;
}

.nutri-href1 a,.nutri-href1 a:hover{
    color: #8965D1;
    text-decoration: none;
    font-weight: bold;
}

.nutri-service2{
    margin: 20px 0!important;
}

.nutri-services{
    margin: 40px 0;
}

.nutri-service{
    width: 100%;
    height: 330px;
    margin: 35px 10px;
    text-align: center;
    border: 2px solid #FFFFFF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nutri-service .nutri-icon-holder{
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    padding: 10px;
    background: #DD0209;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: -30px;
}

.nutri-service .nutri-heading{
    position: relative;
    top: -35px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 310px;
    border: 2px solid #FFFFFF;
    border-radius: 3px;
}

.nutri-service .nutri-icon-holder > img.nutri-icon{
    width: 40px;
}

.nutri-service:hover{
    border-color: #A5A5AC;
}

.nutri-service:hover .nutri-icon-holder{
    top: -30px;
}

.nutri-service:hover .nutri-heading{
    top: -30px;
}

.nutri-service .nutri-description{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
}

.nutri-service:hover .nutri-description{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.nutri-description a{
    color: #fff;
    outline: none;
}
.nutri-description a:hover,.nutri-description a:active,.nutri-description a:focus{
    text-decoration: none;
}

.img-gslineat{
    float: right;
    width: 100%;
}

.nvbr-menred{
    float: right;
}
.nvbr-menred li{
    display: inline-block
}
.nvbr-menred > li > a:hover, .nvbr-menred > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.ullineaall{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
}

/*REDES SOCIALES FOOTER*/
.fa-gs1red a {
    width: 60px;
    height: 61px;
    background: url(../../../public/img/iconos/facebook.png) no-repeat;
    display: block;
    transition: all ease 0.5s;
}
.cntc-gs1red a {
    width: 60px;
    height: 61px;
    background: url(../../../public/img/iconos/contacto-1.png) no-repeat;
    display: block;
    transition: all ease 0.5s;
}
.tw-gs1red a {
    width: 60px;
    height: 61px;
    background: url(../../../public/img/iconos/twitter-1.png) no-repeat;
    display: block;
    transition: all ease 0.5s;
}
.yt-gs1red a {
    width: 60px;
    height: 61px;
    background: url(../../../public/img/iconos/youtube-1.png) no-repeat;
    display: block;
    transition: all ease 0.5s;
}
.footred-ul li.fa-gs1red a,
.footred-ul li.cntc-gs1red a,
.footred-ul li.tw-gs1red a,
.footred-ul li.yt-gs1red a{
    background-position: 0 0;
}
.footred-ul li.fa-gs1red a:hover,
.footred-ul li.cntc-gs1red a:hover,
.footred-ul li.tw-gs1red a:hover,
.footred-ul li.yt-gs1red a:hover{
    background-position: 0 -61px;
}





/* lg */ 
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand {
        padding: 5px 0px;
    }
    .cnt-fullgs{
        width: 100%;
    }
    .navbar-right li a {
        font-size: 12px;
        padding-right: 10px;
    }
    .social-icons ul li {
        margin-bottom: 10px;
    }
    .price {
        font-size: 16px;
        height: 110px;
        line-height: 30px;
        width: 100%;
    }
    .price span {
        font-size: 40px;
        margin-top: 27px;
    }
    .btn-signup {
        padding: 10px 20px;
    }
}

/* xs */
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
    #home-slider .caption h1 {
        font-size: 70px;
    }

    #home-slider .caption {
        font-size: 15px;
        padding: 0 30px;
    }
    .left-control, .right-control {
        font-size: 20px;
        height: 30px;
        line-height: 25px;
        width: 30px;
    }
    #home-slider:hover .right-control {
        right: 15px;
    }
    #home-slider:hover .left-control {
        left: 15px;
    }
    .caption .btn-start {
        font-size: 12px;
        padding: 10px 30px;
    }
    .navbar-brand {
        padding: 0 15px 15px;
    }
    .navbar-toggle {
        border:1px solid #fff;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-right li a {
        font-size: 13px;
        padding-bottom: 8px;
        padding-top: 10px;
        text-align: center;
    }

    /*services*/
    .heading {
        font-size: 14px;
        padding-bottom: 45px;
    }
    .heading h2 {
        font-size: 26px;
    }
    .service-info h3 {
        font-size: 20px;
    }
    .our-services .col-sm-4 {
        margin-bottom: 32px;
        padding-bottom: 20px;
    }
    .our-services .col-sm-4:nth-child(4), 
    .our-services .col-sm-4:nth-child(5), 
    .our-services .col-sm-4:nth-child(6) {
        padding-top: 0;
    }
    .service-icon {
        font-size: 30px;
        height: 65px;
        line-height: 62px;
        width: 65px;
    }
    .our-services .col-sm-4:hover .service-icon:before {
        height: 90px;
        width: 90px;
    }
    .about-info {
        text-align: center;
        margin-bottom: 50px;
    }
    .team-member {
        margin-bottom: 50px;
    }
    .team-members .col-sm-3, 
    .pricing-table .col-sm-3, 
    #portfolio .col-sm-3, 
    .blog-posts .col-sm-4  {
        width: 50%;
        float: left;
    }
    .social-icons ul li a {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }	
    .count .col-xs-6 {
        margin-bottom: 35px;
    }
    #features {
        min-height: 330px;
    }
    #features i {
        font-size: 35px;
    }
    #features h3 {
        font-size: 25px;
    }
    .price span {
        font-size: 50px;
        margin-top: 25px;
    }
    .price {
        font-size: 18px;
        height: 110px;
        line-height: 35px;
        width: 130px;
    }
    .single-table ul {
        margin-top: 22px;
    }
    .single-table ul li {
        font-size: 14px;
        margin-top: 15px;
    }
    .btn-signup {
        font-size: 12px;
        margin-top: 25px;
        padding: 10px 35px;
    }
    .single-table{
        margin-bottom: 40px;
        padding: 20px;
    }
    #twitter {
        padding-bottom: 75px;
    }
    .twitter-left-control, 
    .twitter-right-control {
        top: inherit;
        bottom: 30px;
        height: 25px;
        width: 25px;
        line-height: 23px;
        font-size: 14px;
    }
    .twitter-left-control {
        left: 40%
    } 
    .twitter-right-control {
        right: 40%
    }
    #blog {
        overflow: hidden;
    }
    .entry-header h2 {
        line-height: 20px;
    }
    .blog-posts .col-sm-4 {
        margin-bottom: 35px;
    }
    .load-more {
        margin-top: 35px;
    }
    .btn-loadmore {
        font-size: 12px;
        padding: 15px 75px;
    }
    #contact-us .heading {
        padding-top: 35px;
    }
    .contact-info {
        padding-left: 0;
    }
    #footer .footer-bottom {
        text-align: center;
    }
    .footer-bottom p.pull-right {
        float: none !important;
    }
    .img-gslineat{
        float: none;
    }
    .nvbr-menred{
        float: none;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .main-nags2 {
        padding: 10px 0 0 0;
    }
    .hdcontact1, .hdcontact1 a {
        text-align: center;
        font-size: 14px;
    }
    .hdmenursp{
        background: rgba(0, 0, 0, 0.811765);
    }
    .footlog-jms {
        margin-left: auto;
        margin-right: auto;
    }
    .footred-ul,.footnm-1mob, .foot-dirc, .foot-txtdirc,.footgs-mail1, .footgs-mail1 a {
        text-align: center;
    }
    .foot-hr1 {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .footext-dbj p {
        text-align: justify;
    }
    .footred-ul li{
        margin: 0;
    }
    .cd-horizontal-timeline .events-content p {
        text-align: center;
    }
    .panel-ags{
        padding-left: 5px;
        padding-right: 5px;
    }
    .dnonecntac{
        display: none;
    }
    .cd-horizontal-timeline .events-content li.selected {
        display: block;
    }
}

@media(max-width: 600px){
    .subtitle-nues {
        font-size: 21px;
        text-align: center;
    }
    #home-slider .caption {
        margin-top: -120px;
    }
}

@media(max-width:500px){
    .dnonecntac{
        display: none;
    }
    .dblockcntac{
        width: 100%;   
    }
    #home-slider .caption h1 {
        font-size: 60px;
    }
}

/* XS Portrait */
@media (max-width: 479px) {

    .team-members .col-sm-3, 
    .pricing-table .col-sm-3, 
    #portfolio .col-sm-3, 
    .blog-posts .col-sm-4 {
        width:100%;
        float: none;
    }
    .footnm-1mob {
        font-size: 21px;
    }
    .foot-dirc {
        font-size: 16px;
    }
    .footcopytext,.foot-txtdirc,.footgs-mail1, .footgs-mail1 a {
        font-size: 14px;
    }
    .footred-ul li img {
        width: 50px;
    }
}
.imghistoria{
    padding: 0px;
}
.hr_linetitle{
    border-top: 2px solid #dd0209;
    width: 90px;
}
@media(max-width: 991px){
    .cd-horizontal-timeline .events-content h2 {
        font-size: 22px;
    }
    .cd-horizontal-timeline .events-content p {
        font-size: 15px;
        font-family: serif;
    }
}
