@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;700&display=swap');

body{
    font-family: 'Poppins',sans-serif;
}
a{
    cursor: pointer!important;
}

h4{
    font-size: 1.1rem!important;
    color: #00cf99;
}
p{
    text-align: justify;
}
#headerSlide .carousel-item {
    height: 100vh;
}

#headerSlide p {
    text-align: center;
}
.condologos img{
    width: 150px;
    margin: 5px;
    cursor: pointer;
}

.condologos .condo{
    border:2px solid rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 30px 10px!important;
}
.condologos .condo:hover{
    background-color: rgba(0,0,0,.5);
}

.condologos{
    position: absolute;
    left: 10%;
    right: 10%;
    width: 80%;
    text-align: center;
    z-index: 5;
    bottom: 50px;
}
.condologos p{
    margin-bottom: 60px;
}


.logo{
    width: 350px;
}
.fixed-top {
    position: absolute;
}
.carousel-caption {
    right: 15%;
    top: 12%;
    left: 15%;
    bottom: auto;
}


#headerSlide h1{
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 42px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 30px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.25);
}
#headerSlide h1 span{
    display: block;
}

#headerSlide h1 small{
    color: #abe6c4;
    font-size: 23px;
    font-weight:400!important;
    letter-spacing: 3px;
}

#headerSlide .btn{
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 200px;
}

.carousel-control-next,.carousel-control-prev{
    background-color: rgba(0,0,0,.35);
    width: 10%;
    opacity: 1;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon{
    filter: invert(0);
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 4rem;
    height: 4rem;
}



#prototipos,#contacto{
    padding: 120px 0;
    background-color: #eff0f4;
}
#prototipos h2,
#contacto h2 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
}
/*
#prototipos h2::after{
    content: 'PROTOTIPOS';
    position: absolute;
    left: -10px;
    top: -21px;
    opacity: .15;
    font-size: 72px;
}

#contacto h2::after {
    content: 'CONTACTO';
    position: absolute;
    left: -10px;
    top: -21px;
    opacity: .15;
    font-size: 72px;
}
*/
.bg-green{
    background-color: #00cf99;
}

#exito,#fallo{
    display: none;
}
#signal{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 140, 119, .65);
    color: white;
    font-size: 21px;
    display: none;
    text-align: center;
    padding: 45px;
}

.relative{
    position: relative;
}

.condo905 .bg-green {
    background-color: #375b1b;
}

.condo926 .bg-green {
    background-color: #7c401e;
}

.condo905 a{
    color: #375b1b;
}

.condo926 a {
    color: #7c401e;
}

.bg-green a{
    color: #fff;
    display: block;
    margin-top: -8px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -8px;
    padding: 8px 16px;
    cursor: pointer;
}

.bg-green:hover{
    background-color: #000;
}
.prototipos .card{
    margin-bottom: 15px;
}

.card{
    border: none;
    border-radius: 10px;
    margin-left: 3%;
    margin-right: 3%;
    width: 94%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(10px - 1px);
    border-top-right-radius: calc(10px - 1px);
    transition: all .5s;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.card-img-top:hover{
    transform: scale(1.2);
    z-index: 1000;
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
}

.card-footer:last-child {
    border-radius: 0 0 calc(10px - 1px) calc(10px - 1px);
}
.card-footer {
    border-top: none;
}

.card-title{
    font-size: 21px;
    font-weight: 600;
    color: #00cf99;
    margin-bottom: 0;
    text-decoration: none;
    padding: 5px 0;
}
a.card-title:hover{
    color: #000!important;
}
.card-text{
    font-size: 14px;
    min-height: 45px;
}


.condo-icons{
    list-style: none;
    margin:0;
    padding: 0;
    min-height: 100px;
    overflow: hidden;
}
.condo-icons li{
    float: left;
    width: 48px;
    text-align: center;
    padding: 4px;
    margin-bottom: 10px;
}
.condo-icons li img{
    width: 36px;
}






#galeria {
    align-items: center;
    background: #E3E3E3;
    display: flex;
    justify-content: center;
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-800px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-800px * 7));
    }
}

.slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 450px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before,
.slider::after {
    /*background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);*/
    content: "";
    height: 450px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(800px * 14);
}

.slider .slide {
    height: 450px;
    width: 800px;
}






