﻿@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Black.eot');
	src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Black.woff') format('woff'),
		url('../fonts/Gotham-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Bold.eot');
	src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Bold.woff') format('woff'),
		url('../fonts/Gotham-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Book.eot');
	src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Book.woff') format('woff'),
		url('../fonts/Gotham-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	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');
	font-weight: 500;
	font-style: normal;
}


@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Light.eot');
    src: url('Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('Gotham-Light.woff2') format('woff2'),
        url('Gotham-Light.woff') format('woff'),
        url('Gotham-Light.ttf') format('truetype'),
        url('Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}







/* AJUSTES DE POSICIONAMENTO */

/***************************************************************************************************************/

body {

    font-family: 'Gotham', sans-serif;
    font-weight: normal;
    background-color: #d6d6d6;
}

.container {
    max-width: 970px;
}

.centerStuff {
    text-align: center !important;
    margin: 0 auto !important;
}

.posRel {
    position: relative;
}

.clearDIV {
    clear: both;
}

.nopadding {
    padding: 0 !important;
    margin: 0 auto !important;
}

.hiddenElement {
    display: none;
}

.visibleElement {
    display: inline;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.empurraItem{
    margin-bottom: 25px;
}

.lessWidth {
    width: 85%;
    float: left;
}


/***************************************************************************************************************/

/* FIM DE AJUSTES DE POSICIONAMENTO */






/* BARRA TOPO */

/***************************************************************************************************************/


.smallPush {
    max-width: 970px;
    margin-top: 20px;
}


/***************************************************************************************************************/

/* END OF BARRA TOPO */






/* COLORS */

/***************************************************************************************************************/

.whiteBack {
    background-color: #ffffff;
}

.boxShadow {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
}

.preto {
    color: #000000;
}

.pink{
    color: #a20064;
}

.pink2{
    color: #333333;
}


/***************************************************************************************************************/

/* END OF COLORS */





/* FORMATAÇÃO DE TEXTOS */

/***************************************************************************************************************/

.titulo h1 {
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
    color: #012933;
    line-height: 63px;
}

.titulo h2 {
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    color: #000000;
    line-height: 51px;
    padding-bottom: 25px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
    text-align: center;
}

.infoSubscrition {
    font-family: 'Gotham';
    font-weight: 900;
    font-size: 12px;
    color: #333333;
    margin: 0 auto;
    padding: 6px 0px;
    text-align: center;
    letter-spacing: -0.1px;
}

footer h3 {
    font-family: 'Gotham', sans-serif;
    color: #999999 !important;
    font-weight: 500;
}

footer p {
    font-family: "Gotham", sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #999999;
    text-align: left;
}

footer a:link {
    font-family: "Gotham", sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #999999;
    text-decoration: none;
}

footer a:visited {
    font-family: "Gotham", sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #999999;
    text-decoration: none;
}

footer a:hover {
    font-family: "Gotham", sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #999999;
    text-decoration: underline;
}


/***************************************************************************************************************/

/* END OF FORMATAÇÃO DE TEXTOS */

/* FORMATAÇÃO DE BOTÕES */

/***************************************************************************************************************/

.button {
    font-size: 16px;
    border: none;
    background-color: #a20064;
    color: white;
    border-radius: 0px;
    padding: 10px 40px;
    text-align: center;
    cursor: pointer;
    min-width: 220px;
    letter-spacing: 1px;
    margin: 0 auto;
    font-weight: 500;
    text-transform: uppercase;
    
    /* CSS Transition */
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, border .2s ease-in-out;
}

.button:hover {
    background-color: #7c0f58;
    
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    
}



.ghost-button {
    
    font-size: 13px;
    padding: 3px 10px;
    text-align: center;
    cursor: pointer;
    min-width: 100px;
    letter-spacing: 1px;
    margin: 0 auto;
	background: transparent;
	color: #a20064;
    border: solid 1px #a20064;
    border-radius: 50px;
    max-width: 75% !important;
    margin: 0 auto;

}



.ghost-button:hover {
	background: #a20064;
    color: white;
    text-decoration: none;
    
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);

}


.buttonTransition{
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out, box-shadow .2s ease-in-out;
	-moz-transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out, box-shadow .2s ease-in-out;
	-ms-transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out, box-shadow .2s ease-in-out;
	-o-transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out, box-shadow .2s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out, box-shadow .2s ease-in-out;
}



/***************************************************************************************************************/

/* END OF FORMATAÇÃO DE BOTÕES */

.bottomPart {
    
   background: #FFFFFF;


}


.pageSetup {
    max-width: 970px;
    margin: 0 auto;

    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







/************************************************************************/

/*** NAV ****************************************************************/

/************************************************************************/

.navbar-inverse {
    background-color: #FFFFFF;
}

.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: #f2f2f2;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #00AEEF;
}

.dropdown-menu {
    background-color: #FFFFFF
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #428BCA
}

.navbar-inverse {
    background-image: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-image: none;
}

.navbar-inverse {
    border-color: none;
}

.navbar-inverse .navbar-brand {}

.navbar-inverse .navbar-brand:hover {
    opacity: .6;
    cursor: pointer;
}

.navbar-inverse .navbar-nav > li > a {
    color: #010101;
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #010101;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #010101;
}

.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: red;
}

.dropdown-menu > li > a {
    color: #333333
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #010101;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999999
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #FFFFFF
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #999999
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-bottom-color: #FFFFFF
}


.navbar-brand {
    float: left;
    min-height: 70px;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover {
    opacity: 0.6 !important;
}

.navbar-nav {
    float: right;
    margin: 12px;
    text-align: right;
}

.navbar {
    position: relative;
    min-height: 50px;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-toggle {
    margin-top: 17px;
    padding: 10px 10px;
}


.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #b5b5b5;
}


.header {
    background-color: #ffffff;
}

.logoTweak {
    max-height: 50px;
    margin: 10px;
}

.empurraLogos {
    padding: 30px 0px 15px 0px !important;
}

.logoMarca {
    margin: 0 auto;
    padding: 10px;
}

.logoMarca:hover {
    opacity: 0.6;
}

.feed {
    background-color: #e4e4e4;
    padding-top: 20px;
}

iframe{
    width: 100%;
    height: 197px;
}

.intro {
    background-color: azure;
}

.video {
    background-color: aliceblue;
}

.separaSlider {
    margin-top: 25px;
}

.nopadding-right {
    padding-right: 0px !important;
}

.arrowSize {
    max-height: 40px
}

.zona {
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.morePadding {
    padding: 0px 0px 15px 0px;
}

.alinhaEsq {
    text-align: left;
    float: left;
}

.itemFooterWidth {
    width: 100%;
}

.ColorH3Footer {
    color: #ffffff;
    text-align: left;
    font-size: 17px;
}

.legal {
    /*background-color: #1b1b1b;*/
    color: #717171;
    font-size: 11px;
    padding: 20px 0px;
}

.legal a:link, .legal a:visited, .legal a:hover
 {
    color: #717171;
}

.trustTit {
    margin-top: 50px;
}

.coverSet {
    max-height: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.TrustText {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 25px;
}

.bottomMenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.bottomMenu li{
    width: 100%;
    float: left;
}

.bottomMenu:after {
    page-break-after: always;
  }


.lessPadding {
    padding-right: 5px;
    padding-left: 5px;
}




/* MODAL */
/**/


.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
    padding: 20px 30px 15px 30px;
    border-bottom: 1px solid #cccccc;
}

.modal-body {
    position: relative;
    padding: 30px 30px 30px 30px;
}

.close {
    font-weight: bold;
    font-size: 30px !important;
    color: #000;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}


.studio {
    color: #680043 !important;
    font-weight: 500 !important;
}



.fundoCinza {
    background-color: #d6d6d6;
}

.textTitUpper {
        text-transform: uppercase;
}

.afastaTopo {
    margin-top: 24px;
}

.logoMaxWidth {
    max-width: 85px;
}

.padding-top-20 {
    padding-top: 20px;
}

.no-margin-top {
    margin-top: 0;
}

.padding-20 {
    padding: 0px 20px;
}

.studioSpecial {
    color: #a30064;
    font-weight: 500;
}

.studioColor {
    color: #a30064;
}

.padding-30 {
    padding: 0px 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}


.icoVant {
    max-height: 70px;
}





/************************************************************************/

/************************************************************************/

/************************************************************************/

/* BREAKPOINTS */

/***************************************************************************************************************/

@media screen and (min-width: 992px) {
    .lessPadding {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .alinhaIcosMax {
        margin: 0 auto;
        padding-bottom: 30px;
        min-height: 310px;
    }
}
@media screen and (max-width: 992px) {
    .lessPadding {
        padding-right: 35px;
        padding-left: 35px;
        padding-bottom: 10px;
    }
    
    .alinhaIcosMax {
        margin: 0 auto;
        padding-bottom: 30px;
        min-height: 220px;
    }
}
@media screen and (min-width: 768px) {

    .container {
        width: 100% !important;
    }
    
    .separaSlider {
        margin-top: 25px !important;
    }
    
    /*.alinhaIcosMax {
        margin: 0 auto;
        padding-bottom: 30px;
        min-height: 310px;
    }*/

}


@media screen and (max-width: 768px) {
    *[class*='col-xs'] {
        padding: 15px;
    }

    .container {
        width: 100% !important;
    }

    .smallPush {
        max-width: 970px;
        margin-top: 0px;
    }
    
    .navbar {
        padding-bottom: 0px;
    }
    
    .separaSlider {
        margin-top: 0px;
    }
    
    .zona {
        margin-top: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .empurraItem {
        margin-bottom: 0px;
    }
    
    .navbar-inverse .navbar-nav > li > a {
        font-size: 22px;
    }
    
    .feed {
        background-color: #f3f3f3;
        padding: 30px;
    }
    
    iframe{
        width: 100%;
        border-bottom: 1px solid #cccccc;
    }
    
    .alinhaIcosMax {
        margin: 0 auto;
        padding-bottom: 30px;
        min-height: 325px;
    }

}



/***************************************************************************************************************/

/* END OF BREAKPOINTS */
.vantBox {
    background-color: #f0f0f0;
    padding-top: 20px;
    margin-top: 20px;
}
