/*-------- Head --------*/

.head{
  background-image: url(../images/banner.png);
  background-size: cover;
  padding: 5%;
  padding-top: 2%;
  min-height: 100vh;
}

.head .container .col{
  padding: 0 7% !important;
}

.head img{
  width: 100%;
  height: 120px;
  object-fit: contain;
  object-position: left;
  margin-top: -50px;
}

.head ul{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 1.5em !important;
}

.head svg{
  width: 20px !important;
  height: 20px;
  padding: 3px;
  border: 1px solid white;
  color: white;
}

.head hr{
  width: 70%;
  position: absolute;
  border: none;
  height: 2px;
  background-color: #FEFEFE;
  top: 0;
  left: 0;
}

.head .container{
  width: 100% !important;
}

.head h2{
  font-size: 2.8em;
  font-weight: bold;
  color: white;
  margin: 0;
  letter-spacing: .1em;
}

.head h3{
  font-size: 1.75em;
  font-weight: bold;
  color: white;
  margin: 0;
}

.head span{
  border: 1px solid white;
  padding: 0 .2em;
}

.head h4{
  font-size: 1.5em;
  font-weight: bold;
  color: #FAAA31;
  margin: 2em 0;
}

.head p{
  font-size: 1em;
  line-height: 1.25em;
  color: white;
}

.head .col .col{
  padding: 0 !important;
}

.head h5{
  font-size: 1.25em;
  font-weight: bold;
  color: #FAAA31;
  margin-top: 1em;
}

.head small{
  color: white;
  width: 100%;
  text-align: center;
}

.head .container .col .col .col{
  padding: .5em !important;
}

.head .s6{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.head .time{
  background-color: #848688;
  border: 6px solid #606062;
  width: 100%;
  height: 90px;
  text-align: center;
  vertical-align: center;
  line-height: 80px;
  font-size: 3.5em;
  font-weight: bold;
  color: white;
}

.head .contador{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.head form{
  background-color: rgba(75, 75, 77, 0.7);
  padding: 2em;
  height: 60vh;
      display: flex;
      justify-content: center;
      align-items: center;
}

.head h6{
  font-size: 3em;
  font-family: 'caviardreams';
  color: #FEFEFE;
  margin: 0;
  margin-bottom: 1em;
}

.head input,
.head textarea{
  background-color: #D2D3D5 !important;
  border: none !important;
  margin: .2em 0 !important;
}

.head input::placeholder,
.head textarea::placeholder{
  color: #727376;
}

.head .btn{
  background-color: #16AD02 !important;
  width: 80%;
  text-transform: none !important;
}

.head .btn svg{
  border-radius: 50%;
  position: relative;
  top: 2px;
}

/*-------- Eventos --------*/

.evento{
  padding: 5%;
}

.evento .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.evento h2{
  font-size: 2em;
  font-weight: bold;
  color: #4B4B4D;
}

.evento p{
  font-size: 1.25em;
  line-height: 1.25em;
  color: white;
}

.evento .col div{
  /*background-color: #A8CF45;*/
  padding: 1em;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
  transform: all 0.5s;
}

.evento .col .div1{
  
 background-color: #1de9b6; 
}
.evento .col .div2{
  background-color: #A8CF45;
}

.evento .col .div3{
  background-color: #ff9100; 
}
.evento .col .div4{
  background-color: #ff5252; 
}
.evento .col .div5{
  background-color: #ffd600; 
}

.evento .col{
  margin: 0 !important;
}

.evento .col:hover div{
  background-color: #25B7D3;
}

/*-------- Participar --------*/

.participar{
  background-image: url(../images/foto-3.png);
  background-size: cover;
  padding: 5%;
}

.participar h2{
  font-size: 2em;
  font-weight: bold;
  color: white;
}

.participar img{
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.participar p{
  font-size: 1em;
  line-height: 1.25em;
  color: white;
  margin-top: 4em;
}

/*-------- Cronograma --------*/

.cronograma{
  background: rgba(245,132,52,1);
  background: -moz-linear-gradient(left, rgba(245,132,52,1) 0%, rgba(189,70,55,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,132,52,1)), color-stop(100%, rgba(189,70,55,1)));
  background: -webkit-linear-gradient(left, rgba(245,132,52,1) 0%, rgba(189,70,55,1) 100%);
  background: -o-linear-gradient(left, rgba(245,132,52,1) 0%, rgba(189,70,55,1) 100%);
  background: -ms-linear-gradient(left, rgba(245,132,52,1) 0%, rgba(189,70,55,1) 100%);
  background: linear-gradient(to right, rgba(245,132,52,1) 0%, rgba(189,70,55,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58434', endColorstr='#bd4637', GradientType=1 );
  padding: 5%;
}

.cronograma h2{
  font-size: 2em;
  font-weight: bold;
  color: white;
}

.cronograma .col{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2em;
}

.cronograma .col div{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 1.5em;
}

.cronograma .time{
  background-color: #A8CF45;
  width: 150px;
}

.cronograma .text{
  background-color: white;
  width: calc(100% - 150px);
}

.cronograma h3{
  font-size: 1.25em;
  font-weight: bold;
  color: white;
}

.cronograma .btn{
  margin-top: 2em;
  background-color: transparent !important;
  border: 2px solid white;
  text-transform: none;
  height: 3rem;
  line-height: 3rem;
}

/*-------- Mapa --------*/

.mapa{
  background-color: #00AFEF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mapa iframe{
  width: 100%;
  height: 100vh;
  margin-bottom: -6px;
}

.mapa .col:nth-of-type(1){
  padding: 5% !important;
}

.mapa .col:nth-of-type(2){
  padding: 0 !important;
}

.mapa h2{
  font-size: 2em;
  font-weight: bold;
  color: white;
  margin: 0;
}

.mapa p{
  font-size: 1.25em;
  line-height: 1.25em;
  color: white;
  margin: 0;
}

/*-------- Footer --------*/

.footer{
  background-color: #4B4B4D;
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer p{
  font-size: 1em;
  line-height: 1.25em;
  color: white;
}

.copy{
  background-color: #373435;
  padding: 1em;
}

.copy h2{
  font-size: 1.25em;
  color: white;
  margin: 0;
}

.copy p{
  font-size: .8em;
  line-height: 1.25em;
  color: white;
  margin: 0;
}

/*-------- TIPOGRAFIA --------*/

@font-face{
  font-family: 'bahnschrift';
  src: url(../fonts/bahnschrift.ttf);
}

@font-face{
  font-family: 'caviardreams';
  src: url(../fonts/caviardreams.ttf);
}

.row{
  margin-bottom: 0 !important;
}

address{
  font-style: normal;
}

strong{
  font-weight: bold !important;
}

figcaption{
  display: none !important;
}

figure{
  margin: 0 !important;
}

fieldset {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

input, textarea{
  padding-left: 1em !important;
  width: calc(100% - 1em) !important;
}