@charset "UTF-8";

/*=== Google Fonts ===*/
@import url(https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i&amp;display=swap);

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy.ttf") format("truetype"); }

@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype"); }


.modalExit .close span { border-radius: 32px; padding: 6px; color: black; }
.modalExit h1 { 
    color: #2687e9; 
    font-size: 32px;
    font-family: 'Nunito';
    font-weight: 800;
}
.modalExit p {
    font-family: 'Rubik';
    line-height: 1.5rem;
    font-size: 16px;
    font-weight: 400;
}
.modalExit ul li {
    font-size: 19px;
    padding-bottom: 2px;
    font-family: 'Rubik';
    line-height: 1.5rem;
    font-size: 16px;
}
.modalExit ul li::before {
    content: '';
    position: relative;
    left: 0;
    top: 7px;
    padding: 5px 15px;
    background-image: url(../images/assets/before.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    margin-right: 3px;
}
.modalExit .whatsapp { 
    background: #4caf50; color: white; font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.modalExit .whatsapp > img {
    display: inline;
}