
/*
Theme Name:   twentytwentythree-child
Description:  twentytwentythree-child
Author:       Carlos Rotuno
Author URL:   iayuda.com.mx
Template:     twentytwentythree
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentytwentythree-child
*/
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&family=Rubik:wght@300;400;500&family=Varela+Round&family=Bebas+Neue&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');



header{
    
    font-family: 'Rubik';
    font-size: 14px;
    background-color: rgba(232,239,255, 0.95);
    -webkit-box-shadow: 4px 4px 4px -1px rgba(0,0,0,0.10);
	-moz-box-shadow: 4px 4px 4px -1px rgba(0,0,0,0.10);
	box-shadow: 4px 4px 4px -1px rgba(0,0,0,0.10);
    width: 100%;
    height: 40px;
    position: fixed;
    padding-top: 10px;
    top: 0px;
    z-index: 1;
   
}


header nav ul li{
    color: #2C3F6E;
    text-transform: uppercase;
   font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    margin-left: 8px;
}
header nav ul li:hover{
    text-decoration: none;
    color: #357fca;
    transition: .5s ;
}

header nav ul li:nth-child(4){
    border-bottom: 2px solid #2C3F6E;
    font-weight: 500;
}

a.wp-block-navigation-item__content:hover{
    text-decoration: none;
}

.wp-block-post-title{
    
    font-size: larger;
    font-weight: 500;
    font-family: 'Rubik';
}

.wp-block-post-excerpt__excerpt{

    font-size: medium;
}

