@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,400;0,700;1,700&display=swap');



html{
    scroll-behavior: smooth;
}


body{
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}


.btn-asesor {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #fff;
    background-color: #b8683b;
    border-color: #b8683b;
    padding: 0.2rem 1rem;
    font-size: 1.2rem;
    line-height: 2;
    border-radius: .80rem;
}

.btn-asesor:hover,
.btn-asesor:active{
    color: #fff !important;
    background-color: #b8683b !important;
    border-color: #b8683b !important;
}

/*----------------------------------------
	Navbar
----------------------------------------*/

.f-column{
    flex-direction: column !important;
}

.f-row .nav-item .nav-link{
    margin-right: 1rem !important;
}


.f-row .nav-item {
    direction: inherit !important;
    list-style-image: none !important;
}

.bg-header{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.is-sticky .bg-header{
    background-color: rgba(255,255,255,0.9);
    /*padding:.9375rem 0;*/
}


.navbar {
    min-height: 96px;
    margin-bottom: 0;
}

.navbar .nav-item {
    direction: rtl;
    list-style-image: url('../images/bullet-menu.png');
}


.navbar-light .navbar-nav .nav-link {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    text-align: right;
    padding: .10rem 1rem;
    color: #4d2800 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0.2rem;
    margin-left: 1rem;
}

.navbar-light .navbar-toggler {
    color: rgba(115,25,28,.9);
    border-color: rgba(115,25,28,.9);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #08625c;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(115, 25, 28, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link i {
    font-size: 1.2rem;
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(2,98,92,.9);
}



/*----------------------------------------
	Banner
----------------------------------------*/

#banner img {
    width: 100%;
}


/*----------------------------------------
    QUIENES SOMOS
----------------------------------------*/

#quienes-somos{
    background: #ffffff;
    position: relative;
    padding-top: 2%;
    padding-bottom: 4%;
}

#quienes-somos p{
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #4d2800;
    text-align: justify;
}


/*----------------------------------------
    MINUSTOS PLAYA
----------------------------------------*/

.minutos-playa{
    background: url("../images/bg-01.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}


.minutos-playa h2 {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    text-align: center;
    margin-top: 15px;
}


/*----------------------------------------
    CARACTERISTICAS
----------------------------------------*/

#caracteristicas{
    background: #ffffff;
    padding-top: 4%;
    padding-bottom: 4%;
}

#caracteristicas h2{
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #4d2800;
    text-align: center;
}

#caracteristicas .box-bg {
    background: url("../images/bg-02.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 2rem;
}

#caracteristicas .text-lote-superficie h2 {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

#caracteristicas .text-lote-superficie h2 span{
    font-size: 3rem;
    margin-top: 10px;
}

#caracteristicas .text-info-mensualidades{
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 2.4rem;
    color: #5e4126;
}

#caracteristicas .text-info-contado{
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    font-size: 2.1rem;
    text-transform: uppercase;
    line-height: 0.5;
    color: #701819;
}

#caracteristicas ul {
    list-style-image: url('../images/bullet-caracteristicas.png');
}

#caracteristicas ul li {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.18rem;
    color: #4d2800;
}


/*----------------------------------------
    FEATURES
----------------------------------------*/

.features{
    background: url("../images/bg-features.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}

.features h5 {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #4d2800;
    text-transform: uppercase;
    text-align: center;
}

.features p {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #4d2800;
    text-align: center;
}


.marker-logo{
    background-image: url('../images/logo-marker.png');
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    content: '';
    height: 698px;
    background-repeat: no-repeat;
}

/*----------------------------------------
    UBICACION
----------------------------------------*/

#ubicacion{
    background: #ffffff;
    padding-top: 4%;
    padding-bottom: 4%;
}

#ubicacion p {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #4d2800;
    text-align: justify;
}

#ubicacion .btn-view-maps {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #fff;
    background-color: #b8683b;
    border-color: #b8683b;
    padding: 0.2rem 1rem;
    font-size: 1.2rem;
    line-height: 2;
    border-radius: .80rem;
}

/*----------------------------------------
    PRE COTIZADOR
----------------------------------------*/


#pre-cotizador{
    background: #f1f1f1;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}

#pre-cotizador h1 {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #4d2800;
    text-align: center;
}

#pre-cotizador p{
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #4d2800;
    text-align: center;
}


