@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: 30px;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../img/fondoscan.jpg')
}

.container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8vh;
  background: #e5e5e5;
}

.container-jose {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8vh;
}

.topnav {
  height: 10vh;
  width: 100vw;
  background-color: #1D3F59;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.31);
}
.section_event_details {
  position: relative;
  display: flex;
  flex-direction: column;
  -moz-box-shadow: 3px 2px 4px rgba(102, 102, 102, 0.52);
  -webkit-box-shadow: 3px 2px 4px rgba(102, 102, 102, 0.52);
  box-shadow: 3px 2px 4px rgba(102, 102, 102, 0.52);
  width: 75%;
  border-radius: 10px;
  background: #fff;
}
.section_event_details p {
  color: #969696;
  font-size: 15px;
}
.section_event_details h2 {
  color: #06295c;
  text-transform: uppercase;
}
.section_event_details i {
  color: #ee439a;
}
.section_event2{
  width:75%;
}
.date {
  border-right: 1px solid #e5e5e5;
  width: 50%;
  padding-top: 10px;
  padding-left: 50px;
  padding-bottom: 15px;
}
.time {
  padding-left: 50px;
  padding-top: 10px;
}
.topnav h1, .topnav a {
  color: #fff;
  font-size: 3em;
}
.topnav .arrow-left {
  margin-left: 20px
}
.topnav .menu-right {
  margin-right: 20px;
}
.img-event {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #311e4f;
  width: 100%;
}
.img-event .imgBG {
  width: 100%;
}
.img-event img {
  width: 80%;
  margin-top: 10px;
}
.time-date {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

.time>h1, .date>h1, .sponsor>h1, .description>h1 {
  color: black;
}

.sponsor {
  border-top: 1px solid #e5e5e5;  
  display: flex;
  border-bottom: 1px solid #e5e5e5;  
}
.gutters {
  padding-top: 10px;
  padding-left: 50px;
  padding-bottom: 15px;
}
.description-jose{
  display: flex;
  flex-direction: column;
  padding: 10vw;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 10px;
}
.phone {
  display: flex;
  border-top: 1px solid #e5e5e5;  
  border-bottom: 1px solid #e5e5e5;    
}
.buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.ticket {
  background-color: #ee439a; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.share {
  background-color: transparent; 
  border: 2px solid #ee439a;
  color: #ee439a;
  padding: 13px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-right: 20px;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 40px;
  height: 30vh;
  width: 40vw;
  min-width: 36vw;
  max-width: 40vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #3f435f;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.imgContainerEvent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 381px;
  padding-left: 70px;
  padding-right: 70px;
}

@media only screen and (max-width: 450px) {
  .sponsor {
    border-top: 1px solid #e5e5e5;  
    display: flex;
    border-bottom: 1px solid #e5e5e5;  
  }
  .gutters {
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 15px;
  }
  .description{
    border-top: 1px solid #e5e5e5;  
    display: flex;
    border-bottom: 1px solid #e5e5e5;    
  }
  .phone {
    display: flex;
    border-top: 1px solid #e5e5e5;  
    border-bottom: 1px solid #e5e5e5;    
  }
  
  .ticket {
    background-color: #ee439a; /* Green */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
  }
  
  .share {
    background-color: transparent; 
    border: 2px solid #ee439a;
    color: #ee439a;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    border-radius: 5px;
  }


  .topnav {
    height: 8vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.31);
  }
  .section_event_details {
    position: relative;
    bottom: 22px;
    width: 95%;
  }
  .section_event_details p {
    color: #969696;
    font-size: 14px;
  }
  .section_event_details h2 {
    color: #06295c;
    text-transform: uppercase;
    font-size: 1em;
  }
  .section_event_details i {
    color: #ee439a;
  }
  .date {
    border-right: 1px solid #e5e5e5;
    width: 50%;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 15px;
  }
  .time {
    padding-left: 30px;
    padding-top: 10px;
  }

  .img-event {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #311e4f;
    width: 100%;
    height: 210px;
  }

  .img-event img {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }
  .time-date {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
  }
  .topnav h1, .topnav a {
    font-size: 2em;
  }
  .imgContainerEvent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 189px;
    padding-left: 70px;
    padding-right: 70px;
  }
}  

.container-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 10vw;
}

.header1 {
 color: #fff;
 font-size: 3vh;
 line-height: 1.2;
 text-align: center;
}

.header2 {
  color: #fff;
  font-size: 3vh;
  line-height: 1.2;
}

.question {
  color: #9E9C98;
  font-size: 2vh;
  margin-top: 2vh;
}

.thankyou {
  color: #1B3042;
  font-size: 6vw;
}

.icon-shield{
    font-size: 7vh !important;
    color: #63BBA9;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left: -117px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 24px;
}


.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.dropdownActive {
  height: 177px;
}
.dropdownNormal {
  height: 80px;
}