/* 
 Theme Name:   Profesor Mamadou
 Theme URI:    
 Description:  
 Author:       administrador
 Author URI:   https://profesormamadou.es
 Template:     kadence
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/*https://livedemo00.template-help.com/wt_prod-20462/*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html body {
	font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    font-family: Poppins;
    color: #2D3748;
    background: #ffffff;
}
footer#colophon {
    color: #ffffff;
    background-color: #1b1929;
}
body .entry.single-entry{
	box-shadow: unset;
}
body #main h2{
	font-size: 32px;
	font-weight:500;
	line-height:normal;
}
body #main p{
	margin-bottom: 12px;
}
body .services .wp-block-column{
	text-align: center;
    padding: 66px 24px 50px;
    box-shadow: 0 0 13px -4px rgba(0, 0, 0, 0.17);
    transition: all .3s ease;
}
body .services .wp-block-column.last{
    box-shadow: unset;
}


body .entry-content.single-content > div {
    margin-bottom: 80px;
}
p.has-text-align-right.has-xxlarge-font-size {
	font-size: 224px;
    line-height: 214px;
    vertical-align: top;
}
body .services .wp-block-column strong{
	text-transform:uppercase;
	font-size: 20px;
	font-weight: 500;
	display:block;
	position: relative;
}
body .services .wp-block-column strong:after{
    position: relative;
    content: '';
    height: 1px;
    background: #d7d7d7;
    transition: all .3s ease;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: 12px;
    margin-bottom: 16px;
}
body .experiencia{
	width: 600px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}
body .experiencia h2{
	position:relative;
	padding-left: 24px;
}
body .experiencia h2:before{
	display:block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background: #d7d7d7;
}
