
html{
    scroll-behavior: smooth;
}

#slide-1-layer-1{
  font-size:55px;
}

@media  screen and (max-width: 1920px) {
    /* insert styles here */
    .isotope-item img{
      width: 100% !important;
    }
}
/* Home section wrapper */
.home_section_wrapper{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
@media only screen and (min-width: 1240px){
    .home_section_wrapper{
        max-width: 1220px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1239px){
    .home_section_wrapper{
        max-width: 940px;
        width: 940px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.home_section_wrapper{
		max-width: 100%;
	}
  #noshow-mobile{
    display: none !important;
  }
  #technologies-index-mobile{
    display: flex !important;
    justify-content:space-around;
    align-items:center;
  }
}

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

	.home_section_wrapper {
        width: calc(100% - 67px)!important;
        max-width: 480px !important;
    }

    #button_play{
        display: none;
    }

    #slide-1-layer-1{
      font-size:80px;

    }
    #technologies-index-mobile{
    display: flex !important;
    justify-content:space-around;
    align-items:center;
    bottom:15vw;
    font-size:10px;
    height:  150px!important;
    }

    #technologies-index-mobile img{
      display: inline;
      margin-bottom: 0px;

    }
    #technologies-index-mobile a{

      margin-top:0px;
      vertical-align:bottom;
    }
    #noshow-mobile{
      display: none !important;
    }
    #agencies,#ecocreacion,#tomorrowland,#unilab{
      top:-150px;
      padding-top: 100px !important;
      padding-bottom: 60px !important;
    }

}

@media only screen and (min-width: 768px) {
    #button_play{
        display: inherit;
    }

}

/*End of Home Section Wrapper definitions */

.custom-float-logo{
    /* Los del template usaron important... */
    float: left !important;
    clear: none !important;
}


.custom-alquiler{
    background-color: #edf2ff;
    background-image:url(../images/home_webdeveloper_sectionbg5.png);
}

/*
@media all and (max-width: 768px) {
    .custom-alquiler{
         background-color: #0c0c41;
         background-image:none;
    }
}
*/

.center-text{
    text-align: center;
}

.center-image{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.services-menu{
    /*
    padding:0 10% 0 0;
    margin: 0 2%;
    */

    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 30px rgba(200,196,219,.3);

    padding:30px 50px 0;
    margin: 0 2%;
}

/* Matterport */
#reel{
    padding-bottom: 56.25%
}

.matterport-showcase {
    background-color: black;
    position: relative;
    padding-bottom: 56.25%;
    /* padding-bottom: 46%; */
    height: 0;
    overflow: hidden;
}

.matterport-showcase iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.contact_section_wrapper{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width: 1240px){
    .contact_section_wrapper{
        max-width: 1220px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1239px){
    .contact_section_wrapper{
        max-width: 940px;
        width: 940px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px){
    .contact_section_wrapper{
        max-width: 708px;
    }
}

@media only screen and (max-width: 767px){
    .contact_section_wrapper{
        max-width: 480px;
        width: calc(100% - 67px);
    }
    .contact_section_wrapper .mcb-wrap, .contact_section_wrapper .column{
        margin: 0;
        width: 100% !important;
        clear: both;
    }

    .contact_section_wrapper .column {
        margin: 0 0 20px;
        height: auto !important;
    }

    #Top_bar
    {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
    }

}
