/* generales */
body {
      font-family: 'Cabin', serif;
}






/* --------------------MENU-------------------- */
.navbar>.container .navbar-brand {
    margin-left: 0
}
.top-bar {
    background: #ffffff;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 14px
}
.top-number {
    color: #2d2d2d
}
.top-number p {
    margin: 0
}
.navbar-top {
    padding: 10px 10px 15px;
    margin: 0
}
.navbar-brand {
    padding: 0;
    margin: 0;
    font-size: 10px
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #cd170b;
    padding: 3px 0 0;
    text-align: center
}
.navbar-nav {
    margin-top: 5px
}
.navbar-nav>li {
    margin-left: 10px;
    padding-bottom: 0px;
    padding-top: 10px
}
.navbar-inverse .navbar-nav>li>a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 20px;
    display: inline-block
}
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #5c5c5c;
    color: #fff;
    text-align: center;
}
.navbar-inverse {
    border: none
}
.navbar-inverse .navbar-brand {
    font-size: 25px;
    line-height: 50px;
    color: #fff
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #c52d2f;
    color: #fff
}
.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, .85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
    text-align: center;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0
}
.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    padding: 8px 15px;
    color: #fff
}
.navbar-inverse .navbar-nav .dropdown-menu>li.active>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a {
    background-color: #e34242;
    color: #fff
}
.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
    border-radius: 0 0 3px 3px
}
.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
    background-color: transparent
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0
}


/* --------------------SLIDER-------------------- */


.bs-slider{
    overflow: hidden;
    max-height: 550px;
    position: relative;
    background: #000000;

}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 50%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 30px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 12%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;

}
/*
.slide-text > h1 {

    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

} */



/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 4000px) {

    .Titleone {
        font-size: 75px;
        line-height: 50px;
        margin-bottom: 20px;
      color:#ffffff;
      font-weight:bold;
    }
    .titletwo {
        font-size: 28px;
        color:#ffffff;
    }


        .nuestro {
            font-size: 40px;
            color:#ffffff;
            line-height: 50px;
      }


    .contactcenter {
        font-size: 30px;
        color:#ffffff;
        line-height: 40px;
            border-radius: 15px;
            display: inline-block;
            background-color: #252525

}

}


@media (max-width: 2200px) {

    .Titleone {
        font-size: 60px;
        line-height: 50px;
        margin-bottom: 20px;
      color:#ffffff;
      font-weight:bold;
    }
    .titletwo {
        font-size: 24px;
        color:#ffffff;
    }

    .nuestro {
        font-size: 37px;
        color:#ffffff;
        line-height: 45px;
  }
    .contactcenter {
        font-size: 27px;
        color:#ffffff;
        line-height: 40px;
            border-radius: 15px;
            display: inline-block;
            background-color: #252525

}


}

@media (max-width: 1200px) {

    .Titleone {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 20px;
          color:#ffffff;
    }
    .titletwo {
        font-size: 22px;
        color:#ffffff;
    }

    .nuestro {
        font-size: 33px;
        color:#ffffff;
        line-height: 40px;
  }
    .contactcenter {
        font-size: 24px;
        color:#ffffff;
        line-height: 40px;
            border-radius: 15px;
            display: inline-block;
            background-color: #252525

}
}




@media (max-width: 991px) {

    .Titleone {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
          color:#ffffff;
    }
    .titletwo {
        font-size: 20px;
        color:#ffffff;
    }

    .nuestro {
        font-size: 29px;
        color:#ffffff;
        line-height: 35px;
  }
    .contactcenter {
        font-size: 21px;
        color:#ffffff;
        line-height: 40px;
            border-radius: 15px;
            display: inline-block;
            background-color: #252525

}
    .indicators-line > .carousel-indicators{
        display: none;
    }
}



/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
  .Titleone {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
          color:#ffffff;
    }
    .titletwo {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
        color:#ffffff;
    }
    .nuestro {
        font-size: 26px;
        color:#ffffff;
        line-height: 30px;
  }

    .contactcenter {
        font-size: 18px;
        color:#ffffff;
        line-height: 40px;
            border-radius: 15px;
            display: inline-block;
            background-color: #252525

}
    .control-round .carousel-control{
        display: none;
    }

}


@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .Titleone{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
          color:#ffffff;
    }
  .titletwo {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
        color:#ffffff;
    }

    .nuestro {
        font-size: 21px;
        color:#ffffff;
        line-height: 20px;
  }
    .contactcenter {
        font-size: 15px;
        color:#ffffff;
        line-height: 40px;
            border-radius: 15px;
            display: inline-block;
          background-color: #252525

}

    .indicators-line > .carousel-indicators{
        display: none;
    }

}

/* --------------------BOTONERA-------------------- */
  #botonera{
    background:  #b90000;
    padding-top: 20px;
    padding-bottom: 20px;
    }
/* --------------------PARA QUE SIRVE-------------------- */


#feature {
background: #fff;
padding-bottom: 30px;



}

.titulo{

font-size: 16px;
padding-bottom: 40px;


}
.service-title,
.title {
    font-size: 35px;
    text-transform: uppercase;
}


