/*
Theme Name: GIRE COVID19
Theme URI: https://virkapp.com/
Author: virkapp
Author URI: https://virkapp.com/
Description:  multi-language
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gire
Tags: gire covid-19 web site
*/

:root{
	--primary-color : #904BF9;
	--secondary-color:#F8A857;
	--dark-color:#373A5D;
	--gray-mid:#F0F0F0;
	--gray-light-color:#F8F8F8;
	--text-gray:#484848;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;    
	background-color: #F2F2F2;	
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:var(--text-gray);
	font-size:16px;
	color:var(--dark-color);
}

h1{
	font-size:48px;
	color:var(--dark-color);
	font-weight: bold;
}

h1.supertitle{
	font-size:130px;
	font-weight: 900;
	line-height: 130px;
}

h2{
	color:var(--dark-color);
	font-weight: bold;
	font-size: 28px;
}

h2.title-line{
	padding-bottom:30px;	
	position: relative;
}

h2.title-line:before{
	content:'';
	position: absolute;
	bottom:15px;
	width:168px;
	border-bottom:5px var(--dark-color) solid;
}

p.fuente{
	font-size:14px;
	margin-bottom:15px;
}


.wrapper{
	min-height: 600px;
	background:var(--gray-light-color);
}

header{
	position: fixed;
	top: 0px;
	width:100%;
	z-index: 9;
	height: 90px;		
	background-color: transparent;	
}
header nav{
	height: 90px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}


header.withBG{
	background:var(--gray-light-color);
}

header .navbar-logo{
	max-height: 80px;
	max-width:280px;
}
footer{
	background-color: var(--dark-color);
}

footer h2{
	font-size:16px;
}


footer, footer a{
	color: var(--gray-light-color) !important;
}

footer .social-footer{
	display: flex;
	align-items: center;
	margin:15px 0px;
}

footer .social-footer a{
	margin:10px 15px;
	font-size: 18px;
}
.btn-purple{
	background-color: #6b78cb;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 60px;
    margin: auto;
}
.btn-purple:hover{
	background-color: #383a63;
	color: white;
}
/*header*/
#menu-header{
	height: 90px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

#menu-header li.menu-item{
	margin-left: 10px;
	margin-right: 10px;	
	cursor: pointer;
}

#menu-header li.menu-item a{
	display: block;
	padding:3px 0px;
	color : #373A5D;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px transparent solid;
}

header nav.white #menu-header li.menu-item a{
	color:white !important;
}

header nav.white .navbar-logo.black, header nav:not(.white) .navbar-logo.white{
	display: none;
}

#menu-header li:hover a, #menu-header li.current_page_item a, #menu-header li.current-menu-item a{
	border-color:#373A5D;
	text-decoration: none;
}

header nav.white #menu-header li:hover a, header nav.white #menu-header li.current_page_item a, header nav.white #menu-header li.current-menu-item a{
	border-color:white;	
}

p.copyright{	
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size:13px;
}

p.copyright a{
	font-size:13px;	
}

.search-form{			
	width:300px;	
	padding:5px;			
	margin:0px 15px;
	border-bottom:1px #373A5D solid;
}

header nav.white .search-form *{
	color:white !important;
}

.search-form input::placeholder,
.search-form input::-webkit-input-placeholder,
.search-form input::-moz-placeholder,
.search-form input:-moz-placeholder,
.search-form input:-ms-input-placeholder{
  color: var(--dark-color);
}


header nav.white .search-form input::placeholder {
  color: #fff !important;
}

header nav.white .search-form input::-webkit-input-placeholder {  /* Chrome/Opera/Safari */
  color: #fff !important;
}
header nav.white .search-form input::-moz-placeholder {  /* Firefox 19+ */
  color: #fff !important;
}
header nav.white .search-form input:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}
header nav.white .search-form input:-ms-input-placeholder {  /* Edge/IE 10+ */
  color: #fff !important;
}

.search-form form{
	display: flex;
	align-items: center;
	justify-content: flex-start
	width:100%;
	color:var(--dark-color);
}

.search-form button{
	display: flex;
	align-items: center;
	justify-content: center;
	border:0px;
	background:none;
}

.search-form input{
	width:100%;
	border:0px;	
	background:transparent; 
}

#fp-nav ul li a span{
	border: 1px #BBBBBB solid;
	background:transparent;
	width:11px !important;
	height:11px !important;
	margin:-2px 0 0 -2px !important;	
}

#fp-nav ul li a span:before{
	content: '';
    position: absolute;
    bottom: -11px;
    left: 3.5px;
    width: 1px;
    height: 10px;
    border-left: 1px #BBBBBB solid;
}

