/*general*/
body{background: #005A93 url("img/fondo.jpg") no-repeat fixed center; background-size: 100% 100%;}
/*general*/

/*mainSliderDesktop*/
#mainSliderDesktop{ position: relative; }
#mainSliderDesktop .logo1{ position: absolute; left: 47px; top: 25px; width: 384px;}
#mainSliderDesktop .logo2{ position: absolute; right: 6px; top: 343px;}
/*mainSliderDesktop*/

/*mainSliderResponsive*/
#mainSliderResponsive{ text-align: center; margin-top: 20px; }
#mainSliderResponsive .logo1,#mainSliderResponsive .logo2{ width: 63%; }
#mainSliderResponsive > div{ background: white; width: 262px; margin: 0 auto; height: 258px; border: 1px solid white; border-radius: 134px;}
#mainSliderResponsive .logo1{ margin-top: 36px; }
#mainSliderResponsive .logo2{ margin-top: 100px; }
#mainSliderResponsive h1{margin-top: 20px; margin-bottom: 20px; color: white;}
/*mainSliderResponsive*/

/*media*/
@media only screen and (max-width : 1024px) and (max-height : 1024px) {
	body{ background: #005A93; }
}