/*
Theme Name: renuevo
Version: 1.1
Author: FACO
Author URI: http://www.faco.cl
*/

@import url('https://fonts.googleapis.com/css2?family=Ysabeau:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@100;200;400&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Literata:ital,wght@1,200&display=swap");

:root {
    --bs-body-font-family: "Ysabeau", sans-serif;
    --bs-body-font-size: 0.95rem;
    --bs-body-font-weight: 300;
    --bs-body-line-height: 1.5;
    --bs-body-color: #595959;
    --bs-body-bg: #fcf9f9;
    --bs-emphasis-color-rgb: 0, 53, 77;
    --bs-link-color-rgb: 0, 64, 85;
    --bs-link-hover-color-rgb: 25, 96, 115;
}
a {
    transition: color ease 0.25s;
}
body {
    letter-spacing: 0.075rem;
}
/*
body::-webkit-scrollbar {
    width: 0.4rem;
	background-color:rgba(233, 242, 244, 1);
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(180, 205, 211, .9);
}
*/
p {
    line-height: 1.38;
}

strong{
	font-weight:700;
}

h1 {
    font-family: "Fraunces", serif;
    font-weight: 400;
	letter-spacing: 0.1rem;
	font-size: 1.1rem !important;
    display: inline;
    margin: 0;
}
.display-1 {
    font-family: "Fraunces", serif;
    font-weight: 100;
	letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: calc(2.5rem + 2.5vw);
    color: #003f57;
}
.display-1:not(:first-child) {
    background: -webkit-linear-gradient(135deg, #003f57, #5c9dad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.display-2 {
    font-family: "Fraunces", serif;
    font-weight: 200;
	text-transform: uppercase;
    font-size: calc(1.5rem + 1.5vw);
    background: -webkit-linear-gradient(135deg, #003f57, #5c9dad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.display-4 {
    font-family: "Fraunces", serif;
    font-weight: 200;
	text-transform: uppercase;
    font-size: calc(1.25rem + 1.25vw);
}

.fs-3, .fs-4 {
    font-family: "Literata", serif;
    font-style: italic;
    font-weight: 200;
}

dl dd {
    display: inline;
    margin: 0;
}
dl dd:after {
    display: block;
    content: "";
    margin-bottom: 1rem;
}
dl dt {
    display: inline-block;
    font-family: "Fraunces", serif;
    text-transform: uppercase;
    font-weight: 200;
    background: #004e63;
    color: #fff;
    margin-left: -0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-right: 0.5rem;
    font-size: 95%;
}

#think {
    background: #003f57 url("https://www.carminacorrea.com/wp-content/uploads/2025/03/fondo.jpg") center center no-repeat;
    background-size: 110% auto;
}

.scroll-indicator {
    height: 2px;
    width: 100%;
    background: #fff;
}

.scroll-indicator .progress-bar {
    height: 100%;
    width: 0;
    background: #5c9dad;
}
.believe {
    color: rgba(255, 255, 255, 0.75);
}
.believe span {
    text-decoration: underline;
}

h4.wp-block-heading{
	padding-bottom:1rem;
	color:#888;
}