/* ----- FONTS ----- */

body {
    font-family: 'TCCC-UnityHeadline-Regular';
    line-height: 30px;
    color: #5B6B79;
    background-color: #FAEFD8 !important;
}

nav {
    z-index: 1050 !important;
}

.font-title {
    color: #2B363F;
    font-family: 'TCCC-UnityHeadline-Bold';
    font-weight: 600;
}

.drop-op {
    /*color: #e3e3e3;*/
    color: #5B6B79;
}

@media screen and (max-width: 990px) {
    .nav-derecha {
        display: none !important;
    }
    .drop-right {
        display: block !important;
    }
    .content-drop {
        background-color: #FAEFD8 !important;
    }
    .nav-derecha,
    ul>li:nth-child(1) {
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .nav-derecha {
        display: none !important;
    }
    .drop-right {
        display: block !important;
    }
    .content-drop {
        background-color: #FAEFD8 !important;
    }
    .nav-derecha,
    ul>li:nth-child(1) {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .font-title {
        font-size: 20px;
        text-align: center !important;
    }
    .nav-derecha {
        display: none !important;
    }
    .drop-right {
        display: block !important;
    }
    .content-drop {
        background-color: #FAEFD8 !important;
    }
    .nav-derecha,
    ul>li:nth-child(1) {
        display: none;
    }
}


/* ----- COLORS ----- */

.red-color {
    color: #F40000 !important;
}

.red-background {
    background-color: #F15060 !important;
}

.red-background-color-light {
    background-color: #FBD0D4 !important;
}

.orange-color {
    color: #FF6720 !important;
}

.orange-background {
    background-color: #FF6720 !important;
}

.orange-light-color {
    color: #E6A65D !important;
}

.orange-light-background {
    background-color: #E6A65D !important;
}

.burlywood-color {
    color: #D6CF8D !important;
}

.burlywood-background-color {
    background-color: #D6CF8D !important;
}

.tan-color {
    color: #bebb99 !important;
}

.tan-background-color {
    background-color: #bebb99 !important;
}

.green-color {
    color: #86D295 !important;
}

.green-background-color {
    background-color: #86D295 !important;
}

.blue-color {
    color: #8BD3E6 !important;
}

.blue-background-color {
    color: #8BD3E6 !important;
}

.accent-color {
    color: rgb(145, 212, 210);
}

.accent-background {
    background-color: #B0EBE9;
}

.accent-background-light {
    background-color: #F8FCFF;
}

.grey-caption-text {
    color: #AAAAAA;
}


/* ----- OWN STYLES ----- */

.input-rounded {
    border-radius: 15px !important;
}

.cover-title-font {
    font-size: 45px !important;
    background-color: rgba(228, 210, 104, 0.3);
    border-radius: 15px !important;
    padding: 10px 0px 10px 10px;
}

.cover-time-font {
    font-size: auto !important;
}

.cover-caption-font {
    font-size: 18px !important;
}

.circle-icon {
    display: inline-block;
    border-radius: 50%;
    padding: 1.5rem;
    background-color: #FFFFFF !important;
}

.quote {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    font-size: 20px;
}

.footer-classic a,
.footer-classic a:focus,
.footer-classic a:active {
    color: #ffffff;
}

.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-flat .ripple-effect {
    background: rgba(33, 150, 243, 0.4);
}

.ripple-container.ripple-effect-animation .ripple-effect {
    /*Aplicamos la animación que mas adelante definiremos con @keyframes*/
    -webkit-animation: ripple .4s ease-in;
    animation: ripple .4s ease-in;
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        padding-bottom: 200%;
        width: 200%;
    }
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        padding-bottom: 200%;
        width: 200%;
    }
}


/* ----- BOOTSTRAP CORRECTIONS ----- */

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 2rem;
}

.badge-light {
    color: #9EA4BE;
    background-color: #EDF3FF;
}

.badge-pill {
    padding: 10px !important;
    border-radius: 10rem !important;
}

.badge {
    margin-top: 10px !important;
    font-size: 14px !important;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-accent {
    color: #52BFE0 !important;
    background-color: #D4EFF7 !important;
    border-color: #D4EFF7 !important;
    border-radius: 3rem !important;
}

.btn-semi-rounded {
    color: #FFFFFF !important;
    background-color: #FF6720 !important;
    border-color: #FF6720 !important;
    border-radius: 1rem !important;
}

.btn-semi-rounded:hover {
    background-color: #E6A65D !important;
    border-color: #E6A65D !important;
}

input,
select {
    height: 3rem !important;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FF6720;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #FFFFFF !important;
    background-color: #ffdccc;
    border-radius: .25rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #FFFFFF !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(173, 173, 173, .25) !important;
}

.shadow-light-blue {
    box-shadow: 0 .2rem 1rem rgb(212, 239, 247) !important;
}

.shadow-light-red {
    box-shadow: 0 .2rem 1rem rgb(255, 220, 204) !important;
}

.img-aliance {
    width: auto !important;
    height: 10vh !important;
    max-height: 10vh !important;
}

.body-text-section {
    font-size: 20px;
    line-height: 35px;
}

@media (max-width: 991px) {
    .cover-title-font {
        font-size: 25px !important;
    }
    .cover-time-font {
        font-size: 14px !important;
    }
    .body-text-section {
        text-align: center;
    }
}

@media (min-width: 1400px) {
    .img-aliance {
        width: auto !important;
        height: 7vh !important;
        max-height: 7vh !important;
    }
}

.features {
    color: #000000 !important;
    margin: 0 0 15px 0;
    padding: 0;
    transition: .3s ease-in-out
}

.features h1 {
    color: #000000 !important;
    font-size: 90px;
    float: left;
    margin-top: -35px;
}

.features p {
    color: #000000 !important;
    font-size: 18px;
    margin-left: 50px;
}

.img-wrapper {
    position: relative;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 100px;
}

.img-overlay:before {
    content: ' ';
    display: block;
    /* adjust 'height' to position overlay content vertically */
    height: 50%;
}