/* Red #d9272d */


/* Gray #58595b */


/* Navy #1a1f54 */


/* Agua1 #3bc1cd */


/* Agua2 #75cede */


/* Marigold #fcc549 */


/* base */

.mt-15 {
    margin-top: 15px!important;
}

.img-bg {
    height: 100vh;
    background: #1a1f54;
    background-image: url('./bg-mail.png');
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.container-fluid.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0!important;
    padding-right: 0!important;
}


/* base */

body {
    font-family: 'Nunito', sans-serif;
    height: 100%;
    color: #1a1f54;
    background: #F3F5F9;
    /* 	background: linear-gradient(30deg, rgba(0,33,71,1) 0%, rgba(23,65,115,1) 100%); */
}

.hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    opacity: 0.5;
    display: none;
}

.box {
    position: relative;
    padding: 30px 60px 30px;
    width: 100%;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 45px;
    margin-bottom: 20px;
    letter-spacing: -0.2px;
    margin-top: 50px;
    font-family: 'Montserrat', sans-serif;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-control {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px 5px 5px;
    display: block;
    width: 100%;
    color: rgba(32, 35, 66, 1);
    height: 50px;
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid rgba(32, 35, 66, .25);
    box-shadow: none;
}

textarea.form-control {
    height: 140px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
    color: rgba(32, 35, 66, 1);
}

label {
    color: #696B80;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 20px;
    font-weight: 400;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

.has-value label {
    top: -10px;
    font-size: 12px;
    color: rgba(32, 35, 66, 1);
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #1a1f54;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}


/* active state */

.has-value .bar:before,
.has-value .bar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

.has-value .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.submit-btn {
    text-align: center;
}

.submit-btn input {
    margin-top: 20px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    min-width: 100%;
    text-align: center;
    letter-spacing: 2.5px;
    line-height: 18px;
    font-weight: 700;
    padding: 15px 30px;
    border: 2px solid;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #1a1f54;
    color: #ffffff;
    border-color: #1a1f54;
}

.response a {
    display: none;
}

.response {
    margin-bottom: 0px;
    color: #d7262c;
}

.box-image {
    margin: 0 auto;
    text-align: center;
    padding: 0 120px;
    color: #fff;
}

.box-image h3 {
    font-weight: 700!important;
}

.fas.fa-calendar-alt,
.fas.fa-map-marker-alt {
    color: #d7262c;
}

.box h4 {
    font-size: 20px!important;
    font-weight: 600!important;
}

@media (max-width: 600px) {
    .box {
        padding: 50px 0px 30px;
        height: 100vh;
    }
    .submit-btn input {
        margin-top: 25px;
        position: relative;
        display: inline-block;
        font-size: 14px;
        min-width: 100%;
        line-height: 18px;
        font-weight: 700;
        padding: 15px 15px;
        margin: 0 auto;
    }
    .submit-btn {
        padding-bottom: 50px;
    }
}