/**
 *  bottom header
 */
.ms_intrepida .search-general {
	display:none;
}

.ms_intrepida .lang-select .wpml-ls-item-en,
.ms_intrepida .lang-select .wpml-ls-item-fr {
		/*display:none!important;*/
}

.ms_intrepida #bottom-header .logo {	
	float:none;
	display:inline-block; 
	vertical-align:top;
}
.ms_intrepida #bottom-header .logo img {
	width:122px!important;
}

.ms_intrepida #bottom-header .logo-second {
	width:275px; 
	display:inline-block; 
	vertical-align:top;
	margin-left: 20px;
}

.ms_intrepida #bottom-header .logo-third {
	width:122px; 
	display:inline-block; 
	vertical-align:top;
	margin-left: 20px;
}

.ms_intrepida #bottom-header .logo img, 
.ms_intrepida #bottom-header .logo-second img, 
.ms_intrepida #bottom-header .logo-third img 
	-webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; 
}

.ms_intrepida #bottom-header .logo:hover img, 
.ms_intrepida #bottom-header .logo-second:hover img, 
.ms_intrepida #bottom-header .logo-third:hover img {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}			

/**
 * MENU
 */

.ms_intrepida #header-main .header-nav {
    padding-top: 40px; 
}

.ms_intrepida #header-main .header-nav #menu-main ul li a {
	font-family: 'Roboto', sans-serif;
	color:#0A5096;
	font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.ms_intrepida #header-main .header-nav #menu-main ul li a:hover {
      color: #EE7091 !important; 
}

.ms_intrepida #header-main .header-nav #menu-main ul li.current-menu-item a {
      color: #EE7091 !important; 
}

.ms_intrepida #header-main .header-nav .search-general.hide {
      display: none !important; 
}

.ms_intrepida #header-main .header-nav .logo.hide, .ms_intrepida #header-main .header-nav .logo-second.hide, 
.ms_intrepida #header-main .header-nav .logo-third.hide {
	position: relative;
	top: 0; 
}

.ms_intrepida #header-main .header-nav #menu-main {
      margin-top: 12px; 
}

.ms_intrepida #menu-main > ul > li a:hover, 
.ms_intrepida #menu-main > ul > li:hover a {
	color:#EE7091;
}

.ms_intrepida #menu-main > ul > li a:before {
	border-color:#EE7091 transparent;
}
.ms_intrepida #menu-main > ul > li a:after {
	border-color:#EE7091;
}
.ms_intrepida #menu-main {
	clear: right;
}


/**
 * BREADCRUMB
 */
.ms_intrepida .events-module-nav {
	display:none;
}

.ms_intrepida .breadcrumb span,
.ms_intrepida .breadcrumb a,
.ms_intrepida .breadcrumb a:hover {
    color: #0A5096;
    font-family: 'Roboto', sans-serif;
}
.ms_intrepida .breadcrumb:before {
	display: none;
}



.ms_intrepida .program-hd .p-hd-img:before {
	background-color: #0A5096;
}

.ms_intrepida .heading-tune span {
	color: #0A5096;
}
.ms_intrepida a, 
.ms_intrepida a:active, 
.ms_intrepida a:hover, 
.ms_intrepida a:visited {
	color: #0A5096;
}

.ms_intrepida .grid-hover figure a:before, 
.ms_intrepida .grid-hover figure a:after {
	background-color:#D26E96;
}

.ms_intrepida #bottom-footer .col-1 img {
	display:none;
}


/**
 * SLIDER
 */
.ms_intrepida .home-slider-header .btn {
	color: #FFF; 
}

.ms_intrepida .home-slider-header .btn:hover {
    background-color: #0A5096; 
}

.ms_intrepida .slider-type .home-slide {
	height: 650px;
}

.ms_intrepida .slider-type .home-slide .container, 
.ms_intrepida .slider-type .home-slide .row, .ms_intrepida .slider-type .home-slide .col-md-6 {
    height: 100%; 
}

.ms_intrepida .slider-type .home-slide .col-md-6 {
    padding: 0 4% 0 8.3%;
    position: relative; }

.ms_intrepida .slider-type .home-slide .slide-info {
    margin-top: 70px;
    position: relative;
    position: relative;
    top: 0;
    left: 0;
    z-index: 15; 
    position: absolute;
    padding: 0 8% 0 16%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;

}

