/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial;
}

a:active,
a:hover {
  outline: 0;
  color:white;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  font-weight: bold;
}

.nav-collapse li {
  width: 100%;
  display: block !imp;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}


@media screen and (min-width: 65em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #FFCF00;
;
}

section {
  /*border-bottom: 1px solid #999;*/
  text-align: center;
  padding:0;
  height: 800px;
  width: 100%;
}

h1 {
  margin-bottom: .5em;
}

p {
  width: 90%;
  margin: 0 auto;
}
/* ------------------------------------------
  aviso
--------------------------------------------- */
.aviso{

  padding-top: 13%;
}

.aviso h2{
  text-align: center;
}

.aviso h3{
  text-align: justify;
}

.aviso h1{
  text-align: center;
}

.lik{
  color: red;
  font-weight: bold;
  
}


/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background-color: rgba(0,0,0,0);
  background: black;
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  co
}

.hola {
    /*-webkit-tap-highlight-color: rgba(0,0,0,0);*/
    float: left;
    width: 45%;
    height: 12%;
    /*background: #FFC200;*/
    z-index: 4;
    position: fixed;
    background-image: url("../images/barra.png");
    background-size: 100% 100%;

}

.imagen{
     width: 25%;
     height: auto;
     float: right;
     margin-right: 15%;
     margin-top: 1%;

}

.imagen img
{
  width: 100%;
  height: auto;
}


/* ------------------------------------------
  HOME
--------------------------------------------- */
#home{
  width: 100%;
  height: 600px;


}

.cont{
  width: 100%;
  height: 600px;
  /*background: blue;*/
}

.info img{
   width: 100%;
   height: 100%;
}


/*----------seccion 1 de home------*/

.info{
  width: 42%;
  height: 80%;
  position: absolute;
  top: 0px;
  left: 0px;
  /*background: yellow;*/
  z-index: 2;
  visibility: visible;
}

.tex{
  width: 350px;
  height: 250px;
  /*background: yellow;*/
  left: 20%;
  top: 35%;
  position: absolute;
}


.tex img{
  top: 20%;
  width: 20px;
  height: 20px;


}

.ic{
  width: 40px;
  height: 35px;

}

.tex h1{
  font-size: 24px;
  font-weight: bold;
  color: black;
  text-align: center;
  font-style: oblique 

}

.tex h2{
  font-size: 13px;
  color: black;
  text-align: justify;

}

.tex h3{
  font-size: 14px;
  color: black;
  text-align: justify;
  font-weight: bold;
}
/*---------- seccion 2 de home-----*/
.ima{
width: 62%;
height: 80%;
position: absolute;
top: 0px;
right: 0px;
/*background: purple;*/
z-index: 1;
visibility:visible;
}

.ima img{
  width: 100%;
  height: 100%;
  visibility: visible;
}

/*------propiedades de los botones-------*/
.button { /* clase general */
  border: 1px solid #dedede;
  border-radius: 3px;
  color: #555;
  display: inline-block;
  font: bold 12px/12px HelveticaNeue, Arial;
  padding: 8px 11px;
  text-decoration: none;
}