#fp-nav ul li:last-child a span:before{
	border:none;
}

#fp-nav ul li a.active span, #fp-nav ul li a:hover span{
	background:#1A5974;	
}

.modal {
    height: 100%;
    top: 0!important;
    right: auto;
    left: auto;
    bottom: auto;
    width: 100%;
}

.modal.fade .modal-dialog {
    height: 100%!important;
    top: 0!important;
    margin: 0!important;
    transition: none!important;
    transform: none!important;
    -webkit-transition: none!important;
    -webkit-transform: none!important;
}

#videoModal .modal-content {
    background: rgba(1,1,1,.9);
}

#close-videomodal {
    color: #fff;
    position: fixed;
    right:5px;
    top:0px;
    opacity: .8;
    font-size: 30px;
    margin: 10px;
    background-color: #333;
    padding: 10px;
    border-radius: 50%;
    line-height: 18px;
}

/*Helpers*/
.bg-gray-mid{
	background:var(--gray-mid);
	overflow:hidden;
	position: relative;
}

.bg-gray-light{
	background:var(--gray-light-color);
}
.aligncenter{
	margin:0px auto;
	display: block;
	max-width: 100%;
}
/*Fin Helpers*/

#slick-container{
	display: flex;
	align-items: center;
	justify-content: center;
}

#slick-container .slick-list{
	padding-left:20px;
	padding-right:20px;
}

.slick-btn{
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--dark-color);	
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	cursor: pointer;
	color:white;
}

.slick-btn.slick-1{
	margin-right:-24px;
}

.slick-btn.slick-2{
	margin-left:-24px;
}

.organizaciones-list{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.organizaciones-list a{
    width: 250px;
    height: 130px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.organizaciones-list img{
	flex-shrink: 0;
    max-width: 230px;
    max-height: 120px;
    min-height: auto;
    min-width: 120px;
    margin: 5px;
}

.organizaciones-list a:hover{
	opacity: .9;
	box-shadow: 0px 5px 10px #292F4029;
}

.slider-header-container{
	position: relative;
}

#sider-header{
	position: absolute;
	top:-100px;
	right: -100px;
	width: 300px;
}

#sider-header .item-slide{
	width:300px;
	height:300px;
	border-radius: 50%;
	border:3px var(--primary-color) solid;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.frases-destacadas{
	text-transform: uppercase;
	font-size:18px;
	font-weight: normal;
	margin:30px auto 0px auto;
}

.frases-destacadas .col{
	border-right:1px var(--text-gray) solid;	
	margin:15px 0px;	
}

.frases-destacadas strong{
	color:var(--secondary-color);
	font-size:40px;
}

.frases-destacadas em{
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size:16px;
	margin-top:10px;
	color:var(--text-gray);
}

.enlaces-de-interes ul li a{
	color:var(--text-gray);
	font-size:18px;
}

.enlaces-de-interes ul li{
	margin-bottom:15px;
}

@media all and (min-width: 1400px){
	#sider-header{		
		width: 600px !important;
		top:-130px;
	}

	#sider-header .item-slide{
		width:600px !important;
		height:600px !important;
	}
}

@media all and (min-width:1024px){
	#sider-header{		
		width: 500px;
	}

	#sider-header .item-slide{
		width:500px;
		height:500px;
	}
	.openbtn{
		display: none;
	}
}

@media all and (max-width: 1023px){		
	.frases-destacadas .col{
		margin:30px 0px !important;	
	}

	.frases-destacadas br{
		display: none !important;
	}

	.header-slider{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	#sider-header{
		position: relative;		
    	right: auto;
    	left: auto;
    	top:-70px;
    	margin-bottom:-35px;
	}
	#menu-header li.menu-item a{
		border-color:var(--dark-color);
		margin:10px auto;
	}	
	.openbtn{
		background: transparent;
		border:none;
	}
	.openbtn span{
		font-size:30px;				
	}
	nav{
		position: relative;
	}
	#mySidebar{
		max-height:0px;	
		width:0px;
		height:0px;	    
		overflow: hidden;
		visibility: hidden;
		position: absolute;
		top:90px;
		transition: max-height .3s ease-out;
		padding:15px 0px;
	}
	#mySidebar.open{
		visibility: visible;
		height:auto;
		max-height: 500px !important;    					
		width: calc(100% + 30px);
    	background: var(--dark-color);
    	margin: 0px -15px 0px -15px !important;
    	transition: max-height .3s ease-in;
    	flex-direction: column;
	}
	#menu-header{
		flex-direction: column;
		height: auto;
	}

	.search-form{
		position:relative;
		top:0px;
		right:0px;		
		width:80%;
		box-shadow: none;
		padding:5px;
		display:block;
		margin:15px auto;
		border: 2px #313A5B solid;
	}

	.btn-header{
		margin:15px auto !important;
	}
	#menu-header li.menu-item:first-child{
		margin-left:10px !important;
	}
}

