@charset "UTF-8";
/* CSS Document */

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body {
	font-family: "HelveticaNeue";
	font-size: 14px;
	line-height: 16px;
}

body.page-template-temp_registro{
	overflow: hidden;
}

h1, h2, h3, h4, h5{
	margin: 0;
}

textarea {
	resize: none !important;
}
label {
	margin-bottom: 1em;
}

a, a:hover{
	text-decoration: none;
	outline: none;
	outline-width: 0;
}

.font_bold { font-family: "GothamBold"; }
.font_book { font-family: "GothamBook"; }
.font_medium { font-family: "GothamMedium"; }
.font_aqua { font-family: "AquaGrotesque"; }
.font_regular { font-family: "HelveticaNeue"; }
.font_red { color: #e4625a; }
.font_black { color: #000; }
.font_onix { color: #424747; }
.font_gray { color: #676767; }
.font_white{ color: #fff; }
.font_green{ color: #75acba; }
.font_phone { color: #e4625a !important; }

.red_link {
	color: #e4625a;
	text-decoration: none;
}
.red_link:hover,
.red_link:focus,
.red_link:active {
	color: #e4625a;
	text-decoration: none;
}

.hyphenate {
  /* Careful, this breaks the word wherever it is without a hyphen */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.button_red,
.button_red.disabled {
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
	border: 1px solid #e4625a;
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
	background: none;
	color: #e4625a;
}
.button_red.disabled {
	pointer-events: none;
	opacity: 0.8;
}
.button_red:hover,
.button_red:active,
.button_red:focus {
	opacity: 1;
	color: #fff;
	background-color: #e4625a !important;
	border-color: #e4625a !important;
	box-shadow: none !important;
}

.link_red {
	color: #e4625a;
	text-decoration: none;
}
.link_red:hover,
.link_red:active,
.link_red:focus {
	color: #e4625a;
	opacity: 0.8;
}

.link_grey {
	color: #676767;
	text-decoration: none;
}
.link_grey:hover,
.link_grey:active,
.link_grey:focus {
	color: #e4625a;
}

.abs_link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.vertical-center {
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
	display: flex;
	align-items: center;
}

.wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
}
.content{
	display: table-cell;
	vertical-align: middle;
}

.site-popup {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
}
.site-background {
	background-image: url('../images/statics/site-background.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	margin: auto;
	z-index: 0;
	pointer-events: none;
}

.page-logo-message {
	max-width: 250px;
	margin: 0 auto 30px;
	display: block;
}

.site-block {
	position: relative;
	z-index: 10;
}

.form-alert {
	z-index: 1020;
	top: 80px;
	right: 0;
}

::placeholder {
	color: #676767;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #676767;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #676767;
}

.form-group {
	margin-bottom: 2em;
	font-size: 12px;
	line-height: 14px;
}
.form-control {
	background-color: #f7f7f7;
	font-size: 12px;
	line-height: 14px;
}
.form-control:focus {
	box-shadow: none;
	border-color: #555;
	color: #000;
	background-color: #f7f7f7;
}
.input-group-text {
	font-size: 12px;
	line-height: 12px;
}
.custom-control-label {
	font-size: 14px;
	line-height: 1.5em;
}
.custom-control-label::before {
	border-color: #ced4da;
	background-color: #f7f7f7;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #555;
  border-color: #555;
  background-color: #555;
}

.form-group .custom-control-label {
	font-size: 12px;
	line-height: 24px;
}
.custom-switch .custom-control-label::after {
	background-color: #e4625a;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #e4625a;
	border-color: #e4625a;
	background-color: #e4625a;
}

.info_block{
	position: relative;
	padding: 80px 0 0;
}

.block_title{
	position: relative;
	margin-bottom: 35px;
}
.block_title h4 {
	font-size: 20px;
}
.block_title:after{
	content: '';
	width: 17px;
	height: 1px;
	background-color: #e4625a;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.red_info_block{
	background-color: #e4625a;
	padding: 100px 0;
	margin-top: 80px;
}
.red_info_block .block_title:after{
	background-color: #fff;
}

.onyx_info_block {
	background-color: #424747;
	padding: 100px 0;
	margin-top: 80px;
}
.onyx_info_block .block_title:after {
	background-color: #e4625a;
}

.big_red_button{
	background-color: #e4625a;
	color: white;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	background-size: auto;
	transform-origin: center center;
-webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
}
.page-template-temp_donar .big_red_button {
	background-color: #424747;
}
.big_red_button .text, .big_red_button a{
	padding: 30px 15px;
	position: relative;
	z-index: 1;
}
.big_red_button:hover{
	background-color: #e4625a;
}
.big_red_button .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url("../images/statics/uam_lines.png");
-webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
}
.big_red_button:hover .bg{
	transform: scale(1.05);
}

.big_onyx_button{
	background-color: #424747;
	color: white;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	background-size: auto;
	transform-origin: center center;
-webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
}
.big_onyx_button .text, .big_onyx_button a{
	padding: 30px 15px;
	position: relative;
	z-index: 1;
}
.big_onyx_button:hover{
	background-color: #000;
}
.big_onyx_button.big_orange_hover:hover{
	background-color: #e4625a;
}
.big_onyx_button .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url("../images/statics/uam_lines.png");
-webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
}
.big_onyx_button:hover .bg{
	transform: scale(1.05);
}

.white_button, .green_button, .red_button, .yellow_button {
	position: relative;
	margin: 15px;
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}
.white_button .text, .green_button .text, .red_button .text, .yellow_button .text {
	padding: 15px 30px;
	background-color: #fff;
	text-align: center;
	text-shadow: none;
}
.green_button .text{
	background-color: #75acba;
	color: #fff;
}
.red_button .text {
	background-color: #e4625a;
	color: #fff;
}
.yellow_button .text {
	background-color: #F1B828;
	color: #fff;
 }

.fixed_menu .white_button .text, .fixed_menu .green_button .text, .fixed_menu .red_button .text, .fixed_menu .yellow_button .text {
	padding: 10px 25px;
	height: auto !important;
	line-height: normal !important;
}
.fixed_menu .white_button .donar_icon, .fixed_menu .green_button .donar_icon, .fixed_menu .red_button .donar_icon, .fixed_menu .yellow_button .donar_icon {
	width: 16px;
}

.white_button, .green_button, .red_button {
	margin: 15px 10px;
}

.button_container .white_button, .button_container .green_button, .button_container .red_button, .button_container .yellow_button {
	margin: 0 10px;
}
.button_container .white_button .text, .button_container .green_button .text, .button_container .red_button .text, .button_container .yellow_button .text {
	height: 54px;
	line-height: 27px;
}


.more_button, .back_button, .info_button {
	border: 1px solid #e4625a;
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
}
.info_button {
	border: 1px solid #424747;
}
.more_button:hover, .back_button:hover, .info_button:hover {
	border: 1px solid #fff;
}
.more_button a, .back_button a, .info_button a {
	position: relative;
	padding: 6px 12px;
	display: block;
	color: #424747;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
}
.more_button a:hover, .back_button a:hover, .info_button a:hover {
	background-color: #e4625a;
	color: #fff;
}
.info_button a:hover {
	background-color: #424747;
}
.more_button a:after, .info_button a:after {
	content: '\25B8';
	color: #e4625a;
	position: relative;
	font-size: 18px;
	line-height: 11px;
	margin: 0px 0px 0px 5px;
	display: inline-block;
	vertical-align: text-top;
}
.info_button a:after {
	color: #424747;
}
.more_button a:hover:after, .info_button a:hover:after {
	color: #fff;
}
.more_button.big_text a, .info_button.big_text a {
	font-size: 18px;
	line-height: 18px;
}
.more_button.big_text a:after, .info_button.big_text a:after {
	font-size: 22px;
	line-height: 18px;
}

.more_button.more_button_white a {
	color: #fff;
}
.more_button.more_button_white:hover {
	border: 1px solid #e4625a;
}

.back_button a{
	padding: 5px 20px 5px 25px;
}

.back_button a:before{
	content: '\25B8';
	color: #e4625a;
	position: absolute;
	left: 5px;
	top: 7px;
	font-size: 20px;
	transform: rotate(180deg);
}
.back_button a:hover:before{
	color: #fff;
}
.red_info_block .more_button{
	border: 1px solid #fff;
}

.red_info_block .more_button a{
	background-color: #fff;
	color: #e4625a;
}
.red_info_block .more_button a:hover{
	background-color: #e4625a;
	color: #fff;
}

.more_button.white{
	background-color: #fff;
	color: #e4625a;
	border: 0;
}
.more_button:hover.white{
	border: 0;
}

.item-faqs .inner-question {
	font-size: 12px;
	line-height: 15px;
	position: relative;
}
.item-faqs .inner-question::after {
	content: '\25B8';
	color: #e4625a;
	position: relative;
	font-size: 18px;
	line-height: 11px;
	margin: 0px 0px 0px 5px;
	display: inline-block;
	vertical-align: text-top;
	-webkit-transform:  rotate(-90deg);
  -moz-transform:     rotate(-90deg);
  -ms-transform:      rotate(-90deg);
  -o-transform:       rotate(-90deg);
	transform: rotate(-90deg);
}
.item-faqs .inner-question[aria-expanded="false"]::after {
	-webkit-transform:  rotate(90deg);
  -moz-transform:     rotate(90deg);
  -ms-transform:      rotate(90deg);
  -o-transform:       rotate(90deg);
	transform: rotate(90deg);
}

.red_underline{
	position: relative;
	display: inline-block;
}
.red_underline:after{
	content: '';
	position: absolute;
	width: 98%;
	height: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -5px;
	background-color: #e4625a;
}

.scroll_style::-webkit-scrollbar {
  width: 5px;
}
.scroll_style::-webkit-scrollbar-track:vertical  {
	background-color: rgba(0,0,0,0);
	border-radius: 10px;
}
.scroll_style:hover::-webkit-scrollbar-track:vertical  {
	background-color: rgba(0,0,0,0.1);
	border-radius: 10px;
}
.scroll_style::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: transparent;
}
.scroll_style:hover::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #e4625a;
}

.left_red_border{
	border-left: 2px solid #e4625a;
}

/* MENU */
#site-menu {
	padding: 10px 20px;
}
#site-menu .logo img {
	height: 50px;
}
#site-menu .each_rss {
	margin: 0 5px;
	font-size: 16px;
	line-height: 16px;
}
.page-template-temp_registro #site-menu {
	background-color: #fff;
}

