@font-face {
    font-family: 'bariol_bold';
    src: url('../bariol/bariol_bold-webfont.woff2') format('woff2'), url('../bariol/bariol_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bariol_light';
    src: url('../bariol/bariol_light-webfont.woff2') format('woff2'), url('../bariol/bariol_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bariol_regular';
    src: url('../bariol/bariol_regular-webfont.woff2') format('woff2'), url('../bariol/bariol_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    background-image: url(../images/bg-layoutout.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'bariol_regular', sans-serif !important;
    text-align: center;
}
html, body {
    height: 100%;
    margin: 0;
}
.layout-out-container {
    /*height: calc(100% - 13.6rem);
    margin-top: 3rem;
    display: inline-block;*/
    height: calc(100% - 13.6rem);
    margin-top: 48px;
    display: inline-block;
    position: relative;
}
.lof-item {
    width: 100%;
    color: transparent;
    width: calc(20% - 0px);
    float: left;
    padding: 0px 8px;
}
.lof-item:hover {
    color: transparent;
    text-decoration: underline;
}
.lof-items {
    overflow: auto;
    text-align: center;
}
.lof-item-info {
    overflow: hidden;
    background-color: #003e74;
    padding: 30px 10px;
    border-radius: 10px;
    text-align: center;
}

.lof-item-info-img {
    height: 5rem;
    width: 35px;
    display: inline-block;
}

.lof-item-info-desc {
    height: 5rem;
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.lof-item-info-img img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.lof-item-info-desc h4 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    color: #fff;
}

#layout-out-footer,
#layout-out-header {
    background-color: #fff !important;
}

#layout-out-footer {
    padding: 1.2rem 1rem;
}

body {
    background-color: #fff;
}
/*.layout-out-container .row:first-of-type {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    overflow: auto;
}*/
.centrado {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    overflow: auto;
}
#layout-out-footer .row:first-of-type {
    display: contents;
}

.locc-box {
    background-color: #fff;
    border-radius: 15px;
    padding: 35px 35px 9px;
    width: calc(100% - 72px);
    display: inline-block;
    text-align: left;
}

.locc-contact {
    width: 70px;
    display: inline-block;
    position: absolute;
    bottom: 0;
}
.loc-content {
    text-align: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);

}
.loc-content h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}
.locc-contact img {
    width: 100%;
}

#locc-title {
    font-size: 20px;
    font-weight: 800;
    font-family: 'bariol_bold';
}

.locc-box .form-group .form-control {
    background-color: #e8f0ff;
    border-color: #dbe7ff;
    border-radius: 8px;
}

.locc-box .form-group label {
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0px;
}

#locc-loginsubmit {
    background-color: #053e74;
    border-radius: 25px;
    padding: 10px;
    font-size: 20px;
}

#locc-buttons a {
    display: inline-block;
    text-align: center;
}
#locc-forgotpassword {
    font-size: 12px;
    text-align: center;
    color: #333;
    display: block;
    margin: 20px;
    font-weight: 600;
}

#locc-verificar {
    font-size: 12px;
    text-align: center;
    color: #333;
    display: block;
    margin: 20px;
    font-weight: 600;
}

#layout-out-header {
    padding: 0 35px;
}

.navbar-brand {
    padding-bottom: 0;
    padding-top: 0;
}
.navbar-brand img{
    height: 3rem;
}

/*
.ctm-notificaciones2 {
    right: 15px;
    position: absolute;
    cursor: pointer;
}

    .ctm-notificaciones2 span {
        display: block;
        height: 15px;
        width: 15px;
        background-color: #ef1a46;
        border-radius: 20px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .ctm-notificaciones2 img {
        height: 50px;
    }*/

.ctm-notificaciones {
    right: 35px;
    position: absolute;
    cursor: pointer;
}
    .ctm-notificaciones span {
        display: block;
        height: 15px;
        width: 15px;
        background-color: #ef1a46;
        border-radius: 20px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .ctm-notificaciones img {
        height: 70px;
    }
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 100%;
    }

    body {
        /*background-color: blue;*/
    }
}

@media (min-width: 1500px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 100%;
    }

    body {
        /*background-color: red;*/
    }

    .navbar-brand img {
        /*height: 5rem;*/
    }

    .lof-item-info-img {
        /*height: 10rem;*/
        width: 50px;
        display: inline-block;
    }

    .lof-item-info-desc {
        /*height: 10rem;*/
        width: calc(100% - 150px);
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }

    .lof-item-info-desc h4 {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        padding-left: 10px;
    }

    .loc-content h1 {
        font-size: 100px;
        font-weight: 600;
        color: #fff;
        text-align: left;
    }

    .locc-box {
        background-color: #fff;
        border-radius: 15px;
        padding: 25px 35px 5px;
        width: calc(100% - 72px);
        display: inline-block;
        text-align: left;
    }

    #locc-title {
        font-size: 27px;
        font-weight: 800;
        font-family: 'bariol_bold';
    }

    .locc-box .form-group label {
        font-size: 18px;
        font-weight: 600;
        margin: 10px 0px;
    }

    #locc-loginsubmit {
        background-color: #053e74;
        border-radius: 25px;
        padding: 10px;
        font-size: 22px;
        margin-top: 50px;
    }

    #locc-forgotpassword {
        font-size: 16px;
        text-align: center;
        color: #333;
        display: block;
        margin: 20px;
        font-weight: 600;
    }
    #locc-verificar {
        font-size: 16px;
        text-align: center;
        color: #333;
        display: block;
        margin: 20px;
        font-weight: 600;
    }
    .locc-box .form-group .form-control {
        background-color: #e8f0ff;
        border-color: #dbe7ff;
        border-radius: 8px;
        height: 50px;
    }
}

.ctm-notificaciones2 {
    right: 15px;
    position: absolute;
    cursor: pointer;
}

    .ctm-notificaciones2 span {
        display: block;
        height: 15px;
        width: 15px;
        background-color: #ef1a46;
        border-radius: 20px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .ctm-notificaciones2 img {
        height: 50px;
    }

.slider-main {
    height: 520px;
}

/*-----------------------------------------------------*/
.slider-main * {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    height: calc(100% - 30px);
}

/* Hide the images by default */
.ctm-slide {
    display: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 6px 14px;
    border-radius: 89px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    transition: 0.6s ease;
    border-radius: 10px;
    user-select: none;
    border: 1px solid #fff;
}

/* Position the "next button" to the right */
.next {
    right: 0;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
        text-decoration: none !important;
    }

/* Caption text */
.ctm-slide-text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

    .ctm-slide-text a {
        font-weight: 600;
        background-color: #053e74;
        color: #fff;
        padding: 5px 20px;
        border-radius: 20px;
        border: 1px solid #025cba;
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active {

    }
    .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.ctm-fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.ctm-slide.active.ctm-fade {
    opacity: 1 ;
}

.ctm-slide-container {
    padding: 0px 40px;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
/*-----------------------------------------------------*/