*, ul, li, ol{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
.wave{
    background: fixed;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width:1010px){


    .main-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    
    }
    .menu-container{
        position: fixed;
        overflow: auto;
        top: 188px;
        left: -100%;
        z-index: 5;
        background-color: #039AC7;
        width: 100%;
        height: calc(100% - 188px);
        display: grid;
        grid-template-rows: auto 1fr 1fr;
        transition: transform .3s ease-in-out;

    }
    .mnu-principal-active{
        transform: translateX(100%);
        transition: transform .3s ease-in-out;
    }
       
    .menu-principal li{
        list-style: none;
        padding-left: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        position: relative;
    }

    .menu-item{
        font-size: 1rem;
        padding: 1.5rem;
       display: block;
        height: 100%;
        color: white;
        text-decoration: none;
        width: 100%;
        transition: all .3s ease-in-out;
        
    }
    .menu-item:hover{
        background: #FFD000;
        color: #039AC7;
        transition: all .3s ease-in-out;
    }
    .iconos-sociales-container{
        display: block;
        width: 100%;
    }
    .iconos-sociales{
        list-style: none;
        display: flex;
        padding: 1rem;
        justify-content: center;
    }
    .menu-social-item>.fa-brands{
        font-size: 2rem;
        color: white;
        margin: 1rem;
    }
    .menu-social-item>.fa-brands:hover{
        
        color: #FFD000;
       
    }
    .send-message-buttom{
        width: 100%;
        display: block;
        padding: 1rem;
        text-align: center;
    }
    .send-message-link{
        padding: 1.5rem 1rem;
        text-decoration: none;
        background-color: #FFD000;
        text-transform: uppercase;
    }
    .send-message-link .fa-sharp{
        font-size: 1.3rem;
        margin: .5rem;
    }
    .send-message-link:hover{
        opacity: .8;
    
    }
    .submenu{
        background: #026280;
        width: 100%;
    }
    .submenu li a{
       color: #FFD000;
       transition: all .3s ease-in-out;
        width: 100%;
    }
    .submenu li a:hover{
        background: #fff;
       color: #026280;
       transition: all .3s ease-in-out;
     
    }
    .sub-menu li{
        display: block;
        width: 100%;
       
        list-style: none;
    }

    .submenu li a{  
        display: block;     
        padding: .5rem;
        text-decoration: none;
       
    }

}

@media screen and (min-width:1010px){
    /* .main-nav{
        min-height: 150px;
    } */
    .hamburger{
        display: none;
    }
    .main-nav{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 .5rem;
    }
    .menu-container{
        display: flex;
    }
    .menu-principal{
        display: flex;
        list-style: none;
    }
    .menu-principal li{
        position: relative;
    }
    .menu-item{
        padding: .7rem;
        text-decoration: none;
        font-size: 1.2rem;
        color: #039AC7;
    }
    .submenu{
        display: none;
        position: absolute;
        z-index: 1;
        top:100%;
        left: 0;
        width: 150%;
        background: #039AC7;
        list-style: none;
    }
    .menu-principal li:hover ul{
        display: block;
    }
    .submenu li a{
        display: block;
        padding: .8rem;
        text-decoration: none;
        color: white;
    }
    .submenu li a:hover{
        color:#039AC7;
        background-color: #FFD000;
    }

    .iconos-sociales{
        list-style: none;
    }
    .iconos-sociales{
        display: flex;
    }
    .menu-social-item{
        font-size: 1.2rem;
        margin: 0.5rem;
        color: #039AC7;
    }
    .send-message-link{   
      text-decoration: none; 
      padding: 1.3rem .5rem ;
      background-color: #7A5CC6;
      color: white;
    }
    .send-message-link:hover{   
     opacity: .8;
    }
}
.icon-welcome{
    font-size: 5rem;
}
.welcome{
    background-color: #0079CD ;
}

.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(22, 73, 114, 0.6);
    top:0;
    left:0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgAbout{
    min-height: 400px;
    background: url(../images/slidershow2.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.bgContact{
    min-height: 400px;
    background: url(../images/slidershow3.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.bgServices{
    min-height: 400px;
    background: url(../images/slidershow4.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.bgContact{
    min-height: 400px;
    background: url(../images/slidershow5.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.graniteCare{
    min-height: 600px;
    background: url(../images/granitecountertops.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.carousel-item p{
    text-shadow: 0px 5px 5px #000000;
}

.api-whatsapp{
	position: fixed;
	right:  10px;
	bottom: 70px;
	z-index: 15;
}