/* CSS Document */
html, body {height: 100%;margin: 0px;padding: 0px ;}
#map-canvas {  width:95%;    height: 70%; left:2.5%;   margin: 0px;
padding: 0px }

.form-control {
  margin-right:50px;
}
#mapCanvas { height: 70%; width: 100%  }
#formulario {
   /* position: relative;     top: 300px;       left: 0px;         z-index: 10;*/
  /*  display: inline-block;*/
    background-color: transparent;


}

/*imagen Modal*/

#imgInfowindow {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#imgInfowindow:hover {opacity: 0.7;}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
  border: 6px solid #f4ba3f;
border-radius: 25px;}
  /*botones izq der*/
.w3-display-left{  z-index: 2;position:fixed;top:50%;left:0%;}
.w3-display-right{  z-index: 2;position:fixed;top:50%;right:4%;}
/*div contenedor*/
.w3-content{margin:auto;max-width:700px}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}
#ini_ruta, .leftright{
  border: 4px solid #f4ba3f;
  border-radius: 5px;
  background-color: #f4ba3f;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  word-wrap: break-word;
  text-align: left;
  color: #ccc;
  padding: 10px 0;
/*  height: 150px;*/
  background-color: #fbdd9d;
  border: 6px solid #f4ba3f;
  border-radius: 25px;}

/* Add Animation - Zoom in the Modal
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
*/
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  z-index: 2; /* Sit on top */
  position: fixed;
  top: 70px;
  right: 35px;
  color: #ddd;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
  #caption {
    width: 100%;
  }
}
.mySlides {display:none;}