*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  background-image: url('../img/bg.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}


/* ---- generales ---- */

.contergeneral{
  width: 90%;
  max-width: 1400px;
  display: block;
  margin:  0 auto;
  overflow: hidden;
}
.conter{
  width: 100%;
  display: block;
  overflow: hidden;
  float:  left;
}
.imgfull{
  width: 100%;
  display: block;
  float: left;
}
.img80a{
  width: 80%;
  display: block;
  float: left;
}
.img80{
  width: 80%;
  display: block;
  margin: 0 auto;
}
.conterfondo{
  width: 100%;
  display: block;
  overflow: hidden;
  float:  left;
  position: relative;
  /*background-image: url('../img/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;*/
  padding-bottom: 50px;
}
.conterinter{
  width: 90%;
  max-width: 1000px;
  display: block;
  overflow: hidden;
  margin:  0 auto;
}
.contertitulo{
  width: 100%;
  display: flex;
  padding: 30px 0;
  float: left;
  align-items: center;
  align-content: center;
}
hr{
  border-top: .5px solid #808080;
  width: 100%;
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
}
p{
  margin: 0;
  padding: 0;
}
.conter33{
  width: 33.33%;  
  display: block;
  overflow: hidden;
  float: left;
  text-align: center;
}
.titulo1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #2F3031;
  font-size: 21px;
}
.tituloarticulos{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #2F3031;
  font-size: 16px;
}
.conter33a{
  width: 33.33%;
  display: block;
  overflow: hidden;
  float: left;
  padding-bottom: 30px;
}
.conter25{
  width: 25%;
  display: block;
  float: left;
}
.conter60{
  width: 60%;
  display: block;
  float: left;
}
.conter50{
  width: 50%;
  display: block;
  float: left;
}
.conter40{
  width: 40%;
  display: block;
  float: left;
}
.conter20{
  width: 20%;
  display: block;
  float: left;
  margin-bottom: 40px;
}
.conter90{
  width: 90%;
  display: block;
  margin: 0 auto;
}
.conter90left{
  width: 90%;
  display: block;
  float: left;
}
.conter90right{
  width: 90%;
  display: block;
  float: right;
}
.textleft{
  text-align: left;
}
.textcenter{
  text-align:  center;
}
.textright{
  text-align: right;
}
.gradientenegro{
  background: rgb(74,78,81);
background: linear-gradient(0deg, rgba(74,78,81,1) 0%, rgba(251,246,246,1) 50%, rgba(251,246,246,1) 100%);
}
.gradienteverde{
   background: rgb(160,198,79);
background: linear-gradient(0deg, rgba(160,198,79,1) 0%, rgba(251,246,246,1) 50%, rgba(251,246,246,1) 100%); 
}
.gradientegris{
    background: rgb(177,185,188);
background: linear-gradient(0deg, rgba(177,185,188,1) 0%, rgba(251,246,246,1) 50%, rgba(251,246,246,1) 100%); 
}
.gradientemorado{
   background: rgb(88,55,125);
background: linear-gradient(0deg, rgba(88,55,125,1) 0%, rgba(251,246,246,1) 50%, rgba(251,246,246,1) 100%); 
}
.gradientecafe1{
   background: rgb(147,57,0);
background: linear-gradient(0deg, rgba(147,57,0,1) 0%, rgba(251,246,246,1) 50%, rgba(251,246,246,1) 100%); 
}
.gradientecafe2{
   background: rgb(130,108,61);
background: linear-gradient(0deg, rgba(130,108,61,1) 0%, rgba(251,246,246,1) 50%, rgba(251,246,246,1) 100%); 
}
.gradientegris1{
   background: rgb(130,130,130);
background: linear-gradient(0deg, rgba(130,130,130,1) 0%, rgba(251,246,246,1) 50%, rgba(251,246,246,1) 100%); 
}
.gradientecafe3{
   background: rgb(189,137,52);
background: linear-gradient(0deg, rgba(189,137,52,1) 0%, rgba(251,246,246,1) 50%, rgba(251,246,246,1) 100%); 
}
.gradienteazul{
   background: rgb(75,86,130);
background: linear-gradient(0deg, rgba(75,86,130,1) 0%, rgba(251,246,246,1) 50%, rgba(251,246,246,1) 100%); 
}
.gradienterosa{
   background: rgb(198,103,171);
background: linear-gradient(0deg, rgba(198,103,171,1) 0%, rgba(251,246,246,1) 50%, rgba(251,246,246,1) 100%); 
}
.gradientegris2{
   background: rgb(130,130,130);
background: linear-gradient(0deg, rgba(130,130,130,1) 0%, rgba(251,246,246,1) 50%, rgba(251,246,246,1) 100%); 
}
.gradienteazul1{
   background: rgb(145,198,200);
background: linear-gradient(0deg, rgba(145,198,200,1) 0%, rgba(251,246,246,1) 50%, rgba(251,246,246,1) 100%); 
}
.contergradiente{
  width: 98%;
  display: block;
  padding: 5px;
  margin:3px 4px 10px 3px;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
height: auto  ;
min-height: 200px;
max-height: 200px;
}
.contergradienteproducto{
  width: 98%;
  display: block;
  padding: 20px 0px;
  margin:3px 4px 10px 3px;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
height: auto  ;
}
footer{
  background-color: #828282;
  padding: 30px 0px 0px 0px;
display: block;
float: left;
overflow: hidden;
width: 100%;
}
.padtop20px{
  padding-top: 20px;
}

