* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.lato {
    font-family: 'Lato', sans-serif;
}

.app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.app .header-app {
    flex: 1;
}

.nav a {
    color: #8f3477 !important;
}

.nav a:hover {
    color: #000 !important;
}

.nav a.active {
    color: #3086a0 !important;
    font-weight: bold !important;
}

.nav-link:hover {
    cursor: pointer !important;
}

.pointer:hover {
    cursor: pointer !important;
}

.app .footer-app {
    background-color: #EBEBEB;    
}

.app .footer-app a {
    text-decoration: none;
}

.title-color-grey {
    color: #7A7A7A;
    font-weight: bolder;
}

.title-red-conesolfc {
    color: #943663 !important;
    font-weight: 1000;
}

.text-blue-conesolfc {
    color: #3086a0 !important;
}

.text-light-blue-conesolfc {
    color: #476D79 !important;
}

.text-red-conesolfc {
    color: #943663 !important;
}

.text-grey-recotel {
    color: #7A7A7A;
}

.text-grey-conesolfc {
    color: #aaaaaa;
    text-decoration: none;
}

.text-blue-recotel {
    color: #4779A9;
}

.text-orange-recotel {
    color: #EC6550;
    text-decoration: none;
}

.text-light-blue-recotel {
    color: #70BEB7;
    text-decoration: none;
}

.fs-17px {
    font-size: 17px;
}

.fs-15px {
    font-size: 15px;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-98 {
    width: 98%;
}

.bg-light-imgs {
    border-radius: 25px;
    background: #ebebeb;
    width: fit-content;
    margin: auto;
    padding: 3px;
}

.soluciones {
    background-color: #000;
    background-image: url("../images/city.png") !important;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.soluciones a {
    color: #fff;
    text-decoration: none;
}

.contactoConesolfc {
    background-color: #000;
    background-image: url("../images/lightBlue.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contactoConesolfc a {
    color: #fff;
    text-decoration: none;
}

.rounded-16px {
    border-radius: 16px;
}

.w-300px {
    width: 300px;
}

.fw-bolder {
    font-weight: bolder !important;
}

.btn-recotel-orange {
    background-color: #EC6550;
    color: #fff;
    text-decoration: none;
}

.btn-recotel-orange:hover {
    background-color: #da4b35;
    color: #fff;
    text-decoration: none;
}

.btn-none {
    background: transparent;
    border: none;
}

.text-justify {
    text-align: justify !important;
}

.text-light-purple-recotel {
    color: #6334E3;
    text-decoration: none;
}

.table-aviso {
    border: 1px solid #000;
    border-collapse: collapse;
}

.table-aviso th, td {
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 10px;
}

/* Responsividad */

@media (max-width: 768px) {

    .w-100 {
        width: 100% !important;
    }

    #headerConesolfc {
        display: flex !important;
        flex-direction: row;
        align-items: center !important;
    }

    #logoImgHeader {
        margin: 0 auto !important;
    }
    
    #headerConesolfc img {
        position: relative;
        margin: 0 auto !important;
    }

    #naviDiv {
        display: none;
    }

    #naviHeader {
        margin: 0 auto !important;
    }

    #naviHeader a {
        font-size: 12px !important;
    }

    #imgVentajas {
        display: none;
    }

    #quienesSomos {
        width: 100% !important;
        padding: 0 1rem !important;
    }

    .title-color-grey {
        font-size: 20px !important;
    }

    .fs-17px {
        font-size: 14px !important;
    }

    .px-5 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .mx-5 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .soluciones {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .pointer:hover {
        cursor: pointer !important;
    }

    #valoresIntero div.text-grey-recotel {
        font-size: 13px !important;
    }

    #listaValores {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        font-size: 17px !important;
    }

    #listaValores img {
        width: 30px !important;
    }

    #listaSoluciones {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    #listaSoluciones div {
        margin-top: 20px !important;
    }

    #listaContacto {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    #listaContacto div {
        margin-top: 20px !important;
    }

    #tituloBuzon {
        text-align: center !important;
    }

    #formAtencion {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    #formAtencion label {
        color: #00000070 !important;
        margin-top: 10px !important;
    }

    #atencionCredito {
        margin-top: 10px !important;
    }

    #atencionTelefono {
        margin-top: 10px !important;
    }

    #atencionEmail {
        margin-top: 10px !important;
    }

    #headerResponsive {
        display: flex !important;
        flex-direction: column !important;
    }

    .footer-app div.justify-content-between {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .footer-app div.justify-content-between div {
        margin-top: 10px !important;
    }

    .footer-app img {
        margin: 0 auto !important;
    }

    .footer-app a:hover {
        cursor: pointer;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    #imgVentajas {
        display: none;
    }
}