﻿.owl-carousel.home-slider .slider-item .slider-text p {
    text-shadow: 1px 1px #000;
    color:#FFF;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    text-shadow: 1px 1px 2px #000;
}

.redes {
    font-size: xx-large;
}

    .redes a {
        margin: 0 10px;
    }

.row.encArchivos div {
    padding: 10px 0;
    border: 1px solid #efefef;
    background: #32a895;
}

.row.datosArchivos div {
    background: #fff;
    padding: 10px 0;
    border: 1px solid #efefef;
}

.separadorv {
    margin-top:10px;
}

/*------------------------------------*/

.dragZoneTitle {
    font-size: x-large;
    padding: 13px 0;
}

.dropZoneExternal > div,
.dropZoneExternal > img {
    text-align: center;
    margin: 0 auto;
}

.dropZoneExternal {
    position: relative;
    border: 3px dashed #32a895 !important;
    cursor: pointer;
}

.dropZoneExternal, .dragZoneText, .dropZoneText {
    width: 100%;
    height: 250px;
}

.dropZoneText {
    color: #fff;
}

#dropZone {
    background-color: #32a895;
}

.uploadControlDropZone,
.hidden {
    display: none;
}

.dropZoneText,
.dragZoneText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20pt;
    width: 50%;
}

.dragZoneText {
    color: #808080;
}

.dxucInlineDropZoneSys span {
    color: #fff !important;
    font-size: 10pt;
    font-weight: normal !important;
}

.LArchivos {
    display:none;
}
    .LArchivos .DArchivos {
        background-color: #32a895;
        border-radius: 10px;
        color: #fff;
        padding:5px 12px;
        float:left;
        width:90%;
    }

    .LArchivos .btn {
        color: #fff;
        /*float: left;*/
        /*width: 20%;*/
        border-radius: 50% !important;
    }

.uploadContainer .note {
    width: 100%;
    float: left;
}