.ms_intrepida .slider-type .home-slide .slide-info h2 {
	font-family: 'Zilla Slab', serif;
	font-size: 60px;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-right:0; 
}

.ms_intrepida .slider-type .home-slide .slide-info h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	color: #FFF;
	line-height: 1.1;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 15px;
	position: relative; 
}

.ms_intrepida .slider-type .home-slide .slide-info h3:before {
	display: none;
}

.ms_intrepida .slider-type .home-slide .slide-info .slide-text {
	font-family: 'Roboto', sans-serif;
   	margin-bottom: 40px; 
}

.ms_intrepida .slider-type .home-slide .slide-info .slide-text p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #FFF;
	margin-bottom: 12px; 
}

.ms_intrepida .slider-type .home-slide .slide-info .btn {
	max-width: 150px;
	margin-left: 8%;
}

.ms_intrepida .slider-type .home-slide .slide-info .btn:hover {
	text-decoration: none; 
}

.ms_intrepida .slider-type .home-slide:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    opacity: 0.8;
    background-color:#0A5096; 
}

/**
 * HOME MAIN CONTAINER
 */
.ms_intrepida.single-proyectos .main-container {
	background-color: #D26E96;
}

.ms_intrepida.single-proyectos .main-container .breadcrumb {
	padding-left: 0;
}

.ms_intrepida.single-proyectos .main-container .breadcrumb,
.ms_intrepida.single-proyectos .main-container .breadcrumb span,
.ms_intrepida.single-proyectos .main-container .breadcrumb a,
.ms_intrepida.single-proyectos .main-container .breadcrumb a:hover {
	color:#FFF;
}

.ms_intrepida.single-proyectos .main-container .main-text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;

}
.ms_intrepida.single-proyectos .main-container .main-text img {
	margin-right: 40px;
}
.ms_intrepida.single-proyectos .main-container .main-text p {
	color:#FFF;
}


/**
 * Varios
 *
 */

.ms_intrepida .heading-tune {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.1;
	text-transform: none;
	color:#0A5096;
}

.ms_intrepida .heading-tune span {
	color:#0A5096;
	font-family: 'Zilla Slab', serif;
	font-weight: 600;
	font-size: 60px;
	line-height: 1.1;
	text-transform: none;
}

.ms_intrepida .heading-tune:before,
.ms_intrepida .heading-tune.heading-tune-vertical:before {
	display: none;
}

.ms_intrepida .heading-tune.heading-tune-vertical {
	padding-top: 60px;
}



.ms_intrepida.single-proyectos .next-acivities,
.intrepida-template-intrepida-actividades .next-acivities {
	background-color: rgba(10,80,150,0.05);
}

.ms_intrepida.single-proyectos .prev-acivities {
	background-color: #FFF;
}

.ms_intrepida .contacto-main.bg-gray {
	background-color: rgba(10,80,150,0.05);
}

.ms_intrepida.intrepida-template-intrepida-contacto h1 {
	color:#FFF;
}
	
/**
 * AGENDA
 */
.ms_intrepida .ag-header {
	background-color:#0081C1; 
}

.ms_intrepida .ag-header .agh_in:before {
	background-color:#0081C1;
}

.ms_intrepida .bbl-content .agh_content:before {
	display:none;
}

.ms_intrepida .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar thead.tribe-mini-calendar-nav {
    border-bottom: 1px solid #0081C1; 
}

.ms_intrepida .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar thead.tribe-mini-calendar-nav span {
      color: #0081C1; 
}
  
.ms_intrepida .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar tbody .tribe-events-has-events:hover {
    color: #0081C1; }

.ms_intrepida .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar tbody .tribe-events-has-events:hover:before {
      background: #0081C1; 
}

.ms_intrepida .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar tbody .tribe-events-present span {
    color: #0081C1; 
}

.ms_intrepida .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar tbody .tribe-events-present span:after {
      border: 3px solid #0081C1; 
}

.ms_intrepida .tribe_mini_calendar_widget .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event:before {
    background: #0081C1; 
}

.ms_intrepida .fe-logo {
    max-width: 150px;
    display: block;
    margin: 0 0 20px 0; 	
}

.ms_intrepida.single-tribe_events .ev_image .ev_image_info .evi_cat {
    color: #0081C1; 
}

.ms_intrepida.single-tribe_events .ev_image .ev_image_info .evi_cat:before {
      background: #0081C1; 
}

.ms_intrepida.single-tribe_events .ev_image .ev_image_info .evi_date, .ms_intrepida.single-tribe_events .ev_image .ev_image_info .evi-time {
    color: #0081C1; 
}

.ms_intrepida.single-tribe_events #accordion .btn-default {
    color: #FFF;
    background-color: #0081C1;
    border-color: #0081C1; 
}

