@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Bold.woff2') format('woff2'),
        url('Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Trailers Trial';
    src: url('TTTrailersTrial-Bd.woff2') format('woff2'),
        url('TTTrailersTrial-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Bookman Std';
    src: url('BookmanStd-Bold.woff2') format('woff2'),
        url('BookmanStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

a, .btn {
	font-family: 'Gotham';
	font-weight: 800;
}

.menu-center {
  	text-align: right;
  }

.font-gotham {
	font-family: 'Gotham';
	font-weight: 400 !important;
}

mark {
	background: #a6b2d4;
	height: 20px;
}

mark.encabezado {
	background: #2d46d4;
	height: 20px;
}

.font-trailer {
	font-family: 'TT Trailers Trial';
}

.font-trailer-reg {
	font-family: 'TT Trailers Trial';
	font-weight: 400;
}

.font-times {
	font-family: "ITC Bookman Std";
	font-weight: 800;
	font-size: 20px;
}

.text-grande {
	font-size: 55px;
	line-height: 100px;
}

.text-grande-2 {
	font-size: 55px;
	line-height: 55px;
}

.text-grande-3 {
	font-size: 40px;
	line-height: 40px;
}

.bg-azul-2 {
	text-shadow: #a6b2d4 5px 5px;
}

.subrayado::after {
  content: '';
  height: 13px;
  width: 100%;
  background-color: #a6b2d4;
  display: block;
  border-radius: 50px;
  margin-top: -8px;
}

.bg-azul {
	background-color: #2d46d4;
}

.text-blue {
	color: #2d46d4;
}

.nav-pitagoras {
	height: 120px;
}

.nav-logo {
	position: absolute;
	margin-left: -70px;
	margin-top: -20px;
	z-index: 1;
}

.botonoes-nav {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

.bg-top {
	width: 100%;
	height: auto;
	min-height: 720px;
	background-image: url(../img/bg-top-home.png);
	background-size: contain;
	background-repeat: repeat;
	background-position: center;
}

.bg-servicios {
	width: 100%;
	height: auto;
	min-height: 720px;
	background-image: url(../img/bg-servicios.png);
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
}

.bg-acerca-de {
	width: 100%;
	height: auto;
	min-height: 400px;
	background-image: url(../img/bg-cuadros.png);
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
}

.bg-lecciones {
	width: 100%;
	height: auto;
	min-height: 720px;
	background-image: url(../img/fondo-videos.png);
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
}

.cuadro-verde {
	width: 100%;
	height: auto;
	min-height: 300px;
	padding: 80px;
	background-color: #c2c140;
	border-radius: 20px;
	box-shadow: 20px 20px #2d46d4;
}

.cuadro-verde-form {
	width: 100%;
	height: auto;
	min-height: 300px;
	padding: 30px;
	background-color: #c2c140;
	border-radius: 20px;
	box-shadow: 20px 20px #2d46d4;
}

.cuadro-verde-2 {
	width: 100%;
	height: auto;
	min-height: 300px;
	padding: 80px;
	background-color: #c2c140;
	border-radius: 20px;
}

.menu-lateral {
	width: 80px;
	height: auto;
	min-height: 200px;
	padding: 20px;
	background-color: #a6b2d4;
	border-radius: 20px 0px 0px 20px;
}

.boton-pitagoras {
	border-radius: 50px;
}

/*Estilos para 5 columnas*/

.col-xs-5,

.col-sm-5,

.col-md-5,

.col-lg-5 {

  min-height: 1px;

  position: relative;

}

.col-xs-5 {

  float: left;

  width: 20%;

}

@media (min-width: 992px) {

  .col-md-5 {

    float: left;

    width: 20%;

  }

}

@media (min-width: 1200px) {

  .col-lg-5 {

    float: left;

    width: 20%;

  }

}

@media (max-width: 767px) {

  .menu-center {
  	text-align: center !important;
  }

  .esconder {
  	display: none;
  }

  .text-grande-3 {
	font-size: 30px;
	line-height: 30px;
}

.cuadro-verde-2 {
	width: 100%;
	height: auto;
	min-height: 300px;
	padding: 30px;
	margin-top: 50px;
	background-color: #c2c140;
	border-radius: 20px;
}

.text-grande {
	font-size: 35px;
	line-height: 65px;
}

.cuadro-verde {
	width: 100%;
	height: auto;
	min-height: 300px;
	padding: 30px;
	background-color: #c2c140;
	border-radius: 20px;
	box-shadow: 20px 20px #2d46d4;
}

}

@media (min-width: 768px) {
.esconder-nav {
  	display: none;
  }
}