#menu_bar.fixed_menu {
	top: -150px;
}
#menu_bar.fixed_menu.in {
	position: fixed;
	top: 0;
}
#menu_bar.active,
#menu_bar.fixed_menu.in.active {
	top: -200px;
}
#menu_bar .menu_btn_container {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
#menu_bar.fixed_menu .menu_btn_container {
	padding: 10px 0;
}
#menu_bar .menu_btn_container .menu_btn {
	position: relative;
	width: 55px;
	height: 35px;
	display: inline-block;
	padding: 15px 10px;
	cursor: pointer;
}
#menu_bar .menu_btn_container .menu_btn .burger_btn {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #fff;
	border-radius: 50%;
}
#menu_bar .menu_btn_container .menu_btn .burger_btn:before,
#menu_bar .menu_btn_container .menu_btn .burger_btn:after {
	content: '';
	position: absolute;
	left: 0;
	top: -10px;
	width: 100%;
	height: 1px;
	background-color: #fff;
-webkit-transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
   -moz-transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
     -o-transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
        transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
   -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
     -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
#menu_bar .menu_btn_container .menu_btn .burger_btn:after {
	top: auto;
	bottom: -10px;
}
#menu_bar .menu_btn_container .menu_btn:hover .burger_btn:before {
	transform: translateY(3px);
}
#menu_bar .menu_btn_container .menu_btn:hover .burger_btn:after {
	transform: translateY(-3px);
}
#menu_bar .menu_btn_container .menu_btn:active .burger_btn:before {
	transform: translateY(5px);
}
#menu_bar .menu_btn_container .menu_btn:active .burger_btn:after {
	transform: translateY(-5px);
}
#menu_bar .button_container,
#main_menu .button_container {
	position: absolute;
	right: 10px;
	top: 20px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

#main_menu {
	position: fixed;
	left: 0;
	z-index: 100;
	padding: 80px 0;
	background-color: rgba(141,24,6,0.97);
	background-color: rgba(228, 98, 90, 0.97);
	background-color: rgba(66, 71, 71, 0.97);
	box-shadow: 0 10px 10px rgba(0,0,0,0.5);
	top: -110%;
	text-align: center;
