/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30-abr-2020, 14:02:34
    Author     : lucord
*/



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .vision{
		margin-bottom: 280px;
	}
    .seccion1{
		margin-bottom: 189px;
	}
	.seccion2{
		margin-bottom: 165px;
	}
	.seccion3{
		margin-bottom: 250px;
	}
	.seccion1 img, .seccion2 img, .seccion3 img, .vision{
		max-width: 400px;
	    margin-right: 3%;
	    margin-left: 3%;
	}
	.topnega{
    	margin-top: -80px;
    }
    .logo-micitt {
	    display: inline-block;
	    padding-right: 0px;
	}
    #slidehead{
		width:60px;
		display: inline-block; 
	}
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
   .vision{
		margin-bottom: 370px;
	}
	.seccion1{
		margin-bottom: 263px;
		text-align: center;
	}
	.seccion2{
		margin-bottom: 230px;
	}
	.seccion3{
		margin-bottom: 310px;
	}
	.seccion1 img, .seccion2 img, .seccion3 img, .vision{
		max-width: 558px;
	}
	.topnega{
    	margin-top: -110px;
    }
	 .logo-micitt {
	    display: inline-block;
	    padding-right: 0px;
	}
    #slidehead{
		width:80px;
		display: inline-block; 
	}
  
}
/*
@media only screen and (min-width: 700px) {
   
	.seccion1{
		margin-bottom: 333px;
	}
}


/* Medium devices (landscape tablets, 750px and up) 
@media only screen and (min-width: 750px) {
   
    .seccion1{
		margin-bottom: 335px;
	}
}*/


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
   .vision{
		margin-bottom:450px;
	}
    .seccion1{
		margin-bottom: 355px;
	}
	.seccion2{
		margin-bottom: 305px;
	}
	.seccion3{
		margin-bottom: 410px;
	}
	.seccion1 img, .seccion2 img, .seccion3 img, .vision{
		max-width: 100%;
		margin-left: 0;
	}
	.topnega{
    	margin-top: -150px;
    }
    .logo-micitt{
		display: inline-block; 
		padding-right: 50px;
	}
	#slidehead{
		display: inline-block; 
		width: 150px;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
   .vision{
		margin-bottom: 550px;
	}
	.seccion1{
		margin-bottom: 460px;
	}
	.seccion2{
		margin-bottom: 400px;
	}
	.seccion3{
		margin-bottom: 520px;
	}
	.topnega{
    	margin-top: -220px;
    }
    .logo-micitt{
	display: inline-block; 
	padding-right: 50px;
	}
	#slidehead{
		display: inline-block; 
		width: 150px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .vision{
		margin-bottom: 650px;
	}
	.seccion1{
		margin-bottom: 555px;
	}
	.seccion2{
		margin-bottom: 486px;
	}
	.seccion3{
		margin-bottom: 610px;
	}
    .topnega{
    	margin-top: -240px;
    }
    .logo-micitt{
		display: inline-block; 
		padding-right: 50px;
	}
	#slidehead{
		display: inline-block; 
		width: 150px;
	}
}

