@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
body{
  margin: 0%;
  padding: 0%;
  background: url('../IMG/Fondo-Resto.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.Texto{
	width: 100%;
	height: 85%;
	background:transparent;
  position: absolute;
  margin: 4.5% 0% 0% 0%;
  overflow-y: scroll;
  padding-top: 1.5%;
}

.Texto::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    display: none;  /* Ocultar scroll */
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	letter-spacing: 0.25em;
  word-spacing: 0.25em;
  font-weight: bold;
  margin: 1%;
  color: black;
  background: transparent;
}


p{	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	letter-spacing: 0.25em;
  word-spacing: 0.25em;
  text-align: justify;
  margin-top: 0%;
  color: black
}


.Ubicacion{
  width: 60%;
  background: transparent;
  margin-left: 20%;
  padding: 0%;
}

.map {
  overflow:none;
  padding-top: 0%;
  background: transparent;
  padding-left: 0%;
  margin: 0%;
}
.map figure {
  position: relative;
  display: block;
  width: 95%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 300px;
}

.Datos_Contacto{
  width: 60%;
  height: auto;
  background: red;
  margin-left: 25%;
  padding: 0%;
}

.Primera{
  width: 25%;
  background: transparent;
  float: left;
  padding-left: 3%;
  color: black;
}

.Segunda{
  width: 24%;
  background: transparent;
  float: left;
  padding-left: 3%;
}

.Tercera{
  width: 25%;
  background: transparent;
  float: left;
  padding-left: 3%;
}

.Cuarta{
  width: 25%;
  background: transparent;
  float: left;
  padding-left: 3%;
}

.Correo{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  letter-spacing: 0.25em;
  word-spacing: 0.25em;
  color: black;
}

.Formulario_Contacto{
  background: transparent;
  width: 45%;
  float: left;
  margin-left: 27.5%;
  padding: 0%;
}

.Input_Text{
  width: 44%;
  margin-right: 5%;
  float: left;
}


.Text_Area{
  width: 93%;
  height: 200px;
  background: transparent;
  margin-right: 5%;
  float: left;
  margin-top: 2%;
}

.Button{
  width: 96%;
  background: transparent;
  margin-right: 5%;
  float: left;
  margin-top: 2.5%;
  text-align: right;

}


.form-control{
  display:block;
  width:100%;
  padding:6px 12px;
  line-height:1.42857143;
  background-image:none;
  border:1px solid #ccc;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition:border-color ease-in-out .15s,
  -webkit-box-shadow ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  background: #f1f1f1;
  color: #c6c6c6;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  letter-spacing: 0.25em;
  word-spacing: 0.25em;
  font-weight: bold;
}


.form-control:focus{
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}


.Estilo_Button{
  background: #ababab;
  display:block;
  padding:6px 12px;
  line-height:1.42857143;
  background-image:none;
  border:1px solid #ccc;
  border-radius:4px;
  float: right;
  color: white;
  width: 20%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  letter-spacing: 0.25em;
  word-spacing: 0.25em;
  font-weight: bold;

}


.Email{
  color: black; 
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px; 
}

@media (max-width: 1366px){
  .Ubicacion{
    width: 80%;
    margin-left: 10%;
  }

  .Datos_Contacto{
    width: 80%;
    background: green;
    margin-left: 14%;
    padding: 0%;
  }

  .map figure iframe {
    width: 100%;
    height: 150px;
  }

  .Text_Area{
    height: 130px;
  }

  .Button{
    width: 97%;
    margin-top: 3%;
  }
}



@media (max-width: 650px){

  body{
    margin: 0%;
    padding: 0%;
    background: url('../IMG/Movil/Fondo-Movil-Resto.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .Texto{
    height: 90%;
    margin: 14.3% 0% 0% 0%;
    padding: 0%;
  }

  .Ubicacion{
    width: 98%;
    margin: 0%;
    padding: 0%;
  }

  .map figure iframe {
    padding-left: 0%;
    width: 85%;
    height: 110;
  }

  .map {
    padding: 0%;
    margin: 0%;
  }

  .Datos_Contacto{
    width: 100%;
    margin-left: 0%;
  }

  h1,h2,h3,h4,h5,h6{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 10px;
    letter-spacing: 0.05em;
    word-spacing: 0.05em;
  }


  p{  
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 7px;
    letter-spacing: 0.05em;
    word-spacing: 0.05em;
  }

  .Primera{
    width: 22%;
    padding-left: 3%;
  }

  .Segunda{
    width: 22%;
  }

  .Tercera{
    width: 22%;
  }

  .Formulario_Contacto{
    width: 90%;
    margin-left: 5%;
  }


  .form-control{
    width:90%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 8px;
    letter-spacing: 0.05em;
    word-spacing: 0.05em;
  }

  .Text_Area{
    width: 98%;
    height: 100px;
  }

  .Button{
    margin-top: 5%;
  }

  .Estilo_Button{
    width: 25%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 8px;
    letter-spacing: 0.15em;
    word-spacing: 0.15em;
  }


}