-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
   -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
#main_menu.active {
	top: 0;
}
#main_menu .menu_item {
	position: relative;
	overflow:hidden; 
}
#main_menu .menu_item a {
	position: relative;
	z-index: 1;
	color: #fff;
	display: block;
	padding: 15px 0 15px 0;
	font-size: 40px;
	line-height: 25px;
-webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
   -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
     -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
        transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
   -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
     -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
        transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}
#main_menu .menu_item a:hover {
	color: #e4625a;
	padding: 45px 0 45px 0;
}
#main_menu .menu_item.active a {
	color: #e4625a;
	padding: 15px 0 15px 0;
}
#main_menu_ .menu_item .bg_ {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	z-index: 0;
	opacity: 0;
	transform-origin: center center;
-webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
   -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
     -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
        transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
   -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
     -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
        transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}
#main_menu_ .menu_item:hover .bg_ {
	opacity: 1;
	transform: scale(1.1);
}
#main_menu .close_menu_container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}
#main_menu .close_menu_btn {
	position: relative;
	display: inline-block;
	top: 25px;
	width: 50px;
	height: 50px;
	font-size: 28px;
	transform: rotate(-45deg);
	z-index: 10;
	cursor: pointer;
-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
   -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
     -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
        transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
   -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
     -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
#main_menu .close_menu_btn:hover {
	transform: rotate(-45deg) scale(0.8);
}
#main_menu .close_menu_btn:active {
	transform: rotate(-45deg) scale(0.6);
}
#main_menu .close_menu_btn .line_1 {
	position: absolute;
	width: 100%;
	height: 1px;
	top: 24px;
	background-color: white;
}
#main_menu .close_menu_btn .line_2 {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 24px;
	background-color: white;
}
#main_menu .close_menu_btn .line_1 {
	background-color: white;
}
#main_menu .close_menu_btn .line_2 {
	background-color: white;
}
#main_menu .logo {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 150px;
	z-index: 10;
}
#main_menu .logo img {
	width: 100%;
	width: 70px;
	height: 70px;
}
#main_menu .rss_links {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	font-size: 20px;
	padding: 20px 30px;
}
#main_menu .rss_links a {
	margin: 0 15px;
	color: #fff;
}

.white_button .donar_icon, .green_button .donar_icon, .red_button .donar_icon, .yellow_button .donar_icon {
	vertical-align: baseline;
	width: 20px;
}

.rss_links {
	font-size: 18px;
	line-height: 18px;
	padding: 0 0 10px;
	margin-right: -7px;
}
.rss_links a {
	margin: 0 0 0 20px;
	color: #fff;
}
.page-template-temp_nuestra_accion .rss_links a,
.page-template-temp_incidencia .rss_links a,
.page-template-temp_becas .rss_links a,
.page-template-temp_galeria .rss_links a,
.page-template-temp_donar .rss_links a,
.page-template-temp_prosa .rss_links a,
.page-template-temp_participa_multiple .rss_links a,
.page-template-temp_legales .rss_links a,
.page-template-temp_faqs_becas .rss_links a,
.page-template-temp_proyectos .rss_links a,
.single-proyectos .rss_links a,
.page-template-temp_noticias .rss_links a,
.single-noticia .rss_links a,
.page-template-temp_conexion .rss_links a,
.single-conexion .rss_links a,
#menu_bar.fixed_menu.in .rss_links a,
.single-fundador .rss_links a,
.rss-share .rss_links a {
	color: #424747;
}

.page-template-temp_nuestra_accion #menu_bar .navbar-brand,
.page-template-temp_incidencia #menu_bar .navbar-brand,
.page-template-temp_becas #menu_bar .navbar-brand,
.page-template-temp_galeria #menu_bar .navbar-brand,
.page-template-temp_donar #menu_bar .navbar-brand,
.page-template-temp_prosa #menu_bar .navbar-brand,
.page-template-temp_participa_multiple #menu_bar .navbar-brand,
.page-template-temp_legales #menu_bar .navbar-brand,
.page-template-temp_faqs_becas #menu_bar .navbar-brand,
.page-template-temp_proyectos #menu_bar .navbar-brand,
.single-proyectos #menu_bar .navbar-brand,
.page-template-temp_noticias #menu_bar .navbar-brand,
.single-noticia #menu_bar .navbar-brand,
.page-template-temp_conexion #menu_bar .navbar-brand,
.single-conexion #menu_bar .navbar-brand,
#menu_bar.fixed_menu.in .navbar-brand,
.single-fundador #menu_bar .navbar-brand  {
	background-image: url('../images/statics/fundacion_uam_red_logo.png');
}

