 section .carousel .carousel-inner .carousel-caption h1 {
     font-size: 60px;
     font-family: 'Montserrat-semibold', sans-serif;
     padding-bottom: 8%;
 }

 section .email h2 {

     color: #1f4580;
     font-family: 'Montserrat-semibold', sans-serif;
     font-size: 32px;
 }

 section .email p {

     font-family: 'Montserrat-regular', sans-serif;
     font-size: 16px;
 }

 section .email a.nav-link {

     color: #000;
     cursor: pointer;
     padding: 2.5px 0 2.5px 0;
 }

 section .email i {

     color: #1f4580;
 }

 section .email span {

     font-weight: 600;
 }

 section .local p {
     color: #227696;
     font-family: 'Montserra-semibold', sans-serif;
     text-decoration: none;
     font-weight: 600;
 }

 section.form {

     background-color: #f5f5f5;
 }

 section form.form-contato .form-group input {
     height: 62px;
     width: 100%;
 }

 section form.form-contato .form-group input,
 section form.form-contato .form-group textarea {
     background-color: #f5f5f5;
     border: 0;
     border-radius: 0;
     margin: 0 0 30px 0;
 }

 section form.form-contato .form-group input[type="file"] {
    display: none;
  }
  
  section form.form-contato label {
    padding: 20px 10px;
    width: 100%;
    height: 62px;
    background-color: #f5f5f5;
    color: #212529;
    cursor: pointer;
    opacity: 0.8;
  }

 section form.form-contato button.btn-enviar {
     background-color: #004383;
     border: 0;
     border-radius: 0;
     color: #ffffff;
     font-family: 'Montserrat-Medium';
     font-size: 13px;
     height: 38px;
     text-transform: uppercase;
     width: 160px;
 }

 section form.form-contato button.btn-enviar:hover {
     background-color: #093158;
     color: #ffffff;
     transition: 0.4s;
 }

 section .local i {
     color: #1f4580;
 }

 section .local p {
     color: #006186;
     font-family: 'Montserra-Regular', sans-serif;
     font-size: 19px;
 }


 section iframe.mapa {

     width: 100%;
     height: 368px;
 }


 /* MEDIA  */

 @media (max-width: 1199.98px) {}



 @media (max-width: 991.98px) {

     section .email h2 {
         font-size: 29px;
     }

     section .email p {
         font-size: 14px;
     }
 }


 @media (max-width: 767.98px) {

     section .carousel .carousel-inner .carousel-caption h1 {
         font-size: 40px;
         padding-bottom: 0%;
     }
 }

 @media (max-width: 575.98px) {

    section .carousel .carousel-inner .carousel-caption {

        bottom: 0;
    }

    
     section .carousel .carousel-inner .carousel-caption h1 {
         font-size: 25px;
         padding-bottom: 0%;
     }

     section .local p {
        font-size: 15px;
    }
 }