body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #474747;
    line-height: 30px;
    text-align: center;
}

strong {
    font-weight: 500;
}

a {
    color: #2675AC;
    border-bottom: 1px dashed #2675AC;
    text-decoration: none;
    transition: all .3s;
}

a:hover,
a:focus {
    color: #2675AC;
    border: 0;
    text-decoration: none;
}

h1,
h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #333;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    line-height: 26px;
}

p {
    text-align: justify;
}

img {
    max-width: 100%;
}

.medium-paragraph {
    font-size: 18px;
    line-height: 34px;
}

::-moz-selection {
    background: #2675AC;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #2675AC;
    color: #fff;
    text-shadow: none;
}


/***** Wrapper *****/

.wrapper {
    display: block;
}


/***** Sidebar *****/

.sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -255px;
    z-index: 999;
    background: #fff;
    color: #333;
    transition: all .3s;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
    text-align: left;
}

.sidebar.active {
    left: 0;
}

.dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .3s;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

.dismiss:hover,
.dismiss:focus {
    background: #ddd;
    color: #333;
}

/***** Dark overlay *****/

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(51, 51, 51, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}


/***** Content *****/

.content {
    width: 100%;
    transition: all 0.3s;
}

.open-menu {
    position: fixed;
    top: 20px;
    left: 10px;
    z-index: 997;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

.open-menu.btn-customized,
.open-menu.btn-customized:hover,
.open-menu.btn-customized:active,
.open-menu.btn-customized:focus,
.open-menu.btn-customized:active:focus,
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}


/***** Buttons *****/

a.btn-customized {
    margin-left: 5px;
    margin-right: 5px;
    padding: .75rem .95rem;
    background: #2675AC;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
}

a.btn-customized:hover,
a.btn-customized:active,
a.btn-customized:focus,
a.btn-customized:active:focus,
a.btn-customized.active:focus,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #C0E3F0;
    background: rgba(192, 227, 240, 0.7);
    border: 0;
    color: #2774A8;
    box-shadow: none;
}

a.btn-customized-2 {
    margin-left: 5px;
    margin-right: 5px;
    padding: .75rem 1.5rem;
    background: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    box-shadow: none;
}

a.btn-customized-2:hover,
a.btn-customized-2:active,
a.btn-customized-2:focus,
a.btn-customized-2:active:focus,
a.btn-customized-2.active:focus,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #ccc;
    background: rgba(35, 137, 196, 0.5);
    border: 0;
    color: #fff;
    box-shadow: none;
}

a.btn-customized-3 {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: .75rem 1.5rem;
    background: #444;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
}

a.btn-customized-3:hover,
a.btn-customized-3:active,
a.btn-customized-3:focus,
a.btn-customized-3:active:focus,
a.btn-customized-3.active:focus,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #555;
    border: 0;
    color: #fff;
    box-shadow: none;
}

a.btn-customized i,
a.btn-customized-2 i,
a.btn-customized-3 i {
    margin-right: 5px;
}

a.btn-customized-4 {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 3px;
    padding: 0;
    background: #444;
    border: 0;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
    text-indent: -999999px;
}

a.btn-customized-4.btn-customized-dark {
    background: #222;
}

a.btn-customized-4.btn-customized-light {
    background: #fff;
}

a.btn-customized-4.btn-customized-dark:hover,
a.btn-customized-4.btn-customized-dark:active,
a.btn-customized-4.btn-customized-dark:focus,
a.btn-customized-4.btn-customized-dark:active:focus,
a.btn-customized-4.btn-customized-dark.active:focus,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #555;
    border: 0;
    color: #fff;
    box-shadow: none;
}

a.btn-customized-4.btn-customized-light:hover,
a.btn-customized-4.btn-customized-light:active,
a.btn-customized-4.btn-customized-light:focus,
a.btn-customized-4.btn-customized-light:active:focus,
a.btn-customized-4.btn-customized-light.active:focus,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #555;
    border: 0;
    color: #fff;
    box-shadow: none;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
    background: #f8f8f8;
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
    color: #fff;
}

.section-container-image-bg .divider-1 span {
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.8);
}

.section-description {
    margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
    padding: 0 120px;
}

.section-container-image-bg .section-description p {
    opacity: 0.8;
}

.section-bottom-button {
    padding-top: 20px;
}


/***** Divider *****/

.divider-1 span {
    display: inline-block;
    width: 200px;
    border-bottom: 1px dotted #aaa;
}


/***** Top content *****/

.top-content {
    width: 100%;
    padding: 60px 0 18px 0;
}

.top-content h1 {
    padding-top: 60px;
    color: #fff;
}

.top-content .description {
    margin: 30px 0 0 0;
    padding-bottom: 30px;
}

.top-content .description p {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}

.top-content .description a {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.8);
}

.top-content .description a:hover,
.top-content .description a:focus {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}


/***** Section 1 *****/

.projetos-box {
    padding-top: 30px;
    text-align: left;
}

.projetos-box .projetos-box-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 1px solid #2675AC;
    font-size: 40px;
    color: #2675AC;
    line-height: 78px;
    text-align: center;
    border-radius: 50%;
}

.projetos-box h3 {
    margin-top: 0;
    padding: 0 0 10px 0;
}


/***** Section 2 *****/

.institucional-box {
    margin-top: 30px;
    text-align: justify;
}

.institucional-box h3 {
    margin-top: 0;
}

.institucional-box-text .medium-paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
}

.institucional-box img {
    border-radius: 6px;
}


