

@font-face {
    font-family: 'glancyr';
    src: url('tipo/glancyr.eot'); /* IE9 Compat Modes */
    src: url('tipo/glancyr.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('tipo/glancyr.woff2') format('woff2'), /* Super Modern Browsers */
    url('tipo/glancyr.woff') format('woff'), /* Modern Browsers */
    url('tipo/glancyr.ttf') format('truetype'), /* Safari, Android, iOS */
    url('tipo/glancyr.svg#glancyrlight') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'glancyr' , sans-serif; /* Asegurate de poner comillas simples alrededor del nombre */
    background-color: #f6fbff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

a {
  color: #000000;
  transition: all .5s ease;
}

    a:hover {
        color: #6EA1CE; /*Color */
        text-decoration: none;
    }

.link-two {
  color: #000000;
  transition: all .5s ease;
}

.link-two:hover {
  text-decoration: underline;
  color: #000000;
}

.link-one {
  color: #000000;
  transition: all .5s ease;
}

.link-one:hover {
  color: #000000;
  text-decoration: none;
}

.link-icon {
  color: #000000;
  font-weight: 500;
}

.link-icon span {
  font-size: 14px;
  padding-left: 4px;
  vertical-align: middle;
}

.link-a {
  color: #f6fbff;
  text-decoration: none;
}

    .link-a:hover {
        color: #f6fbff;
        text-decoration: none;
    }

.link-a span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}




.text-ola {
    color: #6EA1CE;
    font-size: 2rem;
    font-weight: 600;
    margin-left: 5px; /* Ajusta este valor seg�n sea necesario */

text-align: center; /* Centra el texto horizontalmente */
}

.navbar-brand-container {
    display: flex;
    align-items: center;
}

.navbar-logo img {
    height: 85px; /* Ajusta el tama�o del logo seg�n tus necesidades */
    margin-right: -30px; /* Ajusta el espacio entre el logo y las palabras */
    margin-top: -18px; /* Mueve el logo hacia arriba ajustando este valor */
    margin-left: -70px;
}

.text-brand {
    color: #0C3471;
    font-size: 1.5rem;
    font-weight: 600;
    margin-right: 10px; /* Ajusta el espacio entre el logo y las palabras */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centra verticalmente el texto */
}

.navbar-brand .line-1,
.navbar-brand .line-2 {
    font-size: 1em; /* Ajusta el tama�o de fuente seg�n sea necesario */
    margin-right: 50px;
    margin-left: 10px;
}

.navbar {
    height: 100px;  /* Ajusta la altura de la barra */
    padding: 15px 0;  /* Ajusta el padding para mantener el contenido centrado */
}

/* Ajustes generales para la barra de navegación */
.navbar {
    padding: 10px 20px;
}

/* Logo y texto para pantallas pequeñas */
@media (max-width: 768px) {
    .navbar-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .navbar-brand img {
        height: 50px;
        margin-bottom: 5px;
        margin-right: 100px;
    }
    .text-brand .line-1,
    .text-brand .line-2 {
        font-size: 1rem;
        margin-right: 100px;
    }
    .navbar-nav {
        text-align: center;
    }
    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }
    .navbar-nav .nav-item .nav-link {
        font-size: 1rem;
    }
    .navbar-nav .socials-pile {
         text-align: center; /* Centra el contenido */
        flex-direction: row; /* Asegura que estén en una fila */
    }
   .navbar-collapse .socials-pile {
        display: flex !important; /* Forzar flex para el contenedor */
        justify-content: flex-start !important; /* Alinea a la izquierda */
        align-items: center !important; /* Alineación vertical */
        gap: 10px !important; /* Espaciado uniforme entre íconos */
        padding: 0 15px !important; /* Espaciado desde los bordes izquierdo y derecho */
        margin: 0 !important; /* Elimina márgenes innecesarios */
        width: 100% !important; /* Asegura que ocupe el ancho completo */
    }

    .socials-pile .nav-item {
        margin: 0 !important;
        padding: 0 !important; /* Elimina cualquier relleno adicional */
    }

    .socials-pile .nav-link {
        padding: 5px !important; /* Espaciado interno para los enlaces */
        text-align: left !important; /* Alineación del texto si hay conflicto */
    }
}

/* Transiciones suaves */
.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    outline: none;
}

/* Fondo inicial del navbar */
.navbar-trans {
    background-color: transparent;
    transition: background-color 300ms ease-in-out;
}

/* Fondo blanco cuando el menú está expandido */
.navbar-trans .collapse.show {
    background-color: #f6fbff;
     transition: all 300ms ease; 
    
}

