.slider {

	width: 100%;

	height: 900px;

	overflow: hidden;

}

.slider .images {

	height: 100%;

	width: 100%;

}

.slider .images .slide {

	display: inline-block;

	float: left;

	background-repeat: no-repeat !important;

	background-position: center center !important;

	background-attachment: fixed !important;

	background-size: cover;

	width: 100%;

	height: 100%;

	padding-top: 300px;

}

.slider .images .slide.slide1 {

	background-image: url(https://www.thinkenglish.com.co/img/landing.jpg);

}

.slider .images .slide.slide2 {

	background-image: url(https://www.thinkenglish.com.co/img/landing_2.jpg);

}

.slider .images .slide.slide3 {

	background-image: url(https://www.thinkenglish.com.co/img/landing_3.jpg);

}

.slider .images .slide .inside {

	width: 500px;

	margin: auto;

	text-align: center;

	color: #061470;

}

.slider .images .slide .inside h2 {

	font-weight: 900;

	font-size: 70px;

}

.slider .images .slide .inside p {

	text-transform: uppercase;

	font-weight: 400;

	font-size: 30px;

	line-height: 40px;

	letter-spacing: 5px;

	margin-top: 20px;

}

.slider_nav {

	position: absolute;

	width: 100%;

	height: 100px;

	top: 320px;

	left: 0;

}



.slider_nav .arrow {

	cursor: pointer;

	text-align: center;

	font-size: 100px;

	line-height: 100px;

	color: white;

	font-family: 'Kosugi', sans-serif;

	-webkit-transition: all .2s ease-in-out;

	-moz-transition: all .2s ease-in-out;

	-ms-transition: all .2s ease-in-out;

	transition: all .2s ease-in-out;

}



.slider_nav .arrow:hover {

	color: #061470;	

}



.slider_nav .arrow.prev {

	left: 0;

	position: absolute;

	width: 100px;

	height: 100px;



}

.slider_nav .arrow.next {

	right: 0;

	position: absolute;

	width: 100px;

	height: 100px;

}

.slider_nav .arrow.prev:hover {

}

.slider_nav .arrow.next:hover {

}





/*SLIDER 2 - Beneficios*/



/**/



.owl-carousel, .owl-carousel .owl-item {

	-webkit-tap-highlight-color: transparent;

	position: relative

}

.owl-carousel {

	display: none;

	width: 100%;

	z-index: 1

}

.owl-carousel .owl-stage {

	position: relative;

	-ms-touch-action: pan-Y;

	-moz-backface-visibility: hidden

}

.owl-carousel .owl-stage:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0

}

.owl-carousel .owl-stage-outer {

	position: relative;

	overflow: hidden;

	-webkit-transform: translate3d(0, 0, 0)

}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {

	-webkit-backface-visibility: hidden;

	-moz-backface-visibility: hidden;

	-webkit-transform: translate3d(0, 0, 0);

	-moz-transform: translate3d(0, 0, 0);

}



.owl-carousel .owl-item {

	min-height: 1px;

	float: left;

	-webkit-backface-visibility: hidden;

	-webkit-touch-callout: none

}



.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {

	display: none

}

.no-js .owl-carousel, .owl-carousel.owl-loaded {

	display: block

}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {

	cursor: pointer;

	cursor: hand;

	-webkit-user-select: none;

	-khtml-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none

}

.owl-carousel.owl-loading {

	opacity: 0;

	display: block

}

.owl-carousel.owl-hidden {

	opacity: 0

}

.owl-carousel.owl-refresh .owl-item {

	visibility: hidden

}

.owl-carousel.owl-drag .owl-item {

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none

}



.owl-carousel .animated {

	animation-duration: 1s;

	animation-fill-mode: both

}

.owl-carousel .owl-animated-in {

	z-index: 0

}

.owl-carousel .owl-animated-out {

	z-index: 1

}

.owl-carousel .fadeOut {

	animation-name: fadeOut

}



@keyframes fadeOut {0% {opacity:1}100% {opacity:0}}



.owlwrapper {

	position: relative;

	margin: auto;

	width: 100%;

	height: 430px;

	margin-top: 59px;

}



.item {

	margin: auto;

	width: 750px;

	height: 380px;

}





.item figure {

	position: relative;

	float: left;

	width: 300px;

	height: 350px;

}



.item figure img {

	width: 100%;	

	}



.slide-text {

	position: relative;

	float: left;

	width: 450px;

	height: 300px;	

	text-align: left;

	padding-left: 50px;

	padding-top: 80px;

	}



.slide-text h3,

.slide-text h4 {

	width: 400px;

	height:auto;

	position: relative;

	float: left;	

}



.slide-text h3 {

	font-size: 42px;

	line-height: 45px;

	font-weight: 900;

	margin-bottom: 10px;

	color: #2D4993;

	}



.slide-text h4 {

	font-size: 18px;

	line-height: 20px;

	color: #140A54;

	}



.owl-prev,

.owl-next {

	position: absolute;

	width: 50px;

	height: 50px;

	cursor: pointer;

	font-size: 50px;

	line-height: 50px;

	z-index: 100;

	top: 100px;

	}



.owl-prev {

	left: 20%;

	}



.owl-next {

	right: 20%;

	}



.owl-prev:hover,

.owl-next:hover {

	color: #5A0097;

	line-height: 60px;

	

}





.owl-theme .owl-dots { /*menu_de_rayitas*/

	text-align: center;

	-webkit-tap-highlight-color: transparent;

	

	width: 100%;

	height: 20px;

}



.owl-theme .owl-dots .owl-dot {

	position: relative;

	float: left;

	width: 20%;

	height: 20px;

	border-left: 1px solid #140A54;

	background:#2D4993;

}





.owl-theme .owl-dots .owl-dot:hover {

	background:#5A0097;	

}



.owl-theme .owl-dots .owl-dot span {

	position: relative;

	float: left;

	width: 100%;

	height: 20px;

	background:#2D4993;



	-webkit-backface-visibility: visible;

	transition: opacity 200ms ease;

}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

	background:#5A0097;

}



div.owl-next, div.owl-prev {

	visibility: hidden;

}



.owl-prev, .owl-next {

	position: absolute !important;

}





button {

	z-index: 99999999999 !important;

	color: grey !important;

}





@media screen and (max-width:1366px) {	

	

.slider .images .slide {

	padding-top: 240px;

}

	

.slider .images .slide .inside h2 {

	line-height: 60px;

}



	}

	



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

	

	

/*SLIDER 2 - Beneficios*/



.owl-prev {

	left: 20px;

	}



.owl-next {

	right: 20px;

	}



.owl-theme .owl-dots { /*menu_de_rayitas*/

	height: 10px;

}



.owl-theme .owl-dots .owl-dot {

	height: 10px;

}





.owl-theme .owl-dots .owl-dot span {

	height: 10px;



}



}

	