#menu_bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	background-color: transparent !important; /*#424747 !important;*/
	padding: 20px 4%;
	margin: 0 auto;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+71,ffffff+100&1+72,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 71%, rgba(255,255,255,1) 72%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 71%,rgba(255,255,255,1) 72%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 71%,rgba(255,255,255,1) 72%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#menu_bar.fixed_menu.in {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+71,ffffff+100&1+72,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 79%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 79%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 79%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#menu_bar .navbar-brand {
	padding: 0;
	margin: 0;
	width: 160px;
	background-image: url('../images/statics/fundacion_uam_white_logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 70px;
	width: 70px;
}
#menu_bar .navbar-toggler {
	padding: 0;
	border: 0;
	outline: none;
	outline-width: 0;
}
#menu_bar .menu_btn_container {
	padding: 0;
}
#menu_bar .nav-item {
	background-color: #424747;
	padding: 0 10px;
	margin: 0 7px;
	position: relative;
}
#menu_bar .nav-item::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	width: 0;
	border-top: 35px solid transparent;
	border-right: 15px solid #424747;
	border-bottom: 0px solid transparent;
}
#menu_bar .nav-item::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-left: 15px solid #424747;
	border-bottom: 35px solid transparent;
}
#menu_bar .nav-item.background-red {
	background-color: #781c03;
}
#menu_bar .nav-item.background-red::before {
	border-right-color: #781c03;
}
#menu_bar .nav-item.background-red::after {
	border-left-color: #781c03;
}
#menu_bar .nav-item.background-orange {
	background-color: #e4625a;
}
#menu_bar .nav-item.background-orange::before {
	border-right-color: #e4625a;
}
#menu_bar .nav-item.background-orange::after {
	border-left-color: #e4625a;
}
#menu_bar .nav-item .nav-link {
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	padding: 10px 5px;
}
#menu_bar .nav-item img {
	height: 16px;
	line-height: 18px;
	margin-left: 10px;
	display: inline-block;
	margin-top: -5px;
}
#menu_bar .nav-item:hover {
	color: #424747;
	background-color: #fff;
}
#menu_bar .nav-item:hover::before {
	border-right-color: #fff;
}
#menu_bar .nav-item:hover::after {
	border-left-color: #fff;
}
#menu_bar .nav-item:hover .nav-link {
	color: #424747;
}
#menu_bar .nav-item.item-gray.active {
	color: #424747;
	background-color: #fff;
}
#menu_bar .nav-item.item-gray.active::before {
	border-right-color: #fff;
}
#menu_bar .nav-item.item-gray.active::after {
	border-left-color: #fff;
}
#menu_bar .nav-item.item-gray.active .nav-link {
	color: #424747;
}
#menu_bar .nav-item.background-red:hover {
	color: #fff;
	background-color: #781c03;
}
#menu_bar .nav-item.background-red:hover::before {
	border-right-color: #781c03;
}
#menu_bar .nav-item.background-red:hover::after {
	border-left-color: #781c03;
}
#menu_bar .nav-item.background-orange:hover {
	color: #fff;
	background-color: #e4625a;
}
#menu_bar .nav-item.background-orange:hover::before {
	border-right-color: #e4625a;
}
#menu_bar .nav-item.background-orange:hover::after {
	border-left-color: #e4625a;
}
#menu_bar .nav-item.background-red:hover .nav-link,
#menu_bar .nav-item.background-orange:hover .nav-link {
	color: #fff;
}
#navbarMenuContent {
	flex-direction: column;
	align-items: flex-end;
	padding-right: 10px;
}

.top_header_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 350px;
	background-size: cover;
}
.carousel{
	z-index: 1;
}
.carousel-indicators{
	bottom: -40px;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 8px;
	height: 8px;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #dedede;
	background-clip: padding-box;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	opacity: 1;
	transition: opacity .6s ease;
}
.carousel-indicators .active{
	background-color: #e4625a;
}

.menu_animation{
-webkit-transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
   -moz-transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */	
}

.ui-widget.ui-widget-content {
	z-index: 20 !important;
}

/* Woo */
.woo-page-temp {
	padding-top: 110px;
}
.woo-page-temp #customer_details {
	margin: 0 -15px 15px;
}
.woo-page-temp #customer_details h3 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}
.woo-page-temp #customer_details .col-1 {
	width: 60%;
	float: left !important;
	max-width: inherit !important;
}
.woo-page-temp #customer_details .col-2 {
	width: 40%;
	float: left !important;
	max-width: inherit !important;
}
.woo-page-temp #customer_details .form-row {
	width: 100%;
	padding: 0;
	margin: 0 0 2em;
	font-size: 12px;
	line-height: 14px;
}
.woo-page-temp #customer_details .form-row label {
	width: 100%;
	margin: 0 0 1em;
	color: #000;
	font-family: "GothamBold";
	text-transform: uppercase !important;
}
.woo-page-temp #customer_details .form-row input,
.woo-page-temp #customer_details .form-row textarea {
	background-color: #f7f7f7;
	font-size: 12px;
	line-height: 14px;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	color: #495057;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woo-page-temp .select2-container .select2-selection--single {
	height: calc(1.5em + .75rem + 2px);
	background-color: #f7f7f7;
	font-weight: 400;
	color: #495057;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woo-page-temp .select2-container .select2-selection--single .select2-selection__rendered {
	height: calc(1.5em + .75rem + 2px);
}
.woo-page-temp #customer_details .form-row input::placeholder {
	color: #6c757d;
	opacity: 1;
}
.woo-page-temp #customer_details .form-row textarea {
	height: 200px;
}
.woo-page-temp #customer_details .form-row .woocommerce-input-wrapper {
	width: 100%;
}
.woo-page-temp .woocommerce-billing-fields,
.woo-page-temp .woocommerce-shipping-fields {
	width: 100%;
}
.woo-page-temp .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
}
.woo-page-temp .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
}
.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-page .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #e4625a !important;
}
.woocommerce-page #order_review_heading {
	opacity: 0;
	pointer-events: none;
}
.woocommerce-page .custom_select_checkout {
	height: calc(1.5em + .75rem + 2px);
	background-color: #e4625a;
	font-weight: 400;
	color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da !important;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce-page .custom_send_checkout {
	float: right;
	background-color: #a46497;
	color: #fff;
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}
.woocommerce-page .custom_send_checkout:hover {
	background-color: #96588a;
	color: #fff;
}
.woocommerce-page #place_order {
	visibility: hidden;
	display: none;
}
.woocommerce-page #payment .woocommerce-terms-and-conditions-wrapper {
	width: 100%;
}