/* Redes sociales */
.navbar-nav .nav-item .nav-link i {
    font-size: 1.2rem;
    margin-right: 10px;
    text-align: center; 
}


/* Fondo blanco cuando el menú está expandido */
.navbar-trans .collapse.show {
    background-color: #f6fbff;
     transition: all 300ms ease; 
    
}


/* Estilos para el botón del menú */
.navbar-toggler-icon {
    background-color: #333;
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px 0;
    border-radius: 2px;
}

/* Asegurar que el texto del menú sea visible */
.navbar-trans .nav-link {
    color: #333 !important;
}

/* Fondo del menú cuando está colapsado */
.navbar-collapse {
    background-color: transparent;
    position: static; 
    top: calc(100% - 10px); /* Ajusta para que quede justo debajo del navbar */
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 300ms ease-in-out;
}

/* Redes sociales alineadas al centro */
.socials-pile {
    display: flex; /* Flex para alinear los ítems */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Alinear verticalmente */
    gap: 15px; /* Espaciado entre íconos */
    margin: 10px 0; /* Separación arriba y abajo */
    width: 100%; /* Asegura que ocupen el ancho completo */
    margin-left: 50px;
}


/* Ajustar altura del menú al expandirse */
.navbar-collapse.show {
   background-color: #f6fbff; /* Fondo del menú expandido */
    padding-top: 0px; /* Menor separación desde el navbar */
    padding-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Sombra opcional */
}
/* Asegura que los ítems se alineen correctamente */
.navbar-nav {
    text-align: center;
}



/* Aumentar espacio entre los ítems del menú */
.nav-item {
    margin: 10px 0; /* Añade espacio vertical entre ítems */
}

.color-a {
  color: #000000;
}

.color-b {
    color: #6EA1CE; /*Color*/
}

.color-d {
  color: #adadad;
}

.color-text-a {
  color: #555555;
}

.no-margin {
  margin: 0;
}

.img-box-a {
    position: relative;
    overflow: hidden;
}

.tag-sold {
    position: absolute;
    top: 40%; /* Ajusta la posición vertical según tus necesidades */
    left: 0;
    width: 100%; /* Ocupa todo el ancho de la imagen */
    background-color: rgba(246, 251, 255, 0.9); /* Fondo azul */
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0; /* Ajusta la altura de la tira */
    text-align: center;
    z-index: 100;
    border: 2px solid black; /* Contorno negro */
    transform: scaleY(0); /* Inicialmente contraída verticalmente */
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

.card-box-a:hover .tag-sold {
    transform: scaleY(1); /* Se despliega verticalmente al hacer hover */
    opacity: 1;
}


/*------/ Nav Pills  /------*/

.nav-pills-a.nav-pills .nav-link {
  color: #000000;
  position: relative;
  font-weight: 800;
}

.nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}

    .nav-pills-a.nav-pills .nav-link.active:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 2px;
        background-color: #6EA1CE; /*Color*/
        z-index: 2;
    }
    
   /* Alinear los iconos en fila */
.navbar-nav.socials-pile {
    display: flex;
    flex-direction: row; /* Asegura que estén en fila */
    align-items: center; /* Alinea los iconos verticalmente */
    justify-content: flex-end; /* Alinea los iconos al lado derecho */
    gap: 0; /* Elimina el espacio predeterminado entre los íconos */
}

.navbar-nav.socials-pile .nav-item {
    margin-right: -25px; /* Reduce el espacio entre los íconos */
}

.navbar-nav.socials-pile .nav-link {
    font-size: 1rem; /* Ajusta el tamaño de los iconos */
    color: #fff; /* Color de los iconos */
    text-decoration: none; /* Opcional: Elimina subrayados */
}

/*------/ Bg Image /------*/

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

/*------/ List a /------*/

.list-a {
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}

.list-a li {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
}

.list-a li:before {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  top: 15px;
  left: 0;
}

/*------/ Pagination-a /------*/

.pagination-a .pagination .page-link {
  margin: 0 .2rem;
  border-color: transparent;
  padding: .5rem .8rem;
  color: #000000;
}

    .pagination-a .pagination .page-link:hover,
    .pagination-a .pagination .page-link:active,
    .pagination-a .pagination .page-link:focus {
        background-color: #6EA1CE; /*Color*/
    }

.pagination-a .pagination .page-link span {
  font-size: 1.2rem;
}

.pagination-a .pagination .next .page-link {
  padding: .4rem .9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
  padding: .4rem .9rem;
  color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
    background-color: #6EA1CE; /*Color*/
}

.a {
    color: #6EA1CE; /*Color*/
    font-size: 1.3rem;
}

/*------/ Icon Box /------*/

.icon-box .icon-box-icon {
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #000000;
  width: 50px;
  padding-top: 8px;
}

