@import "../fonts/stylesheet.css";
@charset "UTF-8";
*  {margin: 0; padding: 0; box-sizing: border-box;}
* :focus {
    outline:none
}


/*red   #da291c   */
/*yellow   #fedd00   */
body{
    background: #fdfdfd;
    font-family: 'Como';
    font-weight: normal;
    font-style: normal;
    font-size: 1.2rem;
    font-weight: 400;
    min-height: 100vh;
    min-width: 100%;
    color: #3c4145;
    overflow-x: hidden !important;
}
.yellow {
    color: #fedd00 !important;
}
.red {
    color: #da291c !important;
}
.white {
    color: white !important;
}
.dark {
    color: #3c4145 !important;
}
.redish {
    color: #57413f;
}
.text-body-emphasis {
    font-weight: 700;
}
.text-body-secondary {
    font-size: 60%;
    font-weight: 600;
}
.bg-red {
    font-weight: 300 !important;
}
.bg-pattern {
    background-color: #da291c;
    background-image: url(../images/bg-pattern.svg);
    background-repeat: repeat;
}
.nav-item {
    font-weight: 300 !important;
}
.display-4 {
    font-size: 5rem;
}
.bg-red {
    background-color: #da291c;
}
.mktg-cat p {
    line-height: 1.6rem;
    font-weight: 600 !important;
    font-size: 1.2rem !important;
    letter-spacing: 0;
    color: #3c4145;
}
.nav-link {
    color: white!important;
    font-size: 1rem;
    margin-right: 1rem;
    font-weight: 500;
}
.bg-header {
    background-image: url(../images/header-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 570px;
    position: relative;
}

.bg-header::before {
    content: "";
    background-color: black;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: fadeOverlay 3s; /* Animación de 3 segundos */
}

@keyframes fadeOverlay {
    0% {
        opacity: 0; /* Opacidad inicial */
    }
    100% {
        opacity: 0.7; /* Opacidad final */
    }
}
#top {
    margin-top: -70px;
    z-index: 9;
}
.navbar {
    z-index: 99;
}
.py-7 {
    padding-top: 7rem !important;
}
#categories {
    background-color: #f8f8f8;
}
.bg-header .container {
    position: relative; /* Asegura que el texto esté sobre el overlay */
    z-index: 2; /* Asegura que el texto esté sobre el overlay */
}
.my-8 {
    padding-top: 11rem;
}
.text-white-70 {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600 !important;
    font-size: 2rem;
}
.fw-normal {
    font-weight: 800 !important;
    font-size: 3.5rem;
    letter-spacing: -0.1rem;
    padding-bottom: 2rem;
}
.lead {
    font-weight: 600 !important;
}
.card {
    border: 4px solid white;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.card-body p, .mktg-cat p {
    font-size: 1rem;
    font-weight: 300;
}
.card-body h2, .mktg-cat h2 {
    font-size: 1.6rem;
    font-weight: 700 !important;
    padding-bottom: 0.5rem;
    letter-spacing: -0.05rem;
}
.border-30 {
    border-radius: 30px;
    border: 12px solid white;
}
.maps {
    color: #fedd00;
    background-color: #da291c;
    padding: 4rem 1rem 0rem 1rem;
}
.maps h3 {
    font-weight: 700;
    font-size: 2.6rem;
}
.maps h3 span {
    font-weight: 500;
    font-size: 1.3rem;
}

.maps h4 {
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    display: block;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}


.maps iframe {
    border-radius: 11px;
}
.mktg-cat h2 {
    margin-top: 1rem;
    line-height: 80%;
}
.col-md-7 {
    align-self: center;
}
.feature, .feature-two{
    background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: block;
    height: 500px;
    width: auto;
    max-width: 500px;
    margin-left: 0;
    border-radius: 30px;
    border: 12px solid white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.bg-florida {
    background-image: url(../images/locales/la-florida.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 610px;
}
.bg-penalolen {
    background-image: url(../images/locales/penalolen.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 610px;
}
.bg-vitacura {
    background-image: url(../images/locales/vitacura.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 610px;
}
.bg-maipu {
    background-image: url(../images/locales/maipu.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 610px;
}
.bg-independencia{
    background-image: url(../images/locales/independencia.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 610px;
}
.bg-sandiego{
    background-image: url(../images/locales/sandiego.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 610px;
}
.bg-no-local {
    background-image: url(../images/locales/no-local.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 610px;
}
.bg-sndiego2015 {
    background-image: url(../images/locales/sandiego_2015.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 610px;
}
.gran-avenida6279 {
    background-image: url(../images/locales/gran-avenida6279.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 610px;
}
.elsalto_3430 {
    background-image: url(../images/locales/elsalto_3430.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 610px;
}
.vic-mackenna {
    background-image: url(../images/locales/vic-mackenna.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 610px;
}
.irarrazaval_2731 {
    background-image: url(../images/locales/irarrazaval_2731.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 610px;
}
.quisco {
    background-image: url(../images/locales/quisco.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 610px;
}

.feature-two {
    background-image: url(../images/mom.jpg);
}
.iso-yellow{
    background-image: url(../images/about-us.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: block;
    height: 300px;
    width: 300px;
    margin-left: 0;
    float: left;
    left: 0;
    top: 3rem;
}
.my-4 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
}
.form-label {
    font-size: 0.8rem;
    font-weight: 300;
    margin-bottom: 0 !important;
}
input::placeholder{
    color: #bdbdbd !important;
    font-weight: 300 !important;
}
.form-control {
    margin-bottom: 1.5rem;
}
.footer-pad {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    z-index: 999999999;
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fedd00;
    margin: auto;
    top: 40%;
    padding: 20px;
    border: 5px solid #f3d303;
    width: 60%;
    color: #da291c;
    font-weight: 600 !important;
  }
  
  /* The Close Button */
  .close {
    color: #e54136;
    float: right;
    font-size: 28px;
    right: 20px;
    position: absolute;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #da291c;
    text-decoration: none;
    cursor: pointer;
  }











@media (max-width: 767px) {

.display-4 {
    font-size: 3rem;
}
.fw-normal {
    font-weight: 800 !important;
    font-size: 3.2rem;
    letter-spacing: -0.005rem;
    padding-bottom: 2rem;
}

.fw-normalish {
    font-weight: 800 !important;
    font-size: 2.5rem;
    letter-spacing: -0.005rem;
    padding-bottom: 1rem;
}

.header-sub {
    font-size: 2.3rem;
    line-height: 100%;
    font-weight: 700 !important;
}

.lh-1 {
    margin-top: 2.5rem;
}

.card-body h2, .mktg-cat h2 {
    font-size: 1.8rem;
}

.col-6 img {
    max-width: 90%;
}
.py-7 {
    padding-top: 2rem !important;
}
    
.feature, .feature-two{
    background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: block;
    height: 500px;
    width: auto;
    max-width: 100%;
    margin-left: 0;
    overflow-x: hidden;
}
.bg-florida, .bg-independencia, .bg-no-local {
    height: auto;
}
.maps iframe {
    margin-bottom: 1rem;
}
.feature-two {
    background-image: url(../images/mom.jpg);
}
.iso-yellow{
    background-image: url(../images/about-us.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: block;
    height: 70%;
    width: 70%;
    margin-left: -35%;
    float: left;
    left: 50%;
    top: 50%;
    margin-top: -45%;
}
.ps-3 {
    padding-left: 0.2rem !important;
}
.card-body {
    padding: 0.8rem 0.5rem !important;
}
.icon-lg {
    font-size: 0.9rem !important;
}
.card-body h2 {
    font-size: 1rem !important;
}
.card-body p, .mktg-cat p {
    font-size: 0.8rem !important;
    line-height: 120% !important;
    font-weight: 500 !important;
}


.modal-content {
    background-color: #fedd00;
    margin: auto;
    top: 20%;
    padding: 20px;
    border: 5px solid #f3d303;
    width: 94%;
    color: #da291c;
    font-weight: 600 !important;
  }
  

}