.div_flyer_det{
    width: 100%;
    color: #555;
    border: 0px solid #ccc;
    border-radius: 25px;
    height: 405px;
}

.flyer_content {
    width: 185px;
    height: 185px;
    margin-top: 60px;
    margin-left: 12px;
    background-color: #FFF;
    text-align: center;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.flyer_content_modal {
    width: 185px;
    height: 185px;
    margin-top: 60px;
    margin-left: 12px;
    background-color: #FFF;
    text-align: center;
    border: 0px solid #ccc;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.flyer_content_text {
    width: 185px;
    height: 100px;
    margin-top: 5px;
    margin-left: 12px;
    background-color: #FFF;
    border: 0px solid #ccc;
    display: inline-block;
    text-align: left;
    padding: 5px;

}
.flyer_content_text_modal {
    width: 185px;
    height: 100px;
    margin-top: 5px;
    margin-left: 12px;
    background-color: #FFF;
    border: 0px solid #ccc;
    display: inline-block;
    text-align: left;
    padding: 5px;

}

.nexus-fondo {
    float: left;
    width: 210px;
    height: 413px;
    background: red;
}

.nexus-pngV1 {
    float: left;
    width: 210px;
    height: 413px;
    background: url(../img/nexus-png.png);
}

.nexus-pngV1_modal {
    float: left;
    width: 210px;
    height: 413px;
    background: url(../img/nexus-png.png);
}

.nexus-pngV2 {
    float: left;
    width: 210px;
    height: 413px;
    background: url(../img/nexus-png.png);
}
.table_modal_flyer{
    margin-top: 45px;
}
/*.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #fff;
}*/
/****************************/
.columna_modal {
    width:50%;
    float:left;
}

@media (max-width: 500px) {

    .columna_modal {
        width:auto;
        float:none;
    }

}
/****************************/

.colorpicker, .colorpicker * {
    z-index: 9999;
}
.flyer_letra{
    color: black;
    font-weight: 600;
}
.flyer_letra_comentario{
    color: black;
    font-weight: normal;
}
.flyer_letra_comentarioV2{
    color: black;
    font-weight: normal;
}


.flyer-header {
    background-image: url(../img/titulo_fondo.png);
    background-size: contain;
    height: 107px;
    background-repeat: no-repeat;
}
.titulo_modal{
    color: #FFF;
    text-align: center;
    margin-top: 25px;
    font-size: 22px;
}
/******************************/
.flyer_letraV2{
    color: black;
    font-weight: 600;
}

.flyer-headerV2 {
    background-image: url(../img/titulo_fondo.png);
    background-size: contain;
    height: 107px;
    background-repeat: no-repeat;
}
.titulo_modalV2{
    color: #FFF;
    text-align: center;
    margin-top: 25px;
    font-size: 22px;
}
.flyer_content_textV2 {
    width: 185px;
    height: 100px;
    margin-top: 5px;
    margin-left: 12px;
    background-color: #FFF;
    border: 0px solid #ccc;
    display: inline-block;
    text-align: left;
    padding: 5px;

}
.div_flyer_detV2{
    width: 100%;
    color: #555;
    border: 0px solid #ccc;
    border-radius: 25px;
    height: 405px;
}

.flyer_contentV2 {
    width: 185px;
    height: 185px;
    margin-top: 60px;
    margin-left: 12px;
    background-color: #FFF;
    text-align: center;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
textarea {
  resize: none;
}
textarea.ta10em {
  height: 10em;
}

/*******************************************************************/
#flyer_content {
    border: 2px dotted white;
}
#flyer_content.in {
    line-height: 50px;
}
#flyer_content.hover {
    border: 2px dotted black;
}
#flyer_content.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

/*******************************************************************/
/*******************************************************************/
flyer_contentV2 {
    border: 2px dotted white;
}
#flyer_contentV2.in {
    line-height: 50px;
}
#flyer_contentV2.hover {
    border: 2px dotted black;
}
#flyer_contentV2.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

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

.updatedClassLeft{
    position: absolute;
    top: 8px;
    left: 0px;
    cursor: pointer;
}
.updatedClassRight{
    position: absolute;
    top: 8px;
    right: 2px;
    cursor: pointer;
   
}

.header-img-marcelo {
  width: 100%;
  height: 400px;
  background: url('https://fiweex.com/sistema/img/banner_marcelo.jpg');
  background-size: cover;
}