@import url(https://fonts.googleapis.com/css?family=Muli:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);
body {margin: 0; padding: 0; font-family: 'Muli', sans-serif; background: url(../img/back.png) fixed;}
a{
  text-decoration: none!important;
  color: #fff;
}
.top{
  background-color: #133141;
  min-height: 130px;
  padding: 6px;
}
.top img{
  margin: 0 auto;
}
.call{
  background-color: #a0db12;
  color: #000;
}
nav{
  background-color: #717171!important;
}
nav ul a{
  color: #fff;
  text-decoration: none;
}
nav ul a:hover{
  color: #fff;
  text-decoration: none;
}
section{
  min-height: 300px;
  padding-top: 40px;
  border-bottom: 15px solid #06a4d5;
}
.galeria{
  min-height: 180px;
  padding-top: 31px;
}
.menu-1 {
    width: 300px!important;
    margin: 0 auto!important;
}

/* ========== Galería ========*/
.cont-g {
    width: 100%;
    height: auto;
    margin: 0 auto 25px auto;
    overflow: hidden; padding:0px 15px
}
.cont-g ul {
    margin: 0;
    padding: 0;
}
.cont-g ul li {
    float: left;
    list-style: none;
    background: #ffffff;
    margin: 0px 5px 10px 5px;
    border: 5px solid #fff;  
  height: 110px;
  width: 127px;
  overflow: hidden;
    transition:all 0.3s ease; 
}
.cont-g ul li:hover {
    transition:all 0.3s ease;
}
.cont-g ul li a img {
    width:127px; height:110px;
    box-shadow: 3px 3px 5px #000;
    transition:all 0.4s ease;
}
.cont-g ul li a img:hover {
  width: 150px;
    height: 130px;
    opacity: 0.7;
    transition:all 0.4s ease;

}
.cont-g ul li.cont-d {
    padding: 3px 3px 9px 3px;
}

/* ============= section css ============= */

footer {margin-top: 0 !important; padding-top: 0; background: #a9a4a4!important;}
/* ============= section css ============= */
.footer {background-color: #000; min-height: 200px;} 
.link li {margin-left:15px !important; margin-bottom: 10px;}

.parrafo{font-size:30px; color: #f4f3f3}
.azul{background-color: #2baae1;}
.open{font-family: 'Open Sans', sans-serif;}
.list-1{list-style-type: square; }
.caja-negra{}
.space{
  min-height: 200px;
}
article{
  background-color: #a0db12;
  min-height: 200px;
  padding-top: 40px;
}
.space{
  padding: 50px 0 50px 0;
}

.list-1 li{margin: 10px 0 0 0; list-style-type: square; font-size: 16px;}

.parallax-container {
      height: auto!important;
    }

.thumbnail{margin:100px  0 100px 0px; background-color: rgba(255,255,255,0.9);}
.thumbnail h5{color: #2baae1; text-transform: uppercase;}

.thumbnail p{font-size: 17px;}

.cont-1{padding: 0!important}

/*----Formulario---*/
.ct {
   margin-top: 10px;
   margin-bottom: 0px;
   padding: 12px;
}
.ct h2 {
    color: #ffffff;
    margin: 30px 0 0px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    font-size: 30px;
    padding-bottom: 7px;
    font-weight: 400;
}
.ct p {
    font-weight: 100;
    color: #ffffff;
}
.ct p b {
    font-weight: 400;
}
.pure-u-md-1-3 {
    width: 31% !important;
}
.pure-u-1 label {
    color: #fff;
    font-size: 13px;
}
.pure-form input {
    width: 97% !important;
    height: 35px;
    line-height: 40px;
    background: #ffffff;
     padding: 0!important;
    font-size: 14px;
    color: #e06245;
    border-radius: 5px !important;
    border:1px solid #ccc !important;
	box-shadow: none !important;
}
.pure-form textarea {
    height: 130px;
    background: #ffffff;
    color: #e06245;
    padding: 0!important;
    border-radius: 5px !important;
    box-shadow: none !important;
	  border:1px solid #ccc !important;
}
.pure-form label {
    text-transform: uppercase;
    font-weight: 300;
}

.pure-button {background:#222 !important;}


.pure-button-primary {
    color: #ffffff !important;
    font-weight: 100;
    font-size: 19px !important;
    padding: 7px 16px !important;
    border: none !important;
    border-radius: 0 !important;
	background:#ea8f26 !important;
}
.pure-button-primary:hover {
    background: #326ab5 !important;
    border-radius: 0 !important;
}
.pure-button-primary i {
    margin-right: 5px;
}
.pure-button-primary:last-child {
    margin-left: 5px;
}
.buttoms {
    width:210px;
    margin: 20px auto 20px auto;
}

.footer-copyright{
  height: auto!important;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width : 1500px) {

    .cuadro{
      border:none!important;
    }
    .cuadro1{
      border:none!important;
    }
    .logo{
      width: 350px;
      margin-top: 10px;
    }
  

   }


   @media only screen and (max-width : 988px) {

   	.thumbnail{margin:50px  0 50px 0px !important; background-color: rgba(255,255,255,0.9);}
   }

   @media only screen and (max-width : 768px) {

   	.pure-u-md-1-3{width:100% !important;}

   	.thumbnail{margin:50px  0 50px 0px !important; background-color: rgba(255,255,255,0.9);}
	

}

@media screen and (max-width : 480px) {
    .logo{
      width: 280px;
      margin-top: 30px;
    }
    .call h5{
      font-size: 20px;
    }
   }

/* Smartphones (portrait) ———– */
@media only screen and (max-width : 320px) {

.pure-u-md-1-3{width:100% !important;}
	

}
/* iPhone 4 ———– */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
	
	.pure-u-md-1-3{width:100% !important;}
  .logo{
      width: 230px;
      margin-top: 40px;
    }

}