@media (max-height:700px) {
	#main_menu .menu_item a {
		font-size: 30px;
		line-height: 15px;
	}
}
@media (max-width:1340px) {
	#menu_bar {
		padding: 20px 3%;
	}
	#menu_bar .nav-item .nav-link {
		font-size: 11px;
		line-height: 13px;
	}
	#menu_bar .nav-item::before {
		border-top: 33px solid transparent;
	}
	#menu_bar .nav-item::after {
		border-bottom: 33px solid transparent;
	}
}
@media (max-width:1200px) {
	#menu_bar {
		padding: 20px 3%;
	}
	#menu_bar .nav-item .nav-link {
		font-size: 10px;
		line-height: 12px;
	}
	#menu_bar .nav-item::before {
		border-top: 32px solid transparent;
	}
	#menu_bar .nav-item::after {
		border-bottom: 32px solid transparent;
	}
	#menu_bar .nav-item img {
		height: 14px;
		line-height: 16px;
	}
	#main_menu .button_container {
		font-size: 14px;
	}
}
@media (max-width:1140px) {
	.rss_links {
		font-size: 15px;
		line-height: 15px;
	}
	#menu_bar {
		padding: 20px 10px;
	}
	#menu_bar .nav-item .nav-link {
		font-size: 9px;
		line-height: 11px;
	}
	#menu_bar .nav-item::before {
		border-top: 31px solid transparent;
	}
	#menu_bar .nav-item::after {
		border-bottom: 31px solid transparent;
	}
}
@media (max-width:1040px) {	
	#menu_bar .nav-item .nav-link {
		font-size: 8px;
		line-height: 10px;
	}
	#menu_bar .nav-item::before {
		border-top: 30px solid transparent;
	}
	#menu_bar .nav-item::after {
		border-bottom: 30px solid transparent;
	}
	#menu_bar .navbar-brand {
		width: 150px;
	}
}
@media (max-width:991px) {
	#menu_bar {
		padding: 10px;
		background: none;
	}
	#menu_bar .navbar-brand {
		width: 140px;
	}
	#menu_bar .menu_btn_container {
		padding: 0;
		width: 60px;
		right: 0;
		left: 0;
		margin: auto;
	}
	#menu_bar.fixed_menu.in {
		background: none;
		background-color: #424747 !important;
	}
	.page-template-temp_nuestra_accion #menu_bar,
	.page-template-temp_incidencia #menu_bar,
	.page-template-temp_becas #menu_bar,
	.page-template-temp_galeria #menu_bar,
	.page-template-temp_donar #menu_bar,
	.page-template-temp_prosa #menu_bar,
	.page-template-temp_participa_multiple #menu_bar,
	.page-template-temp_legales #menu_bar,
	.page-template-temp_faqs_becas #menu_bar,
	.page-template-temp_proyectos #menu_bar,
	.single-proyectos #menu_bar,
	.page-template-temp_noticias #menu_bar,
	.single-noticia #menu_bar,
	.single-fundador #menu_bar {
		background-color: #424747 !important;
	}
	.page-template-temp_nuestra_accion #menu_bar .navbar-brand,
	.page-template-temp_incidencia #menu_bar .navbar-brand,
	.page-template-temp_becas #menu_bar .navbar-brand,
	.page-template-temp_galeria #menu_bar .navbar-brand,
	.page-template-temp_donar #menu_bar .navbar-brand,
	.page-template-temp_prosa #menu_bar .navbar-brand,
	.page-template-temp_participa_multiple #menu_bar .navbar-brand,
	.page-template-temp_legales #menu_bar .navbar-brand,
	.page-template-temp_faqs_becas #menu_bar .navbar-brand,
	.page-template-temp_proyectos #menu_bar .navbar-brand,
	.single-proyectos #menu_bar .navbar-brand,
	.page-template-temp_noticias #menu_bar .navbar-brand,
	.single-noticia #menu_bar .navbar-brand,
	.single-fundador #menu_bar .navbar-brand,
	#menu_bar.fixed_menu.in .navbar-brand {
		background-image: url('../images/statics/fundacion_uam_white_logo.png');
	}
	
	#main_menu .button_container {
		font-size: 11px;
	}
	#main_menu .inn-menu-container {
		top: 90px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
}
@media (max-width:768px) {
	.form-group.col,
	.form-group.w-100 {
		display: none;
	}
}
@media (max-width:767px) {
	.site-block .w-75 {
		width: 90% !important;
	}
	.white_button .donar_icon, .green_button .donar_icon, .red_button .donar_icon, .yellow_button .donar_icon {
		width: 14px;
	}
	
	#menu_bar .menu_btn_container {
		right: 40px;
		left: 40px;
		margin: auto;
		width: calc(100% - 50px);
		text-align: right;
	}
	#menu_bar .navbar-brand {
    width: 50px;
    height: 50px;
	}
	#main_menu .menu_item a {
		padding: 15px 0 5px 0px;
		font-size: 25px;
		line-height: 20px;
	}
	#main_menu .rss_links {
		left: 0;
	}
	#main_menu .close_menu_container {
		text-align: right;
	}
	#main_menu .close_menu_btn {
    top: 15px;
    right: 20px;
  }
  #main_menu .logo {
    left: 30px;
    top: 20px;
    width: 110px;
  }
  
	.white_button, .green_button {
		font-size: 12px;
		margin: 15px 5px;
	}
	.white_button_ .text, .green_button .text {
  	padding: 7px 15px;
  }
}

/* FOOTER */
#footer{
	padding: 50px 0;
	background-color: #f3f3f3;
	z-index: 1;
	margin-top: 80px;
}
#footer .info a{
	display: block;
	margin-bottom: 10px;
	color: #676767;
	word-break: break-all;
}
#footer .info a:hover{
	color: #e4625a;
}
#footer .rss_links{
	margin-bottom: 20px;
}
#footer .rss_links .fa{
	font-size: 20px;
	margin: 0 7px;
}
#footer .rss_links a{
	color: #e4625a;
}
html{
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 350px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px; /* Set the fixed height of the footer here */
}

@media (max-width:767px) {
	#footer {
		margin-top: 0;
	}
	#footer.footer {
		height: auto;
		position: relative;
	}
	body {
		margin-bottom: 0;
	}
	#footer .info,
	#footer .rss_links {
		text-align: center !important;
	}
	#footer .rss_links {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	#footer .rss_links a {
		margin: 0 10px 10px;
		display: inline-block;
	}
}

/* HOME */
#home_video{
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
	padding: 100px 0;
	opacity: 1;
-webkit-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
#home_video .logo{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	padding: 10px;
	width: 200px;
}
#home_video .logo img{
	width: 100%;
}
#home_video .more_button{
	margin-top: 15px;
}
#home_video.hide{
	opacity: 0;
}

#home_carousel{
	margin-top: 0px;
}

#home_carousel .description{
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 1;
	right: 0;
	width: 50%;
	margin: 0 auto;
	text-shadow: 0 5px 10px rgba(0,0,0,0.7);
}

#home_carousel .description h2{
	font-size: 18px;
	line-height: 24px;
}
#home_carousel .description .big_font{
	font-size: 2.5em;
}
#home_carousel .carousel-item{
	height: 100%;
}
#home_carousel .white_button{
	box-shadow: 0 5px 10px rgba(0,0,0,0.7);
}


#home_about .btn1 .bg{ background-position: 20px 380px; }
#home_about .btn2 .bg{ background-position: -70px -70px; }
#home_about .btn3 .bg{ background-position: -530px -368px; }

