* {
  box-sizing: border-box;
}
.w3-top {
  left: 0;
  height: 59px;
}

.header-container {
  position: relative;
  font-family: Arial;
  margin-top: 100px;
  max-width: 1900px;
  width: 100%;
}
.fa-whatsapp {
  font-size: 20px;
  color: #25d366;
}
.whatsappBtn {
  background-image: url(https://palumboventas.com/img/WhatsApp_Logo_2.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 70px !important;
  height: 58px !important;
}
.finger {
  padding-top: 39px;
  padding-left: 49px;
}
.snapBtn {
  background-image: url(https://palumboventas.com/img/Snap_logo-positivo-imagex500.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 63px !important;
  height: 58px !important;
}
.finger2 {
  padding-top: 33px;
  padding-left: 29px;
}
.text-block {
  position: absolute;
  bottom: 20px;
  /*right: 400px;*/
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
  text-align: center;
  right: 40%;
  left: 40%;
}
.w3-bar-item .w3-button {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}
.w3-bar .w3-bar-item:hover {
  background-color: #f8d101 !important;
}

body {
  background-color: white;
  font-family: "Quicksand", "Arial", sans-serif;
  padding-right: 0px;
  padding-left: 0px;
}
h3 {
  font-family: "Quicksand", Arial, sans-serif;
}
h4 {
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
}
a {
  text-decoration: none;
}
b:hover {
  color: #f8d101;
}

/* Center website */
.main {
  max-width: 1900px;
  margin: auto;
  padding: 20px;
  padding-bottom: 0px;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}
h2 {
  text-align: center;
  color: #464646;
  font-family: "Quicksand", "Arial", sans-serif;
}

.row {
  margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
  /* min-height: 196px;  Equal height rows customized */
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
  text-align: center;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  font-weight: bold;
  background-color: #f8d101;
  color: black;
  outline: none;
  padding: 12px 16px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  border: none;
}

.btn:hover {
  background-color: #f8d101;
}

.btn.active {
  color: #f8d101;
  background-color: black; /*
  border: 1px solid #f8d101;*/
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

img {
  /*
  width: 100%;
    height: auto;
    max-height: 300px; /* FOR larger images 
    max-width: 200px; /* FOR larger images */
}
.contain {
  object-fit: contain;
}

.w3-panel {
  line-height: 6.5;
}
.calculatorBtn {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 600px;
}

/* CALCULATOR */

/* The Modal (background) */
.calculator-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.84); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: rgb(248, 209, 1);
  color: black;
}

.modal-body {
  padding: 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: rgb(248, 209, 1);
  color: black;
}
input[type="text"] {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
input[type="button"] {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  background-color: black;
  color: rgb(248, 209, 0);
}
/* End CALCULATOR */

video {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.noPadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* Footer Mobile */
.mobileFooter {
  position: fixed;
  padding-left: 10px;
}
.mobileFooter p {
  float: left !important;
  text-align: left;
}
.mobileFooter img {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}
/* Footer Medium and Large */
.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.749);
  color: white;
  text-align: center;
  font-size: 20px;
}
/* * * * SMALL * * * * */
@media screen and (max-width: 600px) {
  p {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  h4 {
    margin-bottom: 5px;
  }
  .footer p {
    font-size: 15px;
  }
}
/* * * * 1 * * * * */
@media screen and (max-width: 320px) and (min-width: 300px) {
  .w3-top .w3-bar-item .w3-button {
    margin-top: 0px;
  }
  .logo {
    max-width: 183px !important;
  }
  .header-container {
    margin-top: 58px;
  }
  .main {
    padding-left: 10px;
    padding-right: 10px;
  }
  h2 {
    font-size: 23px;
  }
  h4 {
    font-size: 13px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 11px;
  }
  .row,
  .row > .column {
    min-height: 159px !important;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .content {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .contact-centered {
    position: absolute;
    top: 50%;
    left: 20% !important;
    transform: translate(-15%, -46%) !important;
    line-height: 3.5;
    font-size: 13px;
  }
  .contact-btn {
    margin-top: 10px !important;
  }
  .btn {
    font-size: 8px;
    padding: 12px;
  }
}

/* * * * 2 * * * * */
@media screen and (max-width: 411px) and (min-width: 321px) {
  .w3-top .w3-bar-item .w3-button {
    margin-top: 0px;
  }
  .logo {
    max-width: 226px;
    height: 59px;
  }
  .header-container {
    margin-top: 58px;
  }
  .main {
    padding-left: 10px;
    padding-right: 10px;
  }
  h2 {
    font-size: 19px;
  }

  h4 {
    font-size: 13px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 11px;
  }
  .w3-center.w3-center-mobile {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .row,
  .row > .column {
    min-height: 155px !important;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .content {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .btn {
    font-size: 11px;
  }
  .contact-btn2 {
    font-size: 11px;
  }
  .mobile-btn2 {
    font-size: 11px;
  }
  /*
  .contact-centered {
    position: absolute;
    top: 50%;
    left: 20% !important;
    transform: translate(-15%, -46%) !important;
    line-height: 3.5;
  }
  .contact-btn {
    margin-top: 10px !important;
  }*/
  .w3-center {
    padding: 16px;
  }
  hr {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .footer p {
    font-size: 15px;
    margin-top: 16px;
  }
}
/* * * * 3 * * * * */
@media screen and (max-width: 417px) and (min-width: 412px) {
  .header-container {
    margin-top: 58px;
  }
  .row,
  .row > .column {
    min-height: 230px !important; /* Equal height rows customized */
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .content {
    padding-left: 4px;
    padding-right: 4px;
  }
  .w3-panel {
    margin-top: 72px !important;
  }
  .btn {
    font-size: 12px;
  }
}

/* * * * 4 * * * * */
@media screen and (max-width: 734px) and (min-width: 418px) {
  .header-container {
    margin-top: 59px;
  }
  .row,
  .row > .column {
    min-height: 272px !important; /* Equal height rows customized */
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .content {
    padding-left: 4px;
    padding-right: 4px;
  }
  .w3-panel {
    /* margin-top: 72px !important; */
  }
  .footer p {
    font-size: 20px;
  }
  .btn {
    font-size: 12px;
  }
}
/* * * * 5* * * * */
@media screen and (max-width: 960px) and (min-width: 735px) {
  .w3-bar .w3-button {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
  .w3-bar {
    max-height: 59px;
  }
  .header-container {
    margin-top: 59px;
  }
  h4 {
    font-size: 18px;
  }
  .row,
  .row > .column {
    min-height: 323px !important; /* Equal height rows customized */
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .content {
    padding-left: 4px;
    padding-right: 4px;
  }
  .w3-panel {
    /* margin-top: 118px; */
  }
}
/* * * * 6 * * * * */
@media screen and (max-width: 1024px) and (min-width: 961px) {
  .w3-bar .w3-button {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
  .w3-bar {
    max-height: 59px;
  }
  .header-container {
    margin-top: 59px;
  }
  h4 {
    font-size: 18px;
  }
  .row,
  .row > .column {
    min-height: 333px !important; /* Equal height rows customized */
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .content {
    padding-left: 4px;
    padding-right: 4px;
  }
  .w3-panel {
    /* margin-top: 183px; */
  }
}

/* * * * 8 * * * * */
@media screen and (max-width: 1700px) and (min-width: 1025px) {
  .w3-bar .w3-button {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
  .w3-bar {
    max-height: 59px;
  }
  .header-container {
    margin-top: 59px;
  }
  h4 {
    font-size: 18px;
  }
  .row,
  .row > .column {
    min-height: 498px !important; /* Equal height rows customized */
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .content {
    padding-left: 4px;
    padding-right: 4px;
  }
  .w3-panel {
    /* margin-top: 183px; */
  }
}
/* * * * 9 * * * * */
@media screen and (max-width: 2300px) and (min-width: 1701px) {
  .w3-bar .w3-button {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
  .w3-bar {
    max-height: 59px;
  }
  .header-container {
    margin-top: 59px;
  }
  h4 {
    font-size: 18px;
  }
  .row,
  .row > .column {
    min-height: 552px !important; /* Equal height rows customized */
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .content {
    padding-left: 4px;
    padding-right: 4px;
  }
  .w3-panel {
    margin-top: 183px;
  }
}
/* * * * - * * * * */

/* Contact mobil */

.contact-container {
  position: relative;
  text-align: center;
  color: white;
}

.contact-centered {
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translate(-21%, -44%);
  text-align: left;
  line-height: 3.5;
}
.contact-btn {
  background-color: transparent;
  color: white;
  outline: none;
  margin-bottom: 16px;
  margin-top: 13px;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 8px;
  padding-left: 8px;
  border: 1px solid white;
}
.contact-btn2 {
  background-color: #f8d101;
  color: white;
  outline: none;
  margin-bottom: 16px;
  margin-top: 16px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 12px;
  border: none;
}
.mobile-btn2 {
}
/* /Contact mobil */
.w3-bar .whatsappBtn {
  margin-bottom: 0px !important;
  padding: 0;
}
.w3-bar .messengerBtn {
  padding-top: 16px;
  padding-left: 18px;
  padding-bottom: 12px;
  background-color: white !important;
}
.w3-bar .messengerBtn:hover {
  background-color: white !important;
}
.imageBtn {
  margin-bottom: 0px;
}
.w3-center.w3-center-mobile {
  padding-left: 2px;
  padding-right: 2px;
}

.animation {
  animation-duration: 3s !important;
  animation: fading 2s infinite !important;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  /*
  opacity: 0.6;
  */
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* Social */
.social-panel{
  margin-bottom: 153px;
}

/*
<!-- - - - - - - - - - - - - - - - - - - - - - - - - * * * * * * - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - * W3-SMALL * - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - * * * * * * - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
*/
@media screen and (max-width: 600px) {
  .youtube{
    width: 17%;
  }
  .google-my-business{
    width: 30%;
  }
  .twitter{
  	width: 14%;
  }
}
/*
<!-- - - - - - - - - - - - - - - - - - - - - - - - - * * * * * * - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - * W3-MEDIUM * - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - * * * * * * - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
*/
@media screen and (max-width: 991px) and (min-width: 601px) {
  .faq-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .youtube{
    width: 6%;
  }
  .twitter{
  	width: 8%;
  }
  .google-my-business{
    width: 12%;
  }
}
/*
<!-- - - - - - - - - - - - - - - - - - - - - - - - - * * * * * * - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - * W3-LARGE * - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - * * * * * * - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
*/
@media screen and (min-width: 992px) {
  .faq-container {
    padding-left: 10%;
    padding-right: 10%;
  }
  .youtube{
    width: 4%;
  }
  .twitter{
  	width: 4%;
  }
  .google-my-business{
    width: 10%;
  }
}
