@import url('https://fonts.googleapis.com/css?family=Noto+Sans|Roboto:300&display=swap');

html{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Noto Sans', sans-serif;
}

body{
    background: #e9edf2;
    color: #444;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    padding-top: 109px;
}

.container-fluid{
    /*max-width: 1600px;*/
    padding-right: 3%;
    padding-left: 3%;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 20px;
}
.h2, h2, {
    font-weight: 400;
}
p{
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
hr{
    border-top: 1px solid #ccc;
    height: 0;
    margin: 0 !important;
}
a{
  color: #333;
  line-height: 1.3;
}
a:hover{
  color: #000;
}
a:focus{
  outline: none;
  color: #000;
}
p a:not(.btn) {
text-decoration: underline;
}
img{
    border-radius: 0;
}
.btn {
    border: none;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  FOOTER                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
#header{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}
#header .redes{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    width: 100%;
    padding: 5px 0;
    background: #005DA6;
    border: 0;
}

#header .navbar-light{
    background: #fff;
    /*background: #E1E1E3;
    color: #eee;*/
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.20);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.20);
    border: 0;
}
.idioma{
    position: absolute;
    z-index: 9999;
    top: 5px;
    right: 5px;
}
#logo{
    transition: all 1s ease-in-out;
}