.pad-bt15 {
    padding-bottom: 5px
}


.service-titlewhite {
    padding-top: 15px;
    color:#fff;
    font-size: 30px;
}



.item-img {
    height: 120px;
    width: 120px;
    margin: auto
}


/* --------------------IMAGEN FULL-------------------- */


.image-bg-fixed-height {
    background: url(../img/full2.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 250px
}

.tx {
    font-size: 30px;
    text-shadow: 2px 2px 4px #000;
    margin-top: 40px;
    color: #fff;
    }


/* --------------------COMO AYUDA A SU NEGOCIO-------------------- */
#service {

    padding-bottom: 30px;
}

.texthelp {
    font-weight: 400;
    color: #000;
    margin-top: 10px;
    text-align: center;
    padding-top: 10px:
    font-size: 120px;
}


.texthelp {
    font-weight: 400;
    color: #000;
    margin-top: 10px;
    text-align: center;
    padding-top: 10px:
    font-size: 120px;
}



/* --------------------VENTAJAS-------------------- */

#services {
    background: url(../img/bg_services.png) #747474;
    background-size: cover
}
.services-wrap {
    padding: 10px;
    color: #fff;
    background: #2e2e2e;
    border-radius: 5px;
    margin: 10px 0 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
.services-wrap h3 {
    font-size: 10px;
    margin: 10px 0
}
.services-wrap .pull-left {
    margin-right: 20px
}

.service-item h3 span {
    opacity: .7;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -5px;
    font-weight: 900;
    padding-right: 6px;
    align-items: center
}
.service-item h3 {
    font-weight: 700
}
.service-item p {
    opacity: 1;
    color: inherit;
    padding: 10px;
    text-align: center
}
.service-item a {
    color: #be9e21
}

.txt {
    color: #fff;
    text-align: center;
    font-size: 16px;
}


.icons:{
    color: #fff;

}
#icons:hover {
    color: #fff;
    transform: scale(2, 2);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s ease
}


/* --------------------MODULOS-------------------- */


#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 2px;
}

#recent-works{
    padding-bottom: 5px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}


.recent-work-wrap .recent-work-inner h3{
  font-size: 15px;
  color: #3c3c3c;
  text-align: center;


}




.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #f4f4f4;
  color: #0d0d0d;

  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  padding: 5px;
	text-align: justify;
	font-size: 14px;
	font-weight: 300;
  -webkit-border-radius: 3px 5px 1px 4px; /* recuerda la primera frase */
-moz-border-radius: 9px; /* si quieres todas las esquinas iguales */
border-radius: 9px;


}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}




/* ! CONTACTO */

#contact-page{
    background-color: #616268;
}

.contactotext {
    font-size: 30px;
    padding-bottom: 10px;
    color:white;
    text-align: center;
    align-items: center;
    padding-top: 10px;
}

.well{
    background: white;
    color: #010101;
    border-radius: 0.7em;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 280px;
    align-content: center;
    font-size: 14px;
}

.sub-title {
    font-size: 20px
}



/* --------------------NUESTROS PRODUCTOS-------------------- */

#partner {
    background: url(../img/back-nuxiba.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding-bottom: 15px;
    color: #fff;
    text-align: center;
}


#partner h2,
#partner h3 {
    color: #5e5c5c;
}

.partners ul {
    margin: 0;
    padding: 0
}
.partners ul li {
    display: inline-block;
    float: left;
    width: 33%
}



/* --------------------REDE SOCIALES-------------------- */


.footer-bottom-layout {
    background: #3c3c3c;
    padding: 5px 0;
    text-align: center
}


.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1)
}
.social {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s
}
#social-fb:hover,
#social-ft:hover {
    color: #385594
}
#social-tw:hover {
    color: #4099FF
}
#social-gp:hover {
    color: #d34836
}
#social-em:hover {
    color: #157d9e
}
#social-yt:hover {
    color: #a60101
}



/* ! FOOTER */

#footer {
    padding-bottom: 35px;
    background: black;
    text-align: center;
    font-size: 15px
}

#footer a:hover {
    color: #a8a8a8;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer ul>li {
    display: inline-block;
    margin-left: 15px
}

#footer, #footer a {
    color: #fff
}

.footer-bottom-layout {
    background: black;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.btn-glyphicon {
    padding: 8px;
    background: #656565;
    margin-right: 4px
}
.icon-btn {
    padding: 1px 15px 3px 2px;
    border-radius: 40px
}


/* ! CHAT */

.bar-chat {
    position: fixed;
    margin-right: 70px;
    max-width: 150px;
    height: 30px;
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
    border-top-left-radius: .3em;
    border-top-right-radius: .3em;
    padding-top: .5em;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 27px;
    z-index: 99999;
    display: inline-block;
    text-align: center;
    bottom: 0;
    font-size: 17px;
}

.bar-chat {
    color: #fff;
    right: 50px;
    width: 200px;
    background-color: #66c407;
}

.bar-chat a {
    color: white;
}

.bar-chat a:hover {
    color: darkgreen;
}

.close-chat {
    display: inline-block;
    text-align: right
}