@media all and (max-width: 1023px){
	footer *{
		font-size:16px;		
	}

	.enlaces-de-interes ul li{
		justify-content: center;
	}
	footer .btn-whiteus{
		margin:20px auto;
	}
	footer .social-footer{
		float:none;
		margin:20px auto;
	}

	#accordion a.d-flex{
		text-decoration: none;
	}	

	#accordion a.d-flex *{
		color:rgba(110,119,196,.6);
		font-size:22px;
	}

	#accordion a.d-flex:not(.collapsed) *{
		color:rgba(110,119,196,1);
	}
}

@media all and (max-width:480px){
	.frases-destacadas .col{		
		border:none !important;
		margin-bottom:0px !important;
	}
	.col.col-12.organizaciones-list a {
	    max-width: 280px;
    	text-align: center;
    	overflow: hidden;
	}
	.organizaciones-list img{
		max-width: 100%;
		margin:0px;
	}
	header .navbar-logo{
	    max-width: 95%;
	}
	.numbers{
		margin-bottom:15px !important;
	}	
	h1{
		font-size:40px !important;
	} 
	h2{
		font-size: 24px;
	}
	p {
		color: #484848 !important;
		margin-top: 0;
    	margin-bottom: 1.5rem;
	}
}

.banner{
	width: 100%;
	min-height: 100%;
	padding-bottom: 30px;
	background-color: #050021;
}

.banner img{
	width: 100%;
}

.banner .btn.btn-green{
	width: 167px;
	height: 47px;
	border-radius: 47px;
	background-color: #01FA53;
	font-weight: 700;
	margin: 0px auto;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #160240 !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.play-btn{
	cursor: pointer;
}

/*Podcast CSS*/
.podcast *{
	font-family: 'Roboto', sans-serif;
}

.podcast .mask{			
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}

.section.bottom .fp-tableCell{
	vertical-align: bottom !important;
}

.section img{
	max-width: 100%;
	height:auto !important;
}

.section .circle img {
    max-width: 60% !important;
}

#slider_testimonios .img-circle{
	width:450px;
	height:450px;
	border-radius: 50%;
	margin:0px auto;
	flex-shrink: 0;
}

#slider_testimonios p{
	font-size: 18px;
	font-weight: bold;
}

#slider_testimonios p strong, #slider_testimonios p b{
	color:#FB6F58;
}

.testimonio-content{
	position: relative;
}

.testimonio-content:before{
	content:'';
	position: absolute;
	bottom:-12px;
	width:200px;
	border-bottom:1px #1A5974 solid;
}

.ar_left, .ar_right{
	font-size:32px;
	cursor: pointer;
}

.podcast .mask h1{
	font-size:43px;
	font-family: 'Bebas Neue', sans-serif;
}

.podcast .mask h2{
	font-size:23px;
	font-family: 'Bebas Neue', sans-serif;
}

.podcast .mask p, .podcast .mask p b{
	font-size:15px;
	font-family: 'Bebas Neue', sans-serif;
}

.podcast-list{
	background:#4B155F;
	padding-top:10px;
	padding-bottom:10px;
}

.podcast-list a{
	color:white;
	background:rgba(0,0,0,.25);
	padding:10px;
	border:2px transparent solid;
	border-radius: 4px;
	display: flex;
	align-items: center;
	font-size:15px;	
	text-transform: uppercase;
	margin:0px 15px;
}

.podcast-list a:hover, .podcast-list a.active{
	border:2px rgba(255,255,255,.8) solid;
}

.single-podcast h1{
	color:#9163CC;	
}


.single-podcast h3{
	color:#9163CC;
	font-size:19px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.single-podcast h2{
	font-size:23;
	color:#9B9B9B;
	font-weight: normal;
}

.single-podcast *{
	color:#333;
}

#opciones-podcast{
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0px;
}

#opciones-podcast li{
	font-size:15px;	
	cursor: pointer;
	color:#000000;
}

#opciones-podcast li.active, #opciones-podcast li:hover{
	color:#976DCF;
}

.single-podcast #galeria ul{
	display: flex;
	list-style-type: none;
	align-items: center;
	padding: 0px;
}

