
html{
	scroll-behavior: smooth;
}

.logo-footer{
	width:250px;
	margin-top:57px;
}

.nsd-service__main .nsd-service__inner{
	min-height:330px;
}

#switch{display:none;}

.footer-text-about{
	padding-right:50px;
}

.contact-1{
	margin-top:-141px;
	padding-bottom:100px;
}


/*=============================================================
 MEDIA QUERIES 
=============================================================*/

/* MOBILES 
=========================================*/
@media screen 
  and (min-device-width: 320px) 
  and (max-device-width: 765px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	.logo-footer {
    width: 186px;
    margin-top: 7px;
	}
	  
	  .o-clip{
	  height: 200px !important;
	  }
	  
	  .nsd-preloader-wrap .nsd-greetings h1 {
    font-size: 40px !important;
	}
}
/* Fin de mobiles */

/* TABLETS  Vertical
==================================================*/
@media screen 
  and (min-device-width: 768px) 
  and (max-device-width: 991px) 
  and (-webkit-min-device-pixel-ratio: 1) {

	  .logo-footer {
    width: 222px;
    margin-top: 20px;
	}
	
}
/* Fin de Tablet vertical */


/* ----------- iPad 1, 2, Mini and Air 
============================================*/

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	  .logo-footer {
    width: 176px;
    margin-top: 57px;
	}
	 
} /* Portrait fin */

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	  .logo-footer {
    width: 176px;
    margin-top: 57px;
	}
	  
} /* Landscape fin */


/*  iPad 3, 4 and Pro 9.7"
================================= */

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  .logo-footer {
    width: 176px;
    margin-top: 57px;
	}
	  
	  .footer-text-about {
    padding-right: 10px;
	}
	
} /* fin portrait */

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	 .logo-footer {
    width: 176px;
    margin-top: 57px;
	}
	  
	    .footer-text-about {
    padding-right: 10px;
	}

} /* fin de landscape

/*LAPTOPS 
=================================================================*/
 
  @media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1){
	  
	  
} /*fin de laptops


/*LAPTOPS  / ipad pro*/
 
      @media screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1440px) 
  and (-webkit-min-device-pixel-ratio: 1){
	  
	 .logo-footer {
    width: 176px;
    margin-top: 57px;
	}
	
}


/* ----------- LAPTOPS Non-Retina Screens 
=============================================*/
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}


/*DESKTOPS AND 4K */

@media screen 
  and (min-device-width: 1601px) 
  and (max-device-width: 2560px) 
  and (-webkit-min-device-pixel-ratio: 1){

	  
}

/* FIN DE MEDIA QUERIES */	