#home_about .big_red_button,
#home_about .big_onyx_button {
	display: table;
	width: 100%;
}

#home_about .big_red_button .text, #home_about .big_red_button a,
#home_about .big_onyx_button .text, #home_about .big_onyx_button a{
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	color: white;
}

.founder_container{
	position: relative;
	display: inline-block;
	width: 274px;
	padding: 0 15px;
	margin-bottom: 30px;
	text-align: left;
	vertical-align: top;
}
.founder_container .photo{
	width: 100%;
	height: 255px;
	background-size: cover;
	background-position: top center;
	border-radius: 10px;
	overflow: hidden;
}
.founder_container .name{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-top: 15px;
	position: relative;
	padding-left: 8px;
}
.founder_container .name:before{
	content: '';
	width: 1px;
	height: 12px;
	background-color: #e4625a;
	position: absolute;
	top: 2px;
	left: 0px;
}
.founder_container .job{
	padding-left: 8px;
	margin-bottom: 10px;
}
.founder_container .more_button{
	margin-bottom: 10x;
}

.action_container{
	margin: 50px 0;
	letter-spacing: 0.03em;
	padding: 0 5px;
}
.action_container .icon{
	margin-bottom: 25px;
}
.action_container .title{
	font-size: 20px;
	line-height: 22px;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 25px;
}
.action_container ol{
	margin: 0;
	padding: 0 0 0 15px;
}
.action_container ol li{
	margin-bottom: 5px;
}

.grey_card_container{
	position: relative;
	display: inline-block;
	width: 274px;
	padding: 40px 20px;
	margin-bottom: 30px;
	vertical-align: middle;
	height: 550px;
}
.grey_card_container:before{
	font-family: "FontAwesome";
	content: '\f054';
	position: absolute;
	left: -5px;
	top: 45%;
	color: #e4625a;
	font-size: 22px;
}
.grey_card_container:first-child:before{
	content: '';
}
.grey_card_container:last-child {
	height: auto;
	margin-top: -15px;
}
.grey_card{
	position: relative;
	width: 100%;
	background-color: #f3f3f3;
	border-radius: 10px;
	padding: 40px 20px;
	height: 100%;
}

.grey_card .title{
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 25px;
}
.grey_card .subtitle{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 25px;
}
.grey_card .icon{
	margin-bottom: 25px;
}
.grey_card .icon:before{
	content: '\25BE';
	color: #e4625a;
	position: relative;
	display: block;
	font-size: 22px;
	margin-bottom: 25px;
}
.grey_card .icon img{
	display: inline-block;
}
.page-template-temp_acerca .grey_card_container {
	height: auto;
}
.page-template-temp_acerca .grey_card_container:last-child {
	margin: 0;
}
.page-template-temp_acerca .grey_card .title {
	font-size: 14px;
	line-height: 18px;
	height: 40px;
}
.page-template-temp_acerca .media img {
	width: 100px;
}
.page-template-temp_acerca .media h4 {
	font-size: 16px;
	line-height: 18px;
}

.site_carousel .project .image,
.site_carousel .project .info{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding: 0;
}
.site_carousel .project .info {
	width: 55%;
	padding: 0 40px;
}
.site_carousel .project .image {
	position: relative;
	height: 300px;
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
}
.site_carousel .project .info .description {
	height: 100px;
	overflow: hidden;
}
.site_carousel .project .title {
	margin-bottom: 10px;
}
.site_carousel .project .title h4 {
	font-size: 16px;
	line-height: 20px;
	position: relative;
}
.site_carousel .project .title h4:before {
	content: '';	
	width: 1px;
	height: 14px;
	background-color:#e4625a;
	position: relative;
	display: inline-block;
	margin: 0px 5px -1px 0;
}
.site_carousel .carousel-control-next,
.site_carousel .carousel-control-prev {
	display: none;
}

.project.project-col .image {
	position: relative;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
}

#home_donar .inline-text, #donate_container .inline-text {
	display: inline-block;
	padding-right: 30px;
	padding-left: 10px;
	position: relative;
	margin: 0 0 10px;
}
#home_donar .inline-text:before, #donate_container .inline-text:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	background-color: #fff;
	left: 0;
	top: 2px;
}
#donate_container .inline-text:before{
	background-color: #e4625a;
}
#home_donar .options_container, #donate_container .options_container{
	margin: 60px 0 20px;
	text-align: center;
}
.donate_option{
	display: inline-block;
	text-align: center;
	margin: 0 20px;
}
.donate_option.donate_grid {
	display: block;
	margin: 0;
	padding: 20px;
	background-color: #f3f3f3;
	border-radius: 10px;
	position: relative;
}
.donate_option .donate_message {
	position: absolute;
	opacity: 0;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 5px;
	text-align: center;
	pointer-events: none;
	font-size: 10px;
	line-height: 12px;
	text-transform: initial;
	color: #000;
}
.donate_option .donate_message.showit {
	opacity: 1;
}
.donate_option.donate_grid.disabled {
	opacity: 0.6;
}
.donate_option .icon{
	position: relative;
	margin-bottom: 15px;
}
.donate_option .title{
	margin-bottom: 15px;
}
.red_info_block .donate_option .button{
	border: 1px solid #e4625a;
	border-radius: 10px;
	overflow: hidden;
}
.red_info_block .donate_option .button:hover{
	border: 1px solid #e4625a;
}
.red_info_block .donate_option .button .fee, .red_info_block .donate_option .button a{
	padding: 5px 20px;
	display: block;
	color: #e4625a;
	cursor: pointer;
}
.red_info_block .donate_option .button .fee:hover, .red_info_block .donate_option .button a:hover{
	background-color: #fff;
	color: #e4625a;
}

.donate_option .button{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 4px 2px 10px rgba(0,0,0,0.1);
	border: 1px solid #e4625a;
}
.donate_option.donate_grid .button {
	display: inline-block;
}
.donate_option .button:hover{
	border: 1px solid #e4625a;
}
.donate_option .button .fee, .donate_option .button a{
	position: relative;
	padding: 10px 20px;
	display: block;
	color: #e4625a;
	background-color: white;
	cursor: pointer;
}
.donate_option .button .fee:hover, .donate_option .button a:hover{
	background-color: #e4625a;
	color: #fff;
	cursor: pointer;
}

