/*****************************************/

.border {
    border-radius: 10px;
}


/*****************************************/

.floatDiv {
    position: fixed;
    width: 100%;
    /* width: 70px;
    height: 70px; */
    bottom: 30px;
    right: 20px;
    /* background-color: #0C9; */
    /* font-size: 25px; */
    /* color:#FFF; */
    /* text-align:center; */
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 1001;
}


/*****************************************/

.float {
    position: fixed;
    /* width: 70px;
    height: 70px; */
    bottom: 30px;
    right: 20px;
    /* background-color: #0C9; */
    /* font-size: 25px; */
    /* color:#FFF; */
    border-radius: 50px;
    /* text-align:center; */
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 10;
}


/*****************************************/

#btn-flotante {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 40px 40px 0;
    z-index: 1080;
}

#btn-flotante button {
    margin-right: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

#btn-flotante button:last-child {
    margin: 0;
}


/*****************************************/


/* header-submenu */

.header-submenu {
    left: 5%;
    text-transform: uppercase;
    /* font-size: 12px; */
    font-weight: 700;
}

.li-sub {
    left: 8%;
}


/* Loading Spinner */

.spinner {
    margin: 0;
    width: 70px;
    height: 18px;
    margin: -35px 0 0 -9px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0)
    }
}

.waiting-icon {
    font-size: 22px;
    line-height: 60px;
    height: 60px;
    margin: 10px;
    text-align: center;
    color: #92A0B3;
    border: 1px solid rgba(220, 233, 255, 0.54);
    border-radius: 3px;
}

#miCaptcha {
    width: 100%;
    margin: 0 auto;
}

.user-account-btn {
    width: 310px;
}

.fix {
    position: fixed;
    bottom: 0px;
    left: 20px;
    max-width: 240px;
}

.image-box {
    max-height: 200px;
}

.ribbon>div {
    z-index: 0;
}

.oculto {
    visibility: hidden;
    display: none;
}


/* ------------Footer------------ */

.footer {
    background-color: #242424;
    color: white;
}

.footercontainer {
    padding-bottom: 50px;
}

.footerfinal {
    background-color: #2E2E2E;
    padding-top: 15px;
    padding-bottom: 15px;
}

.titulo {
    font-weight: bold;
}

.footerseccion2 {
    text-align: left;
    padding-left: 170px;
    padding-top: 50px;
}

.footerseccion1 {
    padding-top: 40px;
}

.btn-default {
    border-color: gray;
}

.mayusculas {
    text-transform: uppercase;
}

h2.tittle {
    padding: 2%;
    text-align: Center;
}

p.caption {
    /* margin: 2%; */
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    text-align: left;
}

img.imge-thumbnail {
    padding: 0%;
}

p.button {
    /* margin: 2%; */
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
}

p.date {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-right: 2%;
}

div.footer-image {
    position: absolute;
    z-index: 15;
    bottom: 10px;
    left: 50%;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    top: 93%;
    color: #FFFFFF;
    text-shadow: 0.1em 0.1em 0.2em black
}

.cerrar-modal:hover {
    color: #ff5757;
}

.centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#formdiv {
    text-align: center;
}

#file {
    color: green;
    padding: 5px;
    border: 1px dashed #123456;
    background-color: #f9ffe5;
}

#img {
    width: 17px;
    border: none;
    height: 17px;
    margin-left: -20px;
    margin-bottom: 191px;
}

.upload {
    width: 100%;
    height: 30px;
}

.previewBox {
    text-align: center;
    position: relative;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
}

.previewBox img {
    height: 150px;
    width: 150px;
    padding: 5px;
    border: 1px solid rgb(232, 222, 189);
}

.delete {
    color: red;
    font-weight: bold;
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ccc;
}

.scroll-div-img {
    height: 70px;
    overflow-y: scroll;
    border: 1px;
    border-style: solid;
    border-color: #dfe8f1;
}

.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.image-preview-input-title {
    margin-left: 2px;
}

h3.tittle {
    margin: 2%;
    text-align: left;
}

.module {
    margin: 0 0 1em 0;
    overflow: hidden;
}

.module p {
    margin: 0;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.imgBox {
    width: 200px;
}

.urlPortada {
    text-decoration: none;
    color: black;
}

.urlPortada:hover {
    text-decoration: none;
    color: grey;
}

.cardSize {
    width: 100%;
    height: 555px;
}

.portadaBody {
    width: 95%;
}

@media only screen and (min-width: 600px) {
    .imgBox {
        width: 250px;
    }
}

@media only screen and (min-width: 1367px) {
    .col1 {
        width: 40%;
    }
    .col2 {
        width: 60%;
    }
}

.zoom {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.applyZoom {
    -ms-transform: scale(2.5) !important;
    -moz-transform: scale(2.5) !important;
    -webkit-transform: scale(2.5) !important;
    -o-transform: scale(2.5) !important;
    transform: scale(2.5) !important;
    position: relative !important;
    z-index: 100 !important;
    cursor: zoom-out !important;
}

.center-content {
    display: flex;
    justify-content: center;
}

.pad20 {
    padding: 20px;
}

.scrollLeftMenu {
    overflow-y: scroll !important;
    height: 70vh !important;
}

.blockOverlay {
    height: 1000vh !important;
}
