/*
Theme Name: Academia de Lenguas
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #5437cd;
	--yellow: #fdb714;
	--red: #ea303b;
	--black: #111;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: var(--black)
	font-weight: 300;
}
.container, .container-fluid {
	width: 1120px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.red {
	color: var(--red);
}
.yellow {
	color: var(--yellow);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-red {
	background: var(--red);
}
.bg-yellow {
	background: var(--yellow);
}
a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--red);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--red);
	border: none;
	padding: 12px 40px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 15px;
	border-radius: 4px;
}
.boton:hover, .boton:focus {
	color: var(--black);
	background: var(--yellow);
}
.boton2 {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: transparent;
	border: 1px solid var(--white);
	padding: 11px 40px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 15px;
	border-radius: 4px;
}
.boton2:hover, .boton:focus {
	color: var(--white);
	background: var(--red);
	border: 1px solid var(--red);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: var(--black);
	line-height: 1.3em;
	margin-bottom: 20px;
}

/**** HEADER ****/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding-bottom: 15px;
	transition: all .4s;
	background: #fff;
}
header.sticky {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	margin-top: -46px;
}
.top {
	background: var(--blue);
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 13px;
	margin-bottom: 15px;
}
.top a {
	color: #fff;
	font-weight: 600;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin: 0;
    padding: 0;
}
header .navbar-brand {
	padding: 0;
	margin: 0;
	min-height: none;
	height: auto !important;
	width: 240px;
}
.navbar-default .navbar-nav li a {
	color: var(--black);
	font-size: 14px;
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.navbar-default .navbar-nav li.active a {
	background: none !important;
	color: var(--red);
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
	background: none !important;
	color: var(--red);
	border: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-default .navbar-nav li.dropdown .fa {
	margin-left: 4px;
}
.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: var(--black) !important;
    background-color: transparent !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 16px 0 0 0 !important;
	padding: 0;
	list-style-type: none !important;
	background: var(--white);
	min-width: 280px;
	border-top: 2px solid var(--red);
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #f5f5f5 !important;
	font-size: 14px !important;
	color: var(--black);
	font-weight: normal;
	padding: 14px 15px;
    display: block;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f5f5f5 !important;
	background: var(--white) !important;
	color: var(--red);
}
/* Home */
#video-background {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#video-background video {
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.botoneshome {
	text-align: center;
	border-top: 1px solid #f2f2f2;
	background: var(--red);
}
.botoneshome a {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	padding: 30px;
	display: inline-block;
}
.text-nosotros {
	padding-left: 40px;
	padding-top: 50px;
}
.text-nosotros h3 {
	text-transform: uppercase;
}
.text-nosotros ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.text-nosotros li {
	position: relative;
	background: url(images/bullet.png) no-repeat left center;
	padding-left: 21px;
	background-size: 13px;
	margin-bottom: 8px;
}
.fotos-home a {
	padding: 15px;
	color: var(--yellow) !important;
	font-size: 17px;
	position: relative;
	z-index: 1;
}
.fotos-home .col-sm-4 {
	padding-top: 300px;
	padding-bottom: 300px;
	text-transform: uppercase;
	position: relative;
}
.fotos-home .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	transition: all .2s;
}
.fotos-home .col-sm-4:hover .bg {
	background: rgba(0,0,0,0.2);
}
.foto1 {
	background: url(images/img1.jpg) no-repeat center center;
	background-size: cover;
}
.foto2 {
	background: url(images/img2.jpg) no-repeat center center;
	background-size: cover;
}
.foto3 {
	background: url(images/img3.jpg) no-repeat center center;
	background-size: cover;
}
.academia {
	background: var(--red);
	margin-bottom: 30px;
	border: 1px solid #f6f6f6;
}
.academia .mapa iframe {
	width: 100%;
	height: 220px;
	border: none;
}
.content-academia {
	padding: 10px 15px 15px 15px;
	color: #fff;
	font-size: 14px;
}
.content-academia h4 {
	color: #fff;
}
.content-academia p {
	position: relative;
	padding-left: 18px;
}
.content-academia .fa {
	color: var(--yellow);
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 15px;
}
.parallax {
	background: url(images/parallax.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
footer {
	background: var(--red);
	color: #fff;
	padding-top: 30px;
	border-top: 1px solid #f5f5f5;
}
.socialfooter a {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	background: var(--yellow);
	margin-right: 4px;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
}
footer h4 {
	margin-top: 5px;
	padding-top: 0;
	color: #fff;
	font-size: 17px;
}
footer p {
	position: relative;
	padding-left: 18px;
}
footer p .fa {
	color: var(--yellow);
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 15px;
}
.copyright {
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 20px;
	border-top: 1px solid #da2b35;
	padding-top: 20px;
}
.copyright  a {
	color: #fff !important;
}
/* Resto paginas */
.bg-grey {
	background: #f2f2f2;
}
.uppercase {
	text-transform: uppercase;
}
.contenidos {
	padding-top: 120px;
}
.line {
	width: 60px;
	height: 2px;
	background: var(--red);
	margin-top: -10px;
	margin-bottom: 20px;
}
.mision {
	margin-bottom: 40px;
}
.mision ul {
	margin-left: 20px;
	padding-left: 0;
}
.cab {
	height: 440px;
	margin-top: 80px;
}
.cab.presenciales {
	background: url(images/presenciales.png) no-repeat top center;
	background-size: cover;
}
.cab.corporativas {
	background: url(images/corporativas.png) no-repeat top center;
	background-size: cover;
}
.cab.online {
	height: auto;
	margin-top: 126px;
}
.boton.big {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 19px;
	padding: 12px 44px;
	border-radius: 24px;
}
.boton.big:hover {
	background: #222;
	color: #fff;
}
.slider {
	background: url(images/ca-bg-slider.jpg) no-repeat bottom center;
	background-size: cover;
}
.owl1 {
    padding-left: 60px;
    padding-right: 60px;
}
.owl1 .item img {
    border-radius: 20px;
}
.owl1 .owl-dots {
    display: none !important;
}
.owl1 .owl-nav {
  display: block !important;
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
}
.owl1 .owl-prev span, .owl1 .owl-next span {
    display: none;
}
.owl1 .owl-prev {
    display: block;
    width: 40px;
    height: 40px;
    background: url(images/left.png) no-repeat center center !important;
    background-size: cover !important;
    position: absolute;
    left: 0;
}
.owl1 .owl-next {
    display: block;
    width: 40px;
    height: 40px;
    background: url(images/right.png) no-repeat center center !important;
    background-size: cover !important;
    position: absolute;
    right: 0;
}
#video-background2 {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
#video-background2 video {
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.academias {
	padding-top: 100px;
}
.owl2 .owl-dots, .owl2 .owl-nav {
	display: none !important;
}
.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block;
}
.wpcf7-form-control {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 10px;
}
.wpcf7-submit {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--red);
	border: none;
	padding: 12px 40px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 15px;
	border-radius: 4px;
	width: auto;
	transition: all .2s;
}
.wpcf7-submit:hover, .wpcf7-submit:focus {
	color: var(--black);
	background: var(--yellow);
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}
.content-white {
	background: #fff;
	padding: 20px 30px 30px 30px;
}
.contactos p {
	position: relative;
	padding-left: 18px;
}
.contactos p .fa {
	color: var(--red);
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 15px;
}
.legal h4 {
	margin: 30px 0 20px 0;
}


