/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* General*/
.site-title {
    display: none;
}

#ast-scroll-top {
    background-color: #29166f;
}

/* Tabs curso*/
.elementor-widget-container .elementor-tabs
.elementor-tabs-wrapper {
	width: max-content;
	border-bottom: 2px solid #0021D6;
}

.elementor-widget-container .elementor-tabs
.elementor-tabs-wrapper
.elementor-tab-title {
	padding: .5rem 1rem;
}

.elementor-widget-container .elementor-tabs
.elementor-tabs-wrapper
.elementor-tab-title.elementor-active {
	border-top: 2px solid #0021D6;
	border-left: 2px solid #0021D6;
	border-right: 2px solid #0021D6;
}

/* Form CF7*/
.wpcf7 input.wpcf7-form-control:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
	border: 2px solid #0021D6;
}

.wpcf7
.wpcf7-list-item {
	margin: 0;
}

.wpcf7 input[type="checkbox"] {
	appearance: none;
	border: 2px solid #0021D6;
}

.wpcf7 input[type="checkbox"]:checked {
	background-color: #29166f;
}

.wpcf7 input[type="submit"] {
	background-color: #0021D6;
	font-size: 1.2em;
	font-weight: 800;
	padding: .7rem 2rem;
}

.footer-nav-wrap{
	display: block;
}

/* Estilos pestañas en  programa de estudios*/

/* Estilos de las pestañas */
.tabs {
    overflow: hidden;
    font-family: Roboto;
}

.tablinks {
    background-color: inherit;
    color: #1C252D;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: background-color 0.3s ease;
}

.tablinks:hover {
    background-color: #F5FAFF;
    color: #1C252D;
}
.tablinks.active {
    color: #29166f;
    border: 2px solid #0021D6;
    border-radius: 0;
}

/* Estilo para el contenido de las pestañas */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Estilos para los módulos, igual que antes */
.modulo {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.titulo-modulo {
    padding: 10px;
    background-color: #f7f7f7;
    cursor: pointer;
    font-weight: bold;
}

.contenido-modulo {
    display: none;
    padding: 10px;
}

/*Boton descargar guia academica*/
#link-guia-pdf {
    font-family: "Roboto", Sans-serif;
    font-weight: 900;
    background-color: #29166f;
    border-radius: 5px 5px 5px 5px;
}
