@font-face {   
	font-family: ISOCPEUR;   
	font-style: normal;  
	font-weight: normal;   
	src: local("ISOCPEUR"), url("../font/ISOCPEUR.woff") format("woff"); 
}
@font-face {   
	font-family: ISOCPEUR!;   
	font-style: normal;  
	font-weight: normal;   
	src: local("ISOCPEUR"), url("../font/ISOCPEUR.ttf") format("ttf"); 
}



body {
    margin: 0;
    font-family: ISOCPEUR, Arial, Helvetica, sans-serif;
    background-color: #F6F7F8;
    color: #2d5f84;
}

html {
    scroll-behavior: smooth;
}

.topnav {
    overflow: hidden;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 4px #88888857; 
    position: initial;
    z-index: 1000;
    width: 100%;
    top: 0px !important;
}

.topnav a {
    float: left;
    display: block;
    color: #2f618e;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 22px;

}

.topnav a:hover {
    /*color: #38aec8;*/
    color: #6c757d;
}

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.topnav .icon {
    display: none;
}

#menuBtns {
    /*float: right;*/
    /*margin-right: 20%;*/
    margin-top: 0px;
    margin-right: 0px;
}

#menuleft
{
    float: left;
    /*margin-left: 20%;*/ 
}
#cent{
    width: 60vw;
    /* align-self: center; */
    margin: auto;
    /* padding-left: 10vw; */
    /* padding-right: 10vw;*/
}

#menulogospam img{
    height: 70px;
}

#menutextspam {
    float: right;
    margin-left: 30px;
}

#menutxtl1 {
    font-family: "ISOCPEUR",'Roboto', cursive;
    font-size: 21px;
    /*color: rgb(214, 81, 138);*/    
}

#menutxtl2, #menutxtl3{
    font-family: "ISOCPEUR", sans-serif;
    font-size: 13px;
    color: #e1de4e;
}

#menutxtl2{
    float: left;
    margin-left: 19px;
}

#menutxtl3{
    float: right;
    margin-right: 41px;
}


/* top image fade css*/

.fade {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.fade-out {
    opacity: 0;
}

.fade-in {
    opacity: 1;
}

#topImgDiv{
    margin: auto;
    margin-top: 71px;           
    width: 100%;
    height: 720px;
    text-align: center;
}
#topImg{

    margin: auto;
    top: 0 px;          
    height: 100%;
    width: 100%;
}

/* top image fade css*/

/*footer */
#footermainContainer{
    background-color: #F1F1F1;
    padding: 10px;
}


#footerCenterConteiner{
    margin: auto;
    width: 30%;
    display: flex;
    justify-content: space-between;  
}

.footerCollum{

}

.footerTitles{
    font-family: "ISOCPEUR", 'Roboto', cursive;
    font-size: 15px;
}

.footerData{
    font-family: "ISOCPEUR", 'Roboto', cursive;
    font-size: 12px;
}

#copy{
    margin: auto;
    width: 18%;
    font-size: 13px;
    color: gray;
}

#flogoFooter{
    width: 50px;
}
/*END footer*/

/*contactos*/

#mainContancts{
    margin-top: 71px;
    display: flex;
    justify-content: space-around;
}

#mainContancts > div{
    width: 48%;
}

#txtContactos{
    padding-left: 10px;
    margin-top: 20px;
    color: #2f618e;
}
.contTitleTxt{
    margin-top: 5px;
    font-size: 20px;   
    font-weight: bold;
}

.contdataTxt{    
    margin-top: 3px;
    font-size: 15px;
}

/* END contactos*/

/*Catalog*/

#mainCatalogodiv{
    margin: auto;
    margin-top: 71px;
    margin-bottom: 10px;
}


#catalogsContainer{
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 80%;
}

.thunbCatalog{
    width: 24%;
}

.thunbCatalog > img {
    width: 100%;
}

#fullpage{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 10001;
    
}

#closefull{
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
    font-size: 30px;
}

#left{
    position: absolute;
    left: 5%;
    top: 48%;
    cursor: pointer;
    font-size: 50px;
}

#right
{
    position: absolute;
    right: 5%;
    top: 48%;
    cursor: pointer;
    font-size: 50px;
}

#fullImageDiv{
    width: 98vw;
    height: 98vh;
    text-align: center;
    margin-top: 1vh;
}

#fullImage{
    max-height: 100%;
    max-width: 100%
       
}
/*END Catalog*/

/*Sobre*/

#mainSobrediv{
    margin-top: 71px;
}


#sobreContainer{
    margin: auto;
    /*display: flex;
    flex-direction: column;
    justify-content: space-around;*/
    width: 60%;
    text-align: justify;
}

/*END Sobre*/



