@font-face {
    font-family: Anton;
    src: url(../fonts/Anton-Regular.ttf);
}
@font-face {
    font-family: Antonio;
    src: url(../fonts/Antonio-Regular.ttf);
}
@font-face {
    font-family: "Roboto Condensed";
    src: url(../fonts/RobotoCondensed-Regular.ttf);
}
@font-face {
    font-family: "Barlow";
    src: url(../fonts/BarlowCondensed-Regular.ttf);
}
@font-face {
    font-family: "Barlow Bold";
    src: url(../fonts/BarlowCondensed-Bold.ttf);
}
.col-sm-3-media{
    max-width: 100%!important;
}
body {
    font-family: Arial;
    background-color: #000;
    background-image: url(../img/fundo.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
}

#slideshow > div { position: absolute; width: 100%; height: 100vh; }
/*
.bg1 {background-image:url(https://oficinadoestudante.com.br/colegio-campinas/util/img/backDesktop/01-Hotsite24.jpg); background-position-x: center;}
.bg2 {background-image:url(https://oficinadoestudante.com.br/colegio-campinas/util/img/backDesktop/02-Hotsite24.jpg); background-position-x: center;}
.bg3 {background-image:url(https://oficinadoestudante.com.br/colegio-campinas/util/img/backDesktop/03-Hotsite24.jpg); background-position-x: center;}
.bg4 {background-image:url(https://oficinadoestudante.com.br/colegio-campinas/util/img/backDesktop/04-Hotsite24.jpg); background-position-x: center;}
.bg5 {background-image:url(https://oficinadoestudante.com.br/colegio-campinas/util/img/backDesktop/05-Hotsite24.jpg); background-position-x: center;}
.bg6 {background-image:url(https://oficinadoestudante.com.br/colegio-campinas/util/img/backDesktop/06-Hotsite24.jpg); background-position-x: center;}
*/
.bg1 {background-image:url(https://oficinadoestudante.com.br/colegio-campinas/util/img/backDesktop/hotsite.jpg); background-position-x: center;}

.bg-dark{
    background-color: #353535;
    color: #c9c9c9;
}
.title-anton{
    font-family: Anton;
    font-size: 13.552714pt;
    color: #848484;
}
.media-img{
    width: 230px;
}
/* .media img{
    width: 200px;
} */
.media-body{
    padding: 0 24px 0 24px;
}
.media-body p{
    font-size: 10.2pt;
}
.row-media{
padding-bottom: 70px;
}
.hide-desk {
    border: 0;
	display: none;
	margin: 0;
}
.hide-navmenu{
    display: none;
}
.menu {
    width: 100%;
    background-color: rgb(53, 53, 53);
    height: 70px;
    font-size: 8pt;
    font-family: "Roboto Condensed";
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(212, 212, 212);
}
.menu a:hover{
    border-top: 1px solid #f00;
    color: #f00;
}
.drop a{
	border: 0!important;
	font-size: 8pt;
	background: url("../img/borda-menu-horizontal.jpg") no-repeat left top!important;
	background-size: 100%!important;
}
.drop a:hover{
	background-color: #c4161c!important;
	color:#fff;
	border: 0!important;
}
.menu a{
    color: rgb(212, 212, 212);
	background: url("../img/borda-menu.jpg") no-repeat left top;
	line-height: 15px;
    /*border-right: 1px solid #000;*/
}
.menu-ativo{
    border-top: 1px solid #f00;
    color: #f00;
}
/* Dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown a{
    padding: 1.59rem 1.5rem!important;
}
.dropdown-content {
    width: 6.5rem;    
    font-size: 9pt;
    display: none;
    position: absolute;
	background-color: rgb(53, 53, 53);
	background-image: none;
    min-width: 40px;
    z-index: 1;
    padding: 0;
}
.dropdown-content a {
    color: rgb(212, 212, 212);
    display: block;
    padding: 1.5rem 0.7rem!important;
    border-bottom:1px solid #000;
}
.dropdown:hover .dropdown-content {display: block; transition: all 0.5s ease-out;}

/* NAV Mobile */

/* define a fixed width for the entire menu */
.navigation {
  width: 100%;
}

/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  font-size: 16px;
  font-family: "Roboto Condensed";
  display: block;
  text-decoration: none;
  padding: 10px;
  color: #d4d4d4;
}

/* add hover behaviour */
.mainmenu a:hover {
	color: #f00;
}

/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
  display: block;
  max-height: 200px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
  background-color: #2d2d2d;
 
}

/* hover behaviour for links inside .submenu */

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease-out;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 150px;
}
#nav ul li {
    position: relative;
}
#nav li ul {
    position: absolute;
    left: 149px;
    top: 0;
    display: none;
}
#nav ul li a {
    display: block;
    text-decoration: none;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
 }
 #nav li:hover ul { display: block; }
 .navmenu{
    background-color: rgb(53, 53, 53);
    height: 72px;
    font-size: 10pt;
    font-family: "Roboto Condensed";
    font-weight: bold;
    color: rgb(212, 212, 212);
    border-top:2px solid #000;
}
.logo-menu-mobile{
	padding: 30px 20px 30px 20px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	align-content: center;
}
.nav-link:hover{
    color: #f00;
}
.w-1{width: 70%;}
.w-2{width: 90%;}
.w-3{width: 100%;}
.w-4{width: 80%; }
.p-6{padding: 1.3rem;}
.p-7{padding: 1.6rem 0 0 0;}
.p-8{padding: 1.6rem 1.6rem 0 1.6rem}
.drawer-content {
    background-color: #353535;
}
.drawer-header {
	background-image: url("../img/borda-rodape.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
    border-bottom: 0;
}
.drawer-footer {
	background-image: url("../img/borda-rodape.jpg");
	background-repeat: repeat-x;
	background-position: top;
    padding: 2px;
    border: 0;
}
.jumbotron{
    height: 450px;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.flex-caption {
    width: 100%;
    border: 0!important;
}
.row{
    background-color: white;
}
.local-bolsa {
    height: 57px;
    background-image: url(../img/faixa-bolsa.png);
    background-size: 100%;
    background-position-x: center;
}
.local-bolsa h4{
    font-family: "Anton";
    font-size: 16pt;
    letter-spacing: 1pt;
    color: white;
    padding: 20px 0 0 13px;
}
.local{
    height: 73px;
    background-image: url(../img/faixa.png);
    background-size: 100%;
    background-position-x: center;
}
.local h4{
    font-family: "Anton";
    font-size: 16pt;
    letter-spacing: 1pt;
    color: white;
    padding: 20px 0 0 13px;
}
.local h5{
    font-family: "Barlow Bold";
    font-size: 15.803971pt;
    color: white;
    padding: 13px 4px 0 0;
    line-height: 16px;
}
.icon-local{ width: 25px; height: 31px; margin: 0 18px; }
.segmento{ font-size: 10.541pt; font-family: "Barlow"; }
.seta {
    padding: 0 25px 60px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.h4-title{
    font-family: "Anton";
	font-size: 12.046857pt;
    color: #848484;
    padding: 24px 20px 18px 0;
	letter-spacing: 1px;
}
.lazy h4{
    padding: 24px 20px 18px 20px;
}
.traco{
    width: 48px!important;
    height: 3px;
    padding-left: 20px;
}
.p-text {
    padding: 18px 18px 0 18px!important;
    font-size: 10pt;
	line-height: 17px;
}

.pt0 {
	padding-top: 0!important;
}
.alt-title p{
	line-height: 5px;
}
.li-content > li {
    list-style-type: none;
}
.li-content > li:before {
    content: '•';
    display: inline-block;
    padding-right: 0.3em;
    color:#f00;
}
.video{
    height: 300px;
}
.youtube-video{
    max-width: 480px;
    width: 100%;
    height: 100%;
    max-height: 480px;
}
.div-form{
    padding: 25px 27px 0 32px;
}
.div-form p{
    font-size: 10pt;
}
.form-group{
    padding: 0 0 48px 0;
}
.form-group label{
    color: #959595;
    font-size: 10pt;
    margin: 0 0 8px 12px;
}
.form-group input{
    border-radius: 0;
    border: 1px solid #959595;
    background-color: transparent;
    height: 49px;
}
.form-group input[type="text"]{
    color: #959595;
}
.form-group input[type="number"]{
    color: #959595;
}
.form-group input[type="email"]{
    color: #959595;
}

.form-group input:focus{
    background-color: transparent;
    border-color: #959595;
}
.form-group select{
    width: 100%;
    border-radius: 0;
    border: 1px solid #959595;
    background-color: transparent;
}
.form-desk{ display: block; }
.form-mobile{ display: none; }
.form-group .select{
    width: 100%;
    height: 50px;
    border: 0px 1px solid #959595;
    background-image: url(../img/select-down.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #959595;
    font-weight: 500;
    font-size: 14px;
    padding-left: 77px;
    box-shadow: 0 0 0 0;
    outline: 0;
}

.form-group option{
    background-color: #353535;
}

.btn-text p{
    margin-left: 10px;
    padding-top: 18px;
    color: #b10000;
}
.btn-form{
    border-radius: 0;
    border: 0;
    background-color: #b10000;
    padding: 15px 35px 15px 35px;
}

.rodape {
    background-color: #353535;
    font-size: 12.42px;
    font-family: "Arial";
    color: rgb(149, 149, 149);
    line-height: 1.2;
}
.rodape h6{
	font-size: 9.5pt;
	color: #959595;
	line-height: 3px;
	letter-spacing: 1px;
}
.rodape, h6 > p{
    color: #777;
	letter-spacing: 0.5px;
	font-size: 8pt;
}
.borda-rodape{
	background-image: url("../img/borda-rodape.jpg");
	position: absolute;
	z-index: 9999;
	height: 2px;
	width: 100%;
	margin: auto 0;
}

.modal-content{
    margin-top:15%;
    border: 0;
    background-color: #000;
}

.fechar{
    width: 35px;
    padding: 5px 5px;
    position: absolute;
    top:-32px;
    right: 0;
    background-color: #b10000;
    color: #353535;
    font-weight: bold;
    border: 0;
    border-radius: 0;
}
/* @Media */
@media all and (max-width: 1199px ) { 
    .menu { font-size: 8pt; }
    .dropdown a{ padding: 1.68rem 1.5rem!important; }
    .dropdown-content { width: 7.05rem; }
    .dropdown-content a { padding: 1.8rem 0.7rem!important; }
    .container{
        width: 1025px;
        max-width: 100%;
    }
}
@media all and (max-width: 767px ) {
    body{ background-image: none!important; }
    .local h4{
    font-size: 18pt;
}
    .local-bolsa h4{
    font-size: 18pt;
}    
	.local h5{
    font-family: "Barlow Bold";
    font-size: 16pt;
    color: white;
}
    .hide-desk { display: block; }
	.jumbotron{ display: none; }
}
@media all and (max-width: 768px ) {
    body{ background-image: none!important;	}
    .hide-desk { display: block; }
    .hide-navmenu{ display: block;}
    .menu{ display: none;}
    .jumbotron{ display: none; }
    .local h4{ font-size: 16pt;  }
    .local-bolsa h4{ font-size: 16pt;  }
    .local h5{ font-size: 14pt; }
	.icon-local{ width: 17px; height: 23px; margin-right: 12px; }
    .form-desk{ display: none; }
    .form-mobile{ display: block; }
    .video{
        height: 480px;
    }
    .youtube-video{
        max-width: 480px;
        width: 100%;
        height: 100%;
        max-height: 480px;
    }
}
@media all and (max-width: 680px ) {
    body{ background-image: none!important;	}
    .hide-navmenu{ display: block;}
    .hide-desk { display: block; }
	#slideshow {display: none;}
    .menu{ display: none;}
    .jumbotron{ height: 20rem; }
    .local h4{ font-size: 13pt; }
     .local-bolsa h4{ font-size: 13pt; }
     .local h5{ font-size: 13pt; }
	.icon-local{ width: 17px; height: 23px; margin-right: 12px; }
	.local{
    	background-image: url("../img/faixa-mobile.jpg");
	}
    .local-bolsa{
        background-image: url("../img/faixa-mobile-bolsa-2.jpg");
    }    
    .form-desk{ display: none; }
    .form-mobile{ display: block; }
    .video{
        height: 300px;
    }
    .youtube-video{
        max-width: 480px;
        width: 100%;
        height: 100%;
        max-height: 480px;
    }
    .modal-content{
        margin-top:50%;
    }
}

@media all and (max-width: 414px ) {
    body{ background-image: none!important;	}
    .hide-navmenu{ display: block;}
    .hide-desk { display: block; }
	#slideshow {display: none;}
    .menu{ display: none;}
    .jumbotron{ height: 20rem; }
    .local h4{ font-size: 14pt; padding: 20px 2px; }
    .local-bolsa h4{ font-size: 14pt; padding: 20px 2px; }
    .local h5{ font-size: 11pt; padding: 13px 2px 0 0; }
	.p-text{
	font-size: 10pt;
	line-height: 17px;
	}
	.icon-local{ width: 20px; height: 25px; margin-right: 12px; margin-top: 3px; }
	.local{
    	background-image: url("../img/faixa-mobile.jpg");
	}
.local-bolsa{
	background-image: url("../img/faixa-mobile-bolsa-2.jpg");
}
    
    .form-desk{ display: none; }
    .form-mobile{ display: block; }
    .video{
        height: 250px;
    }
    .youtube-video{
        max-width: 480px;
        width: 100%;
        height: 100%;
        max-height: 480px;
    }
    .modal-content{
        margin-top:50%;
    }
}

/* Select Bolsa de Estudos */
.seta-form{
    width: 59px;
    padding: 11px 21px 0 21px;
    border-left: 1px solid #959595;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
	align-content: space-around;
}

.nice-select {
    width: 100%;
    border-radius: 0;
    border: 1px solid #959595;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 0 0 20px;
    color: #c9c9c9;
 }
 .nice-select:hover {
    border-color: #959595; /* cor da borda do select ao passar o mouse */
 }
 .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color:#959595; /* cor da borda quando o select estiver aberto */
 }
 .nice-select:after {
    content: '';
    display: block;
    width: 15px;
    height: 10px;
    position: absolute;
    left: 22px;
    top: 20px;
    background-image: url(../img/seta-form.png);
    background-repeat: no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
 }
 .nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
 }
 .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
 }
 .nice-select.disabled {
    border-color: #000;
    color: #999;
    pointer-events: none;
 }
 .nice-select.disabled:after {
    border-color: #000;
 }
 .nice-select.wide {
    width: 100%;
 }
 .nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
 }
 .nice-select.right {
    float: right;
 }
 .nice-select.right .list {
    left: auto;
    right: 0;
 }
 .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
 }
 .nice-select.small:after {
    height: 4px;
    width: 4px;
 }
 .nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
 }
 .nice-select .list {
    width: 100%;
    background-color: #353535;
    border: 1px solid #959595 ;
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    padding: 10px 0 10px 10px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
 }
 .nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
 }
 .nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 30px; /* altura das options */
    min-height: 30px; /* este valor deve ser o mesmo do acima */
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
 }
 .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
   /* background-color: green;  corde fundo da option selecionada e ao passar o mouse */
    color:#959595; /* cor da option ao passar o mouse e do item selecionado*/
 }
 .nice-select .option.selected {
    font-weight: bold;
 }
 .nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
 }
 .no-csspointerevents .nice-select .list {
    display: none;
 }
 .no-csspointerevents .nice-select.open .list {
    display: block;
 }
@media (min-width: 768px) {
    .ativaBanners {
        display: block!important;
    }
    .desativaBanners {
        display: none!important;
    }
}
@media (max-width: 767px) {
    .ativaBanners {
        display: none!important;
    }
    .desativaBanners {
        display: block!important;
    }
}