@media(max-width: 1100px) {
	header .container-fluid {
		padding: 0;
	}
	.navbar-header, .topbar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.topbar .idioma {
		margin-right: 4px;
	}
	.navbar-header {
   		float: none;
  	}
  	.navbar-left,.navbar-right {
      	float: none !important;
  	}
  	.navbar-toggle {
      	display: block;
  	}
  	.navbar-collapse {
      	border-top: 1px solid transparent;
      	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  	}
  	.navbar-fixed-top {
      	top: 0;
      	border-width: 0 0 1px;
  	}
  	.navbar-collapse.collapse {
      	display: none!important;
  	}
  	.navbar-nav {
      	float: none!important;
      	margin-top: 7.5px;
  	}
  	.navbar-nav>li {
      	float: none;
  	}
  	.navbar-nav>li>a {
      	padding-top: 10px;
      	padding-bottom: 10px;
  	}
  	.collapse.in{
      	display:block !important;
  	}
  	.navbar-default .navbar-toggle {
 		border-color: none;
    	background: #fff !important;
    	color: var(--red) !important;
    	margin: 0;
    	margin-top: 0px;
    	padding: 6px 12px;
    	border: none;
    	font-size: 24px;
  	}
  	.navbar-collapse {
	  border-top: 1px solid #fff !important;
	  box-shadow: none !important;
	  background: #fff;
	  padding: 0;
	  margin-top: 8px;
	}
	.navbar-default .navbar-nav li {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-default .navbar-nav li a {
		padding-left: 36px;
		padding-right: 36px;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		border-bottom: 1px solid #f0f0f0 !important;
	}
	.navbar-default .navbar-collapse {
		overflow-x: hidden !important;
		max-height: 500px;
	}
	.navbar-nav > li.submenu > .dropdown-menu {
	    position: relative !important;
	    top: inherit;
	    left: inherit;
	    right: inherit;
	    background: #fff;
	    width: 100% !important;
	    padding-left: 32px;
	    box-shadow: none !important;
	    margin-bottom: 10px !important;
	    border: none !important;
  	}
	.navbar-nav > li.submenu > .dropdown-menu li a {
		padding-top: 12px;
		padding-bottom: 12px;
		color: var(--black) !important;
		border-bottom: 1px solid #f0f0f0 !important;
	}
	.navbar-nav > li.submenu > .dropdown-menu li a:hover {
		border-bottom: 1px solid #f0f0f0 !important;
		background: #fff !important;
		color: var(--red);
	}
	.top {
		padding-left: 15px;
		padding-right: 15px;
	}
	.fotos-home .col-sm-4 {
  		padding-top: 200px;
  		padding-bottom: 200px;
  	}
}

@media(max-width: 767px) {
	.top {
		height: 62px;
	}
	header.sticky {
		margin-top: -62px;
	}
	.text-nosotros {
 		padding-left: 15px;
  		padding-top: 0;
	}
	.h2, h2 {
 		font-size: 26px;
	}
	.logofooter {
		width: 240px;
	}
	#video-background2 {
	    height: 500px;
	}
}

@media(max-width: 498px) {
	.content-white {
		padding: 20px 20px 20px 20px;
	}
}


@media(max-width: 398px) {
	.top {
		height: 80px;
	}
	header.sticky {
		margin-top: -80px;
	}
	.cab {
 		height: 280px;
 		margin-top: 100px;
	}
	.cab.online {
		height: auto;
		margin-top: 164px;
	}
}