/*ifowebti Soluções tecnológicas*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "popins", sans-serif;
}
html {
    /*background: #333;*/
}
/*---------------------------------*/
.nav-topo {
    margin: 0;
    color: #fff;
    background: #040424;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
}
.img-topo {
    display: flex;
    width: 41px;
    height: 41px;
    
    
}
.ul-topo {
    display: flex;
    text-decoration: none;
    list-style: none;
}

.nav-topo ul {
   float: right;
   
}

.li-topo {
    display: flex;
    
}
/*---------------------------------*/

nav {
    background-color: transparent;
    position: absolute;
    color: #040424; /*#555*/
    padding: 0 15px;
    height: 75px;
	width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-top{

	/*background: url('../img/infowebti-logom.jpg');*/
}
nav ul li {
    list-style: none;
}
nav ul li a {
    text-decoration: none;
    color: #040424; /*#555*/
}
nav ul li a:hover {
    color:#fa5423;
    text-decoration: underline;
}
nav ul.menu {
    background: #ddd;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: right;
    display: none;
    flex-direction: column;
}
nav ul.menu li:not(:last-child) {
    margin-bottom: 15px;
}
nav ul.button {
    height: 25px;
    width: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
nav ul.button li {
    width: 100%;
    height: 5px;
    background: #555;
    border-radius: 3px;
    transition: 0.3s;
}
nav ul.button:hover li {
    background: #333;
}

@media(min-width: 900px) {
    nav ul.menu {
        display: flex!important;
        flex-direction: row;
        position: relative;
        top: 0;
        padding: 0;
        background: none;
    }
    nav ul.menu li:not(:last-child) {
        margin-bottom: 0;
        margin-right: 15px;
    }
    nav ul.button {
        display: none;
    }

    .rs {
        width: 100%;
        display: block;
        margin: 40px;
        margin-left: 0%;
        margin-bottom: 40px;
        background-color: #eeeded ;    
        text-align: center;
    }    
    .rds {   
        width: 200px;
        height: 200px; 
    }
    
}
/* carousel */
@media(max-width: 600px) {
    #carousel {
        background-image: url('../img/infowebti-home.jpg');
        height: 300px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

/* carousel */
@media(min-width: 601px) {
    #carousel {
        background-image: url('../img/infowebti-home.jpg');
        height: 500px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}
.d-block {
	width: 100%;
}
.d-blockm {
	width: 80%;
}/* fim carousel */

/*section*/
div#section {	
	margin-top: -10px;
    margin-left: 0%;	
	width: 100%;	
	background-color: #ffffff;		
	text-align: center;
	font-size: 24px;/*24*/
	color: #555;
}

section p {
    font-size: 18px;
}

div#section a {		
}
#section h1 {
	padding-top: -30px;
	padding: 30px;	
	width: 100%;	
}

#section h2 {
	font-size: 20px;
	padding-top: -10px;
}
div#block-2 {
	margin-top: 20px;	
}
/* politica de privacidade */
div#texto {
	width: 80%;
	margin-top: 30px;
	margin-left: 10%;
	margin-bottom: 20px;
}
.priv {
	font-weight: bold;
}
.mapa {
    width: 100%;
}

/* footer*/
footer {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #040424;
    color: #ffffff;
}
footer a {
    color: #ffffff;
    text-decoration: none;
}
.float-right {
	text-align: right;
	margin-right: 30px;
}