.icon-box .icon-box-content {
  padding-top: 18px;
}

/*------/ Space Padding /------*/

.section-t8 {
  padding-top: 8rem;
}

.section-t4 {
  padding-top: 4rem;
}

.section-t3 {
  padding-top: 3rem;
}

.section-b2 {
  padding-bottom: 2rem;
}

.section-tb85 {
  padding: 8rem 0 5rem 0;
}

/*------/ Title /------*/

.title-wrap {
  padding-bottom: 4rem;
}

.title-a {
  font-size: 2.6rem;
  font-weight: 600;
}

.title-link {
  font-size: 1.2rem;
  font-weight: 300;
  padding-top: 1.2rem;
}

.title-link a {
  color: #313131;
}

.title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}

.title-box-d {
  padding-bottom: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
}

.title-box-d .title-d {
  font-weight: 600;
  font-size: 2rem;
}

    .title-box-d .title-d:after {
        content: '';
        position: absolute;
        width: 70px;
        height: 4px;
        background-color: #6EA1CE; /*Color*/
        bottom: 20px;
        left: 0;
    }

/*------/ Display Table & Table Cell /------*/

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*------/ Ul Resect /------*/

.ul-resect ul,
.list-a ul,
.box-comments ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*------/ Overlay /------*/

.overlay-a {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}

/*------/ Owl carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 9px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
}

    .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #6EA1CE; /*Color*/
    }

    .owl-theme .owl-dots .owl-dot.active span {
        background-color: #6EA1CE; /*Color*/
        width: 35px;
    }

.owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.owl-arrow .owl-nav .owl-prev,
.owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.owl-arrow .owl-nav .owl-prev.disabled,
.owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}

.owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}

    .nav-arrow-b .owl-arrow .owl-nav .owl-prev,
    .nav-arrow-b .owl-arrow .owl-nav .owl-next {
        padding: .7rem 1.5rem !important;
        display: inline-block;
        transition: all 0.6s ease-in-out;
        color: #f6fbff;
        background-color: #6EA1CE; /*Color*/
        opacity: .9;
    }

        .nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
        .nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
            transition: all 0.6s ease-in-out;
            color: #f6fbff;
        }

        .nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
        .nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
            background-color: #6EA1CE;
        }

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}

/*------/ Socials /------*/

.socials-a .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

/* Boton de regreso */

.back-to-top {
    position: fixed;
    display: none;
    background: #6EA1CE; /*Color*/
    color: #f6fbff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

    .back-to-top i {
        padding-top: 12px;
        color: #f6fbff;
    }

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #f6fbff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #f2f2f2;
        border-top: 6px solid #6EA1CE; /*Color*/
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*======================================
//--//-->   NAVBAR
======================================*/

.navbar-default {
    transition: all .5s ease-in-out;
    background-color: #f6fbff;
    padding-top: 28px;
    padding-bottom: 28px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default .nav-search {
  color: #000000;
  font-size: 1.5rem;
}

.navbar-default.navbar-reduce {
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-bottom: 8px;
  margin-left: 0;
}

.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
  font-size: 1.3rem;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.030em;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

    .navbar-default.navbar-trans .nav-link:before,
    .navbar-default.navbar-reduce .nav-link:before {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 2px;
        z-index: 0;
        background-color: #6EA1CE; /*Color*/
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        transition: opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
        transition: transform .2s ease-out, opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;
    }

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-trans .nav-link:hover:before,
.navbar-default.navbar-reduce .nav-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.navbar-default.navbar-trans .show > .nav-link:before,
.navbar-default.navbar-trans .active > .nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before,
.navbar-default.navbar-reduce .show > .nav-link:before,
.navbar-default.navbar-reduce .active > .nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

    .navbar-default.navbar-trans .nav-link:before {
        background-color: #6EA1CE; /*Color*/
    }

.navbar-default.navbar-trans .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-trans .show > .nav-link,
.navbar-default.navbar-trans .active > .nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
  color: #000000;
}

.navbar-default.navbar-reduce {
  transition: all .5s ease-in-out;
  padding-top: 19px;
  padding-bottom: 19px;
}

.navbar-default.navbar-reduce .nav-link {
  color: #000000;
}

    .navbar-default.navbar-reduce .nav-link:before {
        background-color: #6EA1CE; /*Color*/
    }

.navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-reduce .show > .nav-link,
.navbar-default.navbar-reduce .active > .nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
  color: #000000;
}

