body{
    overflow-x: hidden!important;
    color: #666!important;
    font-weight: 300;
    font-size: 16px!important;
    font-family: 'Open Sans', Arial, sans-serif!important;
    line-height: 1.7em!important;
}
.anchura{
    width: 95%;
}
.fixed { 
    padding: 40px;
    text-align: center; 
}
.scrollit { 
    padding: 50px;
}


.btn-xl{
    padding: 8px 30px;
    width: 150px;
    border-radius: 30px;
    background-color: #1E73BE;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-xl:hover, .btn-xl:focus, .btn-xl.active{
    background-color: #333;
    text-decoration: none;
    color: #fff;
}
.btn-xl2{
    padding: 8px 30px;
    width: 150px;
    border-radius: 30px;
    background-color: #CDD1D4;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-xl2:hover, .btn-xl:focus, .btn-xl.active{
    background-color: #333;
    text-decoration: none;
    color: #fff;
}
select{
    height: 40px !important;
    border: 0px;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
input{
    /*width: 100%; */
    height: 40px;
    border: 0px;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
textarea{
    width: 100%;
    height: 150px;
    border: 0px;
    border: 1px solid #eee;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
h1 {
    margin: 0 auto;
    padding: 0 0 0.5em 0;
    color: #444;
    font-weight: normal;
    font-size: 3.25em;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
}
h1 strong {
    color: #1E73BE;
    font-size: 0.90em;
}
h2 {
    position: relative;
    margin: 0 0 50px 0;
    color: #5c554c;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    font-weight: bold;
    font-size: 24px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2:after{
    position: relative;
    top: 23px;
    z-index: 0;
    display: block;
    margin: 0px auto;
    max-width: 300px;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #1E73BE;
    content: "";
    text-align: center;

}
h2 span:before {
    position: absolute;
    right: 0;
    bottom: -38px;
    left: 0;
    z-index: 20;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: #1E73BE transparent transparent transparent;
    content: "";
}
h2 span:after{
    position: absolute;
    right: 0;
    bottom: -35px;
    left: 0;
    z-index: 21;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: "";
}
.subline {
    margin: 0 auto;
    padding: 0 0 0.6em;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 300;
    font-size: 0.85em;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt {
    /* border-bottom: 1px solid #ccc; */
    margin: -1px 0;
    padding: 15px 0px 15px 20px;
    width: 35% !important;
    text-align: left!important;
    font-weight: 100;
    /* background: datauri0__ repeat; */
}
.azul{
    padding-right: 10px;
    color: #1E73BE;
    -webkit-font-smoothing: antialiased;
}
.azul:before{
    padding-left: 10px;
}

.campo {
    padding: 5px 20px 0 0;
    border-bottom: 1px solid #1e73be;
  width:70%;
}
.campo-tit{
    
    padding: 15px 0px 15px 20px;
    font-weight: 100;
}
dt:before {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 1em;
    color: #1E73BE;
    content: "\e88a";
    text-decoration: none;
    text-transform: none !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 16px;
    font-family: 'Linearicons-Free';
    line-height: 1em;
    speak: none;
    -webkit-font-smoothing: antialiased;
}
dd {
    float: left;
    margin-left: 10px !important;
    padding: 5px 20px 0 0;
    width: 27% !important;
    border-bottom: 1px solid #eee;
    /* border-left: 1px solid #eee; */
}
.rojo{
    font-size: 25px;
    padding-top: 7px;
    color: #CD1414;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}

#wrapper{
    padding: 30px;
}
.navbar-default{
    background-color: #1E73BE;
    border-color: #e7e7e7;
    color:#fff;
    font-weight: bold;
}
.navbar-default li>a{
    color: #fff !important;
}

