
.montserrat-font {
    font-family: 'Montserrat', sans-serif;
}

p,h1,h2,h3,h4,h5,h6,li,a{
        font-family: 'Montserrat', sans-serif !important;
        text-decoration: none;
}

.card-style-01{
    box-shadow: -1px 1px 4px 5px rgb(214 214 214);
    border-radius: 7px;
}

.list-style-none{
    list-style: none;
}

.ls-05{
    letter-spacing:.2rem;
}

.ls-1{
    letter-spacing:.5rem;
}

.ls-1rem{
    letter-spacing:1rem;
}


.btn-success{
  background: #3cbfb4;
    z-index: 999999;
        text-transform: uppercase;
    cursor: pointer;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    border-radius: 0px;
    z-index: 9999;
    position: absolute;
    font-size: 24px;
    right: 30px;
    padding: 10px 20px;
}


.menu-lateral.btn-success{
    position: relative;
    left: 20%;
    padding: 10px 20px;
    display: block;
}

.btn-success:hover{
    background: #3cbfb4;
    transform: scale(1.1);
}




.decoration-success {
    text-decoration-color: #3cbfb4 !important;
    text-decoration-line: underline !important;
    font-weight: 600;
}

.decoration-black {
   background: #000;
   color: #fff;
   font-weight: 600;
}

.mark-green{
    background: #3cbfb4;
    color: #fff;
}

.mark-white-green{
    background: #fff;
    color: #3cbfb4;
}

.mark-white{
    background: #fff;
}

.input-text{
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

.btn-submit{
    background: #3cbfb4;
    border: solid #0000 2px;
    cursor: pointer !important;
    width: 200px;
    font-size: 22px;
    margin: -10px;
    position: relative;
    left: 10px;
    color: #fff;
    padding: 10px 100px;
    margin-top: 5px;
    border-radius: 0px;
    text-align: center;
}

.btn-submit:hover{
    color:#fff;
    transform: scale(1.1);
}

.line-green-overtext{
    border-top: 5px solid #3cbfb4;
    max-width: 50px;
    margin: auto 0;
    padding-bottom: 0px;
    position: relative;
    top: -6px;
}

.carousel-control-next, .carousel-control-prev {
    background: #0000;
    border: none;
}


.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: none;
    width: 70px;
    height: 70px;
}


.card-no-border{
    border: none;
}

.features-section .card{
    border: none;
}

.features-section a{
    cursor: pointer;
}

.features-section h3:hover{
   color: #000 !important;
   background: #fff;
}

.experiences-section .card{
    border: none;
}

#single-blog .banner {
    position: relative; 
    background-size:cover; 
    height: 80vh;
    background-image:url(feature-image.jpg);
    background-position:center; 
}

#single-blog h1 {
    position: relative;
}


#single-blog .banner .overlay{
    background: #352e2e3b; 
    width: 100%; height: 100%;
    position: absolute; 
    top: 0px; 
    left: 0px
}
 
.footer-main{
    background-image: url(https://lospatioshb.com/home/footer.png);  
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 100%; 
    padding: 70px 10px;
} 

.iframe-blog{
    height:600px;
}

#modal-home {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

#modal-home .icon-close{
    width: 30px;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    cursor: pointer !important;
    z-index: 99999;

}

#modal-home .popup{
    max-width: 100%;
    width: 500px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999;
}

@media only screen and (max-width: 1000px) {
    .footer-main{
        background-image: url(https://lospatioshb.com/home/footer-mobile.png); 
    }
    
     img.logo-menu {
        margin-left: 0px;
        width: 100px;
    }
    
    
    .btn-success{
            right: 5px;
            top: 20px;
            z-index: 0;
            font-size:18px;
    }
    
}   

.figura-title{
    display: inline-block;
}

.text-black{
    color: #000;
}

.bg-light-gray{
    background: #f5f5f5;
}

.cta-blog {
    text-transform: uppercase;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px 30px;
    cursor: pointer;
}

.icons-cowork img{
    width: 60px;
    margin: auto;
    display: block;
    margin-bottom:20px;
}

.text-cream{
    color: #3cbfb4;
}

.text-ligther-01{
    max-width: 600px;
    margin: auto;
    text-align: center;
    letter-spacing: 2px;
    font-size: 20px;
    color: #717171;
    letter-spacing: 2px;
    font-weight: 300;
    line-height: 24px;
}

.only-desktop { display: block }
.only-mobile { display: none }

@media only screen and (max-width: 769px) {
    
    #modal-home .popup{
        max-width: 100%;
        width: 350px;
    }
    
  
    .only-mobile { display: block }
    .only-desktop { display: none }


    .figura-title{
        display: block;
        margin: auto;
    }

  
    .menu-lateral.btn-success{
        font-size: 16px;
        position: relative;
        left: 20%;
        padding: 10px;
        display: block;
        width: 150px;
    }
  
    .menu-nav .btn-success {
        right: 20px;
        top: 20px;
        padding: 5px;
        font-size: 16px;
        z-index: 0;
    }
    
    .iframe-blog{
        height:400px;
    }
    

    
}



@media only screen and (max-width: 550px) { 
    
    #headerBanner video {
        top: 0% !important;;
        left: 0% !important;;
        min-width: 100% !important;;
        min-height: 100% !important;;
        height: 600px !important;;
        transform: scale(1.5) !important;
    }
    
}


@media only screen and (max-width: 400px) { 
    

    
    img.logo-menu {
        margin-left: -90px;
        width: 90px;
    }
    

}
