/* 
Theme Name: Mundo Casas
Template Theme URI: https://inboundcycle.com/
Author: francisco.bravari@gmail.com
Description: Plantilla desarrollada para cliente Mundo Casas
Version: 1.0
*/

:root {
    --font-body: "Inter", serif;
    --font-header: "Inter", serif;
    --color-white: #fff;
    --color-primary: #E20E17;
    --color-blue-grey: #32343B;
    --color-dark-grey: #282828;
    --color-dark: #000000;
    --color-grey: #757575;
    --font-size-xs: 12px;
    --font-size-s: 14px;
    --font-size-m: 16px;
    --font-size-l: 18px;
    --font-size-xl: 45px;
    --font-size-xl: 55px;
    --gutter: 16px;
}

ul,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

*{
    box-sizing: border-box;
}

[aria-hidden="true"] {
    display: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-body);
    font-size: var(--font-size-m);
    min-height: 1300px;
    overflow-x: hidden;
}

body.no-scroll{
    overflow-y: hidden;
}

section{
    padding: 80px 0;
    position: relative;
}

.bg-grey {
    background: #F0F6F8;
}

.bg-dark-grey {
    background-color: #32343B;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
}

body.home #main-content {
    margin-top: -100px;
    z-index: 0;
}

.mc-button {
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: var(--color-primary);
    color: #FFF;
    font-family: var(--font-body);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: background-color 0.3s ease 0s;
}

.mc-button:hover {
    background-color: var(--color-dark-grey);
}

.button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.section-title {
    display: flex;
    padding-bottom: 10px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.section-title .subtitle {
    color: var(--color-primary);
    font-family: var(--font-header);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.section-title .subtitle:after {
    content: '';
    display: block;
    width: 61px;
    height: 1px;
    background-color: var(--color-primary);
}

.section-title .title-section {
    color: var(--color-dark);
    text-align: center;
    font-family: var(--font-header);
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.section-title .description {
    color: #000;
    text-align: center;
    font-family: var(--font-body);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
    line-height: 121.458%;
    max-width: 860px;
}

.model-card {
    max-width: 432px;
    position: relative;
    margin: 0 15px;
}

.model-card .image {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}

.model-card .image img {
    height: 100%;
    transition: all 0.3s ease 0s;
}

.model-card .image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.model-card:hover .image img {
    height: 110%;
}

.model-card .caption {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 50px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.model-card .caption .model-size {
    display: flex;
    padding: 4px 43px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--color-primary);
    color: #FFF;
    font-family: var(--font-body);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.model-card .caption .model-title {
    color: #FFF;
    font-family: var(--font-header);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

/****footer****/
footer.main-footer {
    display: flex;
    padding: 120px 0 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 34px;
    align-self: stretch;
    background: #32343B;
}

footer.main-footer  .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

footer.main-footer .brand-footer-col {
    display: flex;
    max-width: 396px;
    padding: 0px 20px 0px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
    flex: 1 0 0;
}

footer.main-footer .brand-footer-col .brand-holder {
    display: flex;
    padding: 0px 20px 0px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
    flex: 1 0 0;
}

footer.main-footer .brand-footer-col .brand-holder p {
    color: #D9D9D9;
    font-family: var(--font-body);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer.main-footer .brand-footer-col .list-contact {
    display: flex;
    padding: 0px 20px 0px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
    flex: 1 0 0;
}

footer.main-footer .brand-footer-col .list-contact .contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    align-self: stretch;
}

footer.main-footer .brand-footer-col .list-contact .contact-item .caption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}

footer.main-footer .brand-footer-col .list-contact .contact-item .caption .small {
    color: #77A9B4;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer.main-footer .brand-footer-col .list-contact .contact-item .caption .text {
    color: #FFF;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

footer.main-footer .col-footer h3 {
    color: #FFF;
    font-family: var(--font-header);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    padding-bottom: 25px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

footer.main-footer .col-footer h3:after{
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: var(--color-primary);
}

footer.main-footer .col-footer .menu-footer {
    list-style: none;
    display: flex;
    padding: 0px 35px 0px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

footer.main-footer .col-footer .menu-footer li a {
    color: #D9D9D9;
    font-family: var(--font-body);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer.main-footer .post-footer {
    display: flex;
    padding: 30px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 34px;
    align-self: stretch;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

footer.main-footer .post-footer .copy {
    color: #82828A;
    font-family: var(--font-body);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer.main-footer .post-footer .rss-list-footer {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 14px;
}


#main-content ul.slick-dots {
    padding: 10px 0;
    bottom: -45px;
}

#main-content .slick-dots li button:before{
    font-size: 18px;
}