.donate_option.donate_grid .button.active .fee,
.donate_option.donate_grid .button.active a {
	background-color: #e4625a;
	color: #fff;
}
.donate_option.donate_grid .desc {
	padding: 10px 20px;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 15px;
	height: 180px;
	margin: 0 auto;
	width: 90%;
	max-width: 240px;
}
.donate_option.donate_grid .desc li {
	margin: 0 0 5px;
}
.donate_option.donate_grid .desc li::marker {
	color: #e4625a;
}
.donate_option.donate_grid .desc li:last-child {
	margin: 0;
}

.donate_option.donate_grid.donate_mh {

}
.donate_option.donate_grid .donate-justify-content {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.donate_option.donate_grid .donate_list {
	opacity: 0;
	pointer-events: none;
	display: none;
}
.donate_option.donate_grid .donate_footer {
	right: 0;
	bottom: 80px;
	left: 0;
	margin: auto;
}
.donate_option.donate_grid .donate_footer .donate-col {
	margin-top: 20px;
	margin-bottom: 20px;
}
.donate-pay-button {
	font-size: 12px;
	line-height: 12px;
	padding: 20px 10px;
	margin: 0;
	height: 60px;
	cursor: pointer;
}
.donate-pay-button.active {
	background-color: #e4625a;
}
.donate-pay-button.active .bg {
	transform: scale(1.05);
}
.donate-pay-button span {
	display: inline-block;
	vertical-align: bottom;
	margin: 3px 0 0;
}
.donate-pay-button img {
	display: inline-block;
	vertical-align: bottom;
	height: 16px;
	margin: 0 0 0 10px;
}

#news_carousel .new .image, #news_carousel .new .info{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding: 20px;
}
#news_carousel .new .image{
	position: relative;
	height: 300px;
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
}
#news_carousel .new .title{
	margin-bottom: 10px;
}
#news_carousel .new .title h4{
	font-size: 18px;
	line-height: 20px;
}
#news_carousel .carousel-control-next, #news_carousel .carousel-control-prev{
	display: none;
}

#home_news .image img {
	border-radius: 10px;
}
#home_news .info .title h4 {
	font-size: 16px;
	line-height: 20px;
	position: relative;
	margin: 0 0 10px;
}
#home_news .info .title h4:before {
	content: '';
	width: 1px;
	height: 14px;
	background-color: #e4625a;
	position: relative;
	display: inline-block;
	margin: 0px 5px -1px 0;
}

#home_model .grey_card {
	padding: 40px 30px;
}

/* ABOUT */
.page-template-temp_acerca .top_header_bg{
	background-position: center top;
}

#about_info{
	margin-top: 80px;
}
#about_info .grey_card_container{
	width: 330px;
	vertical-align: top;
}
#about_info .grey_card_container:before{
	content: '';
}
#about_info .grey_card_container .icon:before{
	content: '';
}
#about_info .grey_card_container .description{
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.02em;
	width: 90%;
	margin: 0 auto;
}
.page-template-temp_acerca .grey_card {
	height: 600px;
}

.semilla_name{
	position: relative;
	display: inline-block;
	margin: 0 0 10px;
}
.semilla_name:after {
	content: '';	
	width: 1px;
	height: 12px;
	position: relative;
	display: inline-block;
	background: #e4625a;
	margin: 0 10px;
}
.media-body .semilla_name:last-child:after {
	display: none;
}

.page-template-temp_legales .site-block,
.page-template-temp_faqs_becas .site-block {
	padding: 180px 15px 0;	
}

.page-template-temp_home #menu_bar,
.page-template-temp_acerca #menu_bar {
	background: none;
}

/* DONATE */
.page-template-temp_becas #menu_bar,
.page-template-temp_galeria #menu_bar,
.page-template-temp_donar #menu_bar,
.page-template-temp_prosa #menu_bar,
.page-template-temp_legales #menu_bar,
.page-template-temp_faqs_becas #menu_bar, {
	background-color: #e4625a;
	background-color: #424747;
}

#donate_container{
	padding-top: 100px;
}
#donate_container .info_title {
	font-size: 20px;
	margin-top: 50px;
}

.donate_popup_wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.donate_popup_wrapper {
	background-color: rgba(255,255,255,0.2);
}

.donate_popup_wrapper .popup {
	background-color: white;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	border-radius: 10px;
	padding: 40px 30px 30px;
}
.donate_popup_wrapper .popup .close_btn {
	position: absolute;
	right: 25px;
	top: 7px;
	font-size: 22px;
	cursor: pointer;
}
#donate_thanks{
	padding-top: 150px;
}
.donate_transfer_info{
	margin-top: 5px;
}
.donate_transfer_info p{
	margin-bottom: 10px;
}
#donate_thanks .donate_thank_you_inner {
	padding: 30px 20px;
	background-color: #424747;
}
#donate_thanks .block_title .donate_thank_you_inner h4 {
	font-size: 40px;
}

.donate_popup_wrapper .error_message{
	
}
.donate_popup_wrapper .loading{
	font-size: 40px;
	padding: 50px 0;
}
.donate_popup_wrapper .donate-message{
	padding: 50px 0;
}
#donation_contact p{
	margin-bottom: 5px;
}

.donate-message .block_title {
	display: inline-block;
}
.donate-message h4 {
	font-size: 20px;
}

.donate_popup_wrapper.static {
	position: relative;
	padding-top: 100px;
	z-index: 20;
}
.donate_popup_wrapper.static .popup {
	background: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
}
.donate_popup_wrapper.static .close_btn {
	position: absolute;
	left: 15px;
	right: auto;
	top: 12px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 8px 16px;
	border-radius: 10px;
	border: 1px solid #e4625a;
}
.donate_popup_wrapper.static .close_btn:hover {
	background-color: #e4625a;
	color: #fff;
}
.donate_popup_wrapper.static .close_btn i {
	font-size: 14px;
	line-height: 12px;
}
.donate_popup_wrapper.static .close_btn span {
	display: inline-block;
	vertical-align: text-top;
	margin: 0 0 0 5px;
}

