﻿body {
    background-color: white;
}

.container {
    margin: 0px;
    max-width: 100%;
}

    .container img {
        margin-left: 9%;
    }

#navbarSupportedContent {
    margin-top: 80px;
}

.btn-outline-success {
    color: white;
    background-color: transparent;
    background-image: none;
    border-color: white;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #41b6e1;
        border-color: #41b6e1;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #41b6e1;
        border-color: #41b6e1;
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem #41b6e1;
        }

#contentPage {
    width: 100%;
    padding: 0;
    margin: 0;
    /*display: flex;
    align-items: center;*/
}

#contentSlide {
    padding: 0;
    margin: 0;
    display: flex;
    height: 258px;
}


#contentMarcas {
    background-color: white;
    border: none;
}

#contentFooter {
    padding: 0;
    margin: 0;
}

#contentNav {
    padding: 0;
    margin: 0;
}

    #contentNav nav {
        padding-top: 1%;
        padding-bottom: 0;
        background-color: #676767 !important;
    }

.carousel-inner {
    height: 100%;
}

@media screen and (max-width: 575px) {
    .carousel-caption {
        padding-top: 20%;
    }

    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #carouselLogin {
        height: 300px;
    }

    #contentSlide {
        height: 100%;
    }

    .container img {
        margin-left: 0;
        height: 86px;
    }

    div .divLogos {
        display: none;
    }

    .nav-tabs .nav-link {
        border: 0px solid transparent;
    }

    div .autoplay {
        background-color: white;
    }

    div #contentValores {
        margin-top: 10%;
    }

    .cardMision {
        height: 580px;
    }

    #contentNav {
        height: 88px;
    }

    #imgLogoIndex {
        height: 84px;
        width: 192px;
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .imgColono {
        width: 110px;
    }

    #contentAccesos {
        position: relative;
        color: #fff;
        text-align: center;
        background-color: #67676747;
        padding-left: 5%;
        padding-right: 5%;
    }

    .carousel-caption h2 {
        font-size: 1rem;
    }

    .carousel-caption p {
        font-size: 15px;
    }

    .itemAcceso {
        margin: 4%;
    }

    .imgSlideLogin {
        height: 300px;
    }
}

@media screen and (max-width: 989px) and (min-width: 576px) {

    .carousel-caption {
        padding-top: 17%;
    }

    #contentMarcas {
        padding-left: 6%;
    }

    div .autoplay {
        display: none;
    }

    .nav-tabs .nav-link {
        border: 0px solid transparent;
    }

    div #contentFooter {
        position: fixed;
        bottom: 0;
    }

    div .divLogos {
        padding-top: 4%;
        padding-bottom: 11%;
    }

    #contentNav {
        height: 96px;
    }

    #imgLogoIndex {
        height: 90px;
        width: 240px;
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .imgColono {
        width: 110PX;
    }

    .itemAcceso {
        margin: 4%;
    }

    .imgSlideLogin {
        height: 400px;
    }
}

@media screen and (max-width: 1189px) and (min-width: 989px) {
    .itemAcceso {
        margin: 3%;
        margin-left: 6%;
    }
}


@media screen and (max-width: 1189px) and (min-width: 577px) {

    #contentAccesos {
        position: relative;
        color: #fff;
        text-align: center;
        background-color: #67676747;
        padding-left: 5%;
        padding-right: 5%;
    }

    #contentSlide {
        height: 400px;
    }

    .imgSlideLogin {
        max-height: 400px;
    }
}

@media screen and (min-width: 1190px) {
    #contentAccesos {
        position: relative;
        margin-top: -14%;
        color: #fff;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.44);
    }

    #contentSlide {
        height: 630px;
    }

    .itemAcceso {
        margin: 1%;
    }
}


@media screen and (min-width: 990px) {
    li a {
        text-decoration: none;
        color: white !important;
        float: left;
        padding: 10px;
        border: 1px solid;
        border-color: white;
        border-radius: .50rem;
        width: 130px;
        height: 35px;
        margin: 6px;
        text-align: center;
        padding: 3% !important;
    }

        li a:hover {
            background-color: gray;
        }

    .container {
        display: inline-table !important;
    }

    .menu {
        margin: auto !important;
    }

    #navbarResponsive {
        width: 100%;
        /*background-color: white;*/
        border-radius: 1.25rem;
    }

    #btnLog {
        position: absolute;
        bottom: 29%;
        left: 81%;
        background-color: #ebebeb00;
    }

    .carousel-caption {
        padding: 12%;
    }

    #contentMarcas {
        padding-left: 3%;
    }

    div .autoplay {
        display: none;
    }

    div #contentFooter {
        position: fixed !important;
        bottom: 0;
        left:0px;
        right:0px;
    }

    div .divLogos {
        padding-bottom: 3%;
        padding-top: 1%;
    }

    #contentNav {
        height: 146px;
    }

    #imgLogoIndex {
        height: 90px;
        width: 240px;
    }
}

