html {
	scroll-behavior: smooth;
}

body{
    margin: 0;
}

/* 
Color palette
#095fc3
#c1a9f8
#9d9d9d
#5eb4e6
#ece7f7
#bfddf4
#7d10f9
#9d6dfb
#31cefb */

.common-text{
    color: #aaa;
    font-weight: 500;
    font-family: Roboto,sans-serif;
    font-size: 1.2rem;
}

.common-section{
    padding: 0 6rem;
    margin-bottom: 3rem;
}

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

.common-list > li i {
    margin-right: 20px;
    color: #5eb4e6;
}

.common-thumb{
    height: 14rem;
    width: 22rem;
}

.thumb-showroom{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.navigation-wrapper{
    background-color: #fff;
    position: fixed;
    width: 100%;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    z-index: 10;
}

.fullscreen-menu-links{
    list-style-type: none;
    display: flex;
    margin-block-end: 0px;
    margin-block-start: 0px;
    padding-inline-start: 0px;
}

.fullscreen-menu-links > li > a{
    color: #969696;
    float: right;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    text-decoration-line: none;
    font-size: 17px;
    text-transform: uppercase;
    box-sizing: border-box;
    font-size: 1.1rem;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
}

.logo-container{
    display: block;
    float: left;
}

.menu-container{
    padding: 0 7rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 75px;
}

.link-container{
    display: list-item;
    box-sizing: border-box;
}

.link-container a{
    display: flex;
    height: 100%;
    align-items: center;
}


.fullscreen-menu-links > li > a:hover{
    background: #eee;
}



.d-none {
    display: none
}

.d-unset {
    display: unset
}

.phone-container{
    display: flex;
    align-items: center ;
}

.phone-container > a{
    text-decoration: none;
}





/* jumbotron */

.jumbotron{
    background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(../img/jumbotron.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 150px;
}

.jumbotron-container{
    padding: 4rem 8rem;
}

.jumbotron-title{
    font-size: 3.5rem;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 800;
}

.jumbotron-description{
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    font-family: Roboto,sans-serif;
    max-width: 43rem;
    margin-top: 0px;
}

.btn {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    padding: 1rem 0;
    font-family: Roboto,sans-serif;
    display: inline-block;
    min-width: 15rem;
    font-size: 1rem;
    letter-spacing: 1px;
    border: 2px solid #fff;
}

.btn-filled {
    background: #095fc3;
    color: #fff;
    box-shadow: 0 6px 120px rgba(0,0,0,.2);
    border: 2px solid #095fc3;
    margin: 0 1.5rem 1.5rem 0;
}

.btn-trans {
    color: #fff;
    background: 0 0;
}

/* medalla jumbotron */
.garantia-sello {
    position: absolute;
    height: 120px;
    top: 40rem;
    right: 0rem;
    z-index: 1;
}



/* experience section */
.experience-section{
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;

    display: -webkit-flex; 
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    flex-direction: column;
    align-items: center
}

.experience-content{
    color: #333;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.4;
    font-weight: 900;
    font-family: Roboto,sans-serif;
    margin: 1rem 0;
    color: #000000b3;
}



/* services */
#services{
    margin-top: -4rem; padding-top: 4rem;
}

.services-title-container{
    padding: 0 6rem;
    position: relative;
}

/* .services-title::after {
    content: '';
    position: absolute;
    left: 6rem;
    top: 100%;
    width: 3rem;
    min-height: 5px;
    background: #5eb4e6;
} */

.main-services{
    padding: 0 4rem;
}

.services-container{
    /* padding: 0 2rem; */
    /* width: 100%; */
    max-width: 120rem;
    margin: auto;
}

.services-list-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



.service-items2{
    display: grid;
    grid-template-columns: 24% 24%;
    grid-gap: 1rem;
    justify-content: center;
}



.service-item-container{
    box-shadow: 0 6px 120px rgba(0,0,0,.2);
    border-right: 2px solid #f5f5f5;
    padding: 1rem;
    box-sizing: border-box;
    flex: 0 0 25%;
    margin-bottom: 1rem;
}

.service-item-container > h4{
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #646464;
    margin-bottom: 0;
}

.service-item-container > p{
    box-sizing: border-box;
    /* font-size: 1.2rem; */
    line-height: 1.4;
    font-weight: 500;
    font-family: Roboto,sans-serif;
    margin: 1rem 0;
    color: #aaa;
}

.img-container{
    box-sizing: border-box;
    min-height: 150px;
}

.img-container img{
    width: 100%;
}



/* hamburguer menu */
.ham-menu-cont{
    display: none;
}

.ham-menu-cont > img{
    width: 30px;
}

.responsive-nav-content > ul > li > .link{
    padding: 1.5rem 2rem;
    display: block;
    font-family: 'Source Sans Pro',sans-serif;
    border-top: 2px solid #f5f5f5;
    font-size: 1.3rem;
    font-weight: 400;
    color: #969696;
    letter-spacing: 1px;
    text-decoration: none;
}



.responsive-nav-content > ul{
    list-style-type: disc;
    padding-left: 0px;
}

.responsive-nav-content > ul > li{
    list-style: none;
}

/* about us section */
.about-us-container{
    padding: 5rem 4rem 10rem 4rem;
    display: flex;
    justify-content: space-between;
}

.ab-container{
    padding: 0 2rem;
    width: 100%;
    /* max-width: 83rem; */
    /* margin: auto; */
    display: flex;
    justify-content: space-between;
}

.media-cont {
    height: 30rem;
    margin-bottom: 0px;
    background: url(https://www.crystalcleanmelbourne.net.au/wp-content/uploads/2021/06/Crystal-Clean-header02-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: right;
    z-index: 1;
    box-shadow: 0 6px 120px rgba(0,0,0,.1);
}

.info {
    width: 35%;
    margin-bottom: 0;
    margin-top: 5rem;
    color: #aaa;
    font-weight: 500;
    max-width: 50rem;
    font-family: Roboto,sans-serif;
    font-size: 1.2rem;
}

.highlights-cont {
    display: unset;
    width: 60%;
    position: relative;
    
}

.highlights {
    position: absolute;
    right: 0;
    top: 25%;
    width: 40%;
    z-index: 10;
    padding: 3rem 2rem;
    box-shadow: 0 6px 120px rgba(0,0,0,.1);
    background: #fff;
}

/* .about-us-container > .ab-container > .info > h2{
    font-family: 'Source Sans Pro',sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: grey;
    position: relative;
    padding-bottom: 1rem;
    font-size: 2.5rem;
    padding-bottom: 0px;
} */


.heading-secondary{
    font-family: 'Source Sans Pro',sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: grey;
    position: relative;
    padding-bottom: 1rem;
    font-size: 2.5rem;
    padding-bottom: 0px;
}

.heading-secondary::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 3rem;
    min-height: 5px;
    background: #5eb4e6;
}

.heading-third {
    font-family: 'Source Sans Pro',sans-serif;
    /* text-transform: uppercase; */
    font-weight: 900;
    color: grey;
    position: relative;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    padding-bottom: 0px;
}

.rounded-div{
    border-radius: 30px;
    background-color: #7375F5;
    padding: 1rem 2rem;
    text-align: center;
}

.rounded-div > h3{
    color: white;
}

.rounded-div > .common-text{
    color: white;
}

/* .heading-third::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 2rem;
    min-height: 5px;
    background: #9d6dfb;
} */




/* footer section */
/* .map-container{
    width: 50%;
} */

.map-container > img{
    max-width: 100%;
}

.map-location-container{
    display: grid;
    grid-template-columns: 50% 50%;
}

.location-info{
    padding: 7rem 5rem;
    background-color: #5eb4e6;
}


.map-location-container .heading-secondary{
    color: #fff;
}

.map-location-container .heading-secondary::after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 3rem;
    min-height: 5px;
    background: #fff;
}

