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

@font-face {
font-family: CronosProLight;
src: url('../fonts/Cronos-Pro-Light.ttf');
}

.icon-date li {
	color:#CCC !important;
}

.icon-date li i{
	color:#CCC !important;
}

.pi-header-une {
	position: fixed;
	width:100%;
}

.pi-header-icons-une {
	position: fixed;
	width:100%;
	margin-top:-30px !important;
	padding-left: 60% !important;
	flex: 1 1 auto;
}


/*Accordeon*/

.pi-section-base .pi-accordion .pi-accordion-title a .pi-accordion-toggle {
    border-color: #dce3e3;
    border-top-color: #dce3e3;
    background: #f4f6f6;
    color: #586266;
    text-shadow: 0 1px 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 0 #f8fafa;
    -moz-box-shadow: inset 0 1px 0 #f8fafa;
    box-shadow: inset 0 1px 0 #f8fafa;
}


.pi-section-base .pi-accordion .pi-accordion-item-active .pi-accordion-title a:hover .pi-accordion-toggle {
    border-color: #43C7F4;
    border-top-color: #43C7F4;
    background: #81348D;
    color: #ffffff;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 0 #43C7F4;
    -moz-box-shadow: inset 0 0px 0 #43C7F4;
    box-shadow: inset 0 0px 0 #43C7F4;
}

.pi-section-base .pi-accordion .pi-accordion-title a:hover .pi-accordion-toggle {
    border-color: #43C7F4;
    border-top-color: #43C7F4;
    background: #81348D;
    color: #ffffff;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 0 #43C7F4;
    -moz-box-shadow: inset 0 0px 0 #43C7F4;
    box-shadow: inset 0 0px 0 #43C7F4;
}


.pi-section-grey .pi-accordion .pi-accordion-title a:hover .pi-accordion-toggle {
    border-color: #43C7F4;
    border-top-color: #43C7F4;
    background: #43C7F4;
    color: #ffffff;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 0 #43C7F4;
    -moz-box-shadow: inset 0 0px 0 #43C7F4;
    box-shadow: inset 0 0px 0 #43C7F4;
}

.pi-section-base .pi-link-no-style a {
    color: #666;
}

.pi-section-base .pi-link-no-style a:hover {
    color: #A7DBF6;
}

.pi-section-base .pi-list-icons-right-open li:after, .pi-section-base .pi-list-icons-news li:after, .pi-section-base .pi-list-icons-right-dir li:after {
    color: #888;
}


.pi-section-base .pi-accordion .pi-accordion-item-active .pi-accordion-title a .pi-accordion-toggle {
    border-color: #43C7F4;
    border-top-color: #43C7F4;
    background: #43C7F4;
    color: #ffffff;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 0 #43C7F4;
    -moz-box-shadow: inset 0 0px 0 #43C7F4;
    box-shadow: inset 0 0px 0 #43C7F4;
}


/*Error IMG*/
.pi-img-error img {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 80%;
	margin-bottom:8%;
}



.icons-footer-une a i:last-child, .pi-section-grey .pi-social-icons.pi-jump a:hover i:last-child {
    color: #B0BAC2 !important;
	background: #FDFDFD;

}

.icons-footer-une .icons-footer-radius{
    border-radius: 22px !important;
	background-color:#000;
}



.icon-search-hover{
    color: #FFFFFF !important;
    background-color: #43C7F4 !important;
    border-radius: 34px !important;
}

.icon-search-before{
    color: #CCC !important;
    background-color: #EEE !important;
    border-radius: 34px !important;
}


.st-container{
   margin-top: 82px;
}

.st-container-top{
    margin-top: 0;
}

/*Header transition*/

header {
    width: 100%;
    position: fixed;
	/*height:60px;*/
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #EEE;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}



header .menu-transition-header {
    min-width: 100%;
    background-color: #FFF;
    padding: 0px 155px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;


}

header .submenu-transition-header {
	background-color:#FFF;
	padding-bottom: 20px !important;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;


}



header nav {
    display: inline-block;
    float: right;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}
header nav a {
    line-height: 150px;
    margin-left: 20px;
    color: #9fdbfc;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header nav a:hover {
    color: white;
}
header.smaller {
    height: 42px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller .pi-row-block-logo img{
	margin-left:5px;
    max-height: 35px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



header.smaller .pi-header-icons-une img{
	position: fixed;
	width:100%;
	margin-top:-20px !important;
	padding-left: 80% !important;
	flex: 1 1 auto;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}


header.smaller .pi-social-icons li{
	margin-top: -10px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

header.smaller .pi-simple-menu li{
	margin-top: -6px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

header.smaller .menu-transition-header {
	height:40px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

header.smaller .submenu-transition-header {
	height:44px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}



header.smaller .submenu-transition-header span{
	font-size:14px;
	margin-top:-30px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.moduletable {
	display:flex;
}

.moduletable h1{
	margin: 0 0;
	color: black;
}

.moduletable ul{
	width:80%
}

header.smaller nav a {
    line-height: 75px;
}



header.smaller .pi-titlebar.pi-titlebar-small {
    padding-top: 4px;
    padding-bottom: 20px;
}


@media all and (max-width: 767px) {
    header .pi-row-block-logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
    }
    header nav {
        display: block;
        float: none;
        height: 50px;
        text-align: center;
        margin: 0 auto;
    }
    header nav a {
        line-height: 50px;
        margin: 0 10px;
    }
    header.smaller {
        height: 40px;
    }


	header {
        height: 48px;
    }



    header.smaller .pi-row-block-logo{
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }
    header.smaller nav {
        height: 35px;
    }
    header.smaller nav a {
        line-height: 35px;
    }


	header.smaller .pi-row-block-logo img{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}


header.smaller .submenu-transition-header{
	height:24px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.st-container {
    margin-top: 0px;
}

.tp-banner-container{
    margin-top: 56px;
}

.menuPrincipal{
    height: 60px;
    top: 0;
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
}


}

