@media (max-width: 768px) {
	html, body {
  overflow-x:hidden ;
}
	.header:before, .contact:before {
    	background: rgba(255,255,255,0.6);
    }
	.scrolling-var .header-menu {
    	padding: 10px 0;
    	width: 100%;
			text-align: center;
	}
	.w-70{width: 100%;}
	.header-buttons {
	    display: none;
	}
	.header-var{
		text-align: center;
	}
	.header-logo img {
    	max-height: 55px;
	}
	.header-menu{
		padding: 20px 20px;
	}
	.tel {
    	margin-right: 0;
	}
	.header-buttons{
		width: 60%;
	}
	.header-body {
    	flex-direction: column;
    	padding: 0;
	}
	.header-buttons a {
    	font-size: 15px;
    	font-weight: 700;
    }
	.btn-info{
		display: none;
	}
	.header-claim{
		width: 90%;
		text-align: center;
		margin: 0 5%;
		padding-right:0;
	}
	.header-form{
		width: 89%;
		margin: 0 auto;
		padding: 17px;
	}
	h1{
		font-size: 1.6em !important;
	}
	h2{
		font-size: 15px;
	}
	h3{
		font-size: 25px;
	}
	.header h3 {
		font-size: 1.8rem !important;
	}

	.header-claim h3{
		text-align: center !important;
	}

	.header-claim ul{
		list-style: none;
	}
	.signup{
		margin:0;
	}
	.signup input[type=text], .signup input[type=email], .signup input.half{
		width: 96%;
	    padding: 10px 10px;
	    margin-bottom: 5px;
	}
	.signup select {
    	width: 96% !important;
	}
	.boton_envio, .boton_send{
		font-size: 30px !important;
		-webkit-appearance: none;
	}
	.terms_check{
		width: 20px;
	    display: block !important;
	    float: left;
	    vertical-align: top;
	    position: relative;
	    margin-top: 21px;
	    margin-right: 5px;
	}
	.terms_text {
    	font-size: 12px;
    	float: left;
    	display: block;
    	width: 80%;
    }
    .descripcion{
	    width: 100%;
	    margin: 10px auto;
    }
    .descripcion h2 {
    	border-radius: 0;
    	font-size: 30px;
    	margin-top: 0;
    	margin-bottom: 30px;
    }
    .icons {
    	flex-direction: column;
    	margin-bottom: 0;
    	margin-top: 10px;
	}
	.icons i{
		font-size: 40px;
	}
	.icon-block{
		margin: 0;
		margin-bottom: 50px;
	}
	.icon-text h4 {
    	font-size: 20px;
    	text-align: center;
	}
	.hastag{
		width: 100% !important;
	}
	.descripcion .icons p {
    	font-size: 20px;
    	padding: 0;
    	text-align: center;
    }
    .column_1, .column_2{
	    width: 100%;
	    padding:0;
    }
    .descripcion .column_2{
	    margin-bottom: 30px;
    }
    .video-container {
    	padding-bottom: 56.5%;
    }
    .descripcion .column_2 p {
    	padding: 0 30px;
    	text-align: center;
    	font-size: 16px;
    }
    .objetivos{
	    padding: 5px 0;
    }
    .objetivos-content{
	    width: 100%;
    }
    .objetivos-content .column_1, .objetivos-content .column_2{
	    margin: 0 5%;
		width: 90%;
    }
    .objetivos .icon-block{
	    margin: 0;
	    margin-bottom: 20px;
	    min-height: 0;
    }
    .objetivos p{
	    margin: 0;
	    font-size: 15px;
    }
    .objetivos-content h2{
	    text-align: center !important;
	    font-size: 30px !important;
    }
    .line{
	    margin: 0 auto;
    }
    .metodo h2{
	    font-size: 35px;
    }
    .metodo .column_1 p{
	    font-size: 16px;
    }
    .metodo .icon-block{
	    margin-bottom: 0;
	    margin: 20px 0;
    }
    .metodo .column_1 {
	    font-size: 17px;
    }
    .mt-100 {
    	margin-top: 50px !important;
	}
	.metodo .column_2 h2{
		text-align:left;
	}
	.metodo .column_2 .line{
		margin: 0;
		margin-bottom: 30px;
	}
    .titulacion .img {
	    margin-top: 10%;
    }
    .titulacion img, .titulacion .img {
    	width: 300px;
    }
    .titulacion h2{
	    text-align: center;
	    font-size: 30px;
    }
    .titulacion .line{
	    margin: 0 auto;
    }
    .titulacion p{
	    text-align: center;
	    font-size: 16px;
		line-height: 22px;
		padding: 0 30px;
    }
    .titulacion ul{
	    margin: 0 auto;
		width: 70% !important;
    }
    #contact{
	    width: 100%;
	    margin-top: 50px;
    }
    .signup{
	    width: 100%;
    }
	.curso-base, .cursos .col-info {
		text-align: center !important;
	}
	.claim h2 {
		line-height: 1.8rem !important;
		font-size: 1.5rem !important;
	}
	.iconos img{
		width: 50px !important;
    margin: 20px 0;
	}
	.iconos h2 {
    font-size: 20px;
}

.ps35{
	font-size:35px !important;
}
}


@media (min-width: 768px) and (max-width: 1024px) {

	.header{
		min-height: 70vh;
	}
  .header-buttons {
    width: 40%;
  }
  .header-claim {
    width: 45%;
    padding-right: 5%;
  }
  h1{
	  font-size: 35px;
  }
  .signup input.half, .signup select.half {
    	width: 90% !important;
    	margin-right: 0% !important;
	}
	.boton_envio{
		-webkit-appearance: none;
	}
	.titulacion img, .video-container img {
    	width: 300px;
	}
}


@media (min-width: 1024px) and (max-width: 1354px) {
	.signup input.half, .signup select.half {
    	width: 38.7%;
	}
	.signup select {
    	width: 48% !important;
	}
	h1{
		font-size: 41px;
	}
}
