/*
Theme Name: Sol Carena
Theme URI: 
Author: 
Author URI: 
Description: Please read: tidythemes.com/concept. Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2022.4
Requires at least: 5.2
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2022 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

body {
    background-color: #efefef;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}

section {
    width: 90%;
    padding: 15px; 
    margin: 0 auto 15px;
}

.header header svg {
    width: 30px;
}

.header h2 {
    margin-top: 0;
    font-size: 16px;
}

.location {
    background-color: #ededf3;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
    padding: 15px;
    cursor: pointer;
    display: block;
    color: #031f46;
    font-size: 14px;
}

.location svg {
    width: 13px;
    display: inline-block;
    vertical-align: middle;
}

.location span {
    color: #717689;
    font-weight: 700;
}

.btn {
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, .1);
    color: #031f46;
    font-size: 16px;
    padding: 15px;
    border: none;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
}

.btn img {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}

.cal-sect p svg {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.calendario {
    position: relative;
}

.calendario header, .dates {
    margin: 0 auto;
    width: calc(100% - 62px);
    display: flex;
    justify-content: space-between;
}

.arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background-color: #c2d5cf;
    top: 0;
}

.arrow::before, .arrow::after {
    content: "";
    position: absolute;
    background-color: #2a4545;
    width: 2px;
    height: 12px;
    left: 13px;
}

.arrow::before {
    top: 43%;
}

.arrow::after {
    bottom: 43%;
}

.arrow.next {
    right: 0;
}

.arrow.prev {
    left: 0;
}

.arrow.next::before, .arrow.prev:after {
    transform: rotate(45deg);
}

.arrow.prev::before, .arrow.next:after {
    transform: rotate(-45deg);
}

.day, .day-dates {
    width: 18%;
    text-align: center;
}

.day p {
    font-size: 13px;
    margin: 3px 0;
}

.date {
    background-color: #c2d5cf;
    color: #2a4545;
    border-radius: 3px;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 0;
}