/* GALLERY */
#gallery_container {
	padding-top: 100px;
}
#gallery_container .card-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
#gallery_container .card-columns .card {
	margin-bottom: 1.25rem;
}
#gallery_container .ghost-item {
	opacity: 0;
	pointer-events: none;
}
#gallery_container .grid-item {
	margin-bottom: 30px;
}
#gallery_container .show-yt {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	text-align: center;
	width: 50px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	color: #fff;
	
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 4px 2px 10px rgba(0,0,0,0.1);
	border: 1px solid #e4625a;
	background-color: #e4625a;
	opacity: 0.7;
}
#gallery_container .show-yt:hover {
	opacity: 1;
}
#gallery_container .show-yt i {
	font-size: 20px;
	line-height: 40px;
	margin-left: 3px;
}
.page-template-temp_galeria-php .modal-close {
	top: -30px;
	right: 0px;
	font-size: 30px;
	line-height: 30px;
}
.page-template-temp_galeria-php .footer_ {
	position: relative;
}

/* PROTECTOS */
.single-proyectos #menu_bar,
.page-template-temp_proyectos #menu_bar{
	background-color: #e4625a;
	background-color: #424747;
}

#projects_grid .projects-image {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 10px;
}
#projects_grid .projects-info {
	padding: 20px 0;
}
#projects_grid .project .title h4 {
	font-size: 16px;
	line-height: 20px;
	position: relative;
}
#projects_grid .project .title h4::before {
	content: '';
	width: 1px;
	height: 14px;
	background-color: #e4625a;
	position: relative;
	display: inline-block;
	margin: 0px 5px -1px 0;
}

#project_single{
	padding-top: 100px;
}
#project_single .title{
	margin-bottom: 20px;
}
#project_single .image{
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}
#proyectos_container{
	padding-top: 100px;
}
#proyectos_container .project{
	margin-bottom: 50px;
}
#project_single .row-limit {
	margin: 0 auto;
	width: 90%;
	max-width: 760px;
}

/* PROTECTOS */
.single-noticia #menu_bar,
.page-template-temp_noticias #menu_bar{
	background-color: #e4625a;
	background-color: #424747;
}

#project_single{
	padding-top: 100px;
}
#project_single .title{
	margin-bottom: 20px;
}
#project_single .image{
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}
#proyectos_container{
	padding-top: 100px;
}
#proyectos_container .project{
	margin-bottom: 50px;
}

/* INCIDENCIA */
.page-template-temp_incidencia #menu_bar{
	background-color: #e4625a;
	background-color: #424747;
}
#incidencia_container{
	padding-top: 100px;
}

/* NEWS */
#news_single{
	padding-top: 100px;
}
#news_single .title{
	margin-bottom: 20px;
}
#news_single .image{
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}

/* ACCIONES */
.page-template-temp_nuestra_accion #menu_bar{
	background-color: #e4625a;
	background-color: #424747;
}
#our_actions_container{
	padding-top: 100px;
}

/* PARTICIPA */
.page-template-temp_participa #menu_bar,
.page-template-temp_participa_multiple #menu_bar{
	background-color: #e4625a;
	background-color: #424747;
}

.page-template-temp_participa_multiple #signup-block{
	margin-top: 100px;
}

.page-template-temp_participa #signup-block{
	margin-top: 150px;
}

#enter_btn {
	padding-top: 8px;
}

.action-video-conexion {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 30px;
	line-height: 30px;
	width: 80px;
	height: 80px;
	margin: auto;
	color: #fff;
	text-align: center;
	opacity: 0.6;
	cursor: pointer;
}
.action-video-conexion .fa-stack-1x {
	margin-left: 4px;
}
.action-video-conexion:hover {
	opacity: 1;
}
.action-video-conexion.disabled {
	pointer-events: none;
	opacity: 0;
}

/* Woo */
.woocommerce-page .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering {
	display: none;
}

@media(max-width:992px) {
	.site_carousel .project .info .description {
		height: 170px;
	}
	
	.action-video-conexion {
		font-size: 24px;
		line-height: 24px;
		width: 64px;
		height: 64px;
	}
}
@media(max-width:767px) {
	#home_carousel .description .big_font {
    font-size: 1.8em;
    line-height: normal;
	}
	#home_carousel .description h2 {
  	font-size: 10px;
  	line-height: 14px;
	}
	#home_carousel .description{
		top: 35%;
		width: 80%;
	}
	.action_container{
		text-align: center;
	}
	.action_container ol li{
		display: block;
		font-size: 12px;
	}
	.action_container{
		font-size: 16px;
	}
	.action_container .title{
		margin-bottom: 5px;
	}
	.site_carousel .project .image,
	.site_carousel .project .info {
		display: block;
		width: 100%;
	}
	.site_carousel .project .info {
		margin: 20px 0 0;
		padding: 0;
	}
	.site_carousel .project .info .description {
		height: auto;
	}
	
	#news_carousel .new .image, #news_carousel .new .info{
		display: block;
		width: 100%;
	}
	
	.button_container .white_button .text, .button_container .green_button .text, .button_container .red_button .text, .button_container .yellow_button .text {
		height: auto;
		line-height: 17px;
	}
	.white_button .text, .green_button .text, .red_button .text, .yellow_button .text {
		padding: 10px 20px;
		font-size: 12px;
	}
	
	.grey_card_container {
		width: 49%;
	}
	.grey_card_container:before {

	}
	
	.founder_container {
		width: 49%;
	}
	
	.page-template-temp_donar #donate_container .container {
		max-width: 90%;
	}
	.donate_option.donate_grid .desc {
		
	}
	.donate_option .button .fee,
	.donate_option .button a {
		padding: 10px 15px;
		font-size: 12px;
		line-height: 12px;
	}
	.info_block {
		padding: 0;
	}
	.page-template-temp_home-php .info_block {
		padding: 40px 0 0;
	}
	
	.action-video-conexion {
		font-size: 20px;
		line-height: 20px;
		width: 54px;
		height: 54px;
	}
	.action-video-conexion .fa-stack-1x {
    margin-left: 3px;
	}
}
@media(max-width:575px) {
	.grey_card_container {
    width: 90%;
    max-width: 340px;
  }
  .grey_card_container:before {
    display: none;
  }
  
  .donate_option.donate_grid .desc {
    height: auto;
  }
}
@media(max-width:410px) {
	#gallery_container .grid-item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.founder_container {
    width: 90%;
    max-width: 280px;
  }
}