@media screen and (max-width:800px) {	

	

.slider .images .slide .inside {

	width: 400px;

	}

	

.slider .images .slide .inside h2 {

	font-size: 50px;

	line-height: 50px;

	}	

	

	

/*SLIDER 2 - Beneficios*/



/**/



.owlwrapper {

	height: 300px;

	margin-top: 59px;

}



.item {

	width: 80%;

	height: 300px;

}



.item figure {

	width: 50%;

	height: 300px;

}



.item figure img {

	width: 90%;	

	}



.slide-text {

	width: 50%;

	height: 300px;	

	text-align:center;

	padding-left: 40px;

	padding-right: 40px;

	padding-top: 50px;

	padding-bottom: 30px;	

	}



.slide-text h3,

.slide-text h4 {

	width: 100%;

}



.slide-text h3 {

	font-size: 30px;

	line-height: 35px;

	margin-bottom: 10px;

	}



.owl-prev {

	left: 10px;

	}



.owl-next {

	right: 10px;

	}

.owl-theme .owl-dots { /*menu_de_rayitas*/

	height: 10px;

}



.owl-theme .owl-dots .owl-dot {	

	height: 10px;

}



.owl-theme .owl-dots .owl-dot span {

	height: 10px;

}



	

	

}





@media screen and (max-width:500px) {



.slider .images .slide {

	padding-top: 300px;

	overflow: hidden;

}

	

.slider .images .slide.slide1 {

	background-image:url(../img/landing_p.jpg);

}

.slider .images .slide.slide2 {

	background-image: url(../img/landing_2_p.jpg);

}

.slider .images .slide.slide3 {

	background-image: url(../img/landing_3_p.jpg);

}	



.slider .images .slide .inside {

	width: 300px;

}

.slider .images .slide .inside h2 {

	font-size: 40px;

	line-height: 40px;

}

.slider .images .slide .inside p {

	font-size: 20px;

	line-height: 30px;

	letter-spacing: 0px;

}	

	

.slider_nav .arrow {

	font-size: 50px;

	line-height: 50px;

}

.slider_nav .arrow.prev {

	width: 50px;

	height: 50px;

}

.slider_nav .arrow.next {

	width: 50px;

	height: 50px;

}





/*SLIDER 2 - Beneficios*/



/**/



.owlwrapper {

	height: 300px;

	margin-top: 59px;

}



.item {

	height: 280px;

}



.item figure {

	width: 100%;

	height: 130px;

}



.item figure img {

	width: 30%;	

	}



.slide-text {

	width: 100%;

	height: 100px;	

	text-align:center;

	padding-left: 70px;

	padding-right: 70px;

	padding-top: 20px;

	padding-bottom: 3px;	

	}



.slide-text h3,

.slide-text h4 {

	width: 100%;

}



.slide-text h3 {

	font-size: 20px;

	line-height: 25px;

	margin-bottom: 10px;

	}

	

.slide-text h4 {

	font-size: 16px;

	line-height: 20px;

	margin-bottom: 10px;

	}



	

}



/*360*/

@media screen and (max-width:400px) {	





.slider {

	height: 600px;

	

}	



.slider .images .slide {

	padding-top: 340px;

	

}	



.slider_nav {

	top: 220px;

	

}	

	

.slider .images .slide {

	padding-top: 180px;

}



.slider .images .slide .inside {

	width: 200px;

		



}

.slider .images .slide .inside h2 {

	font-size: 30px;

	line-height: 30px;

}

.slider .images .slide .inside p {

	font-size: 16px;

	line-height: 22px;

	

}

	

/*slider 2 beneficios*/	

	

.item figure {

	height: 100px;

}

	

	

.slide-text {

	width: 100%;

	height: 200px;	

	text-align:center;

	padding-left: 30px;

	padding-right: 30px;

	padding-top: 20px;

	padding-bottom: 3px;	

	}

	

	

}

	

	

	

	

	

	

	

	