/*
    DEMO STYLE
*/

@font-face {
    font-family: 'RaptorV3PremiumBold';
    src: url('fonts/RaptorV3PremiumBold.eot');
    src: url('fonts/RaptorV3PremiumBold.eot') format('embedded-opentype'),
         url('fonts/RaptorV3PremiumBold.woff2') format('woff2'),
         url('fonts/RaptorV3PremiumBold.woff') format('woff'),
         url('fonts/RaptorV3PremiumBold.ttf') format('truetype'),
         url('fonts/RaptorV3PremiumBold.svg#RaptorV3PremiumBold') format('svg');
}
@font-face {
    font-family: 'RaptorV3PremiumSemibold';
    src: url('fonts/RaptorV3PremiumSemibold.eot');
    src: url('fonts/RaptorV3PremiumSemibold.eot') format('embedded-opentype'),
         url('fonts/RaptorV3PremiumSemibold.woff2') format('woff2'),
         url('fonts/RaptorV3PremiumSemibold.woff') format('woff'),
         url('fonts/RaptorV3PremiumSemibold.ttf') format('truetype'),
         url('fonts/RaptorV3PremiumSemibold.svg#RaptorV3PremiumSemibold') format('svg');
}
@font-face {
    font-family: 'RaptorV3PremiumRegular';
    src: url('fonts/RaptorV3PremiumRegular.eot');
    src: url('fonts/RaptorV3PremiumRegular.eot') format('embedded-opentype'),
         url('fonts/RaptorV3PremiumRegular.woff2') format('woff2'),
         url('fonts/RaptorV3PremiumRegular.woff') format('woff'),
         url('fonts/RaptorV3PremiumRegular.ttf') format('truetype'),
         url('fonts/RaptorV3PremiumRegular.svg#RaptorV3PremiumRegular') format('svg');
}

body {
    font-family: 'RaptorV3PremiumRegular', sans-serif;
    color: #053630;
    font-size: 18px;
}

h1 {
    font-family: 'RaptorV3PremiumSemibold', sans-serif;
    font-size: 44px;
    line-height: 1;
}
h1 b {
    font-family: 'RaptorV3PremiumSemibold', sans-serif;
}
h4 {
    font-size: 20px
}
h5 {
    font-size: 18px;
    margin-bottom: 16px;;
}

p {
    line-height: 1.5;
    color: #999;
}
b {
    font-family: 'RaptorV3PremiumBold', sans-serif;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.btn {
    padding: 16px 24px;
    background-color: #002e36;
    color: #FFFFFF;
    border-radius: 4px;
    transition: all .3s ease-in-out;
}
.btn:focus {
    color: #FFFFFF;
}
.btn:hover {
    background-color: #51d1c9;
    color: #002e36;
}


.text-green {
    color: #053630
}
.text-min {
    font-size: 12px;
    color: #9caaaa
}

.top24 {
    margin-top: 24px
}
.top40 {
    margin-top: 40px
}
.top120 {
    margin-top: 120px
}

/* ---------------------------------------------------
    HEADER STYLE
----------------------------------------------------- */

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

header {
    width: 100%;
    height: 120px;
    position: relative;
    padding: 16px;
    display: inline-flex;
    align-items: center;
    background-color: #002e36;
}
.logo-urbaser {
    width: 180px
}
.logo-premio {
    width: 200px;
}


/* ---------------------------------------------------
    HOME STYLE
----------------------------------------------------- */


.form-select {
    display: block;
    width: 100%;
    height: 48px;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(img/caret.svg);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.dropdown.bootstrap-select {
    width: 100% !important;
    min-width: 300px;
    max-width: 480px;
}
.dropdown.bootstrap-select button {
    background: #FFFFFF;
    border-color: #CCCCCC;
}
.dropdown.bootstrap-select button:hover {
    border-color: #51d1c9;
}
.dropdown.bootstrap-select .btn:not(:disabled):not(.disabled) {
    color: #212529;
    border-color: #212529;
}

.container-datos {
    display: none;
}

.box-doc {
    width: calc(100% - 16px);
    display: block;
    font-size: 20px;
    margin-left: 24px;
    margin-bottom: 16px;
    transition: all .3s ease-in-out;
}
.box-doc span {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-color: #002e36;
    background-image: url(img/icon-download.svg);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-right: 16px;
    position: relative;
    top: 16px;
    transition: all .3s ease-in-out;
}
.box-doc:hover {
    color: #51D1C9;
}
.box-doc:hover span {
    background-color: #51D1C9;
}


/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

footer {
    width: 100%;
    background: #e1e6e6;
    padding-top: 32px;
    margin-top: 16px;
    font-size: 14px;
}
footer .row div {
    padding-top: 24px
}
footer ul {
    margin-bottom: 0;
    padding-left: 0;
}
footer ul li {
    list-style: none;
    margin-top: 16px
}
footer ul li img {
    width: 18px;
    vertical-align: top;
    margin-right: 4px
}
footer ul li span {
    display: inline-block;
}

.logo-urbaser-footer {
    width: 220px
}
.footer-bottom {
    border-top: 1px solid #ccc;
    padding: 32px 16px;
    font-size: 11px;
    margin-top: 32px
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (min-width: 768px) {
    h1 {
        font-size: 64px;
    }
    .logo-urbaser {
        width: 240px
    }
    
    #content {
        width: calc(100% - 250px);
        position: relative;
        left: 250px
    }
    
}

@media (min-width: 992px) {
    header {
        padding: 16px 40px;
    }
}