.navbar-default.navbar-reduce .navbar-brand {
  color: #000000;
}

    .navbar-default .dropdown .dropdown-menu {
        border-top: 0;
        border-left: 4px solid #6EA1CE; /*Color*/
        border-right: 0;
        border-bottom: 0;
        -webkit-transform: translate3d(0px, -40px, 0px);
        transform: translate3d(0px, -40px, 0px);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
        margin: 0;
        border-radius: 0;
        padding: 12px 0;
    }

.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  transition: all 500ms ease;
  font-weight: 600;
  min-width: 220px;
}

    .navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
        background-color: #f6fbff;
        color: #6EA1CE; /*Color*/
        transition: all 500ms ease;
    }

    .navbar-default .dropdown .dropdown-menu .dropdown-item.active {
        background-color: #f6fbff;
        color: #6EA1CE; /*Color*/
    }

.navbar-default .dropdown:hover .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

/*------/ Hamburger Navbar /------*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

    .navbar-toggler span {
        display: block;
        background-color: #6EA1CE;
        height: 3px;
        width: 25px;
        margin-top: 4px;
        margin-bottom: 4px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 0;
        opacity: 1;
    }

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   BOX COLAPSE
======================================*/


.box-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.7); /* Fondo oscuro con transparencia */
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.6s ease;
}


.box-collapse .title-box-d {
  top: 30px;
  left: 60px;
  opacity: 1;
  transition: all 1s ease;
  transition-delay: .3s;
}

.box-collapse-wrap {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 6.5rem;
  bottom: 5rem;
  padding-left: 10%;
  padding-right: 10%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  transition: opacity 0.5s 0.5s ease, -webkit-transform 0.5s 0.5s ease;
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease, -webkit-transform 0.5s 0.5s ease;
}

.box-collapse-open .click-closed {
  visibility: visible;
}

.box-collapse-open .box-collapse {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  opacity: 1;
}