.ms_intrepida.single-tribe_events #accordion .btn-default.collapsed {
      color: #0081C1;
      background-color: transparent;
      border-color: #0081C1; 
}

  .ms_intrepida.single-tribe_events #accordion .btn-default.collapsed:hover {
        color: #FFF;
        background-color: #0081C1;
        border-color: #0081C1; 
}

.ms_intrepida .form-info .wpcf7-form .form_info_header h3 {
    color: #0081C1; 
}

.ms_intrepida .form-info .wpcf7-form .form-info-fields .fif-bottom p.submit input {
    color: #0081C1 !important;
    border: 1px solid #0081C1; 
}

.ms_intrepida .form-info .wpcf7-form .form-info-fields .fif-bottom p.submit input[disabled] {
      color: #2b2827 !important;
      border-color: #2b2827; 
}

.ms_intrepida.tribe-events-style-full .tribe-events-tickets-title {
    color: #0081C1; 
}

.ms_intrepida.tribe-events-style-full form .tribe-events-tickets .woocommerce .quantity input {
    border-color: #0081C1; 
}

.ms_intrepida.tribe-events-style-full form .tribe-events-tickets .tribe-event-tickets-plus-meta-attendee header {
    color: #0081C1; 
}

.ms_intrepida.tribe-events-style-full form .tribe-events-tickets .add-to-cart button:hover {
    background-color: #0081C1 !important;
    border-color: #0081C1 !important; 
}

.ms_intrepida .mt-top .fdc_text h1 {
    color: #0081C1; 
}

.ms_intrepida .mt-top .mt-search {
    background-color: #0081C1; 
}

.ms_intrepida .mt-top .mt-search .btn-default:hover, .ms_intrepida .mt-top .mt-search .btn-default:active, .ms_intrepida .mt-top .mt-search .btn-default:focus {
      background-color: #0081C1; 
}

.ms_intrepida .bootstrap-select .dropdown-menu {
    border-bottom: 3px solid #0081C1; 
}

.ms_intrepida .bootstrap-select .dropdown-menu li a:hover {
    background-color: #b5d4e4; 
}

.ms_intrepida .bootstrap-select .dropdown-menu li a:hover span {
    color: #0081C1 !important; 
}

.ms_intrepida .bootstrap-select .dropdown-menu li.selected a {
  	background-color: #b5d4e4; 
}

.ms_intrepida .bootstrap-select .dropdown-menu li.selected a span {
    color: #0081C1 !important; 
}

.ms_intrepida .multimedia .m-doc a {
    border-color: #0081C1; 
}

.ms_intrepida .multimedia .m-doc a h5 {
  	color: #0081C1; 
}

.ms_intrepida .multimedia .m-doc a h5:after {
    background-color: #0081C1; 
}

.ms_intrepida .multimedia .m-doc a:hover {
  	background-color: #0081C1; 
}

.ms_intrepida .multimedia .m-doc a:hover h5 {
	color: #FFF; 
}

.ms_intrepida .multimedia .m-doc a:hover h5:after {
	background-color: #FFF; 
}

.ms_intrepida .multi-flickr .afg-gallery .afg-table .afg-row:first-child .afg-cell a .multi_content, 
.ms_intrepida .multi-video a .multi_content {
    background-color: rgba(0, 129, 193, 0.7); 
}

.ms_intrepida .multimedia .m-flickr .afg-table .afg-cell a:before, 
.ms_intrepida .multimedia .m-flickr .afg-table .afg-cell a:after {
    background-color: #D26E96; 
}

.ms_intrepida .page-wrapper {
    margin-bottom: -323px; 
}

.ms_intrepida .page-wrapper:after {
    height: 323px; 
}

.ms_intrepida #top-footer {
    background-color:#FFF;
    padding: 34px 0 5px 0; 
}

.ms_intrepida #top-footer .row {
	display: flex;
	align-items: center;
}

