.fa {
   display: none;
}

fontawesome-loaded .fa {
    display: inline-block; /* may not work in IE, use inline-block / block instead */
}

ul.sugestrow{
width:90%; 
list-style:none; 
padding:0px; 
margin:15px 5% 70px 5%;
float:left; 
clear:both;
}

ul.sugestrow li{ 
width:30%; 
padding:0 1.5% 0 1.5%; 
float:left; 
margin:0; 
}
ul.sugestrow li img{ 
max-width:33.33%; 
display:block; 
}

.sugestcontent{
    position: relative;
    display: inline-block;
    text-align: center;
}
.sugestprice{
    position: absolute;
    top: 0em;
    right: 0em;
    padding:1em 1.5em;
}

.d-input {
    display: flex;
    gap: 10px;
    margin: auto;
    font-weight: bold;
}

.resize {
    overflow: hidden;
    /*resize: horizontal;*/
    display: inline-block;
    margin: auto;
}

.resize input {
    width: 100%;
    box-sizing: border-box;
    text-align:center;
    padding:5% !important;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size : x-large;
}
.button {
width:100%;
padding:4% 0 7% 0; 
margin:10px 0 0 0; 
font-weight:normal;
text-align:center;
cursor:pointer; 
font-size:20px;
background-color:#0be0af;
color:#222222;
border: none;
cursor:pointer;
}

.button:active {
  background: #007a63;
}

.button__text {
  transition: all 0.2s;
}

.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.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: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.containervideo {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
 .redes {
  position: absolute;
  top: 100%;
  left: 55%;
  bottom: 0;
  right: 0%;
    /*position:absolute; top:460%; left:30%; bottom:0; right:0% */

 }
