@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

@font-face {
    font-family: 'square721_ex_btroman';
    src: url('sqr721e-webfont.woff2') format('woff2'),
         url('sqr721e-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'gilroy-black';
    src: url('gilroy-black-webfont.woff2') format('woff2'),
         url('gilroy-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroy-regular';
    src: url('gilroy-regular-webfont.woff2') format('woff2'),
         url('gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroy-semibold';
    src: url('gilroy-semibold-webfont.woff2') format('woff2'),
         url('gilroy-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroy-medium';
    src: url('gilroy-medium-webfont.woff2') format('woff2'),
         url('gilroy-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroy-light';
    src: url('gilroy-light-webfont.woff2') format('woff2'),
         url('gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroy-bold';
    src: url('gilroy-bold-webfont.woff2') format('woff2'),
         url('gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroy-extrabold';
    src: url('gilroy-extrabold-webfont.woff2') format('woff2'),
         url('gilroy-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




html, body , main {
    margin: 0;
    height:100%;
    width:100%;
    padding:0;
    color: #FFFFFF;
    background-color: #FAFAFA;
}

p{
	font-family: 'gilroy-medium';
    font-weight: 500;
    font-size: 1.03em;
    line-height: 1.2em
	
}

/* HEADER */
.switch_language
{
	color: #FFFFFF;
	position: absolute;
    right: 2em;
    top: 1em;
    z-index: 2;
}
.switch_language a
{
	color: #FFFFFF;	
}

  
.switch_language .language_active
{
	font-weight: bold;
	
}

.movil { display: none; }
.nomovil { display: block; }


/***** EL MENU *****/

.launch_menu { position: fixed; top: 2em; left: 2em; z-index: 2; cursor: pointer; }

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;  
  /*background-color: rgb(38,38,38);
  background-color: rgba(38,38,38, 1);*/
  
  overflow-x: hidden;
  transition: 0.9s;
}

.grand-marco {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 15px;
	background-color: #202020;	
	
}

.marco-overlay {
	width: 100%;
	height: 100%;
	position: relative;	
	background-color: rgb(38,38,38);
  	background-color: rgba(38,38,38, 1);
}

.overlay-content {	
  position: relative;
  top: 15%;
  width: 840px;
  color: #707070;
  
    
}


.overlay a {
  padding: 8px;
  text-decoration: none;  
  color: #A2A2A2;
  display: block;
  transition: 0.3s;
}

.overlay a.aclean
{
	padding: 0;
	color: #FFFFFF;
}

.newstape {
  
  height: 200px;
  overflow: hidden;
}

.newstape-content {
  position: relative;

}

.newstape-drag { cursor: ns-resize; }



.overlay a:hover, .overlay a:focus {
  color: white;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.overlay .switch_menu_language
{
	color: #FFFFFF;
	position: absolute;
    right: 2.5em;
    top: 5em;
    z-index: 2;
}
.overlay .switch_menu_language a
{
	display: inline;
	padding: 0;
}

  
.overlay .switch_menu_language .language_active
{
	font-weight: bold;
	
}



.menu a {
	font-family: 'gilroy-bold';
	padding: 10px;
	margin-bottom: 6px;
	font-size: 35px;
	
}

a { text-decoration: none; font-weight: bold; }

.blogmenu h3 , .blogmenu h4 , .blogmenu p , .group h3 , .group h4 , .rights
{
	padding-left: 10px;
}

.blogmenu h3 {
	font-family: 'gilroy-bold';
	font-size: 25px;
	color: white;	
	margin-top: 15%;
}

.blogmenu h4 {
	font-family: 'gilroy-bold';
	font-size: 20px;		
	margin-top: 10px;
}

.blogmenu p {
	font-family: 'gilroy-semibold';
	font-size: 18px;
	
}
.group h3 {
	font-family: 'square721_ex_btroman';
	font-size: 22px;
	color: white;
	margin-top: 15%;
	margin-bottom: 0.1rem;
}
.group h4{
	font-family: 'gilroy-light';
	font-size: 18px;
	color: white;		
}

.redes {
	margin-top: 17%;
	position: relative;
	overflow: hidden;	
}
.redes a {
	float: left;
	padding-right: 5px;
}
.rights {
	font-family: 'gilroy-light';
	font-size: 12px;
}


@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/* FIN DEL MENU */


/****** PARA CONTENIDO ******/
.bgintro {
	width: 51.7%;
	padding: 15px;	
	height: 100%;	
}
.bgabout{
	width: 100%;
	height: 100%;
	background-color: rgb(47,32,33);
	background-color: rgba(47,32,33, 0.7);	
}
.bgschool{
	width: 100%;
	height: 100%;
	background-color: rgb(81,70,49);
	background-color: rgba(81,70,49, 0.7);	
}
.bgpart{
	width: 100%;
	height: 100%;
	background-color: rgb(40,54,81);
	background-color: rgba(40,54,81, 0.7);	
}
.bggallery{
	width: 100%;
	height: 100%;
	background-color: rgb(46,27,93);
	background-color: rgba(46,27,93, 0.7);	
}

.logo { position: fixed; top: 18%; left: 2%; z-index: 2; }

.logo_content { position: absolute; top: 18%; left: 4%; z-index: 2; width: 130px; }

h2 {
	font-family: 'gilroy-extrabold';
	font-size: 130px;
}

h3 , h4 {
	font-family: 'gilroy-bold';	
}

h3 { 
	font-size: 45px;	
}
h4 {
	font-size: 35px;
}
h5 {
	font-family: 'gilroy-semibold';
	font-size: 18px;
}

.color1 { color: #814C25;  }
.color2 { color: #AF8C4E;  }
.color3 { color: #4B8764;  }
.color4 { color: #C3A95F;  }
.color5 { color: #000000; }
.color6 { color: #513E29; }


p.intro {
	font-family: 'gilroy-semibold';
	font-size: 17px;
	margin-top: 50px;
	
}

.topintro { margin-top: 80%;   }
.seemore { margin-top: 30px; }





.widesc{ width: 100%; }

section {
    display: block;    
    height: 100%;
    width:100%;
    position: relative;
    
}

.fullbg {
	height: 100%; 
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

nav.navegaciontop {
    position: absolute;
    right: 5em;
    bottom: 5em;
    z-index: 2;
}
nav.navegaciontop a {
    display: block;    
    padding-bottom: 5px;
}

.navegacion {
	display: none !important;	
}


.home_about {	background-image: url("/images/home_about.png");  }
.home_elementary {	background-image: url("/images/home_elementary.png");  }
.home_part {	background-image: url("/images/home_part.png");  }
.home_gallery {	background-image: url("/images/home_gallery.png");  }

.header_content { width: 100%; height: 100%; }
.allbg { width: 100%; height: 100%; }
.drelative { position: relative; }

.header_title { position: absolute; left: 10%; bottom: 10%;  }

.header_about {	background-image: url("/images/about01.png");  }
.header_time {	background-image: url("/images/timeline01.png");  }
.header_gallery {	background-image: url("/images/gallery01.png");  }
.header_school {	background-image: url("/images/elementary01.png");  }
.header_part {	background-image: url("/images/bepart01.png");  }
.header_contact {	background-image: url("/images/contact01.png");  }

.bgcolor1 { background-color: #A6A5A6; }
.bgcolor2 { background-color: #EF1F8C; }
.bgcolor3 { background-color: #1F6440; }
.bgcolor4 { background-color: #CFCFCF; }
.bgcolor5 { background-color: #3312FF; }
.bgcolor6 { background-color: #6D4A3D; }
.bgcolor7 { background-color: #BF661B; }
.bgcolor8 { background-color: #A8AB0F; }
.bgcolor9 { background-color: #006ECF; }
.bgcolor10 { background-color: #465153; }
.bgcolor11 { background-color: #E48901; }
.bgcolor12 { background-color: #FEAC97; }
.bgcolor13 { background-color: #003D91; }
.bgcolor14 { background-color: #A97D62; }
.bgcolor15 { background-color: #9D3E10; }
.bgcolor16 { background-color: #020A29; }
.bgcolor17 { background-color: #004912; }
.bgcolor18 { background-color: #DDD2C3; }
.bgcolor19 { background-color: #FE6818; }
.bgcolor20 { background-color: #372E15; }
.bgcolor21 { background-color: #737373; }
.bgcolor22 { background-color: #EDE9E9; }
.bgcolor23 { background-color: #CECECE; }
.bgcolor24 { background-color: #76B4A9; }
.bgcolor25 { background-color: #C7BBBB; }
.bgcolor26 { background-color: #217F84; }
.bgcolor27 { background-color: #AA864A; }
.bgcolor28 { background-color: #766b35; }
.bgcolor29 { background-color: #153165; }
.bgcolor30 { background-color: #185826; }

.bgcolor31 { background-color: #BCB239; }
.bgcolor32 { background-color: #C92CD5; }
.bgcolor33 { background-color: #370652; }








.videoembed { width: 100%; height: 700px; }







.img-tailed { width: 100%; height: 100%; }
.allheight {     
    height: 100vh;
    width:100%;
	
}

.centrado-absoluto {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tipo1 {
	font-family: 'gilroy-semibold';
	font-size: 36px;
}
.tipo2 {
	font-family: 'gilroy-semibold';
	font-size: 31px;
}

.heightauto {
	height: auto !important;
}

/**** PARA GALERIA ****/

.titulo_galeria {
	width: 100%;
	height: 400px;	
}

.config_galeria {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}

.config_galeria a {
    position: relative;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 3.2rem !important;
}


/**** FIN GALERIA ****/

.boxcenter-0 { width: 85%; }
.boxcenter-1 { width: 73%; }
.boxcenter-2 { width: 60%; }
.boxcenter-3 { width: 53%; }

.texto-contenido p {
	font-family: 'gilroy-medium';
	color: black;
	margin-top: 2em;
}

.classtime p {
	font-family: 'gilroy-medium';
}


.boxtop-1 { height: 60%; }
.boxtop-2 { height: 40%; }
.boxtop-3 { height: 65%; }
.boxtop-4 { height: 35%; }
.boxtop-5 { height: 50%; }

/******** RESPONSIVO ********/

@media (max-width: 2000px) and (min-width: 1800px) {
	.overlay-content {    
    	top: 15% !important;    
	}
	.blogmenu h3 { 
    margin-top: 18% !important;
	}
	.group h3 {    
    	margin-top: 15%;    
	}
	.redes {
    margin-top: 25% !important;    
	}
	.topintro {
    	margin-top: 85%;
	}
	p.intro {
		max-width: 95% !important;
	}
	.menu a {
	
	margin-bottom: 9px;
		
	}
	
	
}


@media (max-width: 1700px) and (min-width: 1400px) {
	.topintro { margin-top: 70% !important; }
	.overlay-content {    
    	top: 10% !important;    
	}
	.menu a { 
    	font-size: 27px !important;
	}
	.blogmenu h3 {    
    	margin-top: 10% !important;
	}
	.group h3 {
		margin-top: 10% !important;
	}
	
	h3 {
    	font-size: 42px;
	}
	
}

@media (max-width: 1368px) {
	.menu a { 
    font-size: 24px;
    margin-bottom: 6px;
	}
	.logo_menu img {
		width: 150px;
	}
	.overlay-content {    
    	top: 10%;    
	}
	.blogmenu h3 {    
    	margin-top: 5%;
	}
	.blogmenu p {
		font-size: 15px;
	}
	.group h3{
		margin-top: 7%;
		font-size: 18px;
	}
	.group h4{
		font-size: 12px;
	}
	
	.redes {
    	margin-top: 3%;    
	}
	.logo img
	{
		width: 150px;
	}
	h3 {
    	font-size: 35px;
	}
	h4 {
    	font-size: 30px;
	}
	p.intro {    
    font-size: 15px;    
	}
	
	.topintro {
    	margin-top: 64%;
	}

	.newstape {
    	height: 120px;    
	}
	
	h2 {
    	font-size: 100px;
	}
	
	p { font-size: 0.9em; }
	.tipo1 { font-size: 30px; }
	.mt-5, .my-5 {

    margin-top: 1.2rem !important;

	}
	
	
	
}

@media (max-width: 1280px) {
	h3 { font-size: 32px; }
	h4 { font-size: 27px; }
	
}


/* VAMOS A HACER ALGO ESPECIAL A PARTIR DE 1024 con orientación vertical */
@media (max-width: 1024px) and (orientation:portrait) {
	
	.switch_language
	{
		font-size: 2.7vw;
	}
	
	p {
    font-size: 2.5vw;
    line-height: 1.4em;
	}
	
	.no-gutters > .col, .no-gutters > [class*="col-"] {
	    padding-right: 0;
	    padding-left: 0;
	    flex: 100%;
    	max-width: 100%;
	}
	
	.allheight {
    	height: auto;
	}
	
	.boxcenter-1 , .boxcenter-2 , .boxcenter-3
    {
    	width: 91%;
    	margin-top: 4vw;
		margin-bottom: 3vw;
    }
    
    	
	section { height: auto; }
	.allheight { height: auto; }
	
	.boxtop-1 , .boxtop-2 , .boxtop-3 , .boxtop-4
	{
		height: auto;
	}
	
	.titulo_galeria {    
    	height: 200px;
	}
	.config_galeria a {
    
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 1.5rem !important;

	}
	.sizemovil {  font-size: 40px !important; }
	.w-75 {

    width: 100% !important;

}

	.videoembed { height: 400px; }
	
	.donaciones .col-4 , .donaciones .col-md-4  {
		flex: 0 0 40% !important;
	}
	.donaciones .col-5 , .donaciones .col-md-5{
		flex: 0 0 30% !important;
	}
	.donaciones .col-1 , .donaciones .col-md-1 {
		flex: 0 0 10% !important;
	}
	.donaciones .col-7 , .donaciones .col-md-7 , .donaciones .col-6 , .donaciones .col-md-6 {
		flex: 0 0 50% !important;
	}
	
}


@media (max-width: 900px) and (orientation:landscape) {
	h2 {
    	font-size: 50px;
	}
	.logo_content {	    
	    top: 18%;
	    left: 4%;	    
	    width: 7vw;
	}
	.launch_menu {	    
	    top: 1em;
	    left: 1em;
	    width: 5vw;
	    
	}
	.menu a {
    font-size: 2.5vw;
    margin-bottom: 1vw;
	}
	
	.marco-overlay {    
    	height: auto;
    	padding-top: 2vw;        
	}
	.overlay a {
    	font-size: 2.2vw;
	}
	
	.blogmenu h3 {    
    font-size: 2.5vw;
    
	}
	
	.overlay .col-sm-4
	{
		flex: 0 0 27.333333% !important;
		
	}
	
	.overlay .col-sm-8
	{
		flex: 0 0 70.333333% !important;
	}
	
	.logo_menu img {
    	width: 25vw;
	}
	
	.overlay-content {
    
    	width: 80vw;
    
	}
	
	.redes img
	{
		width: 2.1vw;
	}
	
	.logo img {
    	width: 13vw;
	}
	
	h3 {
    	font-size: 2.8vw;
	}
	h4 {
    	font-size: 2.2vw;
	}
	
	.bgintro .intro
	{
		display: none !important;
	}
	
	nav.navegaciontop
	{
		width: 5vw;
	}
	
	.logo {
    position: absolute;
    
	}
	
	.tipo1 {
    	font-size: 2.6vw;
	}
	.tipo2 {    
    font-size: 1.7vw;
	}
	
	.boxcenter-2 , .boxcenter-3 {
    	width: 92%;
	}
	
	p {
    	font-size: 1.58vw;
    	
	}
	
	h5 {    
    font-size: 2.5vw;
	}
	
	.seemore img
	{
		width: 8vw;
	}
	
	
	
}



/* CELULAR */
@media (max-width: 590px) and (orientation:portrait)  {
	.launch_menu img { width: 40px; }
	.navegaciontop a img { width: 40px; }
	p {
	    font-size: 3.7vw;
	    line-height: 1.4em;
	}
	.bgintro {
    	width: 100%;    	   	
	}
	.logo {
    position: absolute;
    top: 15px;
    left: 120px;    
	}
	.logo img { width: 120px; }
	
	nav.navegaciontop {
		display: none;
	    right: 1em;
    	bottom: 1em;

	}
	.topintro {

    	margin-top: 45%;

	}
	
	.logo_menu img {
    	width: 80px;
	}
	.logo_menu {
	    position: absolute;
	    top: 15px;
	    left: 140px;    
	}
	.overlay-content {
    	top: 0;
	}
	.menu { margin-top: 100px; }
	
	.overlay .closebtn {    
	    top: 5px;
	    right: 5px;
	    z-index: 2;
	}
	.overlay .switch_menu_language {    
	    right: 5px;
	    top: 70px;    
	}
	.menu a {

    font-size: 20px;
    margin-bottom: 0px;
	}
	
	.blogmenu h3 {
    	margin-top: 20px;
    	font-size: 20px;
	}
	.newstape {
    	height: 80px;
    	max-width: 324px;
	}
	
	.movil { display: block; }
	.nomovil { display: none; }
	
	.group { display: none; }
	
	.redes {
    	margin-top: 2%;	
	}
	.redes img { width: 20px; } 
	
	h2 { font-size: 50px;  }
	.logo_content { width: 100px; }
	.tipo1 , .tipo2 {
    	font-size: 20px;
    }
    .boxcenter-1 , .boxcenter-2 , .boxcenter-3
    {
    	width: 91%;
    	margin-top: 20px;
		margin-bottom: 15px;
    }
	
	section { height: auto; }
	.allheight { height: auto; }
	
	.boxtop-1 , .boxtop-2 , .boxtop-3 , .boxtop-4
	{
		height: auto;
	}
	
	.titulo_galeria {    
    	height: 200px;
	}
	.config_galeria a {
    
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 1.5rem !important;

	}
	.sizemovil {  font-size: 40px !important; }
	.w-75 {

    width: 100% !important;

}

	.videoembed { height: 400px; }
	
}


@media (max-width: 690px) and (orientation:landscape) {
	
	.no-gutters > .col, .no-gutters > [class*="col-"] {
	    padding-right: 0;
	    padding-left: 0;
	    flex: 100%;
    	max-width: 100%;
	}
	
	p {
    	font-size: 2.7vw;
    	line-height: 1.4em;
	}
	
	h3 {
    font-size: 4vw;
	}
	
	.movil { display: block; }
	.nomovil { display: none; }
	
	h2 { font-size: 50px;  }
	.logo_content { width: 15vw; }
	.tipo1, .tipo2 {
    	font-size: 3vw;
	}
    .boxcenter-1 , .boxcenter-2 , .boxcenter-3
    {
    	width: 91%;
    	margin-top: 20px;
		margin-bottom: 15px;
    }
	
	section { height: auto; }
	.allheight { height: auto; }
	
	.boxtop-1 , .boxtop-2 , .boxtop-3 , .boxtop-4
	{
		height: auto;
	}
	
	.titulo_galeria {    
    	height: 200px;
	}
	.config_galeria a {
    
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 1.5rem !important;

	}
	.sizemovil {  font-size: 40px !important; }
	.w-75 {

    width: 100% !important;

}

	.videoembed { height: 400px; }
	
	.overlay a {
    font-size: 3.2vw;
	}
	
	.donaciones .col-4 , .donaciones .col-md-4  {
		flex: 0 0 40% !important;
	}
	.donaciones .col-5 , .donaciones .col-md-5{
		flex: 0 0 30% !important;
	}
	.donaciones .col-1 , .donaciones .col-md-1 {
		flex: 0 0 10% !important;
	}
	.donaciones .col-7 , .donaciones .col-md-7 , .donaciones .col-6 , .donaciones .col-md-6 {
		flex: 0 0 50% !important;
	}
	
	
	
	
	
	
}










