
*,
*:before,
*:after {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
body{
	margin: 0;
	width: 100%;
	font-family: "Roboto";
	 font-weight: 300;
}
div{
	display:block;
}
div.header {
    width: 100%;
    height: 100px;
    display: block;
    color: white;
    margin:auto;
    position: fixed;
    top:0;
    background-color: transparent;
    z-index: 100;

    
}

div.header .dropdown-menu{
	display: none;
}

div#landing{
	width: 100%;
	min-height:600px;
	background-image: url('img/background_landing.jpg');
	background-size: auto 100%;
	background-position: center;
	display: inline-block;
	background-repeat: no-repeat;
}

div.header #menu, div.header #language{
	width: 100%;
    margin: 10px 0 10px;
    font-family: "Roboto";
    font-size: 12px;
    text-align: center;
    display: inline-block;
}

#language_select{
	background-color: transparent;
    color: white;
    border-radius: 0;
    margin-right: 10px;
    width: 100px;
}

div.header #menu a, div.header #language a, #rrss a{
	display:inline;
	padding: 10px;
}

div.header #menu a{
	padding: 10px 30px;
}

a.shape img{
	height: 18px;
}

div.header img.logo{
	height: 140px;
    /* display: inline-block; */
    /* margin: 0; */
    position: absolute;
}

div#claim{
	width:50%;
	display: block;
	margin: 140px auto 0;
	color:white;
	text-align: center;
	min-width:460px;
}

div#claim .logo{
	width: 40%;
	min-width: 160px;
}

div#claim h1{
	width: 70%;
    margin: 25px auto;
    font-weight: 300;

}

div#claim a{
	padding: 4px 10px;
    background-color: #4FDFBB;
    border: none;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 100%;
}

div.shops{
	display: inline-block;
}
div.button{
	width: 200px;
    margin: auto;
    display: inline-block;
    height: 55px;
    float:left;
    position: relative;
    margin: 10px;
}

div#claim a.apple *{
	display: inline-block;
}

div.button a p{
	margin:0;
}

.apple p{
	font-size: 12px;
}

div.button a p span.apple-name{
	font-size: 23px;
	font-weight: bold;
}

div.button a.google{
	font-size: 32px;
}


div#adigital{
	width: 100%;
	min-height:680px;
	background-color: #86E8CE;
	background-image: url('img/background_adigital.png');
	background-size: auto 80%;
	background-position: center;
	display: block;
	background-repeat: no-repeat;
}

div#adigital .claim{
	display: inline-block;
	text-align: left;
	width:290px;
	margin: 100px 0  auto 55%;
	color:white;
}

.claim p{
	font-size: 1.4em;
}
.claim .line{
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: white;

}

div#divertido{
	width: 100%;
	min-height:2540px;
	//background-color: #86E8CE;
	background-image: url('img/background_divertido.jpg');
	background-size: auto 100%;
	background-position: center;
	display: block;
	background-repeat: no-repeat;
}

div#divertido .claim{
	display: inline-block;
	text-align: center;
	width:100%;
	margin: 100px auto;
	color:white;
}

div#divertido>img{
	display: block;
	margin: auto;
	width: 45%;
}
.container{
	display: block;
	text-align: center;
	width:310px;
	margin: 100px auto;
	color:white;
}




div#divertido .cuadernos{
	display: block;
	text-align: center;
	width:70%;
	margin: 100px auto 0;
	color:white;
	padding-top:200px;
}

div#divertido .cuadernos .col-3{
	margin:auto 10px;
	min-height:250px;
}
.col-3{
	display: inline-block;
	margin:auto 10px;
	width: 30%;
	position: relative;
	//min-width:150px;
	
}

div#divertido .cuadernos .col-3 img{
	width: 50%;
	min-width: 100px;
	display: block;
	margin: auto;
}

div#opiniones{
	width: 100%;
	min-height:800px;
	background-color: #86E8CE;
	//background-image: url('img/background_opiniones.png');
	background-size: auto 100%;
	background-position: center;
	display: block;
	background-repeat: no-repeat;
}

div#opiniones img{
	width: 80%;
	margin: auto;
	display: block;
	padding-top: 80px;
}

div#opiniones img.logo{
	width: 20%;
	min-width: 100px;
}

