.btn-rounded-red, .btn-rounded-white, section.contact a p, section.contact a p:after {
  -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.btn-rounded-red {
  background: #EE2737;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.64px;
  text-align: center;
  line-height: 20px;
  width: 200px;
  display: block;
  padding: 8px 0 8px 0;
  cursor: pointer;
  border: none; }
  .btn-rounded-red:hover {
    background-color: #d21020;
    color: #FFFFFF;
    text-decoration: none; }

.btn-rounded-white {
  background: #F9F9F9;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #EE2737;
  letter-spacing: 0.64px;
  text-align: center;
  line-height: 20px;
  width: 170px;
  display: block;
  padding: 8px 0 8px 0; }
  .btn-rounded-white:hover {
    background-color: #e6e6e6;
    color: #EE2737;
    text-decoration: none; }

.btn-square-gray {
  background: #F0F0F0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: -0.03px;
  text-align: center;
  line-height: 20px;
  padding: 5px 12px; }

.btn-square-black {
  border: 1px solid #282828;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: -0.03px;
  text-align: center;
  line-height: 20px;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 15px; }

@media screen and (max-width: 767px) {
  .btn-rounded-red {
    padding: 10px 0; }

  .btn-rounded-white {
    padding: 10px 0; } }
.modal .modal__overlay .modal__container {
  padding: 30px 30px; }

.modal__content {
  max-width: 455px;
  padding: 40px 30px;
  text-align: center; }
  .modal__content a {
    margin: 0 auto; }
  .modal__content p {
    margin: 20px 0; }

section.contact button {
  margin-top: 40px;
  color: #FFFFFF; }
section.contact h1 {
  margin-top: 15px;
  margin-bottom: 30px; }
section.contact h2 {
  text-align: left; }
section.contact label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #282828;
  letter-spacing: 0.4px;
  line-height: 20px;
  text-transform: uppercase; }
  section.contact label[for="message"] {
    margin-top: 30px; }
section.contact input, section.contact textarea {
  background-color: #F9F9F9;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #686868;
  letter-spacing: 0.18px;
  line-height: 20px;
  width: 100%;
  border: 0px;
  padding: 18px 18px 22px 18px; }
  section.contact input:focus, section.contact textarea:focus {
    outline: -webkit-focus-ring-color auto 0px; }
section.contact textarea {
  height: 240px; }
section.contact a {
  margin-top: 40px;
  color: #FFFFFF; }
  section.contact a p {
    border-bottom: 1px solid #F0F0F0;
    width: fit-content; }
    section.contact a p:after {
      display: block;
      content: '';
      opacity: 0;
      border-bottom: solid 1px #282828; }
    section.contact a p:hover:after {
      opacity: 1; }
    section.contact a p:hover {
      color: #282828;
      border-bottom: 1px solid transparent; }
section.contact p, section.contact h2 {
  margin-bottom: 0; }
section.contact a + h2 {
  margin-top: 30px; }
section.contact .text-center {
  margin-bottom: 75px; }
  section.contact .text-center h2 {
    text-align: center; }
section.contact .social-media a {
  border-radius: 50%;
  background-color: #EE2737;
  margin-top: 10px;
  height: 25px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  section.contact .social-media a:hover {
    background-color: #d21020;
    color: #FFFFFF;
    text-decoration: none; }
  section.contact .social-media a + a {
    margin-left: 15px; }
  section.contact .social-media a i {
    color: #FFFFFF;
    font-size: 12px; }

section.map #presence-googlemaps {
  width: 100%;
  height: 430px;
  margin-bottom: 100px; }

@media screen and (max-width: 991px) {
  section.contact {
    padding-bottom: 60px; }
    section.contact .social-media {
      margin-top: 30px; }
      section.contact .social-media a {
        width: 40px;
        height: 40px; }
        section.contact .social-media a i {
          font-size: 15px; }
    section.contact h1 {
      margin-bottom: 20px;
      margin-top: 10px; }
    section.contact .text-center {
      margin-bottom: 50px; }

  section.map .container {
    width: 100%;
    max-width: 100%;
    padding: 0; }
  section.map #presence-googlemaps {
    width: 100%;
    height: 350px;
    margin-bottom: 0px; }

  section.map .col-12 {
    padding: 0; } }
@media screen and (max-width: 767px) {
  section.contact {
    padding-bottom: 0; }
    section.contact .text-center {
      margin-bottom: 15px; }
    section.contact label {
      margin-top: 25px; }
    section.contact h1 {
      margin-top: 10px;
      margin-bottom: 20px; }
    section.contact h2, section.contact p, section.contact a, section.contact .social-media {
      text-align: center;
      margin: 0 auto; }
    section.contact a {
      margin: 0 auto;
      margin-top: 30px;
      margin-bottom: 50px; }
    section.contact .social-media {
      margin-top: 30px; }

  .modal .modal__overlay .modal__container {
    padding: 20px 20px; }

  .modal__content {
    max-width: 270px;
    padding: 30px 20px; } }