/* --- home --- */

.home1{
  width: 100%;
  display: block;
  overflow: hidden;
  float: left;
  margin-top: 90px;
}
.logofooter{
  width: 125px;
  display: block;
  float: left;
}
.texto{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #111010;
  font-size: 17px;
}
.tituloprodcuto{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #111010;
  font-size: 40px;
}
.textofooter{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #111010;
  font-size: 11px;
}
.blanco{
  color: #ffffff !important;
}
.medium{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500 !important;
}
.smalll{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.iconredes{
  width: 30px ;
  display: block;
  float: left;
  margin-right: 20px;
}
.iconredes2{
  width: 30px ;
  display: block;
  float: left;
}
.conterredesicon{
  width: 130px;
  display: block;
  margin: 0 auto;
}
.listadofooter{
  list-style: none;
  padding: 0;
margin: 0;
}
a{
  text-decoration: none;
}
.listadofooter li{
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  width: 60%;
}
.contefooter2{
  width: 100%;
  display: block;
  background-color: #333333;
  padding: 15px 0px;
}
.padtop100px{
  padding-top: 100px;
}
.imgcatalogo{
  height: 190px;
  margin: 0 auto;
  display: block;
}
.bannerchico{
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}
.pad50px{
  padding: 50px 0px;
}



/* ---- slider ---- */

/* http://www.menucool.com/jquery-slider */

#thumbnail-slider {
    margin:0 auto; /*center-aligned*/
    width:100%;/*width:400px;*/
    max-width:900px;
    padding:20px;
    /*background-color:#f2f1ea;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);*/
    box-sizing:border-box;
    position:relative;
    -webkit-user-select: none;
    user-select:none;
}

#thumbnail-slider div.inner {
    /*the followings should not be changed */
    position:relative;
    overflow:hidden;
    padding:2px 0;
    margin:0;
}

 
#thumbnail-slider div.inner ul {
    /*the followings should not be changed */
    white-space:nowrap;
    position:relative;
    left:0; top:0;
    list-style:none;
    font-size:0;
    padding:0;
    margin:0;
    float:left!important;
    width:auto!important;
    height:auto!important;
}

#thumbnail-slider ul li {
    display:inline-block;
    *display:inline!important; /*IE7 hack*/
    margin:0;
    margin-right:10px; /* Spacing between thumbs*/
    transition:border-color 0.3s;
    box-sizing:content-box;
    text-align:center;
    vertical-align:middle;
    padding:0;
    position:relative;
    list-style:none;
    backface-visibility:hidden;
}

#thumbnail-slider ul li.active {
    border-color:white;
}

#thumbnail-slider .thumb {
    opacity:1;
    width:100%;
    height: 100%;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    display:block;
    position:absolute;
    font-size:0;
}

/* --------- navigation controls ------- */
/* The nav id should be: slider id + ("-prev", "-next", and "-pause-play") */

#thumbnail-slider-pause-play {display:none;} /*.pause*/