div#opiniones .claim{
	color: white;
	display: block;
	width: 60%;
	margin: auto;
	text-align: center;
	padding: 20px;
}
div#opiniones .claim p{
	font-size: 1em;
	margin-bottom: 0;
}

div#contacto{
	width: 100%;
	min-height:600px;
	background-color: #02284C;
	background-size: auto 100%;
	background-position: center;
	display: block;
	background-repeat: no-repeat;
}

#rrss{
	width: 40%;
	display: block;
	margin:  auto;
	text-align: center;
	padding-top: 100px;
	min-width: 350px;
}
div#contacto form{
	margin: 100px auto 0;
	width: 50%;
	display: block;
}

div#contacto .col-3{
	width: 28%;
	min-width: 150px;
}

div#contacto input{
	background-color: transparent;
	color: white;
	border: none;
	border-bottom: 1px solid white;
	margin-top: 50px;

}

div#contacto input.mensaje{
	width: 100%;
}

div#contacto input.button{
	border: 1px solid white;
	display: block;
	margin: 50px auto 0;
	width: 20%;
	padding: 5px 10px;
	min-width: 70px;
}

::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

:-ms-input-placeholder {  
   color: white;  
}

div#footer{
	width: 100%;
	min-height:250px;
	background-color: #86E8CE;
	background-size: auto 100%;
	background-position: center;
	display: block;
	background-repeat: no-repeat;
}

div.links{
	display: block;
	padding: 10px;
	width: 65%;
	margin: auto;
	text-align: center;
	color: white;
	line-height: 25px;
}

div#footer #rrss{
	padding: 40px;
}

a{
	text-decoration: none;
	color:white;
}
div.links a{
	color: #33AF93;
}

@media all and ( min-width: 1280px ) {
	
	div#landing{
		min-height: none;
		background-size: 100%;
	}

	div#divertido {
		
		min-height: none;
	    
	    background-size: 100%;
	   
	}
}

@media all and ( max-width: 850px ) {
	div.header img.logo {
	    height: 80px;
	}

	div#contacto .col-3{
		width: 100%;
		min-width: 150px;
	}
}

@media all and ( max-width: 650px ) {

	div.header img.logo {
	    height: 80px;
	}

	div.header .menu-items, div.header #language{
		display: none;
	}

	div.header .menu-items{	
		width: 100%;
	    padding: 10px;
	    /* position: fixed; */
	    float: right;
	    position: fixed;
	    right: 0px;
	    top: 65px;
	    background-color: #14325D;
	}

	div.header #menu a {
	    padding: 10px 30px;
	    margin-top: 15px;
	    display: block;
	    text-align: center;
	    border: 1px solid #14322B;
	}

	div.header .dropdown-menu{
		display: block;
		display: block;
	    float: right;
	    width: 50px;
	    margin-right: 20px;
	    height: 50px;
	    border-radius: 5px;
	    border: none;
	    background: #14325D;
	}

	div.header .dropdown-menu img{
		width:100%;
	}

	div#claim{
		width:90%;
		display: block;
		margin: 140px auto 0;
		color:white;
		text-align: center;
		min-width:0px;
	}

	div.escritorio{
		width: 60%;
		display: block;
		margin:auto;
		background-image: url('img/background_adigital.png');
		height: 160px;
	    background-size: auto 100%;
	    background-repeat: no-repeat;
	}

	div#divertido>img {
    	width: 75%;
	}

	div#divertido .cuadernos p {
    	display: none;
    }

    div#divertido .cuadernos .col-3 {
	    margin: auto 10px;
	    min-height: 150px;
	}

	div#divertido {
	    min-height: 1800px;
	   
	}

	div#divertido .cuadernos {
    	padding-top: 0;
	}


	div.shops {
	    display: block;
	    margin: 0 auto;
	    width: 80%;
	}

	div#adigital .claim {
	    display: block;
	    text-align: center;
	    width: 80%;
	    margin: 0 auto;
	    color: white;
	    padding: 20px;
	}

	div#adigital {
	    width: 100%;
	    min-height: 680px;
	    background-color: #86E8CE;
	    background-image: none;
	    background-size: auto 80%;
	    background-position: center bottom;
	    display: block;
	    background-repeat: no-repeat;
	}

	div#claim h1 {
		font-size: 20px;
	}
}
