
@font-face {
    font-family: 'Spartan';
    src: url('../fonts/League_Spartan/static/LeagueSpartan-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Spartan-Bold';
    src: url('../fonts/League_Spartan/static/LeagueSpartan-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Sulu-Script-Regular';
    src: url('../fonts/Sulu_Script_Regular/Fonts/Sulu_Script.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-VariableFont.ttf') format('truetype');
}

:root {
    --color-dark: #135851;
    --color-dark-2: #052927;
    --color-bright: #fff;
    --tamano-fuente: 16px;
  }


/* Estilos personalizados para la barra de desplazamiento */
body::-webkit-scrollbar {
  width: 15px; /* Ancho de la barra de desplazamiento */
}
  
body::-webkit-scrollbar-track {
    background-color: #0b4640; /* Color de fondo de la barra de desplazamiento */
  }
  
body::-webkit-scrollbar-thumb {
    background-color: var(--color-dark-2); /* Color del pulgar de la barra de desplazamiento */
}
body, html
{
  overflow-x:hidden;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}


/*
-----------------------------------------------------
SECTION
-----------------------------------------------------
*/
.section
{
    min-height: 40vh;
    padding: 5em;
    position: relative;
}
.section .title
{
    margin-bottom: 5em;
}
.section .title h2
{
    font-family: "Roboto";
    font-size: 3.25em;
    color: white;
    text-align: left;
    margin: 0;
}
.section .content
{
    width: 70%;
    margin: 40px auto;
    margin-left: 0;
}
.section .content .col
{
    padding: 0.3em !important;
}
.section .content .col a
{
    width: 100%;
    height: 100%;
    padding: 0.6em;
}
.section .item{
    display: flex;
    margin: auto;
    cursor: pointer;
    transition-duration: 0.4s;
    text-decoration: none;
    background: var(--color-dark-2);
    border-bottom: 0.4em solid #298b85;
    border-radius: 0.2em;
    box-shadow: 2px 2px 21px 15px rgb(0, 0, 0, 0.1);
}
.section .item:hover{
    transform: translateY(-2px);
    border-bottom: 0.4em solid #bbb;
    box-shadow: 2px 4px 10px 6px rgba(0,0,0,0.06);
}
.section .item .item-img{
    width: 2em;
    height: 2em;
    margin: auto;
    margin-left: 0;
    position: relative;
}
.section .item .item-img img{
    width: 85%;
    height: 85%;
    margin: 0;
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.section .item .item-span{
    width: 100%;
    margin-left: 10px;
    font-size: 0.9em;
    text-align: left;
    
    color: white;
    transition-duration: 0.4s;
}
.section .info span
{
    color: #fff;
}

@media (orientation: portrait) {
    .section
    {
        padding: 1em;
    }
    .section .title
    {
        margin-bottom: 0;
    }
    .section .title h2
    {
        text-align: center;
        font-size: 3em;
    }
    .section .content
    {
        width: 100%;
    }
}

@media (orientation: landscape) and (max-width: 1024px) {
    .section
    {
        padding: 1em;
    }
    .section .title
    {
        margin-bottom: 0;
    }
    .section .title h2
    {
        text-align: center;
        font-size: 3em;
    }
    .section .content
    {
        width: 100%;
    }
}



/*
-----------------------------------------------------
ITEM PROPERTY
-----------------------------------------------------
*/
.item-property{
    min-height: 300px;
    margin-bottom: 2vw;
    padding: 15px;
    list-style: none;
    transition-duration: 0.4s;
    cursor: pointer;
}
.item-property:hover{
    transform: translateY(-5px);
}
.item-property .div
{
    position: relative;
}
.item-property .tag
{
    height: 25px;
    padding: 0 10px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--color-dark);
    z-index: 1;
    border-radius: 3px;
}
.item-property .tag div
{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.7em;
    
    text-align: center;
    color: white;
}
.CAROUSEL2 img{
    width: 100%; height: 200px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
.CAROUSEL2 video{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
.item-property .item-image img{
    width: 100%;
    height: 200px;
    border-radius: 36px 36px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
.item-property a{
    text-decoration: none;
    display: block;
}
.item-property .div{
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0px 12px 34px rgb(32, 52, 89, 0.25);
    transition-duration: 0.4s;
}
.item-property .div .div_text{
    background-color: #fff;
    position: relative;
}
.item-property .div .div_text h4{
    padding: 0 2px; 
    font-family: 'Roboto';
    font-size: 0.8em;
    color: var(--color-dark);
    text-transform: uppercase;
    
}
.item-property .div .div_text .details{
    width: 100%;
    padding: 0 2px; 
    margin: 0;
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 20px;
    color: rgba(40, 40, 40);
}
.item-property .div .div_text .types{
    display: block;
    padding: 10px 2px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 0.7em;
}
.item-property .div .div_text .wp{
    background: var(--color-dark);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
    transition-duration: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 2px;
    right: 2px;
}
.item-property .div .div_text .wp:hover{
    background: #1f7e74;
}
.item-property .div .div_text .wp span{
    text-align: center;
}
.item-property .div .div_text .wp span i{
    font-size: 2em;
    display: block;
}



/*
-----------------------------------------------------
SECTION PROPERTY TYPES
-----------------------------------------------------
*/
.banner-simple
{
    display: block;
    background: #fff;
    padding-top: 5em;
}
.banner-simple .content
{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 90%;
    margin: auto;
    padding: 2em;
}
.banner-simple p
{
    color: var(--color-dark);
    margin: 0;
    text-align: center;
    font-size: 2em;
}
.banner-simple p .font-especial
{
    font-family: 'Roboto';
    font-weight: lighter;
}
.banner-simple p .font-normal
{
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 1.5em;
}



/*
-----------------------------------------------------
BOOTSTRAP FLEX
-----------------------------------------------------
*/
.rsc{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.rcc{
    display: flex;
    justify-content: center;
    align-items: center;
}
.rec{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.rca{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ccc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ccs{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.fwrap
{
    flex-wrap: wrap;
}

@media screen and (orientation: portrait){
    .d-portrait-none
    {
        display: none;
    }
}
@media (orientation: landscape) and (max-width: 1024px) {
    .d-landscape-none
    {
        display: none;
    }
}