/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/


/*@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}*/

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
/*@media (min-width: 200px) and (max-width: 991px) {
	
}*/


/*===========================================*/
/*	TABLET
/*===========================================*/
/*@media (min-width: 768px) and (max-width: 991px) {

}*/


/*===========================================*/
/*	MOBILE
/*===========================================*/
/*@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}*/

@media screen and (max-width:767px){
    body[data-section="servicessection"] .menu-icon > span:before,
    body[data-section="servicessection"] .menu-icon > span:after,
    body[data-section="servicessection"] .menu-icon > span {
        background-color: #fff;
    }
    body[data-section="servicessection"] .scrollwrapper-pagination.style-01 .swiper-pagination-bullet{
        border-top-color: #fff !important;
    }
    #servicessection .container,
    #servicessection h3{
        color: white !important;
    }
    #servicessection .btn{
        /*color: white !important;
        border: 1px solid;*/
        background-color: white !important;
    }
    #servicessection{
        background-color: black !important;
    }
    #servicessection hr {
        border-bottom-color: #2C367B !important;
    }

    body[data-section="ilPercorsoSection"] .menu-icon > span:before,
    body[data-section="ilPercorsoSection"] .menu-icon > span:after,
    body[data-section="ilPercorsoSection"] .menu-icon > span {
        background-color: #fff;
    }
    body[data-section="ilPercorsoSection"] .scrollwrapper-pagination.style-01 .swiper-pagination-bullet{
        border-top-color: #fff !important;
    }
    #ilPercorsoSection .container,
    #ilPercorsoSection h3,
    #ilPercorsoSection h4{
        color: white !important;
    }
    #ilPercorsoSection .btn{
        /*color: white !important;
        border: 1px solid;*/
        background-color: white !important;
    }
    #ilPercorsoSection{
        background-color: black !important;
    }
    #ilPercorsoSection hr {
        border-bottom-color: #2C367B !important;
    }
    #medicinaRigenerativaSection b.full-wh.bg-cover {
        background-position: center left;
    }
}

@media screen and (max-width:767px){
    .hide-mobile{
        display: none;
    }
    .show-mobile{
        display: block;
        background-size: cover; background-position: center; height: 100%;
    }

    .home-social {
        position: absolute;
        justify-content: center;
        align-items: end;
        width: 100vw;
    }
    .home-social .social-container{
       margin-bottom: 40px;
    }
}
@media screen and (min-width:768px){
    .hide-mobile{
        display: block;
    }
    .show-mobile{
        display: none;
    }
}