/*
 Theme Name:   Twenty Twenty-Five Child
 Theme URI:    http://example.com/twenty-twenty-five-child/
 Description:  Twenty Twenty-Five Child Theme
 Author:       Irene Creativa
 Author URI:   http://example.com
 Template:     twentytwentyfive
 Version:      1.0.0
*/



/* Aquí puedes agregar tus estilos personalizados */

.page-id-2 .has-global-padding{
    padding:0;
    padding-top:0;
    margin-top:0;

}


hr{
    display: none;
}

.site-logo {
    max-height: 100px;
    width: auto;
    display: block;
    margin: 0 auto;
}


.single-material .box-content{
    margin-top:5rem;
}
.box-content {

    font-family: 'Poppins', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
}

.contenedor-material{
    display: flex;
    justify-content: space-between;
}
.left-content {
    width: 60%;
}
.left-content h1 {
    font-family: 'Manrope', sans-serif;
}
.left-content img {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.right-content {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 1rem;
}


.btn-subgrupo{
    background-color: #10A8BA;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    max-width: 200px;
}

.btn-subgrupo:hover{
    background-color: #0A7A80;
    transition: .3s;
}

.site-header {
    background-color: #f8f9fa;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo img {
    max-height: 80px;
    width: auto;
}

.site-navigation .menu {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.site-navigation .menu li {
    display: inline;
}

.site-navigation .menu li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    transition: color 0.3s ease;
}

.site-navigation .menu li a:hover {
    color: #0073aa;
}


/***** TÍTULOS ****/

.cpt-title{
    background-color: #10A8BA;
    color:white;
    padding: 1rem;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 5px;
    font-size: 2rem;
    
}