html {
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    height: 100%;
}

.sunrise-font {
    font-family: 'Waiting for the Sunrise', cursive;
}

a, a:hover, a:focus {
    font-style: normal;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: none;
    text-decoration-color: none;
    transition: 0.4s ease all;
}

textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 150px;
}

.underline {
    text-decoration: underline;
}

.line160-FFF {
    width: 160px;
    border-bottom: rgba(255, 255, 255, 0.335) 1px solid;
}

.line100-FFF {
    width: 100px;
    border-bottom: rgba(255, 255, 255, 0.335) 1px solid;
}

.line40-333 {
    width: 40px;
    border-bottom: rgba(51, 51, 51, 0.335) 1px solid;
}

.line100-333 {
    width: 100px;
    border-bottom: rgba(51, 51, 51, 0.335) 1px solid;
}

.line80-CCC {
    width: 80px;
    border-bottom: #CCC 1px solid;
}

.line200-CCC {
    width: 200px;
    border-bottom: #CCC 1px solid;
}

.line40-naranjo {
    width: 40px;
    border-bottom: #D76826 2px solid;
}

.liner40-DDD {
    border-right: 1px #DDDDDD solid;
    width: 40px;
    height: 24px;
}

.liner60-CCC {
    border-right: 1px #CCC solid;
    width: 0px;
    height: 60px;
}

.bt1-EEE {
    border-top: #EEEEEE 1px solid;
}

.byw img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.byw:hover>img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/**** BORDER COLOR ****/

.border-FFF {
    border-color: #FFFFFF;
}

.border-797641 {
    border-color: #797641;
}

.border-EDECB6 {
    border-color: #EDECB6;
}

.border-B7B094 {
    border-color: #B7B094;
}

/**** WIDTH % ****/

.width20 {
    width: 20% !important;
    margin-left: 40%;
    margin-right: 40%;
    display: block;
}

.width40 {
    width: 40% !important;
    margin-left: 30%;
    margin-right: 30%;
    display: block;
}

.width50 {
    width: 50% !important;
    margin-left: 25%;
    margin-right: 25%;
    display: block;
}

.width60 {
    width: 60% !important;
    margin-left: 20%;
    margin-right: 20%;
    display: block;
}

.width80 {
    width: 80% !important;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
}

.width90 {
    width: 90% !important;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
}

.width100 {
    width: 100% !important;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
}

/**** UTILITIES ****/

.bl1-FFF {
    border-left: #FFF 1px solid;
}

.pointer {
    cursor: pointer;
}

.over-hidden {
    overflow: hidden;
}

.d_block {
    display: block;
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.zidndex10 {
    z-index: 10;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}