.location-items{
    color: #fff;
    font-family: 'Source Sans Pro',sans-serif;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    row-gap: 60px;
    padding-top: 20px;
}

.location-details h5{
    font-size: 1.7rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
}

.location-items .location-data .icon-data{
    font-size: 1rem;
    margin-right: 15px;
}

.location-items .location-data .icon-data svg{
    font-size: 1rem;
    height: 70%;
    width: 70%;
}

/* .location-items .location-data .icon-data svg.mail-icon{
    font-size: 1rem;
    height: 85%;
    width: 85%;
} */

.location-data{
    display: flex;
}

.location-details > ul{
    list-style: none;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto,sans-serif;
}


.contact-link{
    text-decoration: none;
    color: #fff;
}


/* footer bottom section */


footer{
    background: #eee;
}



footer > .footer-details-container > .footer-columns > .footer-col > h5{
    font-size: 1.5rem;
    color: grey;
    margin-bottom: 1rem;
    margin-top: 0px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}


footer > .footer-details-container{
    /* padding: 10rem 2rem; */
    width: 100%;
    max-width: 83rem;
    margin: auto;
}

footer .footer-list-items{
    list-style: none;
    padding-inline-start:0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

footer .footer-list-items a{
    text-decoration: none;
    display: block;
    padding: 0.4rem 0;
    font-size: 1.2rem;
    font-family: Roboto,sans-serif;
    color: #969696;
    margin-bottom: 0.5rem;
    font-weight: 500;
}


footer .footer-columns{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    justify-content: space-between;
}

footer .footer-list-items > li > span{
    display: block;
    padding: 0.4rem 0;
    font-size: 1.2rem;
    font-family: Roboto,sans-serif;
    color: #969696;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.footer-mention{
    color: #969696;
    margin-bottom: 2.5rem;
    max-width: 40rem;
    font-size: 1.2rem;
    /* line-height: 1.7; */
    font-weight: 500;
    font-family: Roboto,sans-serif;
}

.social-cont{
    margin-right: 1.5rem;
    width: 1rem;
    height: 1rem;
    background: #5eb4e6;
    padding: 0.8rem;
    border-radius: 50px;
}

.social-cont > a{
    text-decoration: none;
}

.socials{
    display: flex;
    flex-wrap: wrap;
}

.icon{
    width: 100%;
    height: 100%;
    color: #fff;    
}



/* bottom section */
.bottom{
    padding: 3rem 1rem;
    background: #f3f3f3;
}

.site-info{
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    color: #969696;
}

.site-info > a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}



