/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* form de contacto */
.formulario-contacto label {
    margin: 32px 0 0 0;
	display: block;
    width: 100%;
}
.formulario-contacto input.wpcf7-form-control.wpcf7-submit {
    margin: 24px 0 0 0;
    width: auto;
    float: right;
}
.formulario-contacto input {
	display: block;
    width: 100%;
}
.formulario-contacto textarea {
	display: block;
    width: 100%;
}
/* fin de form de contacto */

/* eventos */
.content-grid-eventos-proximos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.content-item-evento-proximo {
    max-width: 30.3333%;
    margin: 0 1.5% 3%;
    border-bottom: solid 1px #772a90;
    padding: 20px 20px 80px 20px;
    background: #FAFAFA;
    border-radius: 15px 15px 0 0;
    position: relative;
}
.content-grid-eventos-proximos-single {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.content-item-evento-proximo-single {
    max-width: 100%;
    margin: 0 0 30px;
    border-bottom: solid 1px #772a90;
    padding: 20px 20px 70px 20px;
    background: #FAFAFA;
    border-radius: 15px 15px 0 0;
    position: relative;
}
h2.titulo-evento {
    color: #772a90;
    line-height: 1.2;
    font-weight: 400;
	font-size: 32px !important;
}
h3.titulo-evento {
    color: #772a90;
    line-height: 1.2;
    font-weight: 400;
	font-size: 24px !important;
}
.fecha-evento-card {
    font-size: 16px;
    font-weight: 600;
}
.lugar-evento {
    font-size: 18px;
    font-weight: 400;
}
.fecha-evento-card-single {
    font-size: 14px;
    font-weight: 600;
}
.lugar-evento-single {
    font-size: 16px;
    font-weight: 400;
}
.content-grid-eventos-participamos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.content-item-evento-participamos {
    max-width: 30.3333%;
    margin: 0 1.5% 3%;
	border-radius: 15px;
	background: #FFFFFF;
	border: solid 1px #A3439C;
	overflow: hidden;
	position: relative;
	padding: 0 0 40px 0;
}
h2.titulo-evento-participamos {
    color: #772a90;
    line-height: 1.2;
    font-weight: 400;
	font-size: 32px !important;
}
.content-imagen-evento {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
	justify-content: center;
}
.content-data-eventos{
	padding: 20px;
}
.content-imagen-evento img {
    max-width: 110%;
}
.content-item-evento-participamos a {
    color: #000000;
}
.content-item-evento-participamos:hover {
	cursor: pointer;
}
.content-item-evento-participamos:hover .content-imagen-evento img {
    -ms-transform: scale(1.10);
    -webkit-transform: scale(1.10);
    transform: scale(1.10);
	will-change: -ms-transform;
    will-change: -webkit-transform;
    will-change: transform;
    -webkit-transition: .4s ease-in-out !important;
    transition: .4s ease-in-out !important;
}
.intro-evento {
    font-size: 15px;
    line-height: 1.6;
	margin: 10px 0;
}
.content-button {
    position: absolute;
    bottom: 20px;
}
button.ver-mas-eventos {
    background: #772a90;
    border: none;
    border-radius: 100px;
    padding: 8px 16px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
	cursor: pointer;
}
button.ver-mas-eventos:hover {
    background: #727272;
}
.content-item-evento-participamos:hover button.ver-mas-eventos {
    background: #727272;
}
/* fin de eventos */

/* organizaciones */
.content-grid-organizaciones {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.content-item-organizaciones {
    max-width: 30.3333%;
    margin: 0 16px 32px;
    border-radius: 24px;
    background: #f2f2f2;
    overflow: hidden;
    position: relative;
    padding: 0;
    border: solid 1px #772a90;
}
.img-logo-organizaciones {
    background: #FFFFFF;
    height: 250px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
}
.img-logo-organizaciones img {
    max-height: 100%;
}
.content-data {
    padding: 32px;
}
h3.titulo-organizaciones {
    font-size: 24px;
    font-weight: 600;
    color: #772a90;
	line-height: 1.4em;
}
.descripcion-organizaciones {
    font-size: 16px;
    line-height: 1.4em;
    color: #1a1a1a;
}
.txt-alcance {
    font-size: 14px;
    color: #727272;
    font-weight: 600;
    border-top: solid 1px #adadad;
    border-bottom: solid 1px #adadad;
    padding: 8px 0;
    margin: 8px 0;
}
.txt-provincia {
    font-size: 14px;
    color: #727272;
    font-weight: 600;
}
.txt-email a {
	display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    color: #772a90;
}
.icon-data {
    width: 16px;
    display: flex;
    margin: 0 8px 0 0;
    fill: #772a90;
}
.txt-email:hover a {
    color: #b55fd0;
}
.txt-email:hover .icon-data {
    fill: #b55fd0;
}
.content-rrss {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 16px 0 0 0;
    justify-content: space-around;
    background: #FFFFFF;
    padding: 12px 8px 6px 8px;
    border-radius: 12px;
}
.icon-rrss {
    width: 24px;
    margin: 0 8px 0 0;
}
.icon-rrss svg {
    max-height: 24px;
    fill: #772a90;
}
.icon-rrss:hover svg {
    fill: #b55fd0;
}
/* fin de organizaciones */

/* slider organizaciones */
.tangible-slider {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}
.tslide {
    margin: 0 0 0 8px !important;
    padding: 0 16px !important;
}
.tslider-action>a {
    height: 42px !important;
    width: 42px !important;
    background-color: #000000 !important;
    border-radius: 100px !important;
    background-repeat: no-repeat !important;
    border: solid 6px #000000 !important;
    background-position-y: -1px !important;
    background-size: 63px !important;
}
.tslide img {
    max-height: 100% !important;
}
ul.tslider-pager.tslider-pager {
	display: none !important;
}
/* fin de slider organizaciones */

/* tablet */
@media (max-width: 980px) {
	.content-item-evento-proximo {
		max-width: 45%;
		margin: 0 2.5% 30px;
	}
	.content-item-evento-participamos {
    	max-width: 45%;
		margin: 0 2.5% 30px;
	}
	.content-item-organizaciones {
		max-width: 45%;
		margin: 0 2.5% 30px;
	}
}
/* mobile */
@media only screen and (max-width: 480px) {
	.content-item-evento-proximo {
		max-width: 100%;
		margin: 0 0 30px;
	}
	.content-item-evento-participamos {
    	max-width: 100%;
    	margin: 0 0 30px;
	}
	.content-item-organizaciones {
		max-width: 100%;
		margin: 0 0 30px;
	}
	.tslide {
		padding: 0 64px !important;
	}
}