/* 
Theme Name: Chiaravalle
Theme URI: hectorlozano.design
Description: Child theme based on Enside
Author: H3X
Version: 1.0
Template: enside
*/

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Grand+Hotel&display=swap');


.dosis {
  font-family: "Dosis", sans-serif;
  font-style: normal;
}

.grand-hotel-regular {
  font-family: "Grand Hotel", cursive;
  font-weight: 400;
  font-style: normal;
}

.girl { width: 220px !important; text-align: center; margin: 0 auto;}

.footer-wrapper {
    padding: 0;
    margin-top: 0;
}

footer.footer-style-light {
    background-color: #ebf5fb !important;
}

header.main-header {
    border-bottom: solid 1px #e6e6e6;
}

.size-16 {    font-size: 1.6rem;}

.accent {color:#75BE44;}

.pushDown {
    margin-bottom: 30px;
}

/* CARDS */

.wrapper { margin-bottom: 40px;}
.title { -webkit-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0;     
    
    text-shadow: 0 0 BLACK;
    padding: 7px 4px 1px 12px;
    font-size: 34px;
}

.one {background:#c9f4f2; }
.one h2 {color: #000; padding: 0px 6px 6px 6px; margin: 0; text-shadow: 0 0 BLACK; font-size: 24px;}
.two {background:#cff2b9; }
.two h2 {color: #000; padding: 0px 6px 6px 6px; margin: 0; text-shadow: 0 0 BLACK; font-size: 24px;}
.three {background:#e5e7fc; }
.three h2 {color: #000; padding: 0px 6px 6px 6px; margin: 0; text-shadow: 0 0 BLACK; font-size: 24px;}

h3 {font-size: 2.2rem;}

.contentBox { background: #FFFAF4; padding: 8px 16px; -webkit-border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px;
    padding: 16px;}
.contentBox p { margin-bottom: 0;}
.contentBox img { float: left; text-align: center; margin-right: 20px;}



.page .entry-content h2 {
    margin-top: 0px;
    color: #2a2f35;
    font-size: 1.5rem;
    font-weight: bold;
}

.page .entry-content h4 {
    color: #2b9201;
}



.centrar { justify-content: center !important;}