/* logo bottom circle */
.dot {
    height: 65px;
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: fixed;
    top: 2rem;
    left: 7rem;
    z-index: -1;
  }

  .map-container{
    background-image: url('../img/mapa.PNG');
    background-size: cover;
}

.data-last-row{
    grid-column-start: 1;
    grid-column-end: 3;
}

footer .footer-columns {
    margin: 5rem 2rem 1rem 2rem;
}

.jumbotron-description {
    font-size: 1.3rem;
}


/* Media queries */
@media (max-width:1100px) {
    .service-item-container{
        flex: 0 33%;
        margin-bottom: 1rem;
    }

    .map-container{
        background-image: url('../img/mapa-medium.PNG');
        background-size: cover;
    }
    

    .location-info {
        padding: 4rem 2rem;
    }

    .location-items {
        grid-template-columns: none;
    }

/* 
    .map-location-container .heading-secondary {
        margin-top: 0px;
    }

    .location-items .location-data .icon-data {
        margin-right: 0px;
    } */

    footer .footer-columns {
        margin: 5rem 2rem 1rem 2rem;
    }

    .jumbotron-description {
        font-size: 1.3rem;
    }

    .highlights-cont {
        top: 50%;
        transform: translateY(-30%);
    }
}

@media (max-width:920px) {
    .jumbotron-container {
        padding: 0rem 3rem;
        padding-bottom: 6rem;
    }

    .menu-container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .service6{
        display: none;
    }

    .service-item-container{
        flex: 0 0 50%;
        margin-bottom: 1rem;
    }

    .dot {
        height: 65px;
        width: 100px;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        position: fixed;
        top: 2rem;
        left: 0rem;
        z-index: -1;
    }

    .services-title-container{
        padding: 0 3rem;
    }

    .main-services{
        padding: 0 1rem;
    }

      .map-location-container{
        display: block;
    }

    .location-info{
        padding: 2rem 2rem;
    }

    .map-container > img {
        content: url(../img/mapa.PNG);
    }

    .location-data {
        padding-bottom: 30px;
    }

    .location-items {
        grid-template-columns: 1.5fr 1fr;
    }

    footer .footer-columns {
        margin: 5rem 2rem 1rem 2rem;
    }
      
    .jumbotron-description {
        font-size: 1.3rem;
    }

    .highlights-cont {
        top: 50%;
        transform: translateY(-30%);
    }

    

}

@media (max-width:750px) {
    .jumbotron-container {
        padding: 0rem 3rem;
        padding-bottom: 6rem;
    }

    .fullscreen-menu-links{
        display: none;
    }
    
    .ham-menu-cont{
        width: 3rem;
        display: flex;
        align-items: center;
        padding: 2.1rem 0;
    }

    /* .jumbotron-title{
        font-size: 2.5rem;
    } */

    .dot {
        height: 65px;
        width: 100px;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        position: fixed;
        top: 2rem;
        left: 0rem;
        z-index: -1;
    }

    .services-title-container{
    padding: 0 3rem;
    }

    .main-services{
    padding: 0 1rem;
    }

    .map-location-container{
        display: block;
    }

    .location-info{
        padding: 2rem 2rem;
    }

    .map-container > img {
        content: url(../img/mapa.PNG);
    }

    .location-data {
        padding-bottom: 30px;
    }

    .location-items {
        grid-template-columns: 1.5fr 1fr;
    }

    footer .footer-columns {
        margin: 5rem 2rem 1rem 2rem;
    }

    .jumbotron-description {
        font-size: 1.3rem;
    }

    .ab-container{
        padding: 0;
    }

    .about-us-container {
        padding: 5rem 3rem 10rem 3rem;
    }

    .highlights-cont{
        top: 50%;
        transform: translateY(-30%);
    }

    .highlights-cont {
        top: 50%;
        transform: translateY(-30%);
    }

    .common-section{
        padding: 0 3rem;
    }

    
    
}


