/*
Theme Name: Pura Calle
Theme URI: *
Author: Joseph FC
Author URI: https://wordpress.org/
Description: 
Version: 1.0
Requires at least: 4.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.invitados-item {
    padding: 1rem 0;
    flex-wrap: wrap;
}
.invitados-info {
	text-align: center;
    padding: 0 1rem;
    max-width: initial;
    flex: 0 0 100%;
    display: block;
}
.invitados-info h3 {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: black;
    max-width: 80%;
    margin: 0 auto;
    font-family: "Calvier";
}
.invitados-info h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: black;
    font-family: "Monument Extended";
    margin-top: 0;
    margin-bottom: 5px;
}
.invitados-info .social {
    margin-top: 10px;
    font-size: 25px;
    color: black;
}
.invitados-content {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
}
.invitados-info h4 {
    font-size: 22px;
}
@media (max-width: 768px) {
    .invitados-picture img {
        width: 80%;
        max-width: 180px;
    }
    .estelares h1 {
        font-size: 32px;
        line-height: 35px;
    }
	.slider-invitados {
		    overflow: hidden;
	}
}
.btn-black {
    border: 2px solid #FFE900;
}
.btn-black:hover {
    border-color: #000
}
section.padding {
}
section.padding.competencias {
	padding-bottom: 80px;
}