/*----------------------------------------
    COTIZADOR
----------------------------------------*/
#cotizador{
    background: url("../images/bg-cotizador.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}



/*----------------------------------------
    GALERIA
----------------------------------------*/

#galeria {
    background: #ffffff;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}

#galeria h2 {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #4d2800;
    text-align: center;
}



#galeria [class*=" imghvr-"] figcaption,
#galeria [class^="imghvr-"] figcaption {
    background-color: rgba(234,205,125,0.8);
}

/*----------------------------------------
    FOOTER
----------------------------------------*/

.contacto{
    background: #eacd7d;
    position: relative;
    padding-top: 2%;
    padding-bottom: 2%;
}

#contacto h5 {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    color: #4d4d4d;
}

#contacto ul li {
    list-style: none;
}

.clock-action-none {
    cursor: default;
}

#contacto a{
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    text-decoration: none;
    color: #4d4d4d;
    margin-top: 15px;
}

#contacto a i{
    color: #ffffff;
}

.contacto .form-group {
    margin-bottom: 0.35rem;
}

.contacto .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #4d4d4d;
}
.contacto .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #4d4d4d;
}
.contacto .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #4d4d4d;
}
.contacto .form-control:-moz-placeholder { /* Firefox 18- */
    color: #4d4d4d;
}

.contacto .form-control {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #4d4d4d;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contacto .btn-send {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    padding: 8px;
    background-color: #b8683b;
    border: 1px solid #b8683b;
    cursor: pointer;
    margin-top: 7px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}


.contacto .btn-send:hover {
    color: #b8683b;
    background-color: transparent;
    border: 1px solid #b8683b;
}

.contacto .btn-send:active {
    color: #b8683b !important;
    background-color: transparent !important;
    border: 1px solid #b8683b !important;
}

.contacto .successMsg p{
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #ffffff;
    padding: 0;
    margin-top: -30px;
    text-align: center;
}

.contacto div #recaptchaFooter {
    margin: 0 auto;
    width: 304px;
    border: 0;
}


.contacto #recaptchaFooter {
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

#recaptchaPopupCotizador {
    -ms-transform: scale(0.80);
    transform: scale(0.80);
    -webkit-transform: scale(0.80);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}


.name-agente{
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #4d4d4d;
    text-transform: capitalize;
}



.link-privacidad{
    font-size: 0.9rem !important;
}


/*----------------------------------------
    Privacidad
----------------------------------------*/
#privacidad {
    background-color: #FFFFFF;
    padding-top: 6%;
    padding-bottom: 4%;
}


#privacidad h2 {
    font-family: 'Muli', sans-serif;
    font-weight:700;
    color: #5d5d5d;
    font-size: 2rem;
    text-align: center;
}

#privacidad h3 {
    font-family: 'Muli', sans-serif;
    font-weight:700;
    color: #5d5d5d;
}


#privacidad p, #privacidad ul li  {
    font-family: 'Muli', sans-serif;
    font-weight:400;
    font-size: 1rem;
    color: #6c6c6c;
}



/* ---------------------------------------------- /*
*  11. Scroll to top
/* ---------------------------------------------- */

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 1.8em;
    right: 1.8em;
}

.scroll-up a {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

.scroll-up a:hover,
.scroll-up a:active {
    background-color: rgba(235, 235, 235, .8);
    color: #5b5963;
}



/*----------------------------------------
    DEFAULT
----------------------------------------*/

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
}

.wait {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    z-index: 999999;
}


#gracias {
    background-color: #eacd7d;
    padding-top: 4%;
    padding-bottom: 4%;
}

#gracias h1 {
    font-family: 'Muli', sans-serif;
    font-weight:700;
    font-style:italic;
    font-size: 2rem;
    color: #701819;
    text-align: center;
    margin-top: 10%;
}

#gracias p {
    font-family: 'Muli', sans-serif;
    font-weight:400;
    font-size: 1.5rem;
    color: #4d4d4d;
    text-align: center;
    margin-top: 1rem;
}

#gracias .btn-enlaces-thank-you {
    background: transparent;
    border-radius: 4px;
    color: #4d4d4d;
    line-height: 40px;
    padding: 0 35px;
    font-family: 'Muli', sans-serif;
    font-weight:700;
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: center;
    cursor: pointer; }