/*RESET*/
span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
margin: 0;
padding: 0;
border: 0;

}
/*--------*/

/*OBJETOS*/

/*DISPLAY*/
.dp-inbl
{
display: block;
}
/*POSICIÓN*/
.psn-r
{
position: relative;
}
.psn-a
{
position: absolute;
}
/*CENTRAR*/
.obt-ctr
{
margin-left: auto;
margin-right: auto;
}
/*-------*/

/*COLORES BASE*/
.clr-a
{
background-color: #00B828;
}
.clr-b
{
background-color: purple;
}
.clr-c
{
background-color: turquoise;
}
.clr-d
{
background-color: black;
}
/*---------*/

/*TEXTO*/

/*TAMAÑOS DE LETRA*/
h1
{
font-size: 58px;
}
h2
{
font-size: 48px; margin-top:-20px;

}
h3
{
font-size: 38px;
}
h4
{
font-size: 28px;
}
h5
{ margin-top:2px;
font-size: 20px;
}

h6
{margin-top:20px;
font-size: 18px;
}

/*FUENTE*/
.fnt-a
{
font-family:lato, sans-serif; 
}
.fnt-b
{
font-family:lato, sans-serif; 
}
.fnt-c
{
font-family: "Courier New", Courier, monospace;
}
.fnt-d
{
font-family: "Verdana", Geneva, sans-serif;
}
.fnt-e
{
font-family: "Arial", Helvetica, sans-serif;
}
/*POSICIÓN*/
   /*Centrar texto*/
   .txt-ctr
   {
   text-align: center;
   }
   /*Texto alineado a la izquierda*/
   .txt-lft
   {
   text-align: left;
   }
   /*Texto justificado*/
   .txt-jty
   {
   text-align: justify;
   }
/*COLOR*/
.txt-clr-a
{
color:lime;
}
.txt-clr-b
{
color:purple;
}
.txt-clr-c
{
color:gray;
}
.txt-clr-d
{
color:black;
}
.txt-clr-e
{
color:white;
}
/*-------*/

/*CONTENEDORES*/
.container{
display: table;
}
.row{
display: table-row;
}
.col{
display: table-cell;
}
/*-------*/

/*ANCHURA STANDAR*/
.a-12col
{
width: 1120px;
}
/*ANCHURA 2columnas*/
.a-8col
{
/*width: 733.32px;*/
margin:2px;
}
/*ANCHURA TERCERA PARTE*/
.a-4col
{
/*width: 366.66px;*/
margin:2px;
}
/*ANCHURA CUARTA PARTE*/
.a-1mdo
{
width:550px;
}
.a-1cto { margin-left:1px;}


/*contacts*/

.contacts {
	background: #03F;
	text-align: center;
}
.contacts .extra-wrap { padding-top: 34px;}
.map_wrapper { float: left; width: 50%;}
.address { margin: 0 auto; text-align: center;}
.address + .address { margin-top: 20px;}
.address span {
  display: inline-block;
  width: 95px;
}
.address span.e-mail { width: auto;}
.address dt {
  padding-bottom: 17px;
}
.address a {
  text-decoration: underline;
}
.address a:hover {
	text-decoration: none;
}
.address dd span {
  text-align: left;
}
#map_canvas {
  width: 100%;
  height: 376px;
}




#contact-form.v1 { margin-top: -15px;}
#contact-form {
  position: relative;
  margin-top: 3px;
}
#contact-form label {
  display: inline-block;
  position: relative;
  min-height: 51px;
  width: 100%;
}
#contact-form label input,
#contact-form label textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  width: 100%;
  font: 13px/18px Arial, sans-serif;
  font-family: 'Open Sans', sans-serif;
  color:#B5A5A5;
  background: transparent;
  border: 1px solid #B5A5A5;
  -webkit-appearance: none;
}
#contact-form label input {
  height: 42px;
  padding: 11px 7px 10px 16px;
  outline: none;
  width: 100%;
}
#contact-form label textarea {
  height: 73px;
  overflow: auto;
  width: 100%;
  padding: 11px 7px 10px 16px;
  margin: 0px;
  resize: none;
}
#contact-form span {
  display: block;
}
.form_buttons a {
  margin-top: 9px;
}
#contact-form .form_buttons span {
  padding-top: 40px;
  display: inline-block;
}
#contact-form ._placeholder {
  position: absolute;
  /*!*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  width: 100% !important;
  padding: 11px 7px 10px 16px;
  opacity: .99;
  display: block;
  width: 100%;
  font: 13px/18px Arial, sans-serif;
  font-family: 'Open Sans', sans-serif;
  color: #006;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form ._placeholder.focused {
  opacity: .4;
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .message {
  width: 100%;
}
#contact-form .error-message,
#contact-form .empty-message {
  height: 0;
  overflow: hidden;
  font: 10px/20px Arial;
  -webkit-transition: 0.3s ease-in height;
  -moz-transition: 0.3s ease-in height;
  -o-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 10px;
  top: 0;
  color: #03F;
}
#contact-form .message .error-message,
#contact-form .message .empty-message {
  right: 3px;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
#contact-form .success-message {
  position: absolute;
  overflow: hidden;
  height: 0;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 10;
  text-align: center;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  padding: 0px 0;
  width: 100%;
  font: 13px/18px Arial, sans-serif;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  background: #fff;
}
#contact-form.success .success-message {
  padding: 112px 0;
  border: 1px solid #C03;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.btn-1 {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		transition: all 0.4s ease;
		background: #0c9a8c;
		width: 100%;
		text-align: center;
		height: 42px;
		line-height: 42px;
		color: #fff;
		text-transform: uppercase;
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 20px;
	}
	.btn-1:hover { background: #2f2f29;}
	
	



/*--- contact_form end------*/


/*media screen and movil vertical...........@media screen and (max-width: 500px)...........................................................*/	








        .whatsapp {
  position:fixed;
  width:160px;
  height:160px;
  bottom:100px;
  right:5px;
  background-color:#25d366;
  color:#FFF;
  border-radius:70px;
  text-align:center;
  font-size:140px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:10px;
}


        
@media screen and (min-width: 600px) {
    
    .noshow { display: none;
        

    }
    
}
        









