@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,700,900');

html {
  font-size: 100%;
}
body {
  margin: 10px;
  font-family: 'Raleway', sans-serif;
  background-color: #FFFFFF;
  visibility: visible!important;
}
/*ESTILOS*/
.bg-site{
  background-color: #FFFFFF;
  padding: 20px;
}
.wsp-new {
  background: rgb(13,38,64);
  background: linear-gradient(0deg, rgba(13,38,64,1) 0%, rgba(7,22,38,1) 100%);
    font-size: 16px;
    padding: 10px;
    border-radius: 20px !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #FFFFFF;
    display: inline;
    width: 220px;
    text-align: right;
    font-weight: bold;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 200;
  }
  .logo{
    width: 150px;
  }
.titulo1{
  color: #777776;
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.titulo2{
  color: #DE7E2F;
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 30px;
}
.aviso-abajo{
  background-color: #777776;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
  color: white;
  padding: 10px;
  border-radius: 10px;
}
.titulo{
  color: #777776;
  text-align: left;
  font-size: 25px;
  font-weight: bold;
}
.bg-cont{
  background-color: #CCCCCC20;
  padding: 20px;

  border-radius: 20px;
}
.pie{
  color: #FFFFFF;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background-color: #054087;
  padding: 30px;
  margin-top: 50px;
  border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;
}
.pie a{
  color: #FFFFFF;
text-decoration: none;
}
.titulo-form{
  color: #000000;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin: 0 20px 30px;
}
.direccion-int{
  color: white;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  margin-top: 30px;
  font-weight: bold;
  border-bottom: 2px solid #FFFFFF;
}
.direccion-int a{
  color: white;
  text-decoration: underline;
}
.titulo-field{
  color: #DE7E2F;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.titulo-botones{
  color: white;
  text-align: center;
  font-size: 25px;
  border: 3px solid #FFFFFF;
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
  font-weight: bold;
  background-color: #961e30;
}
.titulo-botones-2{
  color: white;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
}
.titulo-botones a{
  color: white;
  text-align: center;
  font-size: 25px;
  margin-top: 30px;
  font-weight: bold;
}
.mar-botones-home{
  padding: 20px;
}
.borde{
  border: 1px solid #FFFFFF20;padding: 10px;border-radius: 20px;
}
.fondo-form{
  border: 2px solid #CCCCCC50;padding: 10px;border-radius: 20px;
  padding: 20px;
  background-color: #FFFFFF90;
}
.button_main {
	background-color:#DE7E2F;
    border:2px solid #DE7E2F;
	color:#FFFFFF;	
    text-decoration: none;
	display:inline-table;
	cursor:pointer;
	font-size:20px;
	padding:4px 20px;
	text-decoration:none;
    font-weight:bold;
  border-radius: 10px;
  height: 60px;
  margin-top: 20px;
}
.button_main:hover {
    background-color:#054087;
	border:2px solid #054087;
	color:white;	    
	
    text-decoration: none;
}

.margen-t{
  margin-top: 40px;
}

.border-r{
  border-radius: 20px;
}

.cont_button_main{
  margin: 20px auto; display:table;

}
.bere{
display: none;
}
.alto-mapa{
  width: 100%;
  height: 540px;
}
.logo-mob{
  display: none;
}
.foto-mob{
  display: none;
}
/*QUERIES*/
@media (max-width:1199px) {
  .bere{
    display: block;
    }
    .puntillo{
      display: none;
    }
    .alto-mapa{
      height: 440px;
    }
}
@media (max-width:991px) {
  .alto-mapa{
    height: 330px;
  }
  .logo-mob{
    display: block;
  }
  .logo-pc{
    display: none;
  }
  .imagen{
    width: 320px;
  }
}
@media (max-width:767px) {
  .titulo, .titulo-int, .direccion-int{
    font-size: 25px;
  }
  .titulo-botones-2{
    font-size: 16px;
  }
  .alto-mapa{
    height: 520px;
  }
  .titulo1{
    font-size: 30px;
  }
  .titulo2{
    font-size: 30px;
  }
  .titulo{
    font-size: 20px;
  }
  .bg-cont{
    padding: 0;
  }
  .pie{
    font-size: 22px;
  }
  .margen-t2{
    margin-top: 20px;
  }
  .foto-mob{
    display: block;
  }
  .titulo-form{
    margin: 20px 20px 30px;
  }
  .foto-pc{
display: none;
  }
  .aviso-abajo{
    font-size: 25px;
  }
  .pie{
    margin-bottom: 70px;
  }
}
@media (max-width:480px) {
  
}
@media (max-width:365px) {}