.button.white{
  background: #f5f5f5;
  border-color: #dedede #d8d8d8 #d3d3d3;
  box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
  color: #555;
  text-shadow: 0 1px 0 #fff;
  background: -moz-linear-gradient(top,  #f9f9f9, #f0f0f0);
  background: -webkit-linear-gradient(top,  #f9f9f9, #f0f0f0);
  background: o-linear-gradient(top,  #f9f9f9, #f0f0f0);
  background: ms-linear-gradient(top,  #f9f9f9, #f0f0f0);
  background: linear-gradient(top,  #f9f9f9, #f0f0f0);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0');
}


.button.white:hover{
    background: #f4f4f4;
    border-color: #c7c7c7 #c3c3c3 #bebebe;
    box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    text-shadow: 0 1px 0 #fdfdfd;
    background: -moz-linear-gradient(top,  #efefef, #f8f8f8);
    background: -webkit-linear-gradient(top,  #efefef, #f8f8f8);
    background: -o-linear-gradient(top,  #efefef, #f8f8f8);
    background: -ms-linear-gradient(top,  #efefef, #f8f8f8);
    background: linear-gradient(top,  #efefef, #f8f8f8);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8');
}

/*--------propiedades de la barra de iconos------*/


.info2{
  width: 100%;
  height: 12%;
  background: #010101;
  top: 80%;
  position: absolute;
    /*background: black; /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(black, white); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(black, white); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(black, white); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(black, white); /* Standard syntax */
}

.ic1 ul
{
   padding-right: 0px;
   padding-left: 50px;
   padding-bottom: 0px;
   padding-top: 15px;
   margin: 0px;
}

.ic1 li
{
   list-style-type: none;
   display: inline;
   padding-right: 150px;
   font-size: 25px;
   color: white;
   text-align: center;
   font-weight: bold;

}
.in{

visibility: hidden;
overflow: hidden;
}


/* ------------------------------------------
  COTIZAR
--------------------------------------------- */

#COTIZAR{
  width: 100%;
  height: 900px;

}

.cont1{
 width: 100%;
height: 900px;
top: 0px;
}

.cotizar{
width: 50%;
height: 900px;
left: 0px;
height: auto;
position: absolute;

}

.somos{
  width: 70%;
  height: 40%;
  margin-top: 7%;
  margin-left: 15%;

}

.somos h2{
  font-size: 12px;
  color: black;
  text-align: justify;
  float: left;
  top: 5px;
}

.so1{
  float: left;
}

.so1 img{
  margin-left: 0px;
}

.logo-cot{
  width: 40%;
  height: 20%;
  margin-top: 20%;
  margin-left: 30%;
}

.logo-cot img{
  width: 100%;
  height: auto;
}

.cot1{
width: 90%;
height: auto;
margin-top: 5%;
margin-left: 5%;
}




.servicios{
width: 50%;
height: 900px;

right: 0px;
position: absolute;

}

.servicios img{
  width: 100%;
  height: 110%;
  margin-top: 10%;
  z-index: 1;
}



.logo-ser{
  width: 40%;
  height: 10%;
  top: 18%;
left: 30%;

z-index: 2;
position: absolute;

}
.logo-ser img{
  width: 100%;
  height: auto;
}

.cont3{
  position: absolute;
  width: 80%;
  height: auto;
  top: 30%;
  left: 15%;
  font-family: Arial;
  z-index: 2;


}

.t3 h2{
  color: white;
  font-size: 12px;
  padding-top: 10px;
}

/*Estilos Base*/
.contenedor-img {
width: 180px;
height: 180px;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
margin-right: 7%;
margin-left: 7%;
margin-top: 3%;
margin-bottom: 3%;

}
.contenedor-img .mascara,.contenedor-img .contenido {
width: 180px;
height: 180px;
position: absolute;
overflow: hidden;
top: 0;
left: 0
}
.contenedor-img img {
display: block;
position: relative;
width: 145px;
height: 145px;
margin:10% auto;

}
.contenedor-img h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 5px;
background: rgba(0, 0, 0, 0.9);
margin: 20px 0 0 0
}
.contenedor-img p {
font-size: 11px;
position: relative;
color: #fff;
padding: 5px 5px 5px;
text-align: center;

}
.contenedor-img a.link {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #222;
color: #fff;
text-transform: uppercase;
box-shadow: 0 0 1px #000
}
.contenedor-img a.link:hover {
box-shadow: 0 0 5px #000
}

/*Ejemplo 3*/
.ejemplo-3 img {
transition: all 0.4s ease-in-out;
}
.ejemplo-3 .mascara {
background-color: rgba(255, 255, 0, 1);
transform: translateX(-300px);/*Desplazamos 300px a la izquierda*/
opacity: 1;
transition: all 0.4s ease-in-out;
}
.ejemplo-3 h2{
background: rgba(217, 217, 0, 0.3);
color: #000;
box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.8);
}
.ejemplo-3 p{
color: #333;
}
.ejemplo-3:hover .mascara {
transform: translateX(0px);/*Regresamos a su posicioón original*/
}
.ejemplo-3:hover img {
transform: translateX(300px);/*Desplazamos 300px a la derecha*/
}





/* ------------------------------------------
 RESERVAR
--------------------------------------------- */
#RESERVAR{
  width: 100%;
  height: 900px;
}

.cont2{
  width: 100%;
  height: 900px;
  top:0px;
}

.fact{
  width: 55%;
  height: 900px;
  left: 0px;
  position: absolute;
}

.fact img{
  width: 100%;
  height: 110%;
  margin-top: -60px;
}

.logo-fac{
  width: 40%;
  height: 10%;
  top: 25%;
  left: 28%;
  position: absolute;
}

.logo-fac img{
  width: 100%;
  height: auto;
}

.cont4{
  width: 15%;
  height: 35%;
  top: 36%;
  left: 40%;
  position: absolute;
}

.cont4 img{
  width: 100%;
  height: auto;
}
.clic{
  width: 40%;
  height: 10%;
  top: 50%;
  left: 28%;
  position: absolute;
}

.clic img{
  width: 100%;
  height: auto;
}

.lg{
  padding: 10px 20px 12px;
  font-size: 18px;
  text-decoration: none;
  line-height: 1;
}
.cont5{
  width: 70%;
  height: 30%;
  top: 60%;
  left: 15%;
  position: absolute;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.res{
  width: 45%;
  height: 900px;
  right: 0px;
  position: absolute;
}

.logo-res{
  width: 45%;
  height: 10%;
  top: 22%;
  left: 30%;
  position: absolute;
}

.logo-res img{
  width: 100%;
  height: auto;
}

.t1{
  width: 65%;
  height: 40%;
  top: 40%;
  right: 18%;
  position: absolute;
  color: black;
  font-weight: bold;
}

.t1 img{
  width: 80%;
  height: auto;
}


/* ------------------------------------------
  mapa
--------------------------------------------- */
#mapa{
  width: 100%;
  height: 40%;
}

.goo{
  width: 100%;
  height: 40%;
  max-width: 1200px;
}

/* ------------------------------------------
contacto
--------------------------------------------- */

#ct{
  width: 100%;
  height: 350px;

  top:0px;
}
.ct{
  width: 100%;
  height: 350px;
  top: 0px;
  /*background: purple;*/
}

.hom{
  width: 50%;
  height: 50%;
  left: 0px;
  margin-top: -40px;
  position: absolute;

}

.hom img{
  width: 100%;
  height: auto;
}

.logo-ct{
  width: 20%;
  height: 7%;
  margin-top: 2%;
  right:27%;
  position: absolute;

}

.logo-ct img{
  width: 100%;
  height: auto;
}

.txc{
  width: 20%;
  height: 40%;
  margin-top: 6%;
   right: 27%;
  position: absolute;
 
  text-align: center;

}

.formu{
  width: 25%;
  height: 40%;
  margin-top: 5%;
  right: 2px;
  position: absolute;
 
}

.formu img{
	width: 50%;
	height: auto;

}



/* ------------------------------------------
  ITDS
--------------------------------------------- */
#itds{
  width: 100%;
  height: 60px;
  background: black;
}

.itds{
  width: 100%;
  height: 60px;
  right: 0px;
  text-align: right;
  text-decoration: none;
  color: white
}

.itds a{
  color: red;
  text-decoration: none;
}

/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}


@media screen and (min-width: 65em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;

}


@media screen and (min-width: 65em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}
.nav-collapse li {
  float: left;
  width: 100%;
}


@media screen and (min-width: 65em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  /*border-top: 1px solid white;*/
  text-decoration: none;
  background-color:rgba(0,0,0.5);
  padding: 0.7em 1em;
  color: #fff;
  width: 100%;
  float: left;
}


.nav-collapse a:active,
.nav-collapse .active a {
 color: white
}


@media screen and (min-width: 65em) {
  .nav-collapse a {
    /*border-left: 1px solid white;*/
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 65em) {
  .nav-collapse ul ul a {
    display: none;
  }
}




/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}


/***********************ventana***************/

.w1{
	font-size: 22px;
	font-weight: bold;
	float: right;
	margin-top: 10px;
	margin-left:10px;
}

.w2{
     margin-right: 50px;
     float: left;
     width: 20px;
     height: 20px;
     margin-top: 10px;
     font-weight: bold;
     font-size: 18px;
}


.ventana{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.7);
  display: none;
  z-index: 4
}

.ventana1{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.7);
  display: none;
  z-index: 4
}

.ir-arriba{
  display: inline-block;
  padding: 10px;
  background: rgba(0,127,255,0.8);
  font-size: 30px;
  color: black;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  text-decoration: none;

}

.ir-arriba1{
  display: inline-block;
  background: rgba(0,127,255,0.8);
  padding: 5px;
  color: black;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  text-decoration: none;
}
.ir-arriba1 img{
  width: 30%;
  height: auto;
 float: right;
 right: 5px;
}
  

.cerrar{
  font-weight: 900px;
  text-align: right;
  padding: 0px 0px;
}

.cerrar a{
  color: red !important;
}

.co1 p{
  color: #000000 !important;
  text-decoration: none !important;
  font-size: 16px !important;
}
.singup{
  width: 30%;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 10%;
}
.singup h3 {
  font-size: 27px;
  font-weight: 300;
  color: #fff;
  background: #0EA7E7;
  padding: 20px 0px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 3px solid #EA484E;
}

.singup .cerrar{
  top: 0px;
  right: 5px;
  position: relative;
  color: red;
  font-weight: 200px;
  text-align: right;
}

.signup-main {
  padding: 30px 30px 25px 30px;
  text-align: center;
}
.signup-main input[type="text"], select {
  outline: none;
  font-size: 15px;
  font-weight: 200;
  color: black;
  padding: 10px 10px;
  border: 2px solid #C9C9C9;
  margin: 0px 20px 20px 0px;
  width: 40%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-appearance: none;
}


.signup-main input.lessgap[type="text"] {
  margin: 0px 0px 0px 0px;
}
.signup-main input.email[type="text"] {
  margin: 0px 0px 20px 0px;
  width: 94%;
}
.signup-main input.phone[type="text"] {
  width: 94%;
  margin: 0px 0px 25px 0px;
}
.signup-main input[type="password"]{
   outline: none;
  font-size: 15px;
  font-weight: 400;
  color: #CCCACA;
  padding: 13px 10px;
  border: 2px solid #C9C9C9;
  margin: 0px 30px 20px 0px;
  width: 40%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-appearance: none;
}
.signup-main input.lessgap[type="password"] {
  margin: 0px 0px 0px 0px;
}
.signup-main input[type="submit"] {
  background: #EA484E;
  color: #FFF;
  font-size: 25px;
  font-weight: 300;
  padding: 10px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0px 0px 5px 0px;
  border: none;
  display: inline-block;
  cursor: pointer;
  outline:none;
}
.signup-main input[type="submit"]:hover {
  background:#0EA7E7;
}
.signup-main input[type="reset"] {
  background: #EA484E;
  color: #FFF;
  font-size: 25px;
  font-weight: 300;
  padding: 10px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0px 0px 5px 0px;
  border: none;
  display: inline-block;
  cursor: pointer;
  outline:none;
}
.signup-main input[type="reset"]:hover {
  background:#0EA7E7;
}
.signup-main p {
  font-size: 13px;
  font-weight: 400;
  color: #BCBCBC;
  text-decoration: underline;
}
.signup-main p a{
  font-size: 13px;
  font-weight: 600;
  color: #0EA7E7;
}
.signup-main p a:hover{
  color: #BCBCBC;
}
.copyright {
  padding: 150px 0px 0px 0px;
  text-align: center;
}
.copyright p {
  font-size: 16px;
  font-weight: 400;
  color:#0EA7E7;
}
.copyright p a{
  font-size: 16px;
  font-weight: 400;
  color: #0EA7E7;
}
.copyright p a:hover{
  color: #EA484E;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*-contact end here--*/
/*--meadia quiries start here--*/
@media(max-width:1440px){
.singup {
  width: 35%;
}
.copyright {
  padding: 110px 0px 0px 0px;
}
}
@media(max-width:1366px){
.singup {
  width: 36%;
}
}
@media(max-width:1280px){
.singup {
  width: 38%;
}
}
@media(max-width:1024px){
.singup {
  width: 49%;
}
}
@media(max-width:768px){
.singup {
  width: 65%;
}

.signup-main input[type="text"] {
  margin: 0px 0px 15px 0px;
  width: 90%;
}
.signup-main input.lessgap[type="text"] {
  margin: 0px 0px 15px 0px;
}
.signup-main input.email[type="text"] {
  margin: 0px 0px 15px 0px;
  width: 90%;
}
.signup-main input[type="password"] {
  margin: 0px 0px 15px 0px;
  width: 90%;
}
.signup-main input.lessgap[type="password"] {
  margin: 0px 0px 15px 0px;
}
.signup-main input.phone[type="text"] {
  width: 90%;
  margin: 0px 0px 20px 0px;
}
.signup-main {
  padding: 30px 20px 25px 20px;
}
}
@media(max-width:640px){
.singup {
  width: 77%;
} 

}
@media(max-width:480px){
.signup-main input[type="submit"] {
  font-size: 18px;
}
@media(max-width:320px){
.singup {
  width: 95%;
}
.signup-main {
  padding: 25px 25px 20px 25px;
}
.singup h3{
  padding: 15px 0px;
   font-size: 20px; 
}
.signup-main input[type="submit"] {
  font-size: 15px;
  padding: 10px 20px;
}
.signup-main input[type="text"] {
  margin: 0px 0px 10px 0px;
  padding: 8px 10px;
  font-size: 12px;
}
.signup-main input.lessgap[type="text"] {
  margin: 0px 0px 10px 0px;
}
.signup-main input.email[type="text"] {
  margin: 0px 0px 10px 0px;
}
.signup-main input[type="password"] {
  padding: 8px 10px;
}

}
/*--meadia quiries end here--*/

.map iframe {
    width: 100%;
    height: 400px;
    border: 1px solid #EEE;
    border-top: none;
    border-bottom: none;
}

.map-hover {
    position: relative;
}

.map-hover-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.map-hover-1:hover {
    background-color: transparent;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;

}

/*-- //Map --*/