#smarqstudio {
    padding: 120px 0;
    background-color: #fff;
}


.section-subtitle {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(5, 140, 119, 1);
    margin-bottom: 14px;
}


.section-title{
    margin:0;
}
.section-about-title {
    margin-bottom: 5rem;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.166;
    color: #000;
    letter-spacing: 0;
}

#smarqstudio p{
     margin: 0 0 10px;
     margin-bottom: 2.6rem;
     letter-spacing: 0.025em;
     line-height: 2.1428;
     font-weight: 400;
     font-size: 14px;
     text-align: justify;
    color: #111;
}

.experience-box {
    margin-top: 5rem;
}

.experience-border {
    display: inline-block;
    vertical-align: middle;
    width: 12.15rem;
    height: 12.15rem;
    border: 0.357rem solid rgba(5, 140, 119, 1);
    font-size: 7.142rem;

    font-weight: 600;
    color: #000;
    line-height: 12.15rem;
    text-align: right;
}

.experience-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0.2rem;
}


.experience-info {
    display: inline-block;
    vertical-align: middle;
    margin: -1rem 0 0 0.8rem;
    font-size: 1.57rem;
    line-height: 1.181;
    color: #000;
}

.dots-image {
    display: inline-block;
    position: relative;
}

.dots-image img {
    display: block;
    position: relative;
    z-index: 1;
}

.dots-image .dots {
    position: absolute;
    left: -20%;
    bottom: -15%;
    width: 101%;
    height: 57.2%;
    background: url(../img/dots.png) 0 0 repeat;
}


.col-service{
    margin-top:8rem;
}



.modal-header {
    border-bottom: none!important;
}

.modal-title{
    font-weight: 600;
    font-size: 1.75rem;
    color: #00cf99;
}

.modal-content {
    border: none;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}
.modal-header {
    align-items: start;
    padding: 1.7rem;
        padding-bottom: 0;
}

.modal-body{
    padding-top:0;
    padding-bottom: 70px;
}

.btn-close {
    padding: .5rem .5rem;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

.modal-body-content{
    margin-top: 30px;
}


#mdPrototipos .carousel-indicators {

    background: #eee;
    width: 100%;
    padding: 10px 0;
    margin-right: 5px;
    margin-left: 0;
    margin-bottom: -100px;
}

#mdPrototipos .carousel-indicators li {
    width: 100px;
    height: auto;
    border: none!important;
}


.project-detail-list {
    list-style: none;
    padding-left: 0;
}
.project-detail-list li {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0.4rem;
    margin-top: 0.65rem;
    overflow: hidden;
}

.protodisponible{
    margin-bottom: 30px;
}

.protodisponible a.condo,
.protodisponible a.back {
    display: block;
    width: 45%;
    margin-right: 2%;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px;
    border:2px solid rgba(0, 0, 0, .1);
    float: left;
}
.protodisponible a.condo:hover,
.protodisponible a.back:hover {
    background-color: rgba(0, 0, 0, .1);
}

.protodisponible .condo img,
.protodisponible .back img {
    width: 100%;
    margin-bottom: 10px;
}
.project-detail-list{
    font-size: 14px;
}

.project-detail-list li {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0.2rem;
    margin-top: 0.45rem;
    overflow: hidden;
}

.project-detail-list li img{
    height: 24px!important;
}
#mapa_condo{
    height:100%!important;
    width:100%!important;
}
.navbar-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: 1rem;
    font-size: 24px;
    margin-left: 10%;
    font-family: 'Bai Jamjuree', sans-serif;
}

.navbar-social{
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: 10%;
    font-size: 24px;
    font-family: 'Bai Jamjuree', sans-serif;
}
.navbar-social a{
    text-decoration: none;
}

.navbar-social ion-icon{
    font-size: 30px;
    transform: translateY(5px);
}
.follow{
    font-size: .75rem;
    color: white;
    z-index: 9999999;
}

.social-list{
    margin-left: 1rem;
}
.social-list a{
    color: white;
    margin-right: 10px;
    padding: 2px 4px 0px 4px;
}



.wh-100{
    min-width: 100%;
    min-height: 100%;
}

#mdCondos h2{
    color: #00cf99;
}