.single-podcast .hide{
	display: none;
}

.audio-play{
	background:rgba(255,255,255,.2);	
	padding:15px;
	font-size:12px;
	font-weight: lighter;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body{
	background: none !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-controls .mejs-time-rail .mejs-time-current{
	background:#484848 !important;
}

.menu-secciones li{
	color:rgba(110,119,196,.6);
	font-size:23px;
	font-weight: bold;
}

.menu-secciones {
  list-style-type: none;
}
.menu-secciones > li {
  padding-left:30px;
  position: relative;
}
.menu-secciones > li:before {
  content: "";
  position: absolute;
  top:15px;
  left:0px;
  width:15px;
  border-bottom:2px rgba(110,119,196,.6) solid;
  
}

.menu-secciones li.active, .menu-secciones li:hover{
	color:rgba(110,119,196,1);
	cursor: pointer;
}

.menu-secciones > li.active:before, .menu-secciones > li:hover:before{
	border-color:rgba(110,119,196,1);	
}

.timeline{
	width:100%;
	display: flex;
	align-items: center;
	padding:70px 0px;
}

.timeline .prev, .timeline .next{
	width:41px;
	height:41px;
	flex-shrink: 0;
	border-radius: 50%;
	background:#6E77C4;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 5px 10px #292F4029;
	cursor: pointer;
}

.timeline .prev path:last-child, .timeline .next path:last-child{
	fill:white;
}

.timeline .items{
	width:calc(100% - 70px);
	padding:0px 7px;
	height:1px;
	border-top:1px #9AB1C0 solid;
	position: relative;
}

.timeline .items .item-timeline{
	position: absolute;
	top:-8px;
}

.timeline .items .item-timeline .circles{
	width:19px;
	height: 19px;
	border-radius: 50%;
	background: #B9BBDE;	
	cursor: pointer;
}

.timeline .items .item-timeline .date{
	position: absolute;
	top:-80px;
	left:-54px;
	width:125px;
	height:59px;
	display: none;
	align-items: center;
	justify-content: center;
	background:#6E77C4;
	font-size:20px;
	font-weight: 500;
	color: white;
}
.timeline .items .item-timeline .date::before{
	content:'';
	position: absolute;
	bottom:-13px;
	width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #6E77C4;
}

.timeline .items .item-timeline:hover .circles, .timeline .items .item-timeline.active .circles{
	background: #6E77C4 !important;
}

.timeline .items .item-timeline:hover .date, .timeline .items .item-timeline.active .date{
	display: flex;
}

.our-roots .img-time{
	width:320px;
	height:320px;
	border-radius: 50%;
	margin:0px auto;
	max-width: 100%;
}

.our-roots .info-item{
	display: none;
}

.our-roots .info-item.active{
	display: flex;
}

#acciones a{
	color:#1A5974;
}

/*make the menu sub-menu items drop down on mouse hover */
ul.sub-menu{ 
	display: none;
	list-style: none;
 }

ul.menu li.menu-item-has-children:hover > ul.sub-menu{
    display: block;
	position: absolute;
    margin-left: -50px;
}
.sub-menu li:hover{
	border-bottom: 1px solid white;
}
@media all and (max-width: 1380px){
	header .navbar-logo, .search-form {
		max-width: 220px;
	}
}

@media all and (max-width: 1023px){
	.podcast .mask {
	    background-position: center 20px !important;
	    background-size: auto 50% !important;
	}
	.podcast-list .col{
		overflow-x:auto;
	}
	.sub5{
		display: block !important;
	}
	#slider_testimonios .img-circle{
		width:300px;
		height: 300px;
	}
	header{
		background: var(--dark-color) !important;
    	color: white;
    	position: sticky !important;
    }
    nav .navbar-logo.white{
    	display: block !important;
    }
    nav .navbar-logo.black{
    	display: none !important;
    }

    #menu-header li.menu-item a, .search-form form, .search-form button, .search-form input{
		color:white !important;
	}
	.search-form input{
		border-bottom: 1px white solid;
	}	

	.search-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  color: white;
	  opacity: 1;
	}

	.search-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: white;
	}

	.search-form input::-ms-input-placeholder { /* Microsoft Edge */
	  color: white;
	}
}

@media all and (max-width: 767px){	
	.podcast .mask {
		min-height: 300px;
		height:300px;
		background: none !important;
	}

	.podcast .mask .container{
		background: none !important;
	}
	.podcast-list .col{
		display: block !important;
	}
	.podcast-list a{
		margin:15px;
	}	
	p.copyright{
		color: white !important;
		padding-bottom:15px !important;
	}
}