
/* COLORS 
Azul
#23364E 
Naranja
#FF6633
**********/

/* FONTS */


/* MAIN */

@font-face {
font-family: "Lato";
src: url("./fonts/Lato/Lato-Regular.ttf");
}

@font-face {
font-family: "Lato Light";
src: url("./fonts/Lato/Lato-Light.ttf");
}

@font-face {
font-family: "Lato Black";
src: url("./fonts/Lato/Lato-Black.ttf");
}

body{
	margin: 0px;
	background-color: black ;
}

html {
  	scroll-behavior: smooth;
}

.main_carousel {
	width: 100%; 
	z-index: -1000; 
	display: flex; 
	flex-direction: column; 
	justify-content: 
	center; 
	max-height: 100vh;
	overflow: hidden;
}

.bar{
	margin-top: 25px;
	margin-bottom: 25px;
	
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .4));
  	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .4));
}

.bar_logo{
	height: 66px;
	margin-left: 130px;
}

.bar_button{
	background: none;
	color: white;
	border: none;
	margin: 0px;
	margin-left: 40px;
	padding: 0px;
	font-family: Lato Light;
	font-size: 14pt;
	text-decoration: none;
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .4));
  	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .4));
}
.bar_button:hover{
	color: black;
	font-weight: bold;
}

.bar_button_active{
	font-family: Lato Black;
}

.main_button{
	background: none;
	background-color: rgba(0,0,0,.5);
	width: 160px;
	height: 42px;
	font-family: Lato;
	font-size: 14pt;
	color: white;
	border: rgba(255,102,51,.7) 2px solid;
	margin: auto;
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .4));
  	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .4));
}

.simple_logo{
	height: 21.96px;
	margin-left: 21.96px;
}

.simple_logo_shadow{
	height: 21.96px;
	margin-left: 21.96px;
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .4));
  	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .4));
}

.bk_section{
	background-image: url(./img/bk_white.svg);
	background-repeat: no-repeat;
  	background-position: top;
  	background-size: cover; //contain
	width: 100%;
	height: 0px;
	overflow: visible;
}

.bk_section>img{
	position: relative;
	z-index: -10;
}

.section{
	padding-left: 240px;
	padding-right: 240px;
}

@media only screen and (max-width: 1400px) {
	.section{
		padding-left: 24px;
		padding-right: 24px;
	}
	#not_container{
		max-width: 90% !important;
	}
	.mom_module{
		display: block !important;
	}
	.mom_module > div:first-child{
		padding-right: 0 !important;
		margin-right: 0 !important;
	}
	.mom_content{
		padding-right: 0 !important;
		margin: auto;
		padding-top: 1em;
	}

}

@media only screen and (max-width: 950px) {
	.gmap{
		width: 100% !important;
	}

	.not_module{
		flex-wrap: wrap;
	}

	.not_img{
		width: 100% !important;
	}

	.not_content{
		width: 100% !important;
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.mom_module{
		flex-wrap: wrap;
	}

	.mom_module > div:first-child{
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-right: 0px;
		margin-bottom: 1em;
	}

	.col_2{
		flex-wrap: wrap;
	}

	.col_2_l{
		margin-bottom: 1em;
		width: 70% !important;
	}

	.col_2_l > div{
		text-align: center !important;
	}

	.col_2_l > div > img {
		float: none !important;
		position: relative;
		top: 8px;
	}

	.col_2_r{
		width: 70% !important;
	}

	.col_inverted > .col_2_r{
		margin-bottom: 1em;
	}

	.col_inverted > .col_2_l{
		margin-bottom: 1em;
	}

	.top_bar > a > img{
		margin-left: 40px;
	}

	.top_bar > div{
		margin-right: 40px !important;
	}

	.mom_content {
		margin-top: 2em;
		margin-bottom: 2em;
	}
}

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

}

.section1{
	background-color: #23364E;
	margin-top: -15px;
	padding-top: 16px;
	padding-bottom: 96px;
}

.section2{
	background-color: #FF6633;
	margin-top: -15px;
	padding-top: 64px;
	padding-bottom: 96px;
	overflow: hidden;
}

.section3{
	background-color: white;
	margin-top: -15px;
	padding-top: 96px;
	padding-bottom: 96px;
}

.footer{
	background-color: #23364E;
	padding-top: 90px;
	padding-bottom: 48px;
}

.gmap{
	border:0; 
	width: 50%; 
	height: 400px;
}

h1{
	font-family: Lato Black;
	font-size: 36pt;
}

.section1 > h1,
.section1 > #not_container > h1{
	color: #FF6633;
	text-align: left;
	width: 100%;
}

.section2 > h1,
.section2 > .mom_glide > h1{
	color: #23364E;
	text-align: left;
	max-width: 900px;
	margin: auto;
	margin-bottom: 16px;
	margin-top: 16px;		
}

.section3>h1{
	color: #23364E;
	margin: auto;
	text-align: center;
}

