/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.padding-card {
    padding: 10px !important;
}

.overlay-sections {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

div.main-picture {
    background-image: url('../utils//imgs/1.jpg');
}

.onWorking {
    position: sticky;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: #2D5B76;
}

.onWorkingText {
    position: absolute;
    z-index: 999;
    color: white;
    text-shadow: black 5px 3px 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 75px;
    font-size: 30px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* .moreViewHeight {
    height: 130vh !important;
} */

@media (max-height: 600px) {
    .moreViewHeight {
        height: 150vh !important;
        padding-top: 100px;
    }
}

@media (max-height: 600px) {
    .morePaddingTop {
        padding-top: 100px;
    }
}

.overlay-content {
    position: absolute;
    z-index: 2;
    color: white;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
}

.overlay-content-animated {
    position: absolute;
    z-index: 2;
    color: white;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
}

.background-cyp {
    background-color: #e8f0e6;
}

.first-section-desc {
    position: absolute;
    padding: 0 2rem;
    top: 110px;
}

.first-section-name {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);

    
}

@media (max-height: 600px) {
    .first-section-name {
        top: 200px; /* Menos altura -> top más bajo */
    }
}

@media (max-height: 500px) {
    .first-section-name {
        top: 160px;
    }
}

@media (max-height: 400px) {
    .first-section-name {
        top: 200px;
    }
}

.first-section-date {
    position: absolute;
    bottom: 130px;
}

p.sin-margin {
    margin: 0 !important;
}

div.fondo-original {
    /* background-image: url('../utils/imgs/fondo.jpg'); */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    z-index: -2;
    display: block;
}

#static {
    background-image: url('../utils/imgs/fondo.jpg');
}

@media (min-width: 1024px)  {
    #background-fixed {

        background-image: url('../utils/imgs/fondo-rotado.jpg') !important;
    }
}

.card-carrou {
    background-color: white;
    padding: 40px 40px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    width: 80%;
    height: 100%;
    max-width: 600px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 10%;
}

.carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 100%; /* Asegura que cada item del carrusel ocupe el 100% */
}

.carousel-inner {
    width: 100%;
}

.card {
    background-color: white;
    padding: 40px 40px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    width: 80%;
    max-width: 600px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-section {
    max-width: 600px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-yellow {
    background-color: #94832F !important;
    border-color: #94832F !important;
    color: white;
    padding: 5px 0 5px 0;
    margin: 0 10px 10px 0;
    box-shadow: 10 10px 10px rgba(135, 58, 58, 0.4);
    width: 200px;
}

.btn-yellow:hover {
    background-color: #716423 !important;
    border-color: #716423 !important;
    color: white;
    padding: 5px 0 5px 0;
    margin: 0 10px 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    width: 100px;
}

.btn-navy-red {
    background-color: #ffffff !important;
    border-color: #94832F !important;
    color: #94832F !important;
    padding: 5px 0 5px 0;
    margin: 0 10px 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    width: 160px;
}

.btn-navy-red:hover {
    background-color: #b7b7b7 !important;
    border-color: #94832F !important;
    color: #94832F !important;
    margin: 0 10px 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    width: 160px;
}

.btn-width-map {
    width: 100px;
    scale: 1.5;
}

.btn-width-confirmation {
    width: 150px;
}

.blank-section {
    position: absolute;
    color: black;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100hv;
}

div.top-third-section {
    top: 300px;
}

.top-fourth-section {
    top: 150px;
}

hr {
    width: 100%;
    border: 1px solid rgb(188, 175, 0);
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-50 {
    padding: 50px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.m-0 {
    margin: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-10 {
    margin-top: 10px;
}

#comment {
    max-height: 120px;
}

.footer-fontM {
    font-size: 15px !important;
    margin: 10px 0 0 0;
    color: #414141 !important;
}

.footer {
    text-align: center;
    color: #929a60 !important;
    font-size: 15px !important;
    margin-top: 0;
    font-weight: 550;
    background-color: white !important;
    padding: 50px 0 50px;

}

.footer a {
    color: #414141 !important;
}

.carousel-inner{
    padding: 20px;
}

.modal-bg {
    background-color: rgba(0, 0, 0, 0.653) !important;
    position: fixed;
    top: 0;
    left: 0; 
    width: 100%; 
    height: 100%;
    display: flex;
    justify-content: center; 
    align-items: center;
    z-index: 1002; 
}

#socialMedia a{
    margin: 0 6px;
    margin-bottom: 13px;
}
.footer {
    background-color: #f1f1f1; 
    padding: 16px 0; 
    text-align: center;
    width: 100%;
    z-index: 1001;
    border-top: 1px solid #d1d1d1;
    position: relative;
}