body {
  max-width: 960px;
  margin: auto;
}

.container {
  margin-top: 2%;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial;
  font-weight: 700;
}

.fancyTab {
  text-align: center;
  padding: 45px 0;
  background-color: #2DC9D1;
  /* box-shadow: 0 0 0 1px #ddd; */
  top: ;
  transition: top .2s;
  border-radius: 20px;
  border: 5px solid white;
}

.btn {
  border-radius: 10px;
}


.fancyTab.active {
  top: 0;
  transition: top .2s;
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 4px 10px -5px #000000;
}

.fancyTab.active span {
  color: #2DC9D1;
}

.whiteBlock {
  display: none;
}

.fancyTab.active .whiteBlock {
  display: block;
  height: 2px;
  bottom: -2px;
  background-color: #fff;
  width: 99%;
  position: absolute;
  z-index: 1;
}

.fancyTab a {
  font-family: Arial;
  font-size: 1.35em;
  font-weight: 300;
  transition: .2s;
  color: #fff !important;
}

/*.fancyTab .hidden-xs {
  white-space:nowrap;
}*/

.hidden-xs {
  font-weight: bolder;
  vertical-align: middle;
}

.fancyTabs {
  border-bottom: 0px solid #ddd;
  margin: 0 0 0;
}

li.fancyTab a {
  padding-top: ;
  top: ;
  padding-bottom: 0;
}

/* li.fancyTab.active a {
  padding-top: inherit;
} */

.fancyTab .fa {
  font-size: 40px;
  width: 100%;
  padding: 15px 0 5px;
  color: #666;
}

.fancyTab.active .fa {
  color: #cfb87c;
}

.fancyTab a:focus {
  outline: none;
}

.fancyTabContent {
  border-color: transparent;
  /* box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd; */
  /* padding: 30px 0px 0px; */
  position: relative;
  background-color: #fff;
  max-width: 960px;
  margin-top: 30px;

}

.nav-tabs>li.fancyTab.active>a,
.nav-tabs>li.fancyTab.active>a:focus,
.nav-tabs>li.fancyTab.active>a:hover {
  border-width: 0;
}

.nav-tabs>li.fancyTab:hover {
  background-color: white;
  box-shadow: 0 4px 10px -5px #000000;
}

.nav-tabs>li.fancyTab:hover span {
  color: #2DC9D1;;
  /* box-shadow: 0 0 0 1px #ddd; */
}

/* .nav-tabs > li.fancyTab.active:hover {
  background-color:;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
} */

.nav-tabs>li.fancyTab:hover a {
  border-color: transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
  background-color: transparent;
  border-bottom: 0;
}

.nav-tabs>li.fancyTab:hover a {
  border-right: 1px solid transparent;
}

.nav-tabs>li.fancyTab>a {
  margin-right: 0;
  border-top: 0;
  /* padding-bottom: 30px;
  margin-bottom: -30px; */
}

.nav-tabs>li.fancyTab {
  margin-right: 0;
  margin-bottom: 0;
}

.nav-tabs>li.fancyTab:last-child a {
  border-right: 1px solid transparent;
}

/* .nav-tabs > li.fancyTab.active:last-child {
  border-right: 0px solid #ddd;
	box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
} */

.fancyTab:last-child {
  /* box-shadow: 0 0 0 1px #ddd; */
}

.tabs .nav-tabs li.fancyTab.active a {
  box-shadow: none;
  top: 0;
}


/* .fancyTab.active {
  background: #fff;
	box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
  padding-bottom:;
} */

/* .arrow-down {
	display:none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #ddd;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
} */

/* .arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}

.fancyTab.active .arrow-down {
  display: block;
} */

.box {
  height: 400px;
  display: flex;
  justify-content: center;
  font-size: 13px;
}

.frame {
  width: 420px;
  height: 510px;
  padding-top: 50px;
  padding-bottom: 80px;
}

/* #myTabContent {
  display: none;
} */


/* @media (max-width: 1200px) {  
  .fancyTab .fa {
  	font-size: 36px;
  }  
  .fancyTab .hidden-xs {
    font-size:22px;
	}	
}	
@media (max-width: 992px) {    
  .fancyTab .fa {
  	font-size: 33px;
  }    
  .fancyTab .hidden-xs {
  	font-size:18px;
    font-weight:normal;
  }	
}	 */

@media (max-width: 590px) {
  .fancyTab>a {
    font-size: 16px;
  }

  .nav>li.fancyTab>a {
    margin-bottom: inherit;
  }

  .fancyTab .fa {
    font-size: 30px;
  }

  .nav-tabs>li.fancyTab>a {
    border-right: 1px solid transparent;
    padding-bottom: 0;
  }

  .fancyTab.active .fa {
    color: #333;
  }

  .frame {
    width: 100%;
    height: ;
  }

  .box {
    height: 520px;
  }

  .box div p {
    font-size: 15px;
  }

  .estilo_1 {
    padding: 0px !important;
  }

  .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .estilo_1 td {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
  body img {
    display: none !important;
  }
}

@media (max-width: 362px) {
  .fancyTabContent {
    padding: 0px 0px 0px;
  }

  .box {
    height: 620px;
  }

  .frame {
    height: ;
  }
}

.box1 h4 {
  /* position: absolute; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #747678;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.estilo_1 td {
  background: #eaeaea;
  background-color: rgb(234, 234, 234);
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  color: #000000;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  border: 1px solid white;
  border-radius: 10px;
  vertical-align: middle;
}

.estilo_1 thead td {
  text-align: center;
  background-color: #2DC9D1;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
}

.estilo_1 {
  table-layout: fixed;
  width: 100%;
  border: 0px #FFFFFF !important;
  padding: 20px;
  max-width: 600px;
  display: block;
  margin: auto;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  cursor: pointer;
}