.imgSlideLogin {
    filter: grayscale(75%);
}

#btnLog {
    color: white;
    border-color: #ebebeb;
    background-color: transparent;
    width: 110px;
}

    #btnLog:hover {
        background-color: gray;
    }

#footer {
    background-color: #676767;
    width: 100%;
    height: 59px;
    color: white;
}

.logos {
    margin: 1%;
}

li a {
    color: white !important;
}

.carousel-caption {
    color: white;
    text-align: center;
    /*top: 50%; */
    xtransform: translateY(-50%);
    xbottom: initial;
    position: absolute;
    right: 15%;
    left: 15%;
    bottom: auto;
    background-color: rgba(121, 120, 114, 0.5686274509803921);
    left: 0 !important;
    top: 0;
    height: 100%;
    width: 100%;
}

/*Estilo de la modal de Login*/
#modal-login {
    z-index: 1400 !important;
}



div #bodyModalIngresar {
    background-color: white;
}

.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-login .modal-header {
    background-color: #ffffff;
}

.optionAdmin {
    display: inline;
}

.modal-login h4 {
    text-align: center;
    font-size: 26px;
    color: #999;
    width: 100%;
}

.modal-login .form-control:focus {
    border-color: #70c5c0;
}

.modal-login .form-control, .modal-login .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-login .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    justify-content: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
}

    .modal-login .modal-footer a {
        color: #999;
    }

.modal-login .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #C0C0C0;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

    .modal-login .avatar img {
        width: 100%;
    }

.modal-login .btn {
    color: #fff;
    border-radius: 4px;
    background: #63a1c5 !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

    .modal-login .btn:active:focus {
        background-color: #C0C0C0 !important;
        border-color: #df8080 !important;
        box-shadow: none !important;
    }

    .modal-login .btn:hover, .modal-login .btn:focus {
        background: #C0C0C0;
        outline: none;
        background: #63a1c5;
    }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal-dialog {
    text-align: left;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    max-width: 350px;
}

.card:hover {
    -webkit-filter: grayscale(100%);
}

.contenido-ingresar {
    display: block;
}

.contenido-recuperar {
    display: none;
}

.contenido-cambiarClaveTemp {
    display: none;
}

#aVolverCambiarClave {
    padding: 0px;
}

#aRecuperarContra {
    padding: 0px;
}

#aInicioSesion {
    padding: 0px;
}

.tituloClave {
    margin-right: 5px;
    color: #999;
}

.informacionContra {
    display: none;
    left: 0px;
    position: absolute;
    top: 50px;
    overflow: initial;
    padding: 5px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 1000;
}

    .informacionContra p {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
        color: black;
        font-size: 15px !important;
        font-style: normal !important;
    }

input#txtClaveNueva:hover ~ .informacionContra {
    display: block;
}

.carousel {
    width: 100%;
}

.slide-box {
    display: flex;
    justify-content: space-between;
}

.slick-next {
    right: 0px;
}

.slick-prev {
    left: 0px;
    z-index: 1;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #fff;
}

.ml-auto, .mx-auto {
    margin-left: 0 !important;
}

.menu {
    margin: auto !important;
}

div #contentHistoria {
    margin: 0;
    padding: 0;
    margin-left: 2%;
    margin-top: 8%;
}

div #contentValores {
    margin-top: 3%;
    margin-bottom: 8%;
}

div #contentHistoria p {
    text-align: justify;
    font-size: 15px;
}

#fotoHistoria {
    width: 100%;
    border-radius: .25rem;
}

.parrafoValores {
    font-size: 15px;
}

#contenedorHistoria {
    padding: 2%;
    border-radius: .25rem;
    margin-bottom: 10%;
}

#mision {
    margin-top: 5%;
}

div #tabContent {
    margin: 0;
    padding: 0;
}

.card {
    height: 400px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    margin-bottom: 5%;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: 200px;
}

.card:hover {
    -webkit-filter: grayscale(0%);
}

.cardMision {
    margin-bottom: 20%;
}

.itemAcceso {
    display: inline-block;
    width: 115px;
}

.iconoAcesso {
    max-width: 100%;
}

img.iconoAcesso:hover {
    transform: scale(1.2);
    transition: .2s;
}

#contentAccesos {
    text-align: center;
    background-color: #67676747;
}


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
#modalLoading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
}

.modal-login {
    max-width: 100%;
    width: 100% !important;
    color: #636363;/**/
    max-width: 400px;
    border-bottom: none;
    justify-content: center;
    margin: auto;
}

.avatar img {
    max-width: 100px;
    width: 100%;
    height: auto;
}

.input-group .btn {
    width: 100%;
}

.btnLogin {
    width: 100%;
}

@media (max-width: 767.98px) {
    .modal-content {
        margin: 20px;
    }

    .input-group .btn {
        width: auto;
    }
}


