@charset "utf-8";
/* CSS Document */


.triangles {
	
	
}


.has-retina { margin-top: -100px;}
	
	


.logo {margin-top: -100px;}


@media (min-width: 1200px){
	
	.padded-top {
    padding-top: 40px;
    min-height: 900px;
	}	
	
	/*.logo {margin-top: -200px;}*/
	
}


@media (min-width: 700px){

	p {
    font-size: 16px;
	}
	
}


.texto-banner2 {padding: 120px;}
.texto-banner {padding-left: 120px; padding-bottom: 120px; padding-right: 180px; padding-top: 80px}

.banner-fondo {
	 /* The image used */
    background-image: url("../images/banner1.jpg");

    /* Full height */
    height: 100%; 

	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	


@media (min-width: 360px) and (max-width:800px){
	
.sphere img {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6,1.6);
    transform: scale(1.6);
}
	
	.logo {margin-top: 0px;}
	
	.texto-banner2 {padding: 40px;}
	.texto-banner {padding-left: 40px; padding-bottom: 80px; padding-right: 40px; padding-top: 40px}
	
	.ocultar { display: none;}
	
}







