@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {

  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  color: #000;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

h1 {
    font-size: 50px;
}

hr{
  border: 3px solid #1cade4; 
  border-radius: 200px /8px; 
  height: 0px; 
  text-align: center; 
  max-width: 200px;
  margin-top: -5px;
}

section {
    padding: 50px 0;
}


/************************************************************************
******************************** NAV ************************************
*************************************************************************/



.navbar-brand img {
  margin-top: -25px;
  height: 70px;
  width: 281px; 
}

.navbar-inverse {
  border-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
color: #353334;
font-size: 1.5em;
}


.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #1cade4;
    background-color: transparent;
}


.navbar {
  background: #f7f7f7;
    padding:15px;
     -webkit-transition: background .8s ease-out,padding .8s ease-out;
        -moz-transition: background .8s ease-out,padding .8s ease-out;
        transition: background .8s ease-out,padding .8s ease-out;
}

     
     
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    background-color: #1cade4;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #1cade4;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}




/************************************************************************
******************************** SLIDER *********************************
*************************************************************************/

#slider {
  margin-top: -40px;
  background: #f6f6f6;
  height: auto;
}



.jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            width: 16px;
            height: 16px;
            background: url('../img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('../img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }


/************************************************************************
****************************** SERVICIOS ********************************
*************************************************************************/

#servicios {
   height: auto;    
  
}

#servicios h2{
  font-size: 2.5em;
  margin-top: 50px;
}

#servicios p{ 
 
  position: relative;
  color: #000;
  font-size: 1.2em;
  line-height: 23px;
}

#servicios h3{
 color: #000;
 font-size: 1.9em;
}

.servicios-item {  
  margin-top: 10px;
  margin-bottom: 10px;
}

.servicios-item .iconos{
  color: #1cade4;
  padding-top: 20px;
  float: left;
  position: relative;
  text-align: center;
}


/************************************************************************
****************************** PORTFOLIO ********************************
*************************************************************************/

#portfolio { 
  height: auto;
 }

#portfolio h2{
  font-size: 2.5em;
  margin-top: 50px;
}

.filter p{
    font-size: 1.2em;
    text-align: center;
    color: #353334;

}

.filter-button
{
    font-size: 18px;
    border: 1px solid #353334;
    border-radius: 5px;
    text-align: center;
    color: #353334;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #1cade4 ;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #1cade4 ;

}


.btn-default:active {} .filter-button:active
{
    background-color: #1cade4;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


/************************************************************************
****************************** CONTACTO ********************************
*************************************************************************/

#contacto {
  margin-top: -100px;
}

#contacto h2{
  font-size: 2.5em;
  margin-top: 50px;
}

#contacto h1{
  font-size: 1.5em;
  font-weight: bold;
}


.datos {
  margin-top: 15px;
}

.datos-list{
  list-style-type: none;
 
}

.datos-list .iconos{
  color: #1cade4;
  margin-top: 10px;
  margin-right: 5px;
}

#map {
  margin-top: 35px;
}

.formulario {
  margin-top: 23px;
}

.formulario .btn-default {
  background: #1cade4 ;
  height: 50px;
  margin-top: 50px;
  font-size: 1.5em;
  border-radius: 5x;
  border: 0px;
  color: #fff;
}

.formulario .btn-default:hover {
  color: #1cade4;
  background-color: #353334;
}

.formulario .form-control {
  margin-bottom: 20px;
}



/************************************************************************
********************************* FOOTER ********************************
*************************************************************************/

#footer {
  width: 100%;
}



.footer-above img {
  
}



.footer-below {
  background: #353334;
  color: #fff;
  height: 35px;
}
.footer-below p {
  padding-top: 4px;
}


/************************************************************************
****************************** 404 ********************************
*************************************************************************/

#error404 {
   height: auto;    
}

#error404 h2{
  font-size: 8em;
  padding-top: 50px;
}

#error404 h3{
  font-size: 5em;
  margin-top: 100px;
  
}
#error404 p{
  margin-bottom: 75px;
  
}







/************************************************************************
************************ MEDIA QUERIES 767 PX ****************************
*************************************************************************/


@media screen and (max-width: 767px){


/********************************* NAV ***********************************/

.navbar-brand img {
  margin-top: -25px;
  height: 60px;
  width: 241px; 
}

  .navbar-collapse.in {
    overflow-y: auto;
    margin-top: 0px;
}

.navbar-toggle {
    background-color: #1cade4;
    
}

.navbar-inverse .navbar-toggle {
    border-color: #1cade4;
}

.navbar-inverse .navbar-nav > li > a {
color: #353334;
font-size: 1.2em;
}


/********************************* SERVICIOS ***********************************/

#servicios {
   height: auto;    
   background: #ccc;
  
}

#servicios h2{
  font-size: 2em;
 
}

#servicios p{ 
 
  position: relative;
  color: #000;
  font-size: 1em;
  line-height: 23px;
}


#servicios h3{
 color: #000;
 font-size: 1.6em;
}


/********************************* PORFOLIO ***********************************/


#portfolio { 
  height: auto;
  margin-top: -50px;
 }

#portfolio h2{
  font-size: 2em;
  
}

.filter p{
    font-size: 1.0em;
    text-align: center;
    color: #353334;

}

.filter-button
{
    font-size: 18px;
    border: 1px solid #353334;
    border-radius: 5px;
    text-align: center;
    color: #353334;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #1cade4 ;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #1cade4 ;

}


.btn-default:active {} .filter-button:active
{
    background-color: #1cade4;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

/********************************* CONTACTO ***********************************/


#contacto {
  margin-top: -100px;

}

#contacto h2{
  font-size: 2em;
  margin-top: 50px;
}

#contacto h1{
  font-size: 1.1em;
  font-weight: bold;
}

.datos {
  margin-top: 15px;
  
}


#map {
  margin-top: 50px;
  text-align: center;


}

.formulario {
  margin-top: 23px;
}

.formulario .btn-default {
  background: #1cade4 ;
  height: 50px;
  margin-top: 1px;
  font-size: 1.5em;
  border-radius: 5x;
  border: 0px;
  color: #fff;
   width: 100%;
}

.formulario .btn-default:hover {
  color: #1cade4;
  background-color: #353334;

}

.formulario .form-control {
  margin-bottom: 20px;
}



}


/************************************************************************
************************ MEDIA QUERIES 480PX ****************************
*************************************************************************/


@media screen and (max-width: 360px){

  section {
    padding: 50px 0;
}


/********************************* NAV ***********************************/

.navbar-brand img {
  margin-top: -25px;
  height: 45px;
  width: 180px; 
}

.navbar-collapse.in {
 overflow-y: auto;
 margin-top: 0px;
}


.navbar-inverse .navbar-nav > li > a {
font-size: 1.1em;
}





}


