/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/***************
	Colors
	***********/
	
:root {
	--main-bg-color: #F0F3F5;
	--title-color: #505D68;
	--text-color: #505D68;
	--bg-footer: #f3f3f3;
	--buttons: #424b5a;
	--circle-bg-count: #75C0D2;
	--button-purple: #8C7BC9;
	--border-social: #C0CFD7;
	--border-publication: #D8D8D8;
	--button-yellow: #FFE498;
}

html, body {
	font-family: 'Ubuntu', sans-serif;
	color: var(--text-color);
}

h3 {
	font-weight: 700;
	text-align: center;
	font-size: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: 20px;
}

h4 {
	text-align: center;
	font-size: calc(20px + (25 - 20) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: 20px;
}

/*****************
	Front Page
	*************/

.team-box_image {
	border-radius: 50%;
	width: 160px;
	height: 160px;
	overflow: hidden
}

.team-box_image img {
	width: 160px;
	height: 160px;
	object-fit: cover;
}

.programs_box a {
	text-decoration: none;
}

.programs_box-title {
	font-family: Ubuntu;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: var(--text-color);
}

/*****************
	Nuestro Equipo
	*************/
	
.team-bg {
	background-color: white;
}

.team_box {
	border: 1px solid var(--main-bg-color);
	text-align: center;
	margin-bottom: 20px;
}

.team_box-image {
	width: 100%;
	height: 220px;
	background-image: url('images/avatar_default.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.team_box-image img {
	object-fit: contain;
	height: 220px;
	width: 100%;
}

.team_box-info {
	padding: 15px;
}

.team_box-name {
	font-weight: 700;
	color: var(--title-color);
}

.team_box-name_c {
	text-transform: capitalize;
}

.team_box-name span, .team_box-position {
	font-size: 14px;
	color: #9facb5;
}

.team_box-social {
	border: 1px solid var(--border-social);
	border-right: 0;
	border-left: 0;
	width: 60%;
	margin: 10px auto;
	padding: 10px 0;
}

.team_box-social ul {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	justify-content: center;
	
}

.team_box-social ul li {
	margin: 0 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	background-color: var(--title-color);
}

.team_box-social ul li a {
	color: white;
}

/*****************
	Publicaciones
	*************/
.publication_box {
	border: 1px solid var(--border-publication);
	background-color: white;
	padding-right: 15px;
}

.publication_box img {
	object-fit: cover;
	height: 100%;
}

.publication_box-title {
	color: var(--title-color);
	font-size: calc(19px + (22 - 19) * ((100vw - 320px) / (1920 - 320)));
	line-height: calc(22px + (26 - 22) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	margin: 15px 0 10px;
}

.publication_box-excerpt p {
	font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	margin: 10px 0;
}

.publication_box-button {
	margin: 15px 0;
}

.publication_box-button a {
	color: var(--buttons);
	font-weight: 700;
}

.singlePu-excerpt {
	font-weight: 700;
	font-size: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
	color: var(--text-color);
	font-family: 'Ubuntu', sans-serif;
	margin-top: 15px;
}

.singlePu-content {
	color: var(--text-color);
	font-family: 'Ubuntu', sans-serif;
	font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.ligas_archivos-list {
	display: flex;
	
}

.ligas_archivos-list img {
	width: 40px;
}

/*****************
	Programs
	*************/
	
.paypal_btn {
	border: none;
	font-family: "Ubuntu", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #8C7BC9;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 2px 4px 0px 0px #d6d6d6;
    padding: 18px 25px 18px 25px;
    text-decoration: underline;
}

.paypal_btn:hover, .paypal_btn:focus {
	background-color: #8C7BC9;
	text-decoration: underline;
	outline: none;
}