body{
    font-family: "Foco","Arial",sans-serif;
}
.navbar-brand img{
    max-width: 150px;
}
.nav_menu{
    /*background-color: rgba(0,153,204,0.3);*/
    background-color: rgba(0, 153, 204, 0.47);
}
.section_cover_page{
    background-image: url(/media/img/PACIFICO/portada.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 150px 100px 60px 100px;
    color: white;
}
.img_menu{
    opacity: 1;
    width: 100%;
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-68%);
}

.navbar-nav .nav-item .nav-link{
    font-weight: bold;
}

.navbar-nav .nav-item .nav-link:hover{
    text-decoration: underline;
}

.label-form{
    color:#888;
}
.link-orange {
    padding: .7em 1em .7em;
    background-color: #ff6319;
    color: white;
    font-weight: bold;
    letter-spacing: -.015em;
    text-decoration: none;
    text-transform: none;
    border-radius: .2em;
    display: inline-block;
    cursor: pointer;
    text-shadow: none;
    line-height: 1em;
    border: 0;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.link-orange:hover{
    text-decoration: none;
    color:white;
    background-color: #ff7433;
}
section.blue{
    background: linear-gradient(#0075b0,#09c);
    color: white;
}

.h1_main{
    font-size: 44px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.h1_section{
    font-size: 36px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.icon_module{
    margin-bottom: 15px;
}
.card_modules{
    padding: 35px 30px;
}
.list_dl dd p{
    font-size: 18px;
}

.list_dl dd i{
    padding-top: 5px;
    color:#00af3f;
}
footer{
    padding: 20px 0;
    background-color: #0075b0;
    color: white;
}
footer a{
    color: rgba(255,255,255,0.6);
    text-decoration: none;
}
footer a:hover{
    color: rgba(255,255,255,0.6);
    text-decoration: none;
}
.navbar.fixed-top.scrolled {
    background: #09c;
      top: 0;
      box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  transition: background-color 200ms linear;
}
.w_180{
    width: 180px;
}

.form-control{
    color:#333;
}
.form-control:focus{
    box-shadow: none;
}

.h4_section{
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border-bottom: 1px solid #888;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

/*validation colors*/
.error_class{
    color: #ff5464;
}

.form-control.error_class{
    border: 1px solid #ff5464;
}
.form-control.valid{
    border: 1px solid #09c;
}


.group-credentials span{
    color: #888;
}

.group-credentials .form-control{
    text-align: center;
    font-weight: bold;
    color: #222529;
}

@media screen and (max-width: 640px){
    .section_cover_page{
        padding: 100px 0px 60px 0px;
    }
    .card_modules{
        padding: 0;
    }
    footer{
        text-align: center;
    }

    .h1_main{
        font-size: 38px;
        margin-bottom: 3rem;
    }
    .h1_section{
        margin-bottom: 2rem; 
    }
    .card_modules p{
        margin-bottom: 2rem;
        border-bottom: 1px solid #ffffff30;
        padding-bottom: 1rem;
    }
    .card_modules .pl-4{
        padding-left: 0!important;
    }

}