.box-collapse-open .box-collapse .title-box-d {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.box-collapse-open .box-collapse-wrap {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.box-collapse-closed .box-collapse {
  opacity: .7;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .title-box-d {
  opacity: 0;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .form-a {
  opacity: 0;
  transition-delay: 0s;
}

.click-closed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1035;
  background-color: #000000;
  opacity: .4;
}


.close-box-collapse {
  position: absolute;
  z-index: 1050;
  top: 2rem;
  font-size: 3.5rem;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.right-boxed {
  right: 4.2857rem;
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
    height: 100vh;
    position: relative;
    color: #f6fbff;
}

.intro .owl-theme .owl-dots {
  position: absolute;
  bottom: 70px;
  right: 50px;
}

    .intro .owl-theme .owl-dots .owl-dot span {
        background: #f6fbff;
        border: 0px solid #f6fbff;
    }

    .intro .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #6EA1CE; /*Color*/
    }

    .intro .owl-theme .owl-dots .owl-dot.active span {
        background-color: #6EA1CE; /*Color*/
    }

.intro .intro-item {
  padding-top: 2rem;
}

.intro .carousel-item-a {
  position: relative;
  height: 100vh;
}

.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}

.intro .intro-content {
  position: absolute;
}

.intro .intro-body {
  padding-left: 1rem;
}

    .intro .intro-body .price-a {
        color: #f6fbff;
        padding: 1rem 1.5rem;
        border: 2px solid #6EA1CE; /*Color*/
        border-radius: 50px;
        text-transform: uppercase;
        letter-spacing: 0.030em;
    }

    .intro .spacial {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
        color: #f6fbff;
    }

    .intro .intro-title-top {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        margin-bottom: 1rem;
        font-size: .9rem;
        color: #f6fbff;
        letter-spacing: .05em;
    }

    .intro .intro-title {
        transition-duration: 9s !important;
        color: #f6fbff;
        font-weight: 700;
        font-size: 2.8rem;
        text-transform: uppercase;
    }

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .intro-subtitle.intro-price {
  padding-top: 1rem;
  font-size: 1.2rem;
}

/*------/ Intro Single /------*/

.intro-single {
  padding: 12rem 0 3rem;
}

.intro-single .title-single-box {
  padding: 1rem 0 1rem 2rem;
}

    .intro-single .title-single-box {
        border-left: 3px solid #6EA1CE; /*COlor*/
    }

.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 2.2rem;
}

.intro-single .breadcrumb-box {
  padding: 1rem 0 0 .5rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

.navbar-right {
    margin-left: auto; /* Esto mover� el ul a la derecha dentro del contenedor */
}

.navbar-nav .nav-item {
    padding-left: 20px; /* Ajusta el valor seg�n sea necesario */
}


/*======================================
//--//-->   CARD GENERAL
======================================*/

.card-box-a,
.card-box-b,
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
  transition: .8s all ease-in-out;
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-shadow:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

/*======================================
//--//-->   PROPERTY - CARD-A
======================================*/

.card-overlay-a-content {
  transition: all .5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

.card-header-a {
  padding: 0 1rem;
}

    .card-header-a .card-title-a {
        color: #f6fbff;
        margin-bottom: 0;
        padding-bottom: .7rem;
    }

        .card-header-a .card-title-a a {
            color: #f6fbff;
            text-decoration: none;
        }

.card-body-a {
  z-index: 2;
  transition: all .5s ease-in;
  padding: 0rem 1rem 2rem 1rem;
}

.card-body-a .price-box {
  padding-bottom: .5rem;
}

.price-a {
    color: #f6fbff;
    padding: .6rem .8rem;
    border: 2px solid #6EA1CE; /*Color*/
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.030em;
}

.card-footer-a {
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: #6EA1CE; /*Color*/
}

.card-info {
  list-style: none;
  margin-bottom: 0;
  padding: .5rem 0;
}

.card-info .card-info-title {
  font-size: 1rem;
  color: #313131;
}

    .card-info li span {
        color: #f6fbff;
        font-size: .9rem;
    }

/*------/ Property Grid /-----*/

.property-grid .grid-option {
  text-align: right;
  margin-bottom: 2rem;
}

.property-grid .grid-option .custom-select {
  border-radius: 0;
  width: 200px;
  border-color: #313131;
}

.property-grid .grid-option .custom-select:hover,
.property-grid .grid-option .custom-select:active,
.property-grid .grid-option .custom-select:focus {
  border-color: #313131;
}

.property-grid .grid-option .custom-select option {
  border-color: #313131;
}

/*------/ Property Single /-----*/

.gallery-property {
  margin-bottom: 3rem;
}

.property-price {
  margin: 0 auto;
}

.property-price .card-header-c {
  padding: 0;
}

.summary-list {
  padding-right: 1rem;
  color: #000000;
}

.summary-list .list {
  padding: 0;
  line-height: 2;
}

.summary-list .list span {
  color: #555555;
}

.property-agent .title-agent {
  font-weight: 600;
}

.property-agent ul {
  line-height: 2;
  color: #000000;
}

.property-agent .socials-a {
  text-align: center;
}

/*======================================
//--//-->   NEWS - CARD-B
======================================*/

.card-header-b {
    padding: 1rem;
    color: #f6fbff;
    position: absolute;
    bottom: 20px;
    z-index: 2;
}

    .card-header-b .category-b {
        font-size: .9rem;
        background-color: #6EA1CE; /*Color*/
        padding: .3rem .7rem;
        color: #313131;
        letter-spacing: 0.030em;
        border-radius: 50px;
        text-decoration: none;
    }

.card-header-b .title-2 {
  margin-bottom: 0;
  padding: .6rem 0;
  font-size: 1.5rem;
}

    .card-header-b .title-2 a {
        color: #f6fbff;
        text-decoration: none;
    }

.card-header-b .date-b {
  color: #d8d8d8;
  font-size: 1rem;
}

/*------/ News Single /------*/

.post-information {
  padding: 3rem 0;
}

.post-content {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
}

.post-content .post-intro {
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 4rem;
  line-height: 1.6;
  color: #000000;
  font-weight: 400;
}

.post-content p {
  margin-bottom: 1.7rem;
}

    .post-content .blockquote {
        padding: 1rem 3rem 1.7rem 3rem;
        border-left: 3px solid #6EA1CE; /*Color*/
        color: #000000;
    }

.post-content .blockquote footer {
  text-align: left;
  padding: 0;
}

.post-footer {
  padding: 3rem 0 4rem;
}

.post-share .socials {
  display: inline-block;
}

.post-share .socials li {
  margin-left: .6rem;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 3.5rem;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments .comment-description {
  padding: .8rem 0 .5rem 0;
}

.box-comments .list-comments a {
  color: #000000;
}

.box-comments .list-comments span {
  display: block;
  color: #2B2A2A;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*======================================
//--//-->   SERVICES - CARD-C
======================================*/

.card-box-c {
    display: flex; /* Utiliza flexbox para centrar los elementos */
    flex-direction: column; /* Apilar los elementos verticalmente */
    align-items: center; /* Centra los elementos horizontalmente */
    justify-content: flex-start; /* Alinea los elementos desde el inicio */
    width: 100%; /* Asegura que el contenedor ocupe todo el ancho disponible */
}

.card-header-c {
    padding: 0 1rem 1rem 1rem;
}

.card-body-c {
    padding: .5rem .5rem 0 .5rem;
}

.card-footer-c {
    padding-left: 1.5rem;
}

.card-box-ico {
    display: flex; /* Utiliza flexbox para alinear el icono y el recuadro */
    justify-content: center; /* Centra el icono horizontalmente */
    align-items: center; /* Centra el icono verticalmente */
    padding: 1rem; /* Espaciado interno */
    color: #ffffff; /* Color del texto dentro del recuadro */
    border: 5px solid #6EA1CE; /* Borde azul alrededor del recuadro */
    margin-bottom: 1rem; /* Espacio debajo del recuadro */
}

.card-box-ico .icon {
    font-size: 4rem; /* Tamaño del icono */
    margin-right: 1.5rem; /* Espacio entre el icono y el texto */
}

.title-c {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0; /* Eliminar márgenes para ajuste fino */
}

.card-box-ico span {
    font-size: 4rem;
    color: #000000;
}

.content-c {
    text-align: justify; /* Justifica el texto dentro de este contenedor */
}

.link-c {
    display: block; /* Hace que el enlace ocupe toda la línea para justificación */
    width: 100%; /* Asegura que el enlace ocupe todo el ancho disponible */
    text-align: justify; /* Justifica el texto dentro del enlace */
    margin-top: 10px; /* Espacio encima del enlace */
}

/*======================================
//--//-->   AGENTS - CARD-D
======================================*/

.card-box-d .card-overlay-hover {
  transition: all .2s ease-in-out;
  padding: 15px 40px 15px 35px;
}

.card-box-d .title-d {
  transition: .3s ease-in-out;
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

.card-box-d .content-d {
  opacity: 0;
  transition: .5s ease-in-out;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.card-box-d .info-agents {
  opacity: 0;
  transition: .5s ease-in-out;
}

.card-box-d .card-footer-d {
  transition: .5s ease-in-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}

.card-box-d .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

.card-box-d:hover .card-overlay-hover {
    background-color: #6EA1CE; /*Color*/
    opacity: .9;
}

.card-box-d:hover .title-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .card-footer-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*------/ Agent Single /------*/

.agent-info-box .socials-footer {
  margin-top: 2rem;
}

.agent-info-box .socials-footer li {
  margin-right: 1.5rem;
}

/*======================================
//--//-->   ABOUT
======================================*/

.section-about .title-vertical {
  position: absolute;
  letter-spacing: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 50px;
  text-align: left;
  font-size: 1.8rem;
  width: 300px;
  font-weight: 700;
  text-align: right;
}

.about-img-box {
  padding-left: 1rem;
  position: relative;
}

.sinse-box {
    background-color: #6EA1CE; /*Color*/
    padding: 1rem 2rem;
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.sinse-box .sinse-title {
  font-weight: 700;
  letter-spacing: 0.043em;
  font-size: 1rem;
}

.sinse-box .sinse-title span {
  position: absolute;
}

.sinse-box .sinse-title span:after {
  content: ' ';
  width: 35px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -15px;
}

.sinse-box p {
  margin-bottom: 0;
  font-size: .7rem;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials-box {
  padding: 1rem 0;
}

.testimonials-box .testimonial-avatar {
  width: 80px !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  border-radius: 50%;
}

.testimonial-ico {
  text-align: center;
}

    .testimonial-ico span {
        font-size: 1.8rem;
        background-color: #6EA1CE; /*Color*/
        color: #f6fbff;
        padding: .4rem 1rem;
        border-radius: 50px;
    }

.testimonial-text {
  font-style: italic;
  margin-top: 25px;
  padding: 1.5rem 1.5rem;
  background-color: #f3f3f3;
  position: relative;
}

.testimonial-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  width: 0px;
  height: 0px;
  border-top: 15px solid #f3f3f3;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.testimonial-author-box {
  margin-top: 2rem;
}

.testimonial-author {
  margin-left: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  color: #000000;
}

/*======================================
//--//-->   FOOTER
======================================*/

.section-footer {
  padding-top: 60px;
  margin-top: 60px;
  background: #0C3471;
 
}

.section-footer ul {
  line-height: 2;
  text-align: center; 
}

.content-r {
    color: #F6FBFF;
    
}

.content-p{
    color: #6EA1CE;
}

    .section-footer .item-list-a i {
        font-size: 18px;
        padding-right: 4px;
        color: #6EA1CE; /*Color*/
    }

.section-footer .widget-a .w-title-a {
  margin-bottom: 1rem;
text-align: center; 
}


footer {
    background: #0C3471;
    text-align: center;
    padding: 30px 0;
}

footer .copyright-footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

footer .credits {
  font-size: 14px;
}

.section-footer .widget-a .content-r {
  text-align: left; /* Mantén el texto alineado a la izquierda */
}

.section-footer .widget-a .w-title-a {
  text-align: center; /* Centra solo el título */
  display: block; /* Asegura que el título sea un bloque centrado */
  margin: 0 auto; /* Elimina cualquier desplazamiento lateral */
}


/* Centrar títulos con separación debajo */
.section-md-t3 .w-header-a .w-title-a {
  text-align: center; /* Centrar título */
  display: block;
  margin: 0 auto;
  margin-bottom: 20px; /* Espacio entre el título y el texto debajo */
}

/* Mantener listas alineadas a la izquierda */
.section-md-t3 .w-body-a ul {
  text-align: left; /* Alineación izquierda */
  margin: 0;
  padding: 0 20px; /* Asegura que los textos estén alineados horizontalmente */
  list-style-position: outside; /* Para iconos alineados correctamente */
}

/* Estilo individual de los elementos de la lista */
.section-md-t3 .w-body-a .item-list-a {
  list-style: none; /* Sin viñetas */
  line-height: 2; /* Espaciado vertical entre líneas */
  display: flex; /* Alinea icono y texto en una línea */
  align-items: center; /* Asegura alineación vertical correcta */
}

.section-md-t3 .w-body-a .item-list-a i {
  margin-right: 8px; /* Espacio entre icono y texto */
  color: #6EA1CE; /* Color de los iconos */
  flex-shrink: 0; /* Asegura que el icono no se redimensione */
}

/* Estilo de los enlaces */
.section-md-t3 .content-r {
  color: #F6FBFF; /* Color del texto */
  text-decoration: none; /* Sin subrayado */
  display: inline-block; /* Mantiene alineación con los iconos */
}

.section-md-t3 .content-r:hover {
  text-decoration: underline; /* Subrayado al pasar el cursor */
}

/* Estilo del bloque MyP */
.myp-section .w-body-a {
  text-align: left; /* Alineación izquierda del contenido */
}

.myp-section .content-r {
  margin-bottom: 15px; /* Separación del contenido */
}


/* Reducir la altura de línea en la lista para crear un espacio más pequeño entre los elementos */
.content-section .w-body-a ul li {
  line-height: 5; /* Ajusta este valor según el espacio que necesites */
}






/*======================================
//--//-->   FORM INPUT
======================================*/

.form-a #sendmessage {
    color: #6EA1CE; /*COlor*/
    border: 1px solid #6EA1CE;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.form-a #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-a #sendmessage.show,
.form-a #errormessage.show,
.form-a .show {
  display: block;
}

.form-a .validation {
  color: red;
  display: none;
  margin: 4px 0 20px 0;
  font-weight: 400;
  font-size: 13px;
}

.form-a label {
  color: #000000;
  position: relative;
}

.form-a select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
}

.form-a .form-control {
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 300;
}

.form-a .form-control.form-control-a {
  height: 3.5rem;
}

    .form-a .form-control:focus {
        box-shadow: none;
        border-color: #6EA1CE; /*Color*/
    }

/*======================================
//--//-->   BUTTON
======================================*/

.btn {
  transition: .5s ease;
}

.btn.btn-a,
.btn.btn-b {
  border-radius: 0;
  padding: 1rem 3rem;
  letter-spacing: .05rem;
}

    .btn.btn-a {
        background-color: #000000;
        color: #f6fbff;
    }

    .btn.btn-a:hover {
        background-color: #6EA1CE; /*Color*/
        color: #000000;
    }

    .btn.btn-b {
        background-color: #6EA1CE; /*Color*/
        color: #000000;
    }

        .btn.btn-b:hover {
            background-color: #000000;
            color: #f6fbff;
        }

    .btn.btn-b-n {
        background-color: #6EA1CE; /*COlor*/
        color: #f6fbff;
        border-radius: 0;
    }

        .btn.btn-b-n:hover {
            background-color: #6EA1CE; /*Color*/
            color: #f6fbff;
        }

@media (min-width: 576px) {
  .intro .intro-title {
    font-size: 3.5rem;
  }

  .intro .intro-subtitle.intro-price {
    font-size: 1.3rem;
  }

  .about-img-box {
    padding-left: 4rem;
  }

  .sinse-box {
    padding: 1.5rem 2.5rem;
    bottom: 20px;
  }

  .sinse-box .sinse-title {
    font-size: 1.3rem;
  }

  .sinse-box p {
    font-size: .8rem;
  }

  .sinse-box p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .link-a {
    font-size: .9rem;
  }

  .link-a span {
    font-size: 1.5rem;
  }

  .navbar-default.navbar-trans .nav-item,
  .navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  }

    .navbar-default .dropdown .dropdown-menu {
        border-top: 4px solid #6EA1CE; /*COlor*/
        border-left: 0;
        display: block;
        position: absolute;
        box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
    }

  .box-collapse {
    width: 50%;
  }

  .intro .owl-theme .owl-dots {
    right: 200px;
  }

  .intro .intro-body {
    padding-left: 2rem;
  }

  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .intro .intro-title {
    font-size: 4rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro .intro-subtitle.intro-price {
    padding-top: 2rem;
    font-size: 1.5rem;
  }

  .intro-single .title-single-box .title-single {
    font-size: 2.1rem;
  }

  .grid .card-box-a,
  .grid .card-box-b,
  .grid .card-box-c,
  .grid .card-box-d {
    margin-bottom: 2.5rem;
  }

  .card-box-a:hover .img-a,
  .card-box-a:hover .img-b,
  .card-box-b:hover .img-a,
  .card-box-b:hover .img-b {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: .9rem;
  }

  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }

  .card-box-a:hover .card-body-a {
    padding-bottom: 1rem;
  }

  .card-overlay-a-content {
    bottom: -20px;
  }

  .card-header-a .card-title-a {
    font-size: 1.3rem;
  }

  .card-info .card-info-title {
    font-size: .9rem;
  }

  .card-info li span {
    font-size: .8rem;
  }

  .card-header-b {
    bottom: 0px;
  }

  .card-header-b .title-2 {
    font-size: 1rem;
  }

  .card-header-b .date-b {
    font-size: .9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }

  .title-c {
    font-size: 1.8rem;
  }

  .card-box-d .card-overlay-hover {
    padding: 5px 15px 5px 10px;
  }

  .card-box-d .title-d {
    font-size: 1.1rem;
    margin: .5rem 0;
  }

  .card-box-d .content-d {
    font-size: .8rem;
    margin: .5rem 0;
  }

  .card-box-d .card-body-d p {
    margin-bottom: 8px;
    font-size: .8rem;
  }

  .about-img-box {
    padding-left: 5rem;
  }

  .sinse-box {
    padding: 1.5rem 3rem;
  }

  .sinse-box .sinse-title {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 64px;
  }
}

@media (min-width: 992px) {
  .link-a {
    font-size: 1rem;
  }

  .link-a span {
    font-size: 18px;
  }

  .list-a li {
    width: 33.333%;
  }

  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .intro .intro-title {
    font-size: 4.5rem;
  }

  .intro .intro-subtitle.intro-price {
    padding-top: 3rem;
  }

  .intro-single .title-single-box .title-single {
    font-size: 2.5rem;
  }

  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: 1rem;
  }

  .card-overlay-a-content {
    bottom: 0px;
  }

  .card-header-a .card-title-a {
    font-size: 2rem;
  }

  .card-info .card-info-title {
    font-size: 1rem;
  }

  .card-info li span {
    font-size: 1rem;
  }

  .card-header-b {
    bottom: 20px;
  }

  .card-header-b .title-2 {
    font-size: 1.6rem;
  }

  .card-header-b .date-b {
    font-size: 1rem;
  }

  .title-c {
    font-size: 2.5rem;
  }

  .card-box-d .card-overlay-hover {
    padding: 5px 40px 5px 35px;
  }

  .card-box-d .title-d {
    font-size: 1.5rem;
    margin: 1rem 0;
  }

  .card-box-d .card-body-d p {
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .sinse-box {
    padding: 3rem 4.5rem;
  }

  .sinse-box .sinse-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .card-box-d .card-overlay-hover {
    padding: 15px 40px 5px 35px;
  }

  .card-box-d .title-d {
    font-size: 2rem;
    margin: 1rem 0;
  }
}

@media (max-width: 991px) {
  .property-contact {
    margin-top: 2.5rem;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  .text-brand {
    font-size: 1.8rem;
  }

  .section-t8 {
    padding-top: 4rem;
  }

  .section-t4 {
    padding-top: 2rem;
  }

  .section-md-t3 {
    padding-top: 3rem;
  }

  .section-tb85 {
    padding: 4rem 0 2.5rem 0;
  }

  .intro-single {
    padding-top: 9rem;
  }

  .card-box-a,
  .card-box-b,
  .card-box-c,
  .card-box-d {
    margin-bottom: 2.5rem;
  }

  .card-box-a .card-overlay-a-content {
    bottom: 65px;
  }

  .card-box-a .card-body-a {
    padding-bottom: 1rem;
  }

  .property-agent {
    margin-top: 2.5rem;
  }

  .card-box-c {
    margin-bottom: 2rem;
  }

  .card-body-c {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .box-collapse .title-box-d {
    left: 35px;
  }

  .box-collapse .title-box-d .title-d {
    font-size: 1.3rem;
  }
}