/* BLUE: #24C0D9;
BLACK: #5E5865;
Gray: #666;
Dark Gray: #727272;
*/
/* GENERAL STYLES
================================================ */

.gris{
background:#f9f9f9;

}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 4.5em;
    font-weight: 300;
    font-family: 
}
h2 {
    font-size: 1.8em;
    text-transform: uppercase;
    color: #606060;
}
h3 {
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
    color: #111;
}
p {
    font-size: 15px;
    color: #727272;
    line-height: 1.5em;
    font-weight: 400;
}
a {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #24C0D9;
    font-weight: 400;
    letter-spacing: .3px;
}
a:hover {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    text-decoration: none;
}
.section {
    padding: 95px 0;
}


.section-title {
    margin-bottom: 50px;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #24C0D9;
}


.section-title-white {
    margin-bottom: 50px;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #e1e846;
    color:#fff;
}
.button {
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    display: inline-block;
    color: #5F5F5F;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.button:hover {
    text-decoration: none;
    background: #454545;
    border-color: #454545;
}
.overlay {
    /*background: rgba(66, 110, 173, 0.70);
    */

  background: rgba(43, 191, 217, 0.90);
    
}
/* NAVIGATION
================================================ */

.navbar-default {
    background: #fff;
    border-color: transparent;
    padding: 13px 0;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
    padding: 0px 0px;
    max-width: 220px;
}
.navbar-default .navbar-nav>li>a {
    color: #4068a1;
    margin-right: 8px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #24C0D9;
}

.app{
    color: #4068a1;
    font-size: 20px;
}

/* HEADER
================================================ */

#home-area {
    /*background: url(../img/header-bg2.jpg) no-repeat;*/
    background-position: 50% 50%;
    background-size: cover;



}
#home-area .container {
    padding-top: 120px;
    padding-bottom: 45px;

}
.home-content {
    color: #fff;
    padding-top: 100px;
}
.home-content h1 {
  
    font-weight: 200;
}
.home-content p {
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    letter-spacing: .3px;
    line-height: 1.7em;
    margin: 30px 0;
}
.home-content .home {
    border: 1px solid #fff;
    color: #fff;
}
.home-content .home:hover {
    background: #fff;
    color: #426eaf;
}
.home-feature {}



/* SERVICES
================================================ */

#services {
    
    border-bottom: 1px solid #efefef;

}
#services a:hover {
    color: #187F90;
    text-decoration: none;
}
.single-service {
    margin: 30px 25px;
}
.service-title {
    color: #24C0D9;
    text-align: center;
    padding-top:-50px;
}
.service-content {
    margin-left: 0px;
    margin-top: 30px;
    text-align: justify;
}
/* PORTFOLIO
================================================ */

#portfolio {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
.portfolio-filter {
    position: relative;
    right: 0;
    text-transform: uppercase;
    margin: 20px;
}
.portfolio-filter a {
    font-size: 14px;
    text-decoration: none;
    color: #6A6F73;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #efefef;
    margin: 10px 0;
}
.portfolio-filter a:hover {
    color: #55DDF3;
    border: 1px solid #55DDF3;
    background: #55DDF3;
    color: #fff;
}
.single-portfolio {
    float: left;
    width: 25%;
}
.single-portfolio a:hover {
    background: #41C8DE;
}



/* DISEÑOS
===============================*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;

}

.hovereffect .overlay2 {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 1em;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.hover-ver {
    background-color: #666;
    

}


/* NEWSLETTER SIGNUP
 ================================================ */

#newsletter {
    background: #24C0D9;
    background-size: cover;
    background-position: 0% 80%;
    padding-top: 40px;
    padding-bottom: 90px;
}
#newsletter .form-control {
    border: none;
    height: 50px;
    margin: 20px 0;
    font-size: 18px;
    padding-left: 20px;
}
#newsletter h2 {
    margin-top: 50px;
    color: #fff;
}
#newsletter p {
    color: #fff;
    margin: 20px 0;
}
#newsletter input {
    display: inline-block;
}
.newsletter {
    position: relative;
    top: -70px;
    right: -1px;
    border: none;
    background: #222;
    color: #fff;
    height: 50px;
}
.newsletter:hover {
    background: #454545;
    color: #fff;
}
/* TESTIMONIAL
================================================ */

#testimonial {
    background: #fff;
    border-bottom: 1px solid #efefef;
}

#testimonial img {
    display: block;
    margin-top: 100px;
    width: 90%;


}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;

}
.single-testimonial {
    max-width: 500px;
    margin: 0 auto;
}
.single-testimonial img {
    max-width: 102px;
    max-height: 102px;
    border-radius: 100%;
    border: 2px solid #efefef;
}
.single-testimonial p {
    margin-top: 30px;
}
.social-networks {
    margin-top: 0px;
    margin-bottom: 30px;
}
.social-networks a {
    display: inline-block;
    border: 1px solid #24C0D9;
    border-radius: 50%;
    background: #FFFFFF;
    margin: 3px;
    padding: 14px 20px 15px 18px;
    width: 50px;
    height: 50px;
}
.social-networks a:hover {
    background: #24C0D9;
    border: 1px solid #24C0D9;
    color: #fff;
}
.testimonial {
    background: #24C0D9;
    color: #fff;
    margin-top: 20px;
}
.testimonial:hover {
    color: #fff;
}
/* GET TRIAL
================================================ */