#mdCondos h3 {
    color: #00cf99;
    margin-bottom: 30px;
}


.mapa{
    width: 100%;
    height: 500px;
    border:1px solid #ccc;
    background-color: #eee;
    line-height: 500px;
    text-align: center;
}

#contacto{
    background-color: #fff;
}
.contacto-info h6{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    font-size: 600;
    font-size: 24px;
}
.contacto-info p {
    width: 65%;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 90px;
}
.contacto-info p strong{
    font-size: 14px;
    display: block;
}


.share .btn{
    width: 100%!important;
}
.share .btn-success{
    background-color: #00cd3e!important;
    border-color: #00cd3e!important;
}

#float-whatsapp{
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

#float-whatsapp a{
    background-color: #00cd3e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    line-height: 72px;
    text-align: center;
    color: #fff;
    font-size: 36px;
}



@media (max-width: 1024px) {
    #headerSlide h1{
        font-family: 'Bai Jamjuree', sans-serif;
        font-size: 36px;
        color: white;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 50px;
        margin-top: 30px;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25),
        0 1px 2px rgba(0, 0, 0, 0.25);
    }
    .navbar-brand,.navbar-social{
        font-size: 18px;
    }
    .navbar-brand{
        margin-left: 8%;
    }
    .navbar-social{
        margin-right: 8%;
    }

    .navbar-social ion-icon{
        font-size: 24px;
        transform: translateY(5px);
    }
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 96%;
        margin: 1.75rem auto;
    }

}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 96%;
    }
}

@media (min-width: 1200px) {

    .modal-lg,
    .modal-xl {
        max-width: 1100px;
    }
}
@media (max-width: 1399.98px) {
    .condo-icons {
        min-height: 160px;
    }
    .card-title {
        font-size: 18px;
    }
}
@media (max-width: 1199.98px) {
    .condo-icons {
        min-height: 100px;
    }
    .condo-icons li {
        width: 42px;
    }

    .condo-icons li img {
        width: 32px;
    }

    .contacto-info h6 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        font-size: 600;
        font-size: 24px;
    }

    .contacto-info p {
        width: 100%;
        display: inline-block;
        font-size: 12px;
        margin-bottom: 90px;
    }

}




.logo-condo{
    height: 160px;
}


@media (max-width: 576px) {

    #headerSlide .btn {
        margin: 10px;
        min-width: 200px;
    }

    .navbar-brand,.navbar-social{
        font-size: 12px;
    }
    .navbar-brand{
        margin: 0 auto;
    }
    .navbar-social{
        margin: 0 auto;
    }

    .navbar-social ion-icon{
        font-size: 14px;
        transform: translateY(1px);
    }

    .logo{
        width: 80%;
    }


    .carousel-caption {
        top: 20%;
    }
    #headerSlide h1 {
        font-size: 21px;
        margin-top: 45px;
    }

    #headerSlide h1 small {
        font-size: 14px;
    }

    .carousel-control-next, .carousel-control-prev {
        background-color: rgba(0,0,0,0);
    }

    .logo-condo{
        height: 60px;
    }

    .condologos img {
        width: 96px;
        margin: 5px;
        cursor: pointer;
    }

    .condologos {
        position: absolute;
        left: 0%;
        right: 0%;
        width: 100%;
        text-align: center;
        z-index: 5;
        bottom: 10px;
    }

    .condologos p{
        margin-bottom: 0;
    }

    .condologos .condo{
       display: none;
    }

        .experience-border {
            display: inline-block;
            vertical-align: middle;
            width: 8.15rem;
            height: 8.15rem;
            border: 0.357rem solid rgba(5, 140, 119, 1);
            font-size: 5.142rem;

            font-weight: 600;
            color: #000;
            line-height: 8.15rem;
            text-align: right;
        }

        .experience-box {
            margin-bottom: 5rem;
        }

        .col-service {
            margin-top: 2rem;
        }

        .contacto-info p {
            margin-bottom: 20px;
        }

        .mapa {
            margin-bottom: 30px;
        }

        #prototipos h2::after {
            display: none;
        }

        #contacto h2::after {
             display: none;
        }

}



.loader{
    text-align: center;
}

.loader > span{
    display: inline-block;
        font-size: 36px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.lds-ellipsis div {
    position: absolute;
    top: 63px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