#thumbnail-slider-prev, #thumbnail-slider-next
{
    opacity:1;
    position: absolute;
    /*background-color:#0346a3;*/
    *background-color:#ccc;/*IE7 hack*/
    backface-visibility:hidden;
    width:32px;
    height:60px;
    line-height:60px;
    top: 50%;
    margin:0;
    margin-top:-30px;
    color:white;    
    z-index:10;
    cursor:pointer;
}

#thumbnail-slider-prev {
    left:-30px; right:auto;
}

#thumbnail-slider-next {
    left:auto; right:-30px;
}
#thumbnail-slider-next.disabled, #thumbnail-slider-prev.disabled {
    opacity:0.3;
    cursor:default;
}


/* arrows */
#thumbnail-slider-prev::before, #thumbnail-slider-next::before {
    position: absolute;
    top: 19px;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-left: 6px solid black;
    border-top: 6px solid black;
}

#thumbnail-slider-prev::before {
    left:7px;
    -ms-transform:rotate(-45deg);/*IE9*/
    -webkit-transform:rotate(-45deg);
    transform: rotate(-45deg);
}

#thumbnail-slider-next::before {
    right:7px;
    -ms-transform:rotate(135deg);/*IE9*/
    -webkit-transform:rotate(135deg);
    transform: rotate(135deg);
}

/*Responsive settings*/
@media only screen and (max-width:736px){

    #thumbnail-slider {padding:10px 26px;}

    #thumbnail-slider-prev {left:0px;}

    #thumbnail-slider-next {right:0px;}
}





/* --- menu --- */
ul{
  padding: 0;
  margin: 0;
}
.logomenu{
  width: 140px;
}

.menu_bar {
  display:none;
}

header {
  width: 100%;
  max-width: 100vw;
    position: fixed;
    z-index: 15;
    padding: 20px;
    display: flex;
    align-items: center;
    transition: all .5s;
}
.headeractive{
  background-color: rgba(250, 250, 250, .95);
  -webkit-box-shadow: 0px 18px 21px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 18px 21px -16px rgba(0,0,0,0.75);
box-shadow: 0px 18px 21px -16px rgba(0,0,0,0.75);
}

header nav {
  z-index:1000;
  max-width: 1400px;
  width: 100%;
  display: block;
  margin: 0 auto;
  background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(102,147,7,0.7) 14%);
}

header nav ul {
  list-style:none;
  display: block;
width: 1000px;
margin: 0 auto;
}

header nav ul li {
  display:inline-block;
  /*La razon por la que no usamos floar en vez de inline-block es
  porque no vamos a poder usar overflows en el header nav ul*/
  position: relative;
}
header nav ul li:hover{
  cursor: pointer;
}
header nav ul li:hover .children {
  display: block;
}

/*Submenu*/
header nav ul li .children {
  background:#011826;
  position: absolute;
  display: none;
  width: 150%;
  z-index: 1000;
}

header nav ul li .children li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.5);
  /*Usamos overflow hidden porque aqui si vamos a necesitar usar float*/
}

header nav ul li .children li a {
  display: block;
}

header nav ul .children li a span {
  float: right;
  position: relative;
  top:3px;
  margin-right: 0px;
  margin-left:10px;
}

header nav ul li a {
  color:#fff;
  text-decoration: none;
  display: inline-block;
  padding: 13px 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 17px;
}

header nav ul li:hover {
  /*background:#E6344A;*/
}

header nav ul li span {
  margin-right:10px;
}

header nav ul li .caret {
  position: relative;
  top: 3px;
  margin-left: 10px;
  margin-right: 0;
}

