/* 

Theme Name: pharosadvisors

Theme URI:http://www.pharosadvisors.com.br/

Author: baracat

Author URI: http://folioville.com/

Description: wp  por folioville.

Tags: folioville,

*/



/* =Reset

-------------------------------------------------------------- */

@font-face {

    font-family: 'latobold';

    src: url('fonts/lato-bol-webfont.eot');

    src: url('fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/lato-bol-webfont.woff') format('woff'),

         url('fonts/lato-bol-webfont.ttf') format('truetype'),

         url('fonts/lato-bol-webfont.svg#latobold') format('svg');

    font-weight: bold;

    font-style: bold;

}

@font-face {

    font-family: 'latoregular';

    src: url('fonts/lato-reg-webfont.eot');

    src: url('fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/lato-reg-webfont.woff') format('woff'),

         url('fonts/lato-reg-webfont.ttf') format('truetype'),

         url('fonts/lato-reg-webfont.svg#latoregular') format('svg');

    font-weight: normal;

    font-style: normal;

}



body {

	font-family: 'latoregular';

	background:#003562;

	font-size: 15px;

	line-height:21px;

	color:#333;



}
body {background: url(images/bg.jpg); background-size: 100%; background-repeat: no-repeat; background-position: top center}

p {width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Times New Roman';
    font-size: 21px;
    line-height: 1.4em;}

.desktop {display: block;}
.mobile {display: none;}

@media screen and (max-width: 1080px) {
body {background: url(images/bg-mobile.jpg); background-size: 100%; background-repeat: no-repeat; background-position: top center}
.desktop {display: none;}
.mobile {display: block;}
#parent {display: table;height: 100vh;}
#child {
    display: table-cell;
    vertical-align: middle;
}
.logo-mobile {
    width: 85%;
        margin: 0 auto 50px;
}
.logo-mobile img {
    width: 100%;
}

}
