/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

/*# sourceMappingURL=responsive.desktop.css.map */

/* =============================================================================
 *   Wrappers
 * ========================================================================== */

.not-front #columns{
	margin-top: 3%;
}

/*
 * Main content column wrapper
 */
.one-sidebar.sidebar-first #main-content{
	margin-left: 30px;
}

/* =============================================================================
 *   Branding
 * ========================================================================== */

/* =============================================================================
 *   Regions
 * ========================================================================== */

#content-column{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;	
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/* BLOQUE BIENVENIDA */
.bloque-bienvenida{
	padding: 2% 12%;
}

/* BLOQUE COTIZAR */
.bloque-cotizar{
	padding: 5% 2%;
}
.bloque-cotizar .block-content > p{
	margin-bottom: 70px;
}


/* BLOQUE FOOTER */
#footer .block-panels-mini .panel-display .region .region-inner,
#footer .block-panels-mini .panel-display .region .pane-block,
#footer .block-panels-mini .panel-display .region .pane-block .block-inner,
#footer .block-panels-mini .panel-display .region .pane-block .block-inner .block-content,
#footer .panel-display .region:nth-child(1) .block-content > div,
#footer .panel-display .region:nth-child(3) .block-content > div{
	height: 100%;
}
#footer .block-panels-mini .panel-display .region .pane-block .block-inner{
	margin-right: 25px;
	margin-left: 25px;
}

/*
 *  BLOQUE ALIADOS
 */
.block-aliados-block .view-content{
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}


#block-block-14 .wrapbox.acccli{
	margin-top: 2%;
	margin-right: 15%;
	margin-left: 15%;
}


/* =============================================================================
 *   Node Styling
 * ========================================================================== */


/*.page-views #page-title,*/
.page-taxonomy #page-title{
	margin-top: 50px;
}


/*
 * SERVICIOS - VISTA TEASER
 */
.page-servicios .view-filters{
	padding: 0 0 100px 0;
}

/* QUIENES SOMOS */
#node-21 .node-content .wrapper-box .box{
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;	
}

