/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.lista-eventos li{
	
	margin-top: 9px;
}

.lista-eventos {
	
	padding: 20px;
}

.menu-cartas {
	clear: both;
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}

.menu-cartas ul {
    list-style: none;
    padding: 0;
    position: relative;
    height: auto;
}

.menu-cartas li {
    position: relative;
    margin-right: 6px;
    border: 0;
    margin-bottom: -1px;
    display: inline-block;
}


.menu-cartas li a {
    font-weight: 400;
    display: block;
    position: relative;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 15px;
    color: #3c4043;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}


.menu-cartas.gf-outline li:hover a, .menu-cartas.gf-outline li.active a {
    border-top: 1px solid #660033;
    border-bottom: 1px solid #660033;
    color: #660033;
    background-color: transparent;
    border-radius: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu-cartas li a {
    font-weight: 400;
    display: block;
    position: relative;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 15px;
    color: #3c4043;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}


.inspiro-slider .slide .slide-captions .line-2 h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 68px;
    margin-bottom: 30px;
    color: #fff;
}


#img-girar {
	transition: transform 0.1s linear;
	
}



@media (max-width: 991.98px) {
    .mainMenu-open #header #mainMenu ul{
       height: 100vh;

    }
}

