
.flotanteWA {
   	    display:scroll;
	    position:fixed;
	    bottom:305px;
	    right:20px;
        z-index: 9999;
	}

.flotanteFB {
   	    display:scroll;
	    position:fixed;
	    bottom:255px;
	    right:20px;
        z-index: 9999;
	}

.flotanteTW {
   	    display:scroll;
	    position:fixed;
	    bottom:208px;
	    right:20px;
        z-index: 9999;
	}



.flotanteIG {
   	    display:scroll;
	    position:fixed;
	    bottom:160px;
	    right:20px;
        z-index: 9999;
	}

.flotanteYT {
   	    display:scroll;
	    position:fixed;
	    bottom:110px;
	    right:20px;
        z-index: 9999;
	}

.flotanteGM {
   	    display:scroll;
	    position:fixed;
	    bottom:55px;
	    right:20px;
        z-index: 9999;
	}


/*VIDEO*/

.VideoSection1 {
width:1000px;
height: 100%;
}

.video {
   width: 100%;
}

@media screen and (min-width : 320px) and (max-width:479px) {
    .VideoSection1 {
    width: 100%;
    height: 150px;
    }

    .SlideMobile {
    width:100%;
    }

    .office_address {
    width: 400px !important;
    }
}

@media screen and (min-width : 480px) and (max-width:767px) {
.VideoSection1
    {
    width: 100%;
    height:250px;
    }
.SlideMobile {
    width:100%;
    }

    .office_address {
    width: 400px;
    }
}

@media screen and (min-width : 768px) and (max-width:991px) {
    .VideoSection1 {
    width: 100%;
    height: 400px;
    }

    .SlideMobile {
    width:100%;
    }
}
/*FIN VIDEO*/