#get-trial {
    background: #34495E;
    padding: 120px 0;
}
#get-trial h4 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 20px;
}
.get-trial {
    background: #24C0D9;
    border: none;
    color: #fff;
}
.get-trial:hover {
    background: #fff;
    color: #222;
}


/* CATALOGO
================================================ */

#catalogo {
    background: #efefef;
    padding: 120px 0;

}
#catalogo h4 {
    display: inline-block;
    color:  #A8A8A8;
    font-size: 18px;
    font-weight: 300;
    margin: 20px;
}
.catalogo {
    background: #24C0D9;
    border: none;
    color: #fff;
    text-decoration: none;
}
.catalogo:hover {
    background: #fff;
    color: #727272;
    text-decoration: none;
}


.catalogo:link {

    text-decoration: none;
}













/* FOOTER
================================================ */

footer {
    background: #fff;
    border-top: 1px solid #efefef;
    padding: 40px 0;
}
.footer-menu li {
    border-right: 1px solid #e4e4e4;
}
.footer-menu li:last-child {
    border-right: none;
}
.footer-menu a {
    color: #A8A8A8;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 5px;
}
.footer-menu a:hover {
    color: #41C8DE;
    text-decoration: none;
}
.footer-content p {
    color: #34495E;
    font-size: 14px;
}

/* NEW STUFF
======================================= */
.glyphicon {
    /*color:#426eaf;
    */
    color:#24C0D9;
    font-size: 50px;
    
}

.bg-gris {
    background-color: #e7e7e7;
}

/* OTROS TRABAJOS
================================================ */


.otros {
    display: block;
    max-width: 300px;
    text-decoration: none;
}


.otros a {
    text-decoration: none;
}

.otros img {
    max-width: 300px;
    max-height: 300px;
    border-radius: 100%;
    border: 2px solid #efefef;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.otros img:hover  {

 -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
    

.otros a h1 {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 300px;
    background-color: #24C0D9;

    
   
}

.otros a:hover h1{
    color: #fff;
    border: 1px solid #fff;
    background-color: #55DDF3;
    border-radius: 5px;
    padding: 5px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    text-decoration: none;
}




.otros h1 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.ortos p {
    color: #fff;

}



/* MAP
================================= */

.w-widget-map{width:100%;height:400px}
.w-widget-map label{width:auto;display:inline} 
.w-widget-map img{max-width:inherit} 
.w-widget-map .gm-style-iw{width:90% !important;height:auto !important;top:7px !important;left:6% !important;display:inline;text-align:center;overflow:hidden}
.w-widget-map .gm-style-iw+div{display:none} 
.w-widget-twitter{overflow:hidden} 
.w-widget-gplus{overflow:hidden}


/* CAROUSEL
================================= */


.carousel-indicators{
   margin-bottom:-40px; 
}

.text-carousel {
    font-size: 4em;
    font-weight: 300;
    font-family: 

}

@media only screen and (max-width: 500px) {
.text-carousel {
    font-size: 2em;

}
.img-logo img{
    width: 150px;
    padding-bottom: 60px;
}
}

.btn {
    text-align: center;

}



/* PRECIOS
============================= */



.table {
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #e6e7ea;
    text-align:left;

}
.table-tit {
    background-color: #1dbabc!important;
    color: #fff;
    font-weight: 600;
}

.table-p {
    color:  #1dbabc;

    
}
.table-tit2 {
    background-color: #f49c17!important;
    color: #fff;
    font-weight: 600;
}

.table-p2 {
    color: #f49c17;
    
}

.table-tit3 {
    background-color: #ba0072!important;
    color: #fff;
    font-weight: 600;
}

.table-p3 {
    color: #ba0072;
    
}

.table-tit4 {
    background-color: #009bdb!important;
    color: #fff;
    font-weight: 600;
}

.table-p4 {
    color: #009bdb;
    
}

.boton {
    padding-bottom: : 10px!important;
}


/* ===========
FOTOLIENZO
=====*/


.fotol {
    max-width: 900px;
}


@media only screen and (max-width: 500px){
    .fotol {
    max-width: 350px;
}
}

/* =================================================
VINILOS TROQUELADOS

=======================*/

.overlay3 {
    /*background: rgba(66, 110, 173, 0.70);
    */

  background: rgba(247, 223, 40, 0.80);
    
}
/* NAVIGATION



/* =================================================
MURALES

*/

.overlay4 {
    /*background: rgba(66, 110, 173, 0.70);
    */

  background: rgba(242, 22, 160, 0.80);
    
}




/* =================================================
GREMIO

*/

.overlay5 {
    /*background: rgba(66, 110, 173, 0.70);
    */

  background: rgba(80, 181, 203, 0.80);
    
}

.text-carousel2 {
    font-size: 3em;
    font-weight: 300;
    font-family: 

}




.table-tit-gremio {
    background-color: #00b5cb!important;
    color: #fff;
    font-weight: 600;
}




.table-padding {
    text-transform: none!important;
    left: 15px;
}


.maquinas {
    text-align: center; 
    display: block;
}


.maquinas img {
 
    border: none;
    width: 100%;

}



.maquinas h2{
    background-color: #00b5cb;
    padding: 5px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    width: auto;
}


.service-title2 {
    color: #fff!important;
    text-align: center;
    padding-top:-50px;
}


.banner {
    max-width: 500px;
    text-align: center;
}




/* =================================================
GREMIO

*/

.banner {
   
    padding-bottom: 20px;
}

@media only screen and (max-width: 500px) {
.banner {
    max-width: 300px;

}

}


