@charset "UTF-8";
/*
*
*   TALLERES - Styles
*   Version 1.0.0
*   Author:	@mamarilla
*
*/
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700");*/
@import 'https://fonts.googleapis.com/css?family=Pavanam|Amatic+SC|Voltaire|Economica';
/*
*   Mensaje de warning del módulo Webform Scheduler que no debe aparecer ahí
*/
.page-talleres section div.messages,
.page-node-23285 section div.messages{ display: none}
/*
*	Opciones generales de vista Talleres
*
*	Filtrado
*/
.view-talleres .view-filters{
    display: inline-block;
    width: 100%;
    background-color: transparent; 
    padding: 0;
    margin: 0;
    border-top: none;
    border-bottom: none;
}
.view-talleres .view-filters form{float:right}
#edit-estado-inscripcion-wrapper{}
#edit-estado-inscripcion-wrapper select{    
    font-size:12px;
    width: 100%;	
    height:33px;
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 93% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#edit-estado-inscripcion-wrapper .description{font-style: italic;font-size:11px}
#edit-submit-talleres{margin-top: 0}

/************
*	Lista
*/
.view-talleres{
    background-color: #F4F4F4;
    padding: 1em;
}

.view-talleres .item-list{}
.view-talleres .item-list ul {padding: 0;list-style-type: none !important;}
.view-talleres .item-list ul li{list-style-type: none !important;}
.view-talleres .item-list ul li{list-style-type: none !important;}
.view-talleres .item-list ul li.views-row-1{list-style-type: none !important;}
.view-talleres article{	
    padding: 2%;
    overflow: hidden;
    background-color: #fff;
    /*border-left:5px solid #1D9D84;*/
    margin: 0;
    margin-bottom:1em;
    border-bottom: none;
}
.wrap_talleres ul .list_talleres{list-style-type: none !important;}
.wrap_talleres ul.list_talleres li{list-style-type: none !important;}
/*
*	ESTADO DE LA INSCRIPCION EN EL LISTADO
*
*/
.view-talleres .item-list .field-name-field-estado-taller{font-style: italic;background-color:#FFF;margin:0}
.view-talleres .item-list .field-name-field-estado-taller .field-label{text-transform:none;display:inline-block;color:#000;border:none !important}
.view-talleres .item-list .field-name-field-estado-taller .field-items{padding:5px;color: #E06663}

/*
*	CONTENIDO
*
*/
.node-talleres
/*	
*	ESTADO DE LA INSCRIPCION EN EL CONTENIDO
*
*/
.field-name-field-estado-taller{margin:10px 0; background-color:#FAFAFA;color:#D32F2F}
.field-name-field-estado-taller .field-label{text-transform:Uppercase;border-left:2px solid;padding:5px;display:inline-block;color:#004053}
.field-name-field-estado-taller .field-items{padding:5px;display: inline-block;}
.field-name-field-palabras-claves{ font-style: italic}

/*************************************************************/
/*
*	FORMULARIO
*
*
*
*/
.webform-submission,
.node-webform form,
.node-talleres form{
    background:#FAFAFA;
    padding:20px 10px;
    font-family: 'Arial', sans-serif;
    color: #444;
}

.webform-submission form div,
.node-webform form div,
.node-talleres form div
{
    text-align:center;
    display:inline-block;
    background: #fff;
}
/**
*	CLASES DE TIPOS DE CAMPO
*
*/
.webform-submission form div .webform-component-textfield,
.webform-submission form div .webform-component-email,
.webform-submission form .form-radios,
.webform-submission form .form-checkboxes,
.webform-submission form .form-type-radio,
.webform-submission form .form-actions,
.webform-submission form .webform-component-number,
.webform-submission form .webform-component-radios,
.webform-submission form .webform-component-checkboxes,
.webform-submission form .webform-component-select,

.node-webform form div .webform-component-textfield,
.node-webform form div .webform-component-email,
.node-webform form .form-radios,
.node-webform form .form-checkboxes,
.node-webform form .form-type-radio,
.node-webform form .form-actions,
.node-webform form .webform-component-number,
.node-webform form .webform-component-radios,
.node-webform form .webform-component-checkboxes,
.node-webform form .webform-component-select,

.node-talleres form div .webform-component-textfield,
.node-talleres form div .webform-component-email,
.node-talleres form div .form-radios,
.node-talleres form div .form-checkboxes,
.node-talleres form div .form-type-radio,
.node-talleres form div .form-actions,
.node-talleres form div .webform-component-number,
.node-talleres form div .webform-component-radios,
.node-talleres form div .webform-component-checkboxes,
.node-talleres form div .webform-component-select{
    text-align: center;
    border: 0;
    box-shadow: none;
    margin: 0,6em;    
}
.webform-submission form div .form-radios,
.webform-submission form div .form-checkboxes,
.node-webform form div .form-radios,
.node-webform form div .form-checkboxes,
.node-webform form div .webform-component-select,

.webform-submission form div .form-radios,
.webform-submission form div .form-checkboxes,
.node-talleres form div .form-radios,
.node-talleres form div .form-checkboxes,
.node-talleres form div .webform-component-select{
    margin: 1.5em;
}
/*    Campo Resumen
*/
.node-talleres div .field-name-body{ margin-top: 20px}
/*
*	ELEMENTO FIELDSET
*/
.webform-submission form fieldset,
.node-webform form fieldset,
.node-talleres form fieldset{
    color:#f30;
    border:0;
    margin-bottom:25px;
}
.webform-submission form fieldset legend,
.node-webform form fieldset legend,
.node-talleres form fieldset legend{	
    border-radius: 0px !important;
    height:30px;
    border:none;
    padding:10px 0;
    background: #D32F2F;
    font-weight:normal;
    color:#FFF;
    font-size:14px;
    text-transform: uppercase;
}
.webform-submission form fieldset legend span,
.node-webform form fieldset legend span,
.node-talleres form fieldset legend span{background-color: #D32F2F;text-shadow: 0 1px 0 #000;}

div fieldset.fieldset_1 legend,
div fieldset.fieldset_0 legend {
    border-radius: 0px !important;
    height: 15px;
    width: 90%;
    border: none;
    background: none;
    font-weight: bold;
    color: #FFF;
    font-size: 12px;
    text-align: left;
    padding: 0 5% 1%;
    background-color: #F5F5F5;
    border-bottom: 1px solid #f2f2f2;
}
div fieldset.fieldset_0 legend span.fieldset-legend,
div fieldset.fieldset_1 legend span.fieldset-legend{
    color:#004053;
    background-color:#F5F5F5;
    text-shadow: none;
}
div fieldset.fieldset_0 legend{text-align: center}
/*    DETIEC: “LA INSCRIPCIÓN SE APROBARÁ EXCEPCIONALMENTE Y ESTARÁ SUJETA A DISPONIBILIDAD DE CUPOS” */
div fieldset.fieldset_2 legend {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    padding: 0;
    background-color: #FFF;
    border-bottom: 1px dotted #c2c2c2
}
div fieldset.fieldset_2 legend span.fieldset-legend{
    color:#EE584A;
    background-color: transparent;
    text-shadow: none;
}
/**********************/
div fieldset.fieldset_3 legend {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    padding: 0;
    background-color: #FFF;

}
div fieldset.fieldset_3 legend span.fieldset-legend{
    color:#000;
    background-color: transparent;
    text-shadow: none;
    margin-bottom: 50px;
    text-transform: none
}


/*    Declaración Jurada   */
div fieldset.fieldset_1 .fieldset-description{
    color: #000;
    background-color: #FAFAFA /*#FAD36A*/;
    padding: 3%;
    font-weight: bold;
    font-family: monospace;
    font-style: normal;
    border: 1px solid #E58366
}
/**	
*	DIV QUE CONTIENE EL LABEL E INPUTs
*/
.webform-submission form .form-item,
.node-webform form .form-item,
.node-talleres form .form-item {
    color:#000;
}
.webform-submission form .form-item label,
.node-webform form .form-item label,
.node-talleres form .form-item label{
    font-size:12px;
    font-weight:bold;
    /*text-transform: Uppercase;*/
    color:#010101;
    margin:10px 5px 0;	
}
.webform-submission form .form-item .option,
.node-webform form .form-item .option,
.node-talleres form .form-item .option{
    font-weight: normal;
    font-size: 12px;
}
/**
*	TIPOS DE CAMPOS
*
*/
input:-webkit-autofill,
select:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
textarea:hover, input:hover, 
textarea:active, input:active,
textarea:focus, input:focus {
    outline:0px !important;
}

.webform-submission form .form-item input[type=text],	
.webform-submission form .form-item input[type=email],
.webform-submission form .form-item select,

.node-webform form .form-item input[type=text],	
.node-webform form .form-item input[type=email],
.node-webform form .form-item select,

.node-talleres form .form-item input[type=text],	
.node-talleres form .form-item input[type=email],
.node-talleres form .form-item select{
    outline: 0px;
    text-align:center;
    border:1px solid #FFF;
    border-bottom: 2px solid #f1f1f1;
    color: #777;
    padding-left: 10px;
    margin: 10px;
    margin-top: 12px;
    margin-left: 18px;
    width: 290px;
    height: 25px;
    border-radius: 2px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 12px;
}
.webform-submission form .form-item select,
.node-webform form .form-item select,
.node-talleres form .form-item select{
    height: 35px;
    font-size: 12px
}
.webform-submission form .form-item select option,
.node-webform form .form-item select option,
.node-talleres form .form-item select option{
    font-weight: 500;
    color: black
}
.webform-submission form .form-item input[type=text]:hover,	
.webform-submission form .form-item input[type=email]:hover,
.webform-submission form .form-item select:hover,
.webform-submission form .form-item input[type=text]:focus,	
.webform-submission form .form-item input[type=email]:focus,
.webform-submission form .form-item select:focus,
.webform-submission form .form-item textarea:focus,

.node-webform form .form-item input[type=text]:hover,	
.node-webform form .form-item input[type=email]:hover,
.node-webform form .form-item select:hover,
.node-webform form .form-item input[type=text]:focus,	
.node-webform form .form-item input[type=email]:focus,
.node-webform form .form-item select:focus,
.node-webform form .form-item textarea:focus,

.node-talleres form .form-item input[type=text]:hover,	
.node-talleres form .form-item input[type=email]:hover,
.node-talleres form .form-item select:hover,
.node-talleres form .form-item input[type=text]:focus,	
.node-talleres form .form-item input[type=email]:focus,
.node-talleres form .form-item select:focus,	
.node-talleres form .form-item textarea:focus{	
    border-bottom: 2px solid #D32F2F;	
    /*border: 1px solid #c7d0d2;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;*/
}



select .mont .form-select{
    width: 33%;
}
/**
*	Botón REGISTRARME
*
*/
.webform-submission form .form-actions,
.node-webform form .form-actions,
.node-talleres form .form-actions{display: block;}

.webform-submission form input[type="submit"].webform-submit,
.node-webform form input[type="submit"].webform-submit,
.node-talleres form input[type="submit"].webform-submit{
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    outline: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: 0;
    width: 240px;
    border: 2px solid #e3e3e3;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius:0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.webform-submission form input[type="submit"].webform-submit:hover,
.node-webform form input[type="submit"].webform-submit:hover,
.node-talleres form input[type="submit"].webform-submit:hover{
    border:2px solid #D32F2F;
    color:#D32F2F;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.webform-submission form input[type="submit"].webform-submit:focus,
.node-webform form input[type="submit"].webform-submit:focus,
.node-talleres form input[type="submit"].webform-submit:focus{
    background: #D32F2F;
    color:#FFF;  
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

/**********************************
*
*    PERSONALIZADOS
*
*/
.node-talleres .description{color: firebrick; font-style: italic; width: 100%}
.webform-component-date{width: 50%}
/*.node-talleres form .form-item select{width: 20%;}*/

/*    Borrar después del 27 de octubre */
.webform-component--tamano-de-la-empresa{width: 100%}

.aviso_informe_gestion{
    border: 1px solid #D9EDF7;
    padding: 20px;
    margin: 10px 0;
    background-color: #f4f8fb;
}
/**********************************
*
*    Solo contactos COMUNICACIONES
*
*/
.webform-submission .form-item{font-size: 18px; font-family: Calibri, Arial}
.webform-submission .form-item label{margin:0 15px; float: left; font-weight: bold}
.webform-submission fieldset{display:none}

.webform-submission fieldset.fieldset_0 {text-align: center; font-family: Calibri, Arial; display: block !important; margin:0 0 20px}
.webform-submission fieldset.fieldset_0 legend{border-bottom: 1px solid #c2c2c2;}

.webform-submission fieldset.fieldset_1 {text-align: center; font-family: Calibri, Arial; display: block !important; margin:0 0 20px}
.webform-submission fieldset.fieldset_1 legend{border-bottom: 1px solid #c2c2c2;}

.node-type-talleres .prueba  h1,
.node-type-talleres .page-title{
    display: block !important;
    font-size: 16px;
    background-image: url(https://www.senatics.gov.py/application/files/6014/6522/2539/ENCABEZADO_1-sin_logos.jpg);
    padding: 10px;
}
/*     Solo para Lanzamiento ReVA     */
.node-type-talleres .page-title-reva{
    color: #C01D1D;
    font-size: 20px;
    text-align: center;
    padding: 0 0 15px;
}
.page-node-23592.node-type-talleres .page-title{display: none !important}
.page-node-23592.node-type-talleres .field-name-body .field-label{ display: none !important}


/*
*
*    Solo para Formulario de Melissa
*    Envíanos tus noticias
*
*/

#block-webform-client-block-24433{
    background-image: url("https://st2.depositphotos.com/7844818/10700/i/450/depositphotos_107007176-stock-photo-blue-white-diagonal-stripes-pattern.jpg");	
}
#block-webform-client-block-24433{padding: 5px;}
#block-webform-client-block-24433 .content{
    background-color: #FFF;
    padding: 15px
}
#block-webform-client-block-24433 label{
    font-weight: bold
}
#block-webform-client-block-24433 input[type="text"],
#block-webform-client-block-24433 input[type="email"],
#block-webform-client-block-24433 select{    
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
#block-webform-client-block-24433 h2{ display: none}
#webform-client-form-24433 .webform-component--nombre,
#webform-client-form-24433 .webform-component--apellido,
#webform-client-form-24433 .webform-component--institucion,
#webform-client-form-24433 .webform-component--celular,
#webform-client-form-24433 .webform-component--correo,
#webform-client-form-24433 .webform-component--tipo-de-informacion,
#webform-client-form-24433 .webform-component--especificar-otro{
    width: 32%;
    float: left;
    margin-right: 10px
}

#webform-client-form-24433 #edit-submitted-adjuntar-doc-fotos-ajax-wrapper,
#webform-client-form-24433 #edit-submitted-adjuntar2-ajax-wrapper,
#webform-client-form-24433 #edit-submitted-adjuntar3-ajax-wrapper,
#webform-client-form-24433 #edit-submitted-adjuntar4-ajax-wrapper{
    float: left;
    //border: 1px solid green;
    width: 100%;
}

#webform-client-form-24433 #edit-submitted-adjuntar-doc-fotos-ajax-wrapper label{
    border-bottom: 2px solid #c2c2c2; 
    margin-bottom: 10px
}
#webform-client-form-24433 #edit-submitted-adjuntar-doc-fotos-ajax-wrapper .description,
#webform-client-form-24433 #edit-submitted-adjuntar2-ajax-wrapper .description,
#webform-client-form-24433 #edit-submitted-adjuntar3-ajax-wrapper .description{
    border: 2px solid green;
    display: none
}
#block-webform-client-block-24433 .form-actions{text-align: center;}
#block-webform-client-block-24433 input[type="submit"].webform-submit{
    outline: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: 0;
    width: 240px;
    border: 2px solid #e3e3e3;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-align: center; 
}
#block-webform-client-block-24433 input[type="submit"]:hover.webform-submit{    
    border: 2px solid #F30;
    color: #f30
}
.titulo_info{
    border:0;
    width: 100%;
    margin: 20px 0;
}
.titulo_info legend{
    background: #FFF;
    border: 0;
    font-size: 14px;
    font-weight: 700
}