@font-face {
	font-family: Audrey-Bold;
	src: url("../fonts/Audrey-Bold.otf");
}

/*HTML elements*/
body {
	font-family: Raleway;
}

h2 {
	font-weight: bold;
}

ul {
	list-style: square;
	padding-left: 20px;
}

/*Override bootstrap elements*/
.navbar {
	margin: 0 10%;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.navbar-nav {
	width: 100%;
}

.nav-link {
	color: #ffffff !important;
}


/*AC colors*/
.bg_color_p01 {
	background-color: #82C6F4;
}

.text_color_p01 {
	color:  #82C6F4;
}

.bg_color_p02 {
	background-color: #5FA1D7;
}

.text_color_p02 {
	color:  #5FA1D7;
}

.bg_color_p03 {
	background-color: #1A232F;
}

.text_color_p03 {
	color:  #1A232F;
}

.bg_color_s01 {
	background-color: #DDDDDD;
}

.text_color_s01 {
	color:  #DDDDDD;
}

.bg_color_s02 {
	background-color: #004B7B;
}

.text_color_s02 {
	color:  #004B7B;
}

.bg_color_s03 {
	background-color: #AFD9FE;
}

.text_color_s03 {
	color:  #AFD9FE;
}

.bg_color_s04_perso {
	background-color: #654ecf;
}

.text_color_s04_perso {
	color:  #6be180;
}

.text_color_s05_perso {
	color: #654ecf;
}

.bg_color_white {
	background-color: #ffffff;
}

.text_color_white {
	color: #ffffff;
}

.bg_gradient1 {
	background: linear-gradient(to bottom, rgba(0, 75, 123, 1), rgba(95, 161, 215, -1));
}

.bg_gradient2 {
	background: linear-gradient(to right, rgba(0, 75, 123, 1), rgba(255, 255, 255, 1), rgba(0, 75, 123, 1));
}

/*AC elements*/
.logo_menu {
	width:40px;
}

#main_img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	height: 100vh !important;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index: -1;
}

#pattern_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

a i.fab {
	color: #ffffff !important;
}

.i_social {
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
}

.divider_color_s02 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 4px solid #004B7B;
}

.divider_white {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 4px solid #ffffff;
}

.f_Audrey_bold {
	font-family: Audrey-Bold;
}

.f_size_26 {
	font-size: 26px;
}

.f_size_28 {
	font-size: 28px;
}

.f_size_32 {
	font-size: 32px;
}

.f_size_34 {
	font-size: 34px;
}

.f_size_52 {
	font-size: 52px;
}

.f_ls_2 {
	letter-spacing: 2px;
}

/*Media queries*/
@media (max-width: 767px) {
	.flex-container {
		flex-direction: column;
	}
}

.cur_pointer {
	cursor:  pointer;
}

.carousel-control-prev {
	width: auto !important;
}

.carousel-control-next {
	width: auto !important;
}

.btn-cerrar {
	margin-right: 15px;
	z-index: 10 !important;
}

