@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html
{
    min-height:100%;
}

body
{
    background-image: url("../imgs/bgDA.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /*background-size: 100% 100%;*/
    min-height: 100%;
    height:auto;
}

a{
  font-family: 'Roboto', sans-serif;
  text-decoration: underline;
  color: #337A6D;
}

footer a {
    color: white;
    text-decoration: none;
}

.input-login {
    height: 50px;
    padding: 15px 6px;
    border: none;
    color: black;
    color: #333333;	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.01px;
    line-height: 22px;
}

.input-login::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.01px;
    line-height: 22px;
}

.div-input {
    border: solid 1px #5A5A5A;
}
.input-login-span {
    color:#40C7FB;background-color: white;border: none; position: unset;
    font-size: 20px !important;
}

.input-group-addon{
  background-color: #fff;
}

/* .menu-principal {
    color: #5A5A5A;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.01px;
    line-height: 16px;
    margin-right: 5px;
} */



.titulo-inicio {
    color: #40C7FB;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -0.02px;
    line-height: 32px;

}


.subtitulo-inicio {
    color: #5A5A5A;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-size: 16px;
}

/* #contenido
{
    margin-top: 60px;
} */

/* Regístrese cuadro */

#registrese-container{
  border: 3px solid #ff5722;
  height: 125px;
}

#registrese-button{
  height: 100%;
  padding: 0;
}

#registrese-text{
  display: flex;
  height: 100%;
}

#registrese-text > p{
  line-height: 18px;
  font-size: 1.5rem;
  margin-top: auto;
  margin-bottom: auto;
  color: #ff5722;
}

#registrarse{
  height: 100%;
  display: flex;
  background-color: #ff5722;
}

#registrarse:hover{
  background-color: #FF7347 !important;
}

#registrarse a{
  font-weight: 600;
  font-size: 15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}

/* Fin de Regístrese cuadro */


#ingresar-btn
{
    background-color: #6998B5;
}

#title, .subtitulo-inicio{
  margin-left: -30% !important;
  margin-right: -30% !important;
}


/* Botones */

.btn-medium{
  padding: 20px 10px;
}

.btn-nofull{
  width: auto !important;
  padding: 10px 20px;
}

.btn-menu {
    background-color: #0042FF;
    width: 200px;
    border-radius: unset !important;
    margin-bottom: 4px;
}

.btn-menu a {
    color: white;
    text-decoration: none;
}

#configurar-firma-btn
{
    margin-top: 47px;
    white-space: normal;
    color: white;
    font-size: 20px;

    width: 290.25px;
    border: 1.25px solid #538AAC;
    border-radius: 2.5px;
    background-color: #6998B5;

}
#video-firma-btn
{
    margin-top: 2%;
    margin-bottom: 10%;

    color: white;


    font-size: 20px;
    height: 39.22px;
    width: 290.25px;
    border: 1.25px solid #76A239;
    border-radius: 2.5px;
    background-color: #93C550;
}

.header
{
    background-color: #0895D8;
    color: white;
    height: 9%;

}

.header h3
{
    line-height: 120px;
}

.form_home_contenido
{
    margin: auto;
    width: 70%;
    padding: 45px 20%;
    height: auto;
    border-radius: 3px;
    background-color: #FFFFFF;
}

.swal2-popup
{
    width: 35% !important;
    font-size: 15px !important;

}

.swal2-popup, .swal2-popup p {
    font-family: 'Roboto', sans-serif;
}

#title
{
    color: #4A4A4A;
    font-family: "Open Sans";
    font-size: 33px;
    font-weight: 600;
    line-height: 40px;
}

#subtitle
{
    color: #4A4A4A;
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
}

#horizontal-line
{
    box-sizing: border-box;
    height: 2px;
    width: 90%;
    border: 1px solid #979797;
}

#modal-horizontal-line
{
    box-sizing: border-box;
    border: 0;
    width: 90%;
    border-bottom: 1px solid #979797;
    margin-top: 10px;
    margin-bottom: 10px;
}

.swal2-title
{
    color: #4A4A4A !important;
    font-weight: 600;
    font-size: 33px !important;
    margin: 0 !important;

}

#modal-aviso
{
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    text-align: center;
}

.swal2-confirm
{
    border: 0 !important;
    padding: 12px !important;
    border-radius: 0 !important;
    background-color: #0042FF !important;
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.swal2-cancel{
    border: 0 !important;
    padding: 12px !important;
    border-radius: 0 !important;
    background-color: #5A5A5A !important;
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.img-superficiales{
  background-image: url('/gimgs/imagenes_catalogo/img_superficial.jpg');
}

.img-subterraneas{
  background-image: url('/gimgs/imagenes_catalogo/img_subteranea.jpg');
}

.img-vertido{
  background-image: url('/gimgs/imagenes_catalogo/img_vertido.jpg');
}

.img-obrascauce{
  background-image: url('/gimgs/imagenes_catalogo/img_cauce.jpg');
}

.img-inscripciones{
  background-image: url('/gimgs/imagenes_catalogo/img_inscripciones.jpg');
}

.img-drenaje{
  background-image: url('/gimgs/imagenes_catalogo/img_drenaje.jpg');
}

.img-dictamenes{
  background-image: url('/gimgs/imagenes_catalogo/img_dictamenes.jpg');
}

.img-fuerzahidraulica{
  background-image: url('/gimgs/imagenes_catalogo/img_fuerzahidraulica.jpg');
}

.img-denuncia{
  background-image: url('/gimgs/imagenes_catalogo/img_denuncia.jpg');
}

.img-pronunciamiento{
  background-image: url('/gimgs/imagenes_catalogo/img_pronunciamiento.jpg');
}

/* Resposive Media Queries */
/* No poner nada debajo de esta línea */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

  .img-superficiales{
    background-image: url('/gimgs/imagenes_catalogo/img_superficial@2x.jpg');
  }

  .img-subterraneas{
    background-image: url('/gimgs/imagenes_catalogo/img_subteranea@2x.jpg');
  }

  .img-vertido{
    background-image: url('/gimgs/imagenes_catalogo/img_vertido@2x.jpg');
  }

  .img-obrascauce{
    background-image: url('/gimgs/imagenes_catalogo/img_cauce@2x.jpg');
  }

  .img-inscripciones{
    background-image: url('/gimgs/imagenes_catalogo/img_inscripciones@2x.jpg');
  }

  .img-drenaje{
    background-image: url('/gimgs/imagenes_catalogo/img_drenaje@2x.jpg');
  }

  .img-dictamenes{
    background-image: url('/gimgs/imagenes_catalogo/img_dictamenes@2x.jpg');
  }

  .img-fuerzahidraulica{
    background-image: url('/gimgs/imagenes_catalogo/img_fuerzahidraulica@2x.jpg');
  }

  .img-denuncia{
    background-image: url('/gimgs/imagenes_catalogo/img_denuncia@2x.jpg');
  }

  .img-pronunciamiento{
    background-image: url('/gimgs/imagenes_catalogo/img_pronunciamiento@2x.jpg');
  }

}

@media only screen and (max-width: 800px){
  .container{
    padding-left: 0;
    padding-right: 0;
    width: 95% !important;
  }

  .form_home_contenido{
      width: 100% !important;
      padding: 45px 5%;
  }

  #title, .subtitulo-inicio{
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
}