@media screen and (max-width:800px) {
  /*body {
    padding-top:80px;
  }*/
  .menu_bar {
    width: 28%;
    background: #E6344A;
    display: block;
    position: absolute;
    right: 0;
  }
  .menu_bar:hover{
    cursor: pointer;
  }

  /*.menu_bar .bt-menu {
    display: block;
    color:#fff;
    overflow: hidden;
    font-size:25px;
    font-weight:bold;
    text-decoration: none;
  }*/

  .menu_bar span {
    float: right;
    font-size: 40px;
  }
  header{
    background-color: rgba(250, 250, 250, .9);
    padding: 10px;
  }

  header nav {
    left:-100%;
    overflow:auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    /*Con esto ocultamos el menu hacia la derecha, lo agregamos hasta el final*/
    margin: 0;
    position:fixed;
    overflow:scroll;
    background-color: rgba(255, 255, 255, .90);
    top: 90px;
  }

  header nav ul li {
    display: block;
    border-bottom:1px solid rgba(255,255,255,.5);
  }

  header nav ul li a {
    display: block;
    padding-left: 65px;
  }

  header nav ul li:hover .children{
    display: none;
  }

  header nav ul li .children {
    width: 100%;
    position: relative;
    /*display: block;*/
  }

  header nav ul li .children li a{
    margin-left:20px;
  }

  header nav ul li .caret {
    float: right;
  }
}



/* menu icon -- */

.menu-icon {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
}
.menu-icon span {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #669307;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s;
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s;
}
.menu-icon span:first-of-type {
  top: -3px;
}
.menu-icon span:last-of-type {
  bottom: -3px;
}
.menu-icon.active span {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1);
}
.menu-icon.active span:first-of-type {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}
.menu-icon.active span:last-of-type {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 1px;
}

.ring {
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  top: -15px;
}
.ring.run {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
.iconmenu{
  width: 20px;
  display: block;
  margin-right: 10px;
  float: left;
}
.whats{
  bottom: 20px;
  right: 15px;
  color: #ffffff;
  height: 50px;
  text-align: center;
  width: 50px;
  -webkit-transition-duration: 500ms;
  position: fixed;
  z-index: 9;
  opacity: .5;
}
.whats:hover{
  opacity: 1;
}

/* --- contacto --- */


textarea {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.wrap{
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.box{
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: center;
}
/*screen resolutions lower than 620px*/
@media all and (max-width: 1180px){
  .wrap{
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  }
}


#section h2{
  margin-bottom: 50px;
  position: relative;
  display: block;
}
#section p a{
  color: #00B16A;
  text-decoration: none;
}
#section .wrap {
  text-align: center;
  width: 100%;
}
#section .box{
  text-align: center;
  margin: 5% 0 0 0;
  width: 100%;
}

.contact-form {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}
.contact-form .input-block {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 60px;
  border-bottom: 2px solid rgba(102,147,7,0.7);
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form .input-block.focus {
  
}
.contact-form .input-block.textarea {
  height: auto;
}
.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
}
.contact-form .input-block label {
  position: absolute;
  left: 10px;
  top: 25px;
  display: block;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
font-weight: 300;
  z-index: 1;
  color: #aaa;
  font-size: 18px;
  line-height: 10px;
}
.contact-form .input-block .form-control {
  background-color: transparent;
  margin: 0;
  outline: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
    padding: 30px 10px;
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #333;
}
.contact-form .input-block .form-control:focus label {
  top: 0;
}
.contact-form .square-button {
  background-color: rgba(102,147,7,0.7);
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
font-weight: 500 !important;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 60px;
  height: 60px;
  cursor: pointer;
  outline: none;
  border: none;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form .square-button:hover, .contact-form .square-button:focus {
  background-color: rgba(102,147,7,0.7);
  box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

@media (min-width: 768px) {
  .contact-wrap {
    margin: auto;
  }
}
@media (max-width: 868px) {
  .contact-form {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 568px) {
  .contact-form {
    padding: 10px;
  }
}
/*----page styles---*/

.contact-wrap {
  padding: 0px;
}
.contact-wrap h1 {
  background-color: white;
  color: #ff7c62;
  padding: 40px;
  margin: 0 0 50px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.contact-wrap h1 small {
  font-size: 18px;
  display: block;
  text-transform: none;
  font-weight: 300;
  margin-top: 10px;
  color: #ff7c62;
}

/* --- galeria --- */


.main {
  font-family:Arial;
  width:500px;
  display:block;
  margin:0 auto;
}
h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}
.action{
  display:block;
  margin:100px auto;
  width:100%;
  text-align:center;
}
.action a {
  display:inline-block;
  padding:5px 10px; 
  background:#f30;
  color:#fff;
  text-decoration:none;
}
.action a:hover{
  background:#000;
}















