/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* @font-face {
    font-family: "Priva";
    src: url("./src/assets/vendor/privaOnePro/Priva");
} */
/* font-family: "Priva"; */

/* src: url('./src/assets/vendor/priva/Priva-One-Pro.woff') format('woff'); */
@font-face {
    font-family: 'priva-one-pro';
    src: url('../vendor/priva/Priva-One-Pro.woff') format('woff');
    font-display: auto;
}

.btn {
    font-family: 'priva-one-pro';
}

.btn-form {
    font-family: 'priva-one-pro';
}

.info-cv{
    font-size: calc(0.6em + 1vw);
}

.leyendas {
    font-family: 'priva-one-pro';
    font-size: calc(0.7em + 1vw);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'priva-one-pro';
}

a {
    font-family: 'priva-one-pro';
    transition: 0.5s;
    text-decoration: none;
    color: #199EB8;
}

p {
    font-family: 'priva-one-pro';
}

a:hover {
    color: #23c2e1;
}

.card {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
}

a:hover {
    text-decoration: none !important;
}

.form .form-group {
    min-height: 55px;
}

.form .control-label {
    display: block;
}

.form .form-control {
    font-size: 12px;
    height: 40px;
    width: 100%;
    padding: 5px 8px;
    transition: .3s ease all;
    border-radius: 5px;
}

.form .form-control:hover {
    border: 2px solid #93BDED;
}

.form .form-control:focus {
    outline: rgba(4, 4, 4);
    box-shadow: 1px 7px 10px -5px rgba(90, 116, 148, 0.3);
    margin-bottom: 10px;
}

.form .form-control:invalid {
    outline: rgb(235, 8, 8);
    box-shadow: 1px 7px 10px -5px rgba(231, 11, 11, 0.548);
    margin-bottom: 10px;
}

#form1 {
    background-size: cover;
}

.form-footer {
    padding-top: 5px;
    font-family: 'priva-one-pro';
    width: 1300px;
    height: 35px;
    text-align: center;
    font-size: 20px;
    margin: 10px auto 0;
    background-color: #0b3070;

}

.error-label {
    font-size: 10px;
    margin-left: 8px;
    padding: 0;
    color: #e44646f8;
    text-align: start;
}

.attach-label {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 15px 20px !important;
    text-transform: uppercase;
    width: 150px;
    text-align: center;
    border-radius: 10px;
}

.attach-label:hover {
    color: #fff;
    background: #616d73;
}

.info-label {
    color: #616d73;
}

.btn-form {
    padding: 15px;
    border-radius: 4px;
    color: white;
    background-color: #1e73be;
    border-width: 0;
}
.bgh-title {
  color: #106BA0;
}

#header #logo h1 {
    font-size: 20px;
    margin: 0;
    line-height: 0;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin-right: 40px;
    width: 150px;
    height: 150px;
}

#logo img {
    padding: 0;
    margin-right: 40px;
    width: 150px;
    height: 150px;
}

.scrolled-offset {
    margin-top: 70px;
}

.tagline {
    font-size: 30px;
    margin: 45px 0 75px 0;
    color: #fff;
}


.welcome {
    height: 670px;
    padding-top: 70px;
    background: linear-gradient(to bottom,#eaf1fd 0%,#eaf1fd 100%);  opacity: 1; 
}
/* .welcome {
    color: #fff;
    height: 670px;
    padding-top: 70px;
    background: url("../img/parallax-bg.jpg") center top no-repeat;
} */

#carousel img {
    border-radius: 10px;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0b3070;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: rgb(97, 109, 115);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.site-footer p {
    font-size: 1em;
    opacity: .75;
        
}

.site-footer .social-nav a {
    color: #fff;
}

.site-footer .top {
    background-color: #EFEFEF;
    padding: 30px 0px 120px 30px;
}

.site-footer .top p {
    color: rgb(48, 46, 46);
}

.site-footer .bottom {
    background-color: #0b3070;
    height: 210px;
    padding: 30px 0 30px 0;
}

.site-footer .bottom img {
    width: 120px;
    padding: 10px;
}