/***** Section 3 *****/

.estudos-box {
    margin-top: 30px;
    text-align: left;
}

.estudos-box .estudos-box-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #2675AC;
    font-size: 28px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

.estudos-box h3 {
    margin-top: 0;
    padding: 0 0 10px 0;
}


/***** Section 5 *****/

.noticias-box {
    padding-top: 30px;
    text-align: left;
}

.noticias-box-image {
    overflow: hidden;
    border-radius: 6px;
}

.noticias-box-image img {
    transition: all .8s;
}

.noticias-box-image:hover img {
    transform: scale(1.25);
}

.noticias-box h3 {
    margin-top: 30px;
}

.noticias-box h3 a {
    color: #333;
    border: 0;
}

.noticias-box h3 a:hover,
.mensagem-box h3 a:focus {
    color: #2675AC;
}

.noticias-box h3 i {
    padding-left: 10px;
    color: #ccc;
    transition: all .3s;
}

.noticias-box h3:hover i {
    padding-left: 15px;
}

.noticias-box-date {
    padding-bottom: 10px;
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
}

.noticias-box-date i {
    padding-right: 5px;
    color: #ddd;
}

.section-3-container .section-bottom-button {
    padding-top: 40px;
}


/***** Section 6 *****/

.mensagem-box {
    padding-top: 30px;
    text-align: left;
}

.mensagem-box h3 {
    margin-top: 0;
}


/* contact form */

.mensagem-form {
    padding-top: 20px;
    text-align: left;
}

.mensagem-form input[type="text"],
.mensagem-form textarea {
    background: none;
    border: 1px solid #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
    transition: all .3s;
}

.mensagem-form textarea {
    height: 90px;
}

.mensagem-form input[type="text"]:focus,
.mensagem-form textarea:focus {
    outline: 0;
    background: #fff;
    border: 1px solid #fff;
    color: #555;
    box-shadow: none;
}

.mensagem-form input[type="text"].input-error,
.mensagem-form textarea.input-error {
    border-color: #2675AC;
}

.mensagem-form input[type="text"]::-moz-placeholder,
.mensagem-form textarea::-moz-placeholder {
    color: #ccc;
    font-style: italic;
}

.mensagem-form input[type="text"]:-ms-input-placeholder,
.mensagem-form textarea:-ms-input-placeholder {
    color: #ccc;
    font-style: italic;
}

.mensagem-form input[type="text"]::-webkit-input-placeholder,
.mensagem-form textarea::-webkit-input-placeholder {
    color: #ccc;
    font-style: italic;
}

.mensagem-form button.btn-customized {
    padding: .75rem 1.5rem;
    background: #2675AC;
    border: 0;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
}

.mensagem-form button.btn-customized:hover,
.mensagem-form button.btn-customized:active,
.mensagem-form button.btn-customized:focus,
.mensagem-form button.btn-customized:active:focus,
.mensagem-form button.btn-customized.active:focus,
.mensagem-form button.btn.btn-primary:not(:disabled):not(.disabled):active,
.mensagem-form button.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #cd533d;
    background: rgba(243, 91, 63, 0.7);
    border: 0;
    color: #fff;
    box-shadow: none;
}

.mensagem-form button.btn-customized i {
    margin-right: 5px;
}


/* end contact form */

.mensagem-social {
    padding-top: 20px;
}

.mensagem-social a {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: 0 10px 10px 0;
    background: #fff;
    border: 0;
    border-radius: 50%;
    color: #333;
    text-align: center;
    line-height: 46px;
}

.mensagem-social a:hover,
.mensagem-social a:focus {
    background: #ccc;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    color: #333;
}


/***** Footer *****/

footer {
    padding: 40px 0;
}


/* Maps*/


/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */

#map {
    height: 100%;
    margin: 0;
    padding: 0;
}

#mensagem {
    padding: 5rem;
    font-size: 2rem;
}

#aDisplay {
    padding-bottom: 3rem;
    line-height: 3rem;
}

#mensagem a {
    color: #eee;
}

@font-face {
    font-family: cursiva;
    src: url(../font/DancingScript-Regular.ttf)
}


#subtitulo {
    /*color: #222;*/
    color: whitesmoke;
    padding-left: 20rem;
    font-family: cursiva;
}


  .contato{
    display: block;
    float: right;
  }
 
.btn-outline-primary{
    color: #2675AC;
    border-bottom: 1px solid #2675AC;
    background-color: transparent !important;
}

@font-face {
    font-family: nomeDaCasa;
    src: url(../font/FuturaRound.ttf);
}

#nomeDaCasa{
    margin-left: 20rem;
    /*color: #161e23 !important;*/
    font-family: nomeDaCasa;
    font-weight: bold;
}

.azul{
    color: #2675AC !important;
    font-weight: bold;
}
ul {
    padding: 0 !important;
    list-style-type: none;
    margin: 0 !important;
    overflow: hidden;
    font-size: 1.5rem;
  }
  
  li {
    padding: 0rem;
    float: left;
  }

  li :hover{
    background-color: #2675AC !important;
    color: #fff !important;
    border: 0;
    text-decoration: none;
  }
  
  #email{
      margin-left: 70rem!important;
      margin-top: 06rem;
      margin-bottom: 0!important;
  }
  
  #menu a{
    font-size: 1.8rem;
    border: none !important;
   /*  border: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dashed #2675AC; */
  }
  
  /* Set the size of the div element that contains the map */
  #map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
  }