/*
 Theme Name:   BGSMath
 Description:  Tema adaptado por ixole para BGSMath
 Author:       ixole Activa SL
 Author URI:   http://ixole.es
 Template:     Divi
 Version:      1.0.2
 Text Domain:  Divi-child
*/
@media (max-width: 1200px) {
	#et_mobile_nav_menu {
		display: block;
	}
	#top-menu {
		display: none;
	}
	.et_header_style_left #et-top-navigation {
		padding-top: 24px !important;
	}
	.et_fixed_nav.et_show_nav #page-container {
	}
}
#content-area .et_pb_section:first-child  {
	padding-top: 32px !important;
}
.entry-content.person-data .et_pb_row {
	padding: 0 !important;
}
@media (min-width: 1300px) and (max-width: 1366px) {
	#top-menu li a {
		font-size: 14px !important;
	}
}
@media (min-width: 1320px) and (max-width: 1366px) {
	#top-menu li a {
		font-size: 14px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1320px) {
	#top-menu li {
		padding-right: 10px;
	}
	#top-menu li a {
		font-size: 13px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1365px) {
	#page-container header:not(.et-fixed-header) #logo{
		max-width: 230px;
	}
}
.form {
	background-color: #eaeaea;
	padding-bottom: 40px;
	position: relative;
}
.form h1 {
	margin-top: 20px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}
