body{
  color: #4a4a4a;
}

#bloque-gracias,#bloque-error{
  color: white;
}

h1{
    font-weight: normal;
}

      .legales a{
        color:white;
      }

 #contenedor-superior h1{
    font-weight: normal;
  }

#contenedor-superior{
  background-image: url('../images/fondo-superior.png');
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 300px;
}

#contenedor-inferior{
  background-image: url('../images/fondo-ventajas.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 150%;
  padding-bottom: 10px;
}
#contenedor-verde{
  
  background-image: url('../images/fondo-verde.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 250%;
  color:white;
  padding: 10px;
}

#contenedor-verde h3{
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
}

#contenedor-verde h3 span{
  color:white;
  font-weight: bold;
}

#contenedor-verde p{
  font-size: 11px;
  margin:0;
}

#contenedor-inferior{
  padding-left: 10px;
  color:white;
  padding-top: 15px;
}

#bloque-titular{
  text-align: center;
}

#contenedor-superior #bloque-titular h1, #contenedor-superior #bloque-titular p{
  color: white;
  text-align: center;
}

#contenedor-superior #bloque-titular h1{
  font-size: 25px;
  margin-top: 25px;
}

#contenedor-superior #bloque-titular p{
  font-size: 12px;
}

input.form-control{
  padding-left: 10px !important;
}

#contenedor-pie .row{
  background-color: #303030;
  min-height: 80px;
  color: white;
  font-size: 10px;

}




#logoav7{
  width: 70%;
}

#bloque-formulario, #bloque-cabecera-formulario{
  background-color: #f8f8f8;
}

#bloque-formulario{
  padding:25px;
  margin-bottom: 15px;
}



#bloque-cabecera-formulario{
  padding: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#bloque-texto-formulario{
  font-size: 14px;
  margin-bottom: 5px;
  padding-top: 20px;
  text-align: center;
}

#bloque-texto-formulario p{
  font-size: 15px ;
  color: white;
}
#bloque-texto-formulario h1{
  font-size: 20px ;
  margin-bottom: 20px;
  color: white;
  text-transform: uppercase;
}

#bloque-cabecera-formulario h2{
  font-size: 15px ;
  text-transform: uppercase;
}


#contenedor-inferior h2{
  text-transform: uppercase;
  color:white;
  font-size: 15px;
  text-align: center;
}

label{
  font-weight: normal;
  color: #ababab;
}



.form-control{
  border-radius: 15px;
}

#bloque-logo{
  text-align: center;
  padding: 15px;
}
h1{
  color: white;
}



#contenedor-inferior h2{
  margin-top:15px;
  text-align: center;
}

#contenedor-inferior ul{
  list-style-type: none ;
  margin-top: 20px;
  padding:0;
  padding-left: 50px;
  
}

#contenedor-contenido{
  padding-top: 20px;
}

#contenedor-inferior ul li{
  list-style-type: none;
  margin-top: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
}   

#contenedor-contenido img{
  width: 75px;
  margin-left: 25px;
}

#contenedor-contenido .texto-desplazado-logo{
  padding-left: 120px;
}

#contenedor-contenido .texto-desplazado-logo h4{
  font-size: 20px;
  color: #0080b5;
  text-transform: uppercase;
}

#contenedor-contenido .texto-desplazado-logo p{
  font-size: 15px;
}


img{
  width: 100%;
}

.flechita{
  width: 50px;
  display: none;
}

.logo-redes{
  width: 50px;
  margin:15px;
}



#contenedor-superior-textos{
  margin-top: 10px;
}

#contenedor-superior-textos h1{
  margin-top: 20px;
  font-size: 20px;
  color: white;
}










@media (min-width: 576px) {

  #bloque-titulo h1{
    font-size: 30px;
  }

  #contenedor-inferior h2{
    margin-top:5px;
    font-size: 15px;
  }
  #contenedor-inferior ul li{
    margin-bottom: 0px;
  }   


  #contenedor-inferior{
    min-height: 100px;
  }

  #bloque-titular{
    text-align: center;
  }



  
}

@media (min-width: 768px) {

  #logoav7{
    width: 75%;
  }

  .flechita{
    display: inline-block;
  }

  #contenedor-inferior h2{
    margin-top:30px;
    font-size: 20px;
    text-align: center;
  }
  #contenedor-inferior ul li{
    margin-bottom: 10px;
    
  }   

  #contenedor-inferior{
    min-height: 300px;
  }

  #contenedor-superior #bloque-titular h1{
    font-size: 35px;
  }

  #contenedor-superior #bloque-titular p{
    font-size: 15px;
  }

  #contenedor-superior{
    background-size: 100%;
  }

  #contenedor-superior h1{
    color: #0080b5;
    text-align: left;
    font-weight: normal;
  }

  #bloque-titulo{
    text-align: left;
  }
  #bloque-titulo h1{
    font-size: 25px !important;
  }


  #bloque-texto-formulario {
    margin-top: 100px;
  }

   #bloque-texto-formulario p{
    color: inherit;
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
  }

    #bloque-texto-formulario h1{

    text-transform: uppercase;
  }

  #bloque-cabecera-formulario{
    text-align: center;
    padding:5px;
  }

  #bloque-cabecera-formulario h2{
    margin:0;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
  }
  

  #bloque-formulario{
    padding-top: 20px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .4);
    margin-bottom: 35px;
  }

  .form-control{
    padding: 0;
  }

  .form-check-label{
    font-size: 12px;
  }

  .form-group label{
    font-size: 12px;
  }



  #contenedor-verde{
    background-size: 100%;
    padding: 20px;
  }

  #contenedor-verde h3{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
  }

  #contenedor-verde h3 span{
    color:white;
    font-weight: bold;
  }

  #contenedor-verde p{
    font-size: 12px;
    line-height: 15px;
    margin:0;
  }

  #contenedor-contenido{
    padding: 40px 20px;
  }

  
}

@media (min-width: 992px) {

  #contenedor-superior #bloque-titular h1{
    font-size: 40px;
    margin-top: 35px;
    
  }

  #contenedor-superior #bloque-titular p{
    font-size: 18px;
    margin-top: 25px;
  }

  #bloque-texto-formulario p{
    font-size: 15px;
    line-height: 20px;
  }

  #contenedor-verde h3{
    font-size: 18px;
  }

  #contenedor-verde p{
    font-size: 15px;
  }

  #bloque-texto-formulario {
    margin-top: 130px;
    line-height: 15px;
    background-color: inherit;
  }

  #bloque-titulo h1{
    font-size: 30px !important;
  }
  
}

@media (min-width: 1200px) {
  #bloque-texto-formulario {
    margin-top:180px;
    line-height: 15px;
    background-color: inherit;
  }
  
}