.ms_intrepida #top-footer .logo-footer {
	display: inline-block;
	vertical-align: middle;
	margin: 20px 2%;
	width: 15%;
}

/*interreg logo footer*/
.ms_intrepida #top-footer .logo-footer-1 {
	padding-right: 40px;
    width: auto;
    max-width: 250px;
}

.ms_intrepida #top-footer .logo-footer img {
    max-width: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%; 
}

.ms_intrepida #top-footer .logo-footer a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); 
}

.ms_intrepida .bf-info {
    color: #FFF; 
}

.ms_intrepida .bf-info a {
  	color: #FFF; 
}

.intrepida-template-intrepida-agenda .tribe_mini_calendar_widget .tribe-mini-calendar-list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-terms {
	color:#0081C1!important;
}


.ms_intrepida .paginate .paginate-numbers .page-numbers.current, 
.ms_intrepida .paginate .paginate-numbers .page-numbers:hover {
    border-color: #0A5096;
}

.ms_intrepida .paginate .paginate-numbers .page-numbers {
	color: #0A5096;
}

/**
 *	FOOTER
 * 
 */
.ms_intrepida #bottom-footer {
	background-color: #0A5096;
	padding:65px 0;
}

.ms_intrepida .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom: 0;
}


/**
 * INTREPIDA HEADER PAGINAS INTERIORES
 */
.intrepida-header {
	background: #D26E96;
}

.intrepida-header .row {
	background: url(../images/interpida-header.png) no-repeat scroll right 0;
}

.intrepida-header__content {
	padding:170px 0 35px 0;
}

.ms_intrepida .intrepida-header__title,
.ms_intrepida h1.intrepida-header__title {
	font-family: 'Zilla Slab', serif;
	font-size: 60px;
	line-height: 1.1;
	font-weight: 600;
	color:#FFF;
	text-transform: none;
}


/**
 * EMPRENDEDORAS 
 */
.empresarias-header .row {
	padding:50px 0;
}

.intrepida-template-intrepida-emprendedoras .empresarias-header h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	text-transform: none;
	color:#FFF;
	padding-bottom: 30px;
}

.empresarias-header .button {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color:#FFF;
	background-color:transparent;
	border-color:#FFF;

}

.empresarias-header .button:hover,
.empresarias-header .button:active, 
.empresarias-header .button.is-checked {
	background-color: #fff;
	color:#D26E96;
}

.empresaria-search input {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color:#FFF!important;
	background-color:transparent;
	border-color:#FFF;
}

.empresaria-search input:placeholder,
.empresaria-search input::placeholder {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color:#FFF!important;
}

.empresarias-main {
	background-color: rgba(10,80,150,0.05);
}

.intrepida-template-intrepida-emprendedoras .empresarias-main h2 {
	font-family: 'Zilla Slab', serif;
	font-size: 60px;
	line-height: 1.1;
	font-weight: 600;
	color:#0A5096;
	text-transform: none;
	padding:50px 0 50px;
}

.intrepida-template-intrepida-emprendedoras .empresarias-main .grid {
	margin-left: -15px;
	margin-right: -15px;
}

.intrepida-template-intrepida-emprendedoras .element-item .item-box {
	border: none;
    
    
}

.intrepida-template-intrepida-emprendedoras .element-item .item-box a {
	padding:20px;
	height: 165px;
	background: #FFF;
}

.intrepida-template-intrepida-emprendedoras .element-item .item-box .ft-image {
	position: absolute;
	top:0;
	left:0;
	right:0;
	z-index: 10;
	opacity: 0;
	transition: all 0.3s ease;
}

.intrepida-template-intrepida-emprendedoras .element-item .item-box .item-box__content {
	position: relative; 
	z-index: 9;
	width:100%;
	height: 100%;
}

.intrepida-template-intrepida-emprendedoras .element-item .item-box h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color:#0A5096;
	font-weight: 700;
	line-height: 26px;
}

.intrepida-template-intrepida-emprendedoras .element-item .item-box span {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color:#0A5096;
	position: absolute;
	bottom:0;
}

.intrepida-template-intrepida-emprendedoras .element-item .item-box a:hover {
	background:#D26E96;
}

.intrepida-template-intrepida-emprendedoras .element-item .item-box a:hover .ft-image {
	opacity: 1;
}

