/* Folha de Estilo CSS - CTS Telecom - Página em Construção

Desenvolvimento by Pixel Comunicação e Design (Vitória | ES) - 27 3315.2696 */

/* Reset CSS */
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration:none;
}
:focus {
    outline: 0;
}
body {
    background: white;
    line-height: 1;
    color: black;
} 
ol, ul {
    list-style: none;
} 
table {
    border-collapse: separate;
    border-spacing: 0;
} 
caption, th, td {
    font-weight: normal;
} 
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
} 
blockquote, q {
    quotes: "" "";
} 
a{
    cursor:pointer;
} 

/* Font-Face - Pixel */


@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Medium.woff') format('woff'),
         url('../fonts/Gotham-Medium.ttf') format('truetype'),
         url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* --------------------------------------------------------------- */


body{
    background-image: url(../images/back.jpg);
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-size:cover;
    background-repeat: no-repeat;
}

#linha-rosa {
 background-color: #fcbd2e;
width:100%;
height: 10.5px;
position:absolute;
}
#logo{
    width: 100%; 
    text-align: center; 
        padding-top: 10%;
}
#conc{
    width: 100%; 
    text-align: center; 
    margin-bottom: 82px;
    margin-top: 73px;
}

#info{
    width: 100%;
}

#info ul{
    margin: auto;
}

#info img {
    margin-bottom: -8px;
    margin-right: 8px;
}
#linha{   
 background-color: #fff;
    width: 930px;
    height: 2px;
        margin: auto;
        margin-bottom: 16px;
    margin-top: 20px;
}
#info ul li p{
    font-family: 'Gotham-Medium';
    font-size: 18px;
    color:#fff;
    text-align: center;
    margin-bottom: 18px;
}

#infoM{
    width: 100%;
}

#infoM ul{
    margin: auto;
}

#infoM img {
    margin-bottom: -8px;
    margin-right: 8px;
        width: 6%;
}
#infoM ul li p{
    font-family: 'Gotham-Medium';
    font-size: 36px;
    color:#fff;
    text-align: center;
    margin-bottom: 18px;
}
/*  margem automatica */
.wrap {
  width: 1000px;
  margin: 0 auto;
  height: 100%}
/* Clear: both; para utilização em meio aos floats */
.clear{
    clear: both;
}

a{
    color: #fff;
}
#infoM{
    display: none;
}

@media only screen and (min-height:769px) and (max-width: 1400px) {
    #logo{
    width: 100%; 
    text-align: center; 
    padding-top: 80px;
}
    #logo img{
       width: 75%;
    }
    #conc img{
        width: 27%;
    }
    #conc {
    width: 100%;
    text-align: center;
    margin-bottom: 55px;
    margin-top: 30px;
}
    #info{
        display: none;
    }
    #infoM{
    display: block;
}
    #linha {

    margin-top: 50px;
}
    #infoM ul {
    margin: auto;
    margin-top: 240px;
}
}