/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300..700&display=swap');

/* REMINDER: if I change anything on root I must to change it on custom.css too */
:root{
    /* --accent-color: #2c6d5b; */
    --accent-color: #2f695f;
    --sec-color: #fff;
    --title-font: 'Cormorant Garamond', serif;
    /* --title-font: 'Playfair Display', serif; */
    --subtitle-font: 'Montserrat', serif;

    --accent-color-op1: rgba(59, 71, 87, 0.9);
    --accent-color-op2: rgba(59, 71, 87, 0.7);
    
}

h1, h2, h3, h4, h5, h6, div{
    font-family: var(--title-font);
}
a, p, li{
    font-family: var(--subtitle-font);
}

body{
    background-color: white !important;
}

/* VARIABLES*************************************************************** */

.sub-font{
    font-family: var(--subtitle-font);
}
.title-font{
    font-family: var(--title-font);
}

.italic{
    font-style: italic;
}

.uppercase{
    text-transform: uppercase;
}

.capitalize{
    text-transform: capitalize;
}

.space3{
    letter-spacing: 3px;
}
.space5{
    letter-spacing: 5px;
}

.cus-btn1{
    border: 2px solid var(--accent-color);
    display: inline-block;
    padding: 0.6rem 3rem;
    background-color: #151515;
    border-radius: 3px;
    transition: all 150ms ease;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 20px 2px;
}

.cus-btn2{
    border: 2px solid var(--accent-color) !important;
    padding: 0.7rem 1.5rem;
    background-color: transparent;
    border-radius: 4px;
    transition: all 150ms ease;
}

.cus-btn3{
    padding: 1rem 3rem;
    background-color: var(--accent-color);
    border-radius: 4px;
    transition: all 150ms ease;
}

.cus-btn1:hover,
.cus-btn2:hover,
.cus-btn3:hover{
    color: white;
    background-color: #919191;
}


.cus-btn2:hover,
.cus-btn3:hover{
    opacity: 0.7;
    transform: scale(1.02);
}

.cus-btn-line{
    position: relative;
    transition: all 200ms ease;
    font-size: 20px;
    margin-block: 2rem;
    font-weight: 400;
    color: rgb(34, 34, 34) !important;
}
.cus-btn-line2{
    position: relative;
    transition: all 200ms ease;
    font-size: 20px;
    margin-block: 2rem;
    font-weight: 400;
    color: rgb(249, 249, 249) !important;
}

.cus-btn-line::after,
.cus-btn-line2::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 30%;
    height: 2px;
    background-color: rgb(34, 34, 34);
    transition: all 300ms ease;
}
.cus-btn-line2::after{
    background-color: rgb(255, 255, 255);
}

.cus-btn-line:hover::after,
.cus-btn-line2:hover::after{
    width: 100%;
}



.custom-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf-padding1{
    padding-inline: 10rem;
}
.cf-padding2{
    padding-inline: 2rem;
}

.relative{
    position: relative;
}

.secondary{
    color: #00539f !important;
}

.text-bg{
    background-color: rgba(0, 0, 0, 0.5);
}

.vertical-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pl-1{
    padding-left: 70px;
}

.text-dark1{
    color: rgb(54, 54, 54);
}
.text-dark2{
    color: rgb(155, 155, 155);
}

.absolute-img{
    position: absolute;
    top: 0;
    right: 0;
}
.absolute-img2{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.shadow-sm{
    padding: 0.6rem;
    box-shadow: 0px 12px 32px -6px rgba(94, 94, 94, 0.2);
}

.rounded-sm{
    border-radius: 5px;
}

.rounded-md{
    border-radius: 10px;
}

.weight-200{
    font-weight: 200;
}

.weight-300{
    font-weight: 300;
}
.weight-400{
    font-weight: 400;
}

.weight-500{
    font-weight: 500;
}
.weight-600{
    font-weight: 600;
}

.weight-700{
    font-weight: 700;
}

.font-14{
    font-size: 14px !important;
}
.font-16{
    font-size: 16px !important;
}
.font-20{
    font-size: 20px !important;
}
.font-25{
    font-size: 25px !important;
}

.font-1rem{
    font-size: 1rem;
}
.font-2rem{
    font-size: 2rem;
}
.font-3rem{
    font-size: 3rem;
}
.font-4rem{
    font-size: 4rem;
}
.font-5rem{
    font-size: 5rem;
}

.ml20{
    margin-left: 20px;
}
.mr20{
    margin-right: 20px;
}


.pt10{
    padding-top: 10px;
}
.pt40{
    padding-top: 40px;
}
.pt50{
    padding-top: 50px;
}


.ml-50{
    margin-left: -50px;
}

.no-right{
    padding-right: 0 !important;
}
.no-left{
    padding-left: 0 !important;
}

.z-10{
    z-index: 10;
}



.overlay-bg.bg1{
    background-color: rgba(255, 255, 255, 0.326);
}

.overlay-bg.bg2{
    background-color: var(--accent-color-op1);
}

.overlay-bg.bg3{
    background-color: rgba(255, 255, 255, 0.5);
}

.overlay-bg.bg4{
    background-color: var(--accent-color-op2);
}

.overlay-bg.bg6{
    background-color: #0f252296;
}

.d-none{
    display: none;
}

a.text-dark1:hover{
    color: #00539f !important;
}


/* 
.image-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
  } */
  
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* Esto hace que la imagen se comporte como background-size: cover */
    object-position: center;
    display: block;
  }

/* (default from bootstrap) */

@media (max-width: 1200px){
    
}


/* (default from bootstrap) */

@media (max-width: 992px){
    .mobile-d-none{
        display: none;
    }
    #section-hero{
        margin-top: 0;
    }
    #mainmenu li > ul{
        top: 0px !important;
    }
    .inner-margin1{
        margin-left: 20px;
    }
    
    .font-3rem{
        font-size: 2.5rem;
    }
    .font-4rem{
        font-size: 3rem;
    }
    .font-5rem{
        font-size: 4rem;
    }

    .d-none{
        display: block !important;
    }

    .pl-1{
        padding-left: 0 !important;
    }
    .cf-padding1{
        padding-inline: 1rem;
    }
}


/* (default from bootstrap) */

@media (max-width: 768px){
    .cus-btn1,
    .cus-btn2,
    .cus-btn3{
        padding-inline: 1rem;
    }

}


/* (default from bootstrap) */
@media (max-width: 576px){
    .font-3rem{
        font-size: 2rem;
    }
    .font-4rem{
        font-size: 2.5rem;
    }
    .font-5rem{
        font-size: 2rem;
    }
}