.intrepida-template-intrepida-emprendedoras .element-item .item-box a:hover h3,
.intrepida-template-intrepida-emprendedoras .element-item .item-box a:hover span {
	color:#FFF;
} 



/**
 * EMPRENDEDORAS SINGLE
 */
.single-main__first {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.single-main__first h1 {
	font-family: 'Zilla Slab', serif;
	font-size: 40px;
	color:#0A5096;
	font-weight: 600;
	line-height: 1.1;
	text-transform: none;
}
.single-main__first .empresaria__logo {
	max-width: 240px;
}


.single-main__second {
	background-color: rgba(10,80,150,0.05);
	margin: 40px 0;
}
.single-emprendedoras .se-info span {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color:#0A5096;
	margin-bottom: 6px;
}

.single-emprendedoras .se-info span.telefono a:not(:first-of-type):before {
	content:' / ';
	display: inline-block;
	margin-right: 4px;
}

.single-emprendedoras .se-info .social-list li a:after,
.single-emprendedoras .se-info .social-list li a:before {
	color: #0A5096;
	border-color:#0A5096;
}

.single-main__third .descripcion > strong {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color:#0A5096;
	margin-bottom: 12px;
    display: block;
}

.single-main__third .descripcion p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}


.single-emprendedoras .box-gallery {
	margin:50px 0;
	display: flex;
	justify-content: stretch;
    flex-wrap: wrap;
}

.single-emprendedoras .box-gallery .se-gallery {
	display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 25%;
    padding-top: 25%;
}

.single-emprendedoras .box-gallery .se-gallery:hover {
	opacity: 0.75;
}

@media screen and (max-width: 1023px) {
	.resp-menu-overflow .ms_intrepida #header-main .header-nav .logo.hide, 
	.resp-menu-overflow .ms_intrepida #header-main .header-nav .logo-second.hide, 
	.resp-menu-overflow .ms_intrepida #header-main .header-nav .logo-third.hide {
	    opacity: 1;
	    display: inline-block !important; 
	}

	.ms_intrepida #top-footer .logo-footer {
    	width: 25%; 
    } 

    /*interreg logo footer*/
	.ms_intrepida #top-footer .logo-footer-1 {
		padding-right: 40px;
	    max-width:190px;
	}

    .ms_intrepida .slider-type .home-slide {
		height: 450px;
	}
}

@media screen and (max-width: 767px) {
	.ms_intrepida.single-proyectos .main-container .main-text {
		flex-wrap: wrap;
	}
	.ms_intrepida.single-proyectos .main-container .main-text img {
		margin:0 auto 30px;
	}

	.ms_intrepida .slider-type .home-slide {
		height:250px;
	}

	.ms_intrepida .slider-type .home-slide:before {
		width:100%;
	}

	.ms_intrepida .slider-type .home-slide .slide-info {
		left: 50%;
	    transform: translate(-50%,-50%);
	    padding: 0 20px;
	    width: 100%;
	}

	.ms_intrepida .slider-type .home-slide .slide-info .btn {
		margin:0 auto;
	}

	.resp-menu-overflow .ms_intrepida #header-main .header-nav .logo-second.hide, 
	.resp-menu-overflow .ms_intrepida #header-main .header-nav .logo-third.hide {
    	display: none !important; 
    }

	.ms_intrepida #bottom-header .logo-second, 
	.ms_intrepida #bottom-header .logo-third {
    	display: none !important; 
	}

	.ms_intrepida #top-footer .logo-footer {
	    display: block;
	    text-align: center;
	    margin: 20px auto; 
	}

	/*interreg logo footer*/
	.ms_intrepida #top-footer .logo-footer-1 {
		display: none!important;
	}

	.ms_intrepida #special-footer.hide {
    	display: block !important; 
    }

	.ms_intrepida #special-footer.hide .logo-sp-footer {
		display: block;
		text-align: center;
		margin: 20px; 
	}

	.ms_intrepida #special-footer.hide .logo-sp-footer.logo-sp-footer-1 img {
        width: 250px;
    }

	.ms_intrepida #special-footer.hide .logo-sp-footer.logo-sp-footer-2 img {
        width: 122px; 
    } 

    .single-main__first {
    	display: block;
    }

    .single-emprendedoras .box-gallery .se-gallery {
    	width: 100%;
    	padding-top: 66%;
    }
}