.footer>h1{
	color: #FF6633;
	text-align: center;
	font-size: 24pt
}

.col_2{
	font-family: Lato Light; 
	font-size: 14pt; 
	display: flex; 
	flex-direction: row; 
	justify-content: center;
	width: 100%;
	margin-top: 45px;
	margin-bottom: 	45px;
}

.col_inverted{
	flex-direction: row-reverse !important;
}


.col_2_l{
	width: 50%; 
	text-align: center;
	margin-right: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.col_2_r{
	width: 50%; 
	text-align: left;
	margin-left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.fancy_button{
	color:white;
	margin-right: 3px; 
	background: none; 
	border: 1px #FF6633 solid; 
	padding: 10px 40px 10px 40px; 
	font-size: 14pt; 
	font-family: Lato;
	width: fit-content;
	text-decoration: none;
}

.sponsors_carousel{
	background: grey;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.glide_image{
	height: 140px;
	margin: auto;
}

.center_flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

/****** NOTICIAS *******/

#not_container {
	width: 100%; 
	max-width: 830px; 
	margin: auto; 
	display: flex; 
	flex-direction: column; 
	justify-content: center; 
	align-items: center;
	box-shadow: rgba(0,0,0,0.2) 0 0 28px 18px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 28px 18px;
}

.not_module {
	width: 100%; 
	display: flex;
	flex-direction: row; 
	justify-content: center; 
	align-items: center; 
}

.not_module_inv {
	display: none;
}

#not_container > .not_module:nth-child(odd){
	background-color: white;
}

#not_container > .not_module:nth-child(even){
	background-color: #FF6633;
	flex-direction: row-reverse;
}

#not_container > .not_module:nth-child(even) > .not_content > div > h2{
	color: white;
	text-align: right;
}

#not_container > .not_module:nth-child(even) > .not_content > div > p{
	color: white;
	text-align: right;
}

#not_container > .not_module:nth-child(even) > .not_content > div > a{
	color: #23364E;
	text-align: right;
}

.not_img{
	width: 50%; 
	overflow: hidden;
}

.not_img > img {
	width: 100%; 
	margin-bottom: -6px;
}

.not_content{
	width: 50%; 
	height: 100%; 
	overflow: hidden;
}

.not_content > div {
	padding: 0px 70px 0px 70px;
	display: flex;
    flex-direction: column;
}

.not_content > div > h2 {
	font-size: 19pt; 
	font-family: 'Lato Black'; 
	color: #23364E; 
	margin-bottom: 0px; 
	margin-top: 0px;
}
.not_content > div > p {
	font-size: 12pt; 
	font-family: 'Lato Light'; 
	color: #23364E; 
	margin-top: 8px; 
	font-weight: 0;
}
.not_content > div > a {
	color: #FF6633; 
	font-weight: bold; 
	font-size: 16pt;
	text-decoration: none;
	font-family: Lato;
}

.not_content > div > a:hover {
	color: #FF6633; 
	font-weight: bold; 
	font-size: 16pt;
	text-decoration: underline;
}

#page_sel > a{
	font-family: Lato Light; 
	font-size: 12pt; 
	color: white; 
	width: 100%; 
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
}

.glide__arrow{
	border: 0 !important;
	box-shadow: none !important;
	color: #23364E !important;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}


/****** MOMENTOS *******/

.mom_module{
	color: white; 
	font-family: Lato Light; 
	font-size: 14pt; 
	display: flex; 
	flex-direction: row; 
	justify-content: center; 
	max-width: 900px; 
	margin: auto;
	background-color: #23364E;
	box-shadow: rgba(0,0,0,0.2) 0 0 28px 18px;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 0 28px 18px;
}

.mom_module > div:first-child {
	flex-grow: 1; margin-right: 1em;
}

.mom_content{
	width: 400px; 
	display: flex; 
	flex-direction: column; 
	justify-content: center;
	padding-right: 32px;
}

.mom_content > h1 {
	color: #FF6633; 
	margin-top: 0; 
	margin-bottom: 0;
	line-height: 19pt;
    font-size: 19pt;
    font-family: 'Lato Black';
}

.mom_content > p {
	color: white; 
	font-size: 12pt; 
	font-family: Lato Light;
}

/****** DEPORTES *******/

.rugby_photo{
	width: 100%; 
	background-image: url(./img/fotos/deportes-rugby.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 300px;
}

/****** BARRIO ********/

.icon_container{
	text-align: center; 
	color: #FF6633; 
	font-family: Lato Light; 
	font-size: 14pt; 
	width: 80%; 
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 3em;
	margin-bottom: 6em;
}

.icon_box{
	width: min-content;
	display: flex;
	flex-direction: column;
}

.icon_box > span{
	font-size: 14pt;
	font-family: Lato; 
	color: white; 
	margin-top: -1em;
}

.icon_box > img{
	height: 9em;
}