@media (max-width:650px) {
    .jumbotron-container {
        padding: 0rem 3rem;
        padding-bottom: 6rem;
    }

    .jumbotron-title{
        font-size: 2.8rem;
    }

    .service-item-container{
        flex: 0 0 50%;
        margin-bottom: 1rem;
    }

    .dot {
        height: 65px;
        width: 100px;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        position: fixed;
        top: 2rem;
        left: 0rem;
        z-index: -1;
      }

      .map-container > img {
        content: url(../img/mapa-small.png);
    }

    .services-title-container{
        padding: 0 3rem;
    }

    .main-services {
        padding: 0 0rem;
    }

    .experience-section{
        padding: 0 2rem;
    }
    
    .map-location-container{
        display: block;
    }

    .location-info{
        padding: 2rem 2rem;
    }

    .location-data {
        padding-bottom: 30px;
    }

    .location-items {
        display: block;
    }

    .location-items .location-data .icon-data svg {
        height: 100%;
        width: 100%;
    }

    footer .footer-columns {
        display: block;
        margin: 5rem 2rem 1rem 2rem;
    }

    .jumbotron-description {
        font-size: 1rem;
    }

    .info {
        width: 100%;
    }

    .ab-container {
        display: block;
        padding: 0;
    }

    .highlights-cont{
        top: auto;
    }
}

@media (max-width:510px) {
    .jumbotron{
        padding-top: 120px;
    }

    .jumbotron-container {
        padding: 0rem 1rem;
        padding-bottom: 4rem;
    }

    .jumbotron-title {
        font-size: 2.5rem;
    }

    .main-services{
        padding: 0 0rem;
    }

    .services-container{
        padding: 0 1rem;
    }

    .services-title-container{
        padding: 0 1rem;
    }

    .service-item-container > h4 {
        font-size: 1.3rem;
    }

    
    
    .ab-container{
        display: block;
        padding: 0 2rem;
    }

    .info{
        width: 100%;
    }

    /* .about-us-container > .ab-container > .info > h2 {
        font-size: 1.8rem;
    } */

    .about-us-container {
        padding: 5rem 0rem 10rem 0rem;
    }

    #mb-newline{
        display: none;
    }

    .parag{
        font-size: 1rem;
    }

    .map-location-container{
        display: block;
    }

    .location-info{
        padding: 2rem 2rem;
    }

    .heading-secondary{
        font-size: 1.9rem;
    }

    .location-items{
        display: block;
    }

    .location-data{
        padding-bottom: 30px;
    }

    /* .map-container > img{
        transform: translate(0%, -50%);
    } */

    .map-container > img{
        content: url("../img/mapa-small.png");
    }

    .location-items .location-data .icon-data svg{
        height: 100%;
        width: 100%;
    }

    footer > .footer-details-container {
        /* padding: 5rem 2rem; */
        width: 100%;
        max-width: 83rem;
        margin: auto;
    }

    footer .footer-columns{
        display: block;
        margin: 5rem 2rem 1rem 2rem;
    }

    .footer-col{
        margin-bottom: 3rem;
    }

    footer .footer-list-items > li > span{
        font-size: 1rem;
    }

    footer .footer-list-items > li > a{
        font-size: 1rem;
    }

    .footer-mention{
        font-size: 1rem;
    }

    .dot {
        height: 65px;
        width: 100px;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        position: fixed;
        top: 2rem;
        left: 0rem;
        z-index: -1;
      }


      .services-exploration{
        padding: 5rem 2rem;
        background-color: #c1a9f8;
        /* color: white; */
      }

      .service-section > h4{
        font-family: 'Source Sans Pro',sans-serif;
        color: #646464;
        font-size: 1.9rem;
      }

      .service-section p{
        font-family: Roboto,sans-serif;
      }

      .service-section ul{
        font-family: Roboto,sans-serif;
      }

      .service-item-container{
        flex: 0 0 100%;
        margin-bottom: 1rem;
    }

    .common-section{
        padding: 0 2rem;
    }

    .common-thumb{
        height: 9rem;
        width: 15rem;
    }

}