.form p {
	padding-bottom: 5px;
}
.form .input {
	margin-top: 5px;
	position: relative;
}
.form .input .radio {
	display: inline-block;
}
.form .input.title {
	margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #dedede;
    margin-bottom: 15px;
}
.form .input:after {
	content: '';
	display: block;
	clear: both;
}
.form .select_group {
	display: inline-block;
    vertical-align: middle;
}
.form .select_group select{
	display: block;
	margin-bottom: 5px;
}
.form label {
	width: 30%;
	max-width: 100%;
    float: left;
    vertical-align: top;
}
.form .col {
	padding: 0 5px;
	float: left;
	box-sizing: border-box;
}
.form .col input,
.form .col select {
	width: 100%;
}
.form .col input[type=radio], .form .col input[type=checkbox] {
	width: auto;
}
.form .col input {
    padding: 3px;
}
.form .col-1-4 {
	width: 25%;
}
.form .col-2-4 {
	width: 50%;
}
.form .col-3-4 {
	width: 75%;
}
.form .col-3-8 {
	width: 37.5%;
}
.form .mt-radio-inline .radio-wrap {
	width: auto;
	float: left;
	margin-right: 5px;
	font-weight: 300;
    font-size: 14px;
}
@media (max-width: 767px) {
	.col {
		margin-bottom: 5px;
	}
	.form .col-1-4 {
		width: 100%;
	}
	.form .col-3-4,
	.form .col-3-8 {
		width: 100%;
	}
}
.form label.error {
	display: inline-block;
	margin-left: 5px;
	color: #E47878;
	width: auto;
}
.form input[type=date] {
	border: 1px solid #bbb;
}
.form input[type=text], .form input[type=date], .form select, .form textarea {
	min-width: 200px;
}
.form textarea {
	min-height: 100px;
}
.form input, .form select {
    float: left;
}
.form select#area2 {
	float: none;
	clear: both;
}
.form p.claim {
	margin: 20px 0 10px;
    clear: both;
}
.form input.error, .form select.error {
	border: 1px solid #E47878;
}
#candidateFiles input {
	margin-bottom: 20px;
	display: block;
	float: none;
}
#addDocument {
	display: block;
}
.form small {
	display: block;
	font-size: 80%;
    line-height: 1em;
	margin-top: 5px;
}
.form h2 {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.form h3 {
	margin-top: 20px;
}
.form .submitWrap,
.form .checkWrap{
	margin-top: 20px;
	text-align: center;
}
.form input[type=submit],
.form.form button {
	margin-top: 10px;
    display: inline-block;
    background: rgba(47, 56, 115, 0.75);
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
	float: none;
}
.form input[type=submit]:hover,
.form.form button:hover {
	-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
	background: #2f3873;
}
.form .input.check {
	display: none;
}
.form i.req {
	color: #E47878;
	font-style: normal;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
    vertical-align: middle;
}
.form .modal {
	display: none;
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(162, 162, 162, 0.8);
    z-index: 1000;
}
.form_message {
	width: 80%;
    margin: 30px auto;
    margin-top: 50px;
    padding: 20px;
    border: 1px solid #3D8470;
    background: #63D299;
    font-size: 24px;
    text-align: center;
    color: #fff;
	line-height: 25px;
}
.form_message.error {
	border: 1px solid #843d3d;
    background: #d26363;
}
.form_message.error a {
	color: #fff;
}
.form .recommenders .recommender {
	margin-top: 15px;
}
.table-full table {
	border: none;
	width: 100%;
}
.table-full table tr th {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 400;
	padding: 15px 35px;
}
.table-full table#peopleAvatarTable tr td:first-child {
	padding: 5px 12px;
	text-align: center;
}
.table-full table#peopleAvatarTable tr td:first-child img {
	border: 1px solid #969697;
	height: 51px;
}
.table-full table tr {
	border: 1px solid #969697;
	border-left: none;
	border-right: none;
}
.table-full table tr td {
	font-size: 15px;
	border-top: 1px solid #969697;
	font-weight: 400;
	padding: 8px 35px;
}
.table-full table tr td.avatar-container {
	padding: 4px 10px;
}
.table-full table tr td,
.table-full table tr th {
	border-right: 1px solid #969697;
}
.table-full table tr td:last-child,
.table-full table tr th:last-child {
	border-right: none;
}
.people-photo-module .et_pb_row {
	width: 100%;
	margin: 0;
}
.people-photo-module .et_pb_column.et_pb_column_1_8.image {
	margin-right: 1% !important;
	width: 11.85%;

}
.people-photo-module .et_pb_column.image img {
	border: 1px solid #969697;
	width: 100%;
}
.people-photo-module .person-name {
	padding: 10px;
	border-top: 1px solid #969697;
	border-bottom: 1px solid #969697;
	margin-bottom: 10px;
	font-size: 18px;
}
.people-photo-module .person-info {
	color: #969697;
	padding: 0 10px;
	font-size: 15px;
	line-height: 18px;
}
.person-areas {
	padding: 0 10px;
	font-size: 13px;
	line-height: 15px;
	margin-top: 10px;
	color: #969697;
}
.person-extra {
	padding: 0;
	margin-top: 7px;
	font-size: 13px;
	line-height: 15px;
	color: #969697;
}
.people-photo-module .person-name p {
	padding-bottom: 4px;
}
.people-photo-module .person-name p:last-child {
	padding-bottom: 0;
}
@media (max-width: 767px) {
	.people-photo-module .et_pb_column.image {
		clear: both;
	}
	.people-photo-module .et_pb_row {
		padding: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.et_pb_gutters2 .people-photo-module .et_pb_column.et_pb_column_1_8 {
		width: 23.75% !important;
	}
	.people-photo-module .et_pb_row .et_pb_column:nth-child(4n) {
		margin-right: 0px;
	}
	.people-photo-module .et_pb_row .et_pb_column:nth-child(5n) {
		clear: both;
	}
	.people-photo-module .et_pb_row .et_pb_column_1_8:nth-child(3n+0) {
		margin-right: 3% !important;
	}
	.people-photo-module .et_pb_column.et_pb_column_1_8.image {
		margin-right: 1% !important;
	}
	.people-photo-module .et_pb_row {
		padding: 0 !important;
	}
}

.person-data .title {
    background-image: url('img/titleBg.png');
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 12px;
    margin-right: 0px !important;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
	border-top: 1px solid #969697;
	border-bottom: 1px solid #969697; 
	text-transform: uppercase;
}
.person-data .title h1 {
	font-size: 20px;
	padding: 0;
}
.person-data .info {
	padding: 20px 0;
	font-size: 14px;
}
.person-data img {
	border: 1px solid #969697;
}
.person-data ul {
	padding-left: 0 !important;
}
.person-data ul li {
	list-style-position: inside;
    position: relative;
    list-style-type: none;
    padding-left: 16px;
}
.person-data ul li::before {
	position: absolute;
    content: '\25A0';
    font-size: 10px;
    line-height: 16px;
    left: 0;
}
.person-data .separator {
	border-top: 1px solid #969697;
}
.person-data .info:after {
	content: '';
	display: block;
	clear: both;
}
.person-data .info h3 {
	color: #2F80A1;
	font-size: 17px;
	font-weight: 400;
}
.person-data .col {
	box-sizing: border-box;
	float:left;
}
.person-data .col.col-1-3 {
	width: 33%;
}
.person-data .col.col-2-3 {
    width: 67%;
    padding-left: 4%;
}
@media (max-width: 767px) {
	.person-data .col {
		width: 100% !important;
		padding-bottom: 10px;
	}
	.person-data .col:last-child {
		padding-bottom: 0;
	}
}
.hiddeable {
	display: none;
}

.profile input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.btn.loadImage {
	position: relative;
	margin-top: 10px;
    display: inline-block;
    background: rgba(47, 56, 115, 0.75);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
#profilePicture {
    display: none;
}
.profile .actualImage-wrap {
    position: relative;
	margin-bottom: 20px;
}
.profile .actualImage-wrap img {
	width: 100%;
}
.profile .buttonContainer {
    width: 100%;
    height: 100%;
    background: rgba(50, 197, 210, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: block;
    transition: opacity 0.5s ease;
}
.profile .buttonContainer:hover {
    opacity: 1;
}
.profile a.buttonContainer i {
    color: #fff;
    font-size: 20px;
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
}
.imagePreview img {
	width: 100%;
	border: 1px solid #eee;
	padding: 4px;
}
.has-error .form-control {
    border-color: #e73d4a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #e73d4a;
	font-weight: 400;
	font-size: 12px;
}
body {
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
#et-top-navigation {
    font-weight: 500;
}
.et_pb_row.events_row {
	margin:0;
	padding: 0;
	width: 100%
}
.et_pb_row.events_row .events_column:nth-child(2n){
	margin-right: 0;
	padding-left: 3%;
	border-left: 1px solid #949495; 
	margin-left: -1px;
}
.et_pb_row.events_row .events_column:nth-child(2n+1){
	padding-right: 3%;
	border-right: 1px solid #949495; 
}
.single-column .post-meta {
    color: #666666 !important;
}
@media (max-width: 980px) {
	.et_pb_row.events_row .events_column {
		padding: 0 !important;
		border: none !important;
	}
	.et_pb_row.events_row {
		padding: 0 !important;
	}
}
.events_column article {
	margin-bottom: 0;
}
.events_column article h2 {
	color: #226593;
	margin-top: 0;
}
.et_pb_column.events_column {
	padding-bottom: 25px;
	margin-right: 0;
	width: 49.7%;
}
.events_column:after {
	content: '';
	display: block;
	clear: both;
}
.events_column article a:hover img{
	opacity: 0.7;
    filter: alpha(opacity=70);
}
.events_column article.past a img{
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.events_column article a img {
	width: 200px;
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
}
#main-header .nav li ul {
    background-color: #599eb9 !important;
}
.nav li li {
    line-height: 1.3em;
}

.et_pb_column.events_date_column {
	width: 100%;
	border-bottom: 1px solid #949495;
}
.et_pb_row.events_date_row {
	padding: 10px 0;
}
.et_pb_row.events_date_row .et_pb_column.events_date_column:last-child {
	border-bottom: none;
}
.et_pb_column.events_date_column article {
	display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #949495;
    width: 84%;
    margin-bottom: 0;
    padding: 25px 10px;
}

.et_pb_column.events_date_column article h2 {
	margin-top: 0;
	color: #2f86a8 !important;
}
.et_pb_column.events_date_column .event-date {
	display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-right: 20px;
	padding-top: 25px;
    box-sizing: border-box;
    width: 15%;
	font-size: 24px;
}
.et_pb_column.events_date_column .event-date .day {
	display: block;
	margin-bottom: 10px;
}
.et_pb_column.events_date_column .event-date .month {
	display: block;
	text-transform: lowercase;
	font-size: 18px;
}
.llista_des.et_pb_column_9 {
	margin-right: 0;
	padding-right: 3%;
}
.llista_des.et_pb_column_10 {
	padding-left: 3%;
    border-left: 1px solid;
    margin-left: -1px;
}
.llista_des .et_pb_posts {
	margin: 0;
}
.llista_des .et_pb_posts:after {
	content: '';
	display: block;
	clear: both;
}
.llista_des .et_pb_posts article:after {
	content: '';
	display: block;
	clear: both;
}
.llista_des .et_pb_posts article:nth-child(2n+1) {
	content: '';
	display: block;
	clear: both;
}
.llista_des .et_pb_posts .et_pb_post a img {
	width: 210px;
	float: left;
	padding-right: 20px;
}


.llista_des article h2 {
	margin-top: 0;
	color: #2f86a8;
}

@media (max-width: 980px) {
	.llista_des.et_pb_column_9 {
		margin-right: 0;
		padding-right: 0;
		border: none;
	}
	.llista_des.et_pb_column_10 {
		padding-left: 0;
		border: none;
	}
	.llista_des .entry-featured-image-url {
		max-height: none;
		float: none;
	}
	.llista_des .et_pb_posts .et_pb_post a img {
		float: none;
		max-width: none;
		width: 100%;
		padding-right: 0;
	}
	.llista_des article {
		width: 50%;
		float: left;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.llista_des article h2 {
		margin-top: 20px !important;
	}
}
@media (max-width: 480px) {
	.llista_des article {
		width: 100%;
		float: left;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

.et_pb_section.mandala {
	background-size: 10%;
    background-position: right 0;
}

@media (max-width: 980px) {
	.et_pb_section.mandala {
		background: none;
	}
}
.et_pb_row_6 .llista_des article {
	margin-bottom: 0;
    padding-bottom: 20px;
	padding-top: 20px;
}


/*blog_doble*/

.blog-2-cols .et_pb_posts {
	margin: 0 -20px;
}
.blog-2-cols .et_pb_posts:after {
	content: '';
	display: block;
	clear: both;
}
.blog-2-cols .et_pb_posts article:nth-child(2n+1) {
	content: '';
	display: block;
	clear: both;
}
.blog-2-cols .et_pb_posts .et_pb_post a img {
	max-width: 210px;
	float: left;
	padding-right: 20px;
}
.blog-2-cols article {
	width: 50%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.blog-2-cols article h2 {
	margin-top: 0;
}

@media (max-width: 980px) {
	.blog-2-cols .entry-featured-image-url {
		max-height: none;
		float: none;
	}
	.blog-2-cols .et_pb_posts .et_pb_post a img {
		float: none;
		max-width: none;
		width: 100%;
		padding-right: 0;
	}
	.blog-2-cols article h2 {
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
	.blog-2-cols article {
		width: 100%;
		float: left;
		padding: 0 20px;
		box-sizing: border-box;
	}
}
.help-block {
    display: block;
    font-size: 12px;
    color: #252525;
    clear: both;
}
.dataTables_paginate, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info {
    display: inline-block;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
    vertical-align: middle;
    height: 30px;
	line-height: 30px;
    font-size: 14px;
}
ul.pagination {
	margin: 0;
	padding: 0 !important;
}
.dataTables_paginate, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info {
	margin-right: 20px !important;
	color: #777 !important;
}
.dataTables_length label {
	font-weight: normal;
}
.pagination>li>a, .pagination>li>span {
    padding: 4px 12px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer; }
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    display: none; }

table.dataTable thead .sorting {
	background: url("img/datatables/sort_both.png") no-repeat center right; }

table.dataTable thead .sorting_asc {
	background: url("img/datatables/sort_asc.png") no-repeat center right; }

table.dataTable thead .sorting_desc {
	background: url("img/datatables/sort_desc.png") no-repeat center right; }

table.dataTable thead .sorting_asc_disabled {
	background: url("img/datatables/sort_asc_disabled.png") no-repeat center right; }

table.dataTable thead .sorting_desc_disabled {
	background: url("img/datatables/sort_desc_disabled.png") no-repeat center right; }

table.dataTable th:active {
	outline: none; }

.tableActions {
	margin-bottom: 20px;
}
.et_pb_row.no-padding {
	padding: 0;
}
#et-footer-nav .container ul {
    display: inline-block;
}
#et-footer-nav .container #footer-info {
    float: right;
    padding: 15px 0;
}
#footer-info a {
    color: #eeeeee !important;
}

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
    padding: 0;
}
.fc-toolbar button {
    position: relative;
    border: none;
    background: transparent;
	float: left;
	box-shadow: none;
}
.fc-state-active,.fc-state-down {
    background-color: #ccc;
    background-image: none;
    box-shadow: none

}
.fc-toolbar h2 {
	float: left;
    padding: 0;
    line-height: 31px;
}
row:first-child table {
    margin: 0;
}
.fc-view td{
	padding: 0!important;
}
.fc-row:first-child table {
    margin: 0;
}
.fc-day-grid-event .fc-content {
    white-space: normal !important;
}
.fc-event.common-event {
    background-color: #3a87ad;
	border: 1px solid #3a87ad;
}
.fc-event.short-event {
    background-color: #917492;
	border: 1px solid #917492;
}
.ball {
	width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
    vertical-align: baseline;
}
.ball.common-event {
	background-color: #3a87ad;
}
.ball.short-event {
	background-color: #917492;
}
.indicator {
	line-height: 12px;
	display: inline-block;
	margin-left: 10px;
}
.fc-right {
	position: relative;
}
.indicators-wrapper{
	position: absolute;
    right: 0;
    width: 300px;
    text-align: right;
    bottom: -26px;
}
@media (max-width:980px) {
	.fc-toolbar .fc-center {
		display: block!important;
	}
}
@media (max-width:600px) {
	.fc-icon, .fc-toolbar .fc-center {
		display: inline-block!important;
		padding-bottom: 10px;
	}
	.fc-right {
		position: relative;
		width: 100%;
	}
	.indicators-wrapper {
		width: 100%;
		text-align: center;
		bottom: -50px;
	}
}
#et_top_search_child {
    display: block;
    float: right;
    position: relative;
    width: 18px;
    margin: 3px 0 0 22px;
}

.gsc-search-box .gsc-input-box  {
	border: none;
}
.gsc-search-box .gsc-search-button {
	padding: 0;
}
.gsc-search-box tr td {
	border: none !important;
	padding: 0 !important;
}
.gsc-search-box tr td.gsc-search-button {
	background-color: #CECECE;
    padding: 5px 25px!important;
}
.gsc-search-box tr {
	padding: 0 !important;
}
.entry-content table.gsc-search-box {
	border: none;
	margin: 0;
}
.gsc-search-box .gsc-input>input:hover,
.gsc-input-box-hover {
	border: none!important;
	border-top-color: transparent!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline: none!important;
}
.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus {
	border: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline: none!important;
}
table.gsc-search-box td.gsib_a {
    padding: 5px 20px!important;
}
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border: none !important;
}
.gsc-input-box {
	height: auto!important;
}
.entry-content table.gstl_50 {
	margin-bottom: 0 !important;
}
.gsc-control-cse table {
	border: none;	
}
.gsc-control-cse table.gsc-search-box {
	border: 1px solid #eee;	
}
.fc-row .fc-content-skeleton {
    position: relative !important;
}
@media only screen and (max-width: 1024px) {
	.et_monarch .et_social_mobile {
		display: none;
	}
	.et_monarch .et_social_sidebar_networks {
		display: block;
	}

}
@media only screen and (max-width: 560px) {
	.et_monarch .et_social_sidebar_flip li {
		width: 30px;
	}
	.et_monarch .et_social_sidebar_networks a {
		padding: 8px 0 8px;
	}
	.et_monarch .et_social_sidebar_withcounts span.et_social_hide_sidebar, .et_monarch .et_social_rectangle.et_social_sidebar_flip span.et_social_hide_sidebar, .et_monarch .et_social_rounded.et_social_sidebar_flip span.et_social_hide_sidebar {
		margin-left: 5px !important;
	}
}

@media  (max-width: 980px) {
	.footer-widget:nth-child(n) {
		width: 29.5%!important;
		margin: 0 0.5% 0.5% 0!important;
		padding: 0 5px;
	}
	.footer-widget:nth-child(2) {
		width: 40%!important;
	}
	#footer-widgets {
		margin: 0 -5px;
	}
	.logos img {
		max-width: 100%;
	}
}
@media  (min-width: 1366px) {
	.textwidget .logos {
		padding-left: 10%;
	}
}
.textwidget .logos p:after {
	content: '';
	display: block;
	clear: both;
}
.textwidget .logos img {
	float: left;
}
.textwidget .logos img.ministerio {
	width: 100%;
    margin-bottom: 10px;
}
.textwidget .logos img.caixa {
	width: 20.7%;
	margin-right: 1.27%;
}
.textwidget .logos img.santander {
	width: 22.67%;
	margin-right: 1.27%;
}
.textwidget .logos img.axa {
	width: 54.06%;
}
@media (min-width: 768px) and (max-width: 980px) {
	.textwidget .logos img.caixa {
		width: 47%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.textwidget .logos img.santander {
		width: 51%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.textwidget .logos img.axa {
		width: 100%;
	}
}
@media (max-width: 480px)  {
	.textwidget .logos img.caixa {
		width: 47%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.textwidget .logos img.santander {
		width: 51%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.textwidget .logos img.axa {
		width: 100%;
	}
}
@media  (max-width: 767px) {
	#footer-widgets {
		display: flex;
		flex-flow: column;
	}
	.footer-widget:nth-child(1) {
		order:2;
	}
	.footer-widget:nth-child(2) {
		order:1;
	}
	.footer-widget:nth-child(3) {
		order:3;
	}
	#footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 4.5%!important;
	}
	.footer-widget:nth-child(n) {
		padding: 0 15px !important;
		text-align: center;
	}
	.textwidget .logos {
		text-align: center!important;
	}
	.et_monarch .et_social_networks.et_social_nospace li {
		width: auto !important;
	}
	.et_monarch .et_social_networks li:nth-child(2n+1), .et_monarch .et_social_mobile .et_social_networks li:nth-child(2n+1) {
		clear: none!important;
		padding: 0 10px!important;
	}
	.et_monarch .et_social_top div, .et_monarch .et_social_top ul, .et_monarch .et_social_top li, .et_monarch .et_social_top span, .et_monarch .et_social_top a, .et_monarch .et_social_top .et_social_icons_container {
		display: inline-block;
		width: auto;
	}
}
#calendar .fc-list-view .fc-scroller {
	height: auto !important;
}
#calendar .fc-list-view td {
	padding: 6px 24px !important;
}
#calendar .fc-list-view .fc-list-table {
	margin-bottom: 0;
}
#calendar .fc-list-view .fc-list-empty {
    padding: 50px 0;
}
#calendar .fc-list-view .fc-list-empty-wrap2 {
	position: static;
}
#nationalitySpecific {
	display: none;
}
.form .et_pb_row_0,
.et-db #et-boc [id^=inscriptionWrapper] .et_pb_row.et_pb_row_0 {
	display: block!important;
	border-top: none;
	border-bottom: none;
}

element.style {
}
.form .mce-btn.mce-disabled button, .form .mce-btn.mce-disabled:hover button {
	cursor: default;
	opacity: .4;
	filter: alpha(opacity=40);
	zoom: 1;
}

.form .mce-btn button {
	background: transparent;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 20px;
	*line-height: 16px;
	cursor: pointer;
	color: #333;
	text-align: center;
	overflow: visible;
	-webkit-appearance: none;
}

