* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}

@font-face {
  font-family: "Sora", sans-serif;
  font-style: bold;
  src: url(Sora.woff2) format("woff2");
}

@font-face {
  font-family: "Archivo ExtraLight", sans-serif;
  font-style: normal;
  font-weight: 200;
  src: url(Archivo.woff2) format("woff2");
}

.archivo-font {
  font-family: "Archivo", sans-serif;
  font-weight: 200;
  font-style: normal;
}

p,
label,
a,
ul,
li {
  font-family: "Archivo ExtraLight", sans-serif;
  font-size: 20px;
  list-style: none;
}

h1 {
  font-family: "Sora", sans-serif;
  font-size: 48px;
  text-align: center;
}

h2 {
  font-family: "Sora", sans-serif;
  font-size: 38px;
}

h3 {
  font-family: "Sora", sans-serif;
  font-size: 32px;
}

h4 {
  font-family: "Sora", sans-serif;
  font-size: 24px;
}

h5 {
  font-family: "Sora", sans-serif;
  font-size: 16px;
}

.ev-text-spaced {
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

body {
  background: linear-gradient(90deg, #002d46 0%, #004366 52.08%, #002d46 100%);
}

/* HEADER */

.ev-header-bg {
  background-image: url(../imagens/evento_varejo/headerBg.jpg);
  height: 100%;
  min-height: 90vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.ev-header-infos {
  display: flex;
  flex: 1 250px;
  justify-content: center;
  width: 100%;
  transition: 0.2s;
  margin: 0px 10px;
  color: #e6e6e6;
}

.ev-header-infos:hover {
  letter-spacing: 5px;
  transition: 0.2s;
}

.ev-header-logo {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
/* PALESTRANTES */

.ev-zada-bg {
  background-image: url(../imagens/evento_varejo/palestDetail.png),
    url(../imagens/evento_varejo/palestDetail2.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: right bottom, left top;
}

.ev-palestrante-img {
  margin: 0;
}

.ev-palestrante-container:first-child {
  margin-bottom: 0px;
}

.ev-palestrante-sec-text {
  text-align: right;
}

/* SECTION */
.ev-section {
  background-color: #f5fcff;
}

.ev-section-detail {
  height: 75px;
  width: 100%;
  display: flex;
  position: absolute;
}

.ev-section-detail-img {
  position: relative;
  top: -47px;
  margin: 0 auto;
  transition: 0.3s;
}

.ev-section-detail-img:hover {
  top: -30px;
  transition: 0.3s;
}

/* ASSUNTOS */

.ev-assuntos-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ev-assuntos-box {
  width: 25%;
  max-width: 250px;
  min-width: 180px;
  height: auto;
  transition: 0.2s;
  margin: 15px auto;
}

.ev-assuntos-box:hover {
  transition: 0.2s;
  filter: grayscale(100%);
}

/* VIDEO */
.ev-video-size {
  height: 30vh;
  width: 100%;
}

/* INFOS */

.ev-infos {
  background-image: url(../imagens/evento_varejo/infZada.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  box-shadow: 0 5px 10px #0d0d0d6c;
}

.ev-infos-section {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ev-infos-section-box {
  width: 150px;
  margin: 0 auto;
}

.ev-separator {
  height: 5px;
  width: 80%;
  min-width: 200px;
  margin: 60px auto;
  background-image: linear-gradient(to left, #0f8ac7, #00273c);
}

.ev-white-detail {
  margin: 0 auto;
}

/* RODAPE */

.ev-rodape {
  background-image: url(../imagens/evento_varejo/rodEmpresa.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.ev-rodape-logos {
  width: 100%;
  display: flex;
  justify-content: left;
}

@media (max-width: 992px) {
  .ev-header {
    background-image: url(../imagens/evento_varejo/cabZada.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 0px;
  }

  .ev-infos-section {
    justify-content: center;
  }

  .ev-download-form {
    width: 80%;
  }

  .ev-btn-header-last {
    display: block;
  }

  .ev-palestrante-container:first-child {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .ev-download-form {
    width: 10%;
  }

  .ev-rodape-logos {
    flex-wrap: wrap;
  }

  .ev-palestrante-container:first-child {
    margin-bottom: 90px;
  }

  .ev-rodape {
    text-align: center;
  }

  .ev-rodape-logos {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .ev-infos-section-box {
    width: 50%;
    min-width: 150px;
    margin: 0 auto;
  }

  .ev-palestrante,
  .ev-palestrante-sec-text,
  .ev-text-right,
  .ev-text-left {
    text-align: center;
  }

  .ev-palestrante-img {
    margin: 0 auto;
  }

  .ev-text-right {
    text-align: center;
  }

  .ev-header-infos {
    background-color: #fff;
    color: #0f8ac7;
    padding: 10px 15px;
    border-radius: 5px;
  }
}

/* BOTÕES */

.ev-btn {
  display: table;
  text-align: center;
  font-family: "Sora", sans-serif;
  font-weight: Bold;
  border: none;
  transition: all 0.2s ease-out;
  position: relative;
  text-decoration: none;
  padding-top: 15px;
}

.ev-btn ion-icon {
  font-size: 18px;
  margin-left: 5px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
}

.ev-btn-block {
  display: block;
  width: 100%;
}

.ev-btn-small {
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  font-size: 16px;
}

.ev-btn-medium {
  height: auto;
  line-height: 38px;
  padding: 10px 20px;
  font-size: 18px;
}

.ev-btn-large {
  height: auto;
  line-height: 38px;
  padding: 10px 20px;
  font-size: 24px;
  margin: 0 auto;
}

.ev-btn-responsive {
  width: 100%;
  max-width: 600px;
}

.ev-blue-shadow {
  box-shadow: 0px 0px 40px 0px rgba(67, 171, 223, 0.5);
}

.ev-box-shadow {
  box-shadow: 0px 5px 5px #0000003a;
}

.ev-btn-blue {
  background-color: #0f8ac7;
  color: #f1f1f1;
}

.ev-btn-blue-gradient {
  background: linear-gradient(
    90deg,
    rgba(0, 92, 138, 0.9) 0%,
    rgba(67, 171, 223, 0.9) 81.25%
  );
  color: #f1f1f1;
  transition: 0.5s;
}

.ev-btn-black {
  background-color: #0d0d0d;
  color: #f1f1f1;
}

.ev-btn-black:hover,
.ev-btn-blue:hover {
  background-color: #f1f1f1;
  color: #0d0d0d;
}

.ev-btn-blue-gradient:hover {
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  color: #0d0d0d;
  transition: 0.5s;
}

.ev-btn-white {
  color: #0d0d0d;
  background-color: #f1f1f1;
}

.ev-btn-white:hover {
  color: #f1f1f1;
  background-color: #0f8ac7;
}

/* FORM */

.displaynone {
  display: none;
  transition: 0.5s;
}

.displayblock {
  display: block !important;
  transition: 0.5s;
}

#ev-link-calendario {
  display: none;
  transition: 0.5s;
}

.display {
  display: block;
}

input,
textarea,
#campoMensagem {
  border-style: none;
  border-radius: 5px;
  background-color: #e6e6e6;
  height: 40px;
  width: 100%;
  margin-top: 5px;
  padding: 15px 15px;
  box-sizing: border-box;
}

.ev-download-form {
  width: 98%;
  max-width: 800px;
  margin: 0 auto;
  transition: 0.5s;
}

#msgEnvio {
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: ease 0.5s;
  z-index: -1;
  font-family: "readex pro";
  text-align: center;
}

#msgEnvio.emailEnviado {
  opacity: 1;
  z-index: 10;
  transition: 0.5s;
}

.emailEnviado {
  opacity: 1;
  z-index: 10;
  height: 850px;
  transition: 0.5s;
}

/* UTILITARIAS */

.ev-letter-spacing {
  letter-spacing: 10px;
}

.ev-mar-auto {
  margin: 0 auto;
}

.ev-line-height-40 {
  line-height: 40px;
}

.ev-text-bold {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
}

.ev-text-italic {
  font-style: italic;
}

.ev-text-small {
  font-size: 14px;
}

.ev-text-regular {
  font-size: 20px;
}

.ev-text-medium {
  font-size: 24px;
}

.ev-text-big {
  font-size: 28px;
}

.ev-text-large {
  font-size: 32px;
}

.ev-text-xlarge {
  font-size: 58px;
}

.ev-text-xxlarge {
  font-size: 100px;
}

.ev-text-justify {
  text-align: justify;
}

.ev-text-center {
  text-align: center;
}

.ev-text-right {
  text-align: right;
}

.ev-text-uppercase {
  text-transform: uppercase;
}

.ev-anim-blue-shadow {
  transition: 0.3s;
}

.ev-anim-blue-shadow:hover {
  box-shadow: 0 0 50px #0f8ac786;
  transition: 0.3s;
}

.ev-anim-blue-line:hover {
  box-shadow: 0 0 50px #0f8ac786;
  transition: 0.3s;
}

.ev-text-height {
  line-height: 100%;
}

.ev-text-white {
  color: #f1f1f1;
}

.ev-text-black {
  color: #0d0d0d;
}

.ev-text-light-blue {
  color: #43abdf;
}

.ev-text-blue {
  color: #0f8ac7;
}

.ev-text-dark-blue {
  color: #005c8a;
}

.ev-text-black-blue {
  color: #00273c;
}

.ev-text-center {
  text-align: center;
}

.ev-shadow {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.ev-bg-white {
  background-color: #f2f2f2;
}

.ev-bg-flash-white {
  background-color: #fff;
}

.ev-bg-black {
  background-color: #0d0d0d;
}

.ev-bg-light-blue {
  background-color: #0f8ac7;
}

.ev-bg-blue {
  background-color: #00334d;
}

.ev-bg-dark-blue {
  background-color: #00273c;
}

.ev-mar-15 {
  margin: 15px;
}

.ev-mar-top-15 {
  margin-top: 15px;
}

.ev-mar-right-15 {
  margin-right: 15px;
}

.ev-mar-bottom-15 {
  margin-bottom: 15px;
}

.ev-mar-left-15 {
  margin-left: 15px;
}

.ev-pad-15 {
  padding: 15px;
}

.ev-pad-top-15 {
  padding-top: 15px;
}

.ev-pad-right-15 {
  padding-right: 15px;
}

.ev-pad-bottom-15 {
  padding-bottom: 15px;
}

.ev-pad-left-15 {
  padding-left: 15px;
}

.ev-mar-30 {
  margin: 30px !important;
}

.ev-mar-top-30 {
  margin-top: 30px !important;
}

.ev-mar-right-30 {
  margin-right: 30px !important;
}

.ev-mar-bottom-30 {
  margin-bottom: 30px !important;
}

.ev-mar-left-30 {
  margin-left: 30px !important;
}

.ev-pad-30 {
  padding: 30px !important;
}

.ev-pad-top-30 {
  padding-top: 30px !important;
}

.ev-pad-right-30 {
  padding-right: 30px !important;
}

.ev-pad-bottom-30 {
  padding-bottom: 30px !important;
}

.ev-pad-left-30 {
  padding-left: 30px !important;
}

.ev-mar-top-60 {
  margin-top: 60px;
}

.ev-mar-bottom-60 {
  margin-bottom: 60px;
}

.ev-pad-bottom-60 {
  padding-bottom: 60px !important;
}

.ev-pad-top-60 {
  padding-top: 60px !important;
}

.ev-mar-top-90 {
  margin-top: 180px !important;
}

.ev-mar-bottom-90 {
  margin-bottom: 180px !important;
}

.ev-pad-top-90 {
  padding-top: 90px !important;
}

.ev-pad-bottom-90 {
  padding-bottom: 90px !important;
}

.ev-first-section {
  height: calc(100vh - 30px);
}

.ev-no-padding {
  padding: 0 !important;
}

.ev-img-responsive {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: auto;
  display: block;
}

/* CLASSES COMPORTAMENTO */

.ev-open {
  display: block;
}

.ev-slide-top-in {
  animation: slideTopIn 0.6s forwards cubic-bezier(0, 1.11, 0.6, 0.89);
}

.ev-fade-out {
  animation: fadeOut 2s forwards ease-out;
}

.ev-fade-from-left {
  animation: fadeFromLeft 1s 0.5s forwards cubic-bezier(0, 1.01, 0.32, 1);
}

.ev-scale-right {
  animation: scaleRight 0.7s 0.2s forwards cubic-bezier(0, 1.01, 0.32, 1);
}

.ev-scale-up {
  animation: scaleUp 0.5s 0.5s forwards cubic-bezier(0, 1.01, 0.32, 1);
}

.ev-no-radius-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ev-no-radius-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.red {
  background: red;
}

.orange {
  background: orange;
}

.yellow {
  background: yellow;
}

.purple {
  background: purple;
}

.blue {
  background: blue;
}
