/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-oct-2015, 13:41:57
    Author     : pilar
*/

/*cabecera y menu*/

.cabecera{
    height: 150px;
}

.cabecera img{
    margin-top: 20px;
    margin-left: 50px;
}

.activo{
    color:#121B28 !important;
}

.menu ul li a:hover{
    color:#121B28 !important;
}

.redes_sociales{
    margin-top: 50px;
}

.barra_nav{
    padding-left: 0 !important;
    padding-right: 0 !important;    
}

.campos{
    padding-left: 0!important;
    margin-top: 20px;
}

.row{
    margin-left: 0px !important;
    margin-right: 0px !important; 
}

.menu{
    background:#535F72;
    margin-bottom: 0 !important;
    z-index: 99999999999;
    width: 100%;
    
}

.fixed{position:fixed;top:0;}
.menu ul li a{
    color: white;
}

/*seccion quienes somos*/
#quienes_somos{
    padding-bottom: 80px;
}
#quienes_somos h2{
    color:#3c3c3c;
    margin-top: 50px !important;
}

.subrayado{
    width: 100px;
    background: #1D1A56;
    height: 5px;
    margin: 20px auto;
}

.descripcion{
    font-size: 16px;
    margin-top: 30px;
    color:#5e5e5e;
}

#quienes_somos h1{
    font-size: 60px;
}
.icon_somos{
    background: white;
    border-radius: 100px 100px 100px 100px;
    color:#B6C0D3;
    padding: 20px;
    z-index: 999;
    
}

.contenido_vision, .contenido_mision{
    width: 100%;
    background: #ccc;
    margin-top: -50px;
    padding-top: 80px;
    padding-bottom: 50px;
}

.vision, .mision{
    width: 80%;
    background: white;
    margin: auto;
    padding: 20px;
}

.vision h3, .mision h3{
    color: #4B5B77;
}

.vision p, .mision p{
    color: #5e5e5e;
}

/*seccion servicios*/
#servicios{
    background: url('../images/agua.jpg') center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    padding-bottom: 100px;
}

#servicios h2, #contacto h2{
    color:white;
    margin-top: 50px !important;
}

.subrayado_servicios{
    width: 100px;
    background: #ccc;
    height: 5px;
    margin: 20px auto;
}

.descripcion_ss{
    font-size: 16px;
    color:#ccc;
}

.titulo_ss{
    background: rgba(255,255,255,0.5);
    width: 80%;
    margin: auto;
    padding: 20px;
    margin-top: 50px;
}

.titulo_ss h4{
    color: #0F0C3D;
    font-weight: bold;
}

.icon_ss{
    border-radius: 100px 100px 100px 100px;
    color:#131328;
    border: 5px solid #131328;
    padding: 10px;
}

.contenido_ss{
    
    width: 85%;
    margin: auto;
    padding: 20px;
}

.contenido_ss p{
    color: #0F0C3D;
    font-size: 14px;
    border-bottom: 1px dashed #0F0C3D;
    text-transform: uppercase;
}

/*seccion contacto*/
#contacto{
    background: #030318;
    min-height: 700px;
}

.formulario{
    padding-left: 50px;
    
}

#contacto h5{
    color: white;
}

.contenido_contacto{
    margin-top: 30px;
}

#contacto p{
    color: white;
    font-size: 16px;
    margin-top: 20px;
    
}

.icon_contacto{
    color: #61A056;
}

.campos label{
    color:white;
    font-size: 15px;
}

.campos input{
    width: 100% !important;
}

.campos textarea{
    width: 100% !important;
    margin-bottom: 20px;
}

.contenido_form{
    margin-bottom: 20px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.localizacion{
    margin-top: 50px;
    background: #131328;
    padding: 30px;
}

.localizacion h1{
    color:#9999A8;
}

.localizacion h4{
    color:white;
}

.madrid{
    margin: auto;
    width: 100%;
}

.pie{
    padding: 20px;
    background: #030318;
    color:#757575;
    font-size: 14px;
}

#map-canvas{
    height: 350px;
}

.correo{
    color:#9999A8 !important;
    font-size: 20px;
}

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

.icon-localizacion:hover{
    color:white;
    transform: scale(1.2);
}

.enlaces_interes{
    color: #788599;
    font-size: 16px !important;
}

.enlaces_interes:hover{
    color:white;
}

/*cargando*/
.loader {
  font-size: 10px;
  margin: 30% auto;
  text-indent: -9999em;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #9999A8;
  background: -moz-linear-gradient(left, #9999A8 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #9999A8 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #9999A8 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #9999A8 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #9999A8 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #9999A8;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #030318;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#cajacookies {
    box-shadow: 0px 0px 5px 5px #808080;
    background-color: #c2d0ee;
    color: black;
    padding: 10px;
    margin-left: -5px;
    margin-right: -15px;
    margin-bottom: 0px;
    position: fixed;
   	top: 0px;
    width: 100%;
  }
  
  #cajacookies button {
    color: black;
  }