* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



h1 {
  font-size: 2em;

  text-align: center;
} 

.accordion dl { border: 1px solid #FFF; }

.accordion dl:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background: #245B98; /*#cc9d56;*/}



.accordion dt > a {
  text-align: center;
  font-weight: 700;
  padding: 1em;
  display: block;
 
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  
}

.accordion dd {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}


.accordion dd > p {
  padding: 1em 2em 1em 2em;
  margin: 0;
}

.accordion {
  position: relative;
  background-color: #eee;
}

.cont {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle {
  font-size:1.5em;
text-shadow: 2px 3px 2px #000 /*#b5afb5*/;

background: #245B98; /*#e9dc96;*/

 

}

.accordionTitle:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.accordionTitle:hover {color:#245B98;  background-color: #fff /*#cc9d56*/ ; text-shadow: 2px 3px 2px #8c8c8c}

.accordionTitleActive { 
  color:#245B98;

  background: rgba(68, 96, 127, 0.9);}

.accordionTitleActive:before {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
}
@media all {

.accordionItem {
  max-height: 30em;
  -moz-transition: max-height 1s;
  -o-transition: max-height 1s;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
}
@media screen and (min-width: 48em) {

.accordionItem {
  max-height: 100%;
  -moz-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
}

.accordionItemCollapsed { max-height: 0; }

.animateIn {
  -webkit-animation-name: accordionIn;
  -webkit-animation-duration: 0.65s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-name: normal;
  -moz-animation-duration: 0.65s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  animation-name: accordionIn;
  animation-duration: 0.65s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}
.accordion p{
  text-align:justify;
}

.animateOut {
  -webkit-animation-name: accordionOut;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-name: accordionOut;
  -moz-animation-duration: 0.75s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  animation-name: accordionOut;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}
 @-webkit-keyframes 
accordionIn {  0% {
 opacity: 0;
 -webkit-transform: scale(0.8);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
}
}
@-moz-keyframes 
accordionIn {  0% {
 opacity: 0;
 -moz-transform: scale(0.8);
}
 100% {
 opacity: 1;
 -moz-transform: scale(1);
}
}
@keyframes 
accordionIn {  0% {
 opacity: 0;
 transform: scale(0.8);
}
 100% {
 opacity: 1;
 transform: scale(1);
}
}
@-webkit-keyframes 
accordionOut {  0% {
 opacity: 1;
 -webkit-transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(0.8);
}
}
@-moz-keyframes 
accordionOut {  0% {
 opacity: 1;
 -moz-transform: scale(1);
}
 100% {
 opacity: 0;
 -moz-transform: scale(0.8);
}
}
@keyframes 
accordionOut {  0% {
 opacity: 1;
 transform: scale(1);
}
 100% {
 opacity: 0;
 transform: scale(0.8);
}


}
.boton2{
 /* width:70px;
  height:20px;*/
/*color gradient*/
/*background: -moz-linear-gradient(-45deg, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 29%, rgba(182,141,76,1) 61%, rgba(193,158,103,1) 72%, rgba(233,212,179,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(243,226,199,1)), color-stop(29%, rgba(193,158,103,1)), color-stop(61%, rgba(182,141,76,1)), color-stop(72%, rgba(193,158,103,1)), color-stop(100%, rgba(233,212,179,1)));
background: -webkit-linear-gradient(-45deg, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 29%, rgba(182,141,76,1) 61%, rgba(193,158,103,1) 72%, rgba(233,212,179,1) 100%);
background: -o-linear-gradient(-45deg, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 29%, rgba(182,141,76,1) 61%, rgba(193,158,103,1) 72%, rgba(233,212,179,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 29%, rgba(182,141,76,1) 61%, rgba(193,158,103,1) 72%, rgba(233,212,179,1) 100%);
background: linear-gradient(135deg, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 29%, rgba(182,141,76,1) 61%, rgba(193,158,103,1) 72%, rgba(233,212,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=1 );*/
/*bordes*/
/*border-radius: 165px 22px 144px 22px;
-moz-border-radius: 165px 22px 144px 22px;
-webkit-border-radius: 165px 22px 144px 22px;
border: 0px solid #000000;*/
/*sombra*/
/*-webkit-box-shadow: 21px 121px 73px -4px rgba(173,138,85,1);
-moz-box-shadow: 21px 121px 73px -4px rgba(173,138,85,1);
box-shadow: 21px 121px 73px -4px rgba(173,138,85,1);*/

}

.boton{
  width:78px;
  height:23px;
  color: #fff;
  font-weight: 600;
/*color gradient*/
background: rgb(68,95,126);
background: -moz-linear-gradient(left, rgb(68,95,126) 10%, rgb(51,102,153) 25%, rgb(45,97,153) 35%, rgb(36,90,153) 50%, rgb(45,97,153) 65%, rgb(51,102,153) 75%, rgb(68,95,126) 90%);
background: -webkit-gradient(left top, right top, color-stop(10%, rgb(68,95,126)), color-stop(25%, rgb(51,102,153)), color-stop(35%, rgb(45,97,153)), color-stop(50%, rgb(36,90,153)), color-stop(65%, rgb(45,97,153)), color-stop(75%, rgb(51,102,153)), color-stop(90%, rgb(68,95,126)));
background: -webkit-linear-gradient(left, rgb(68,95,126) 10%, rgb(51,102,153) 25%, rgb(45,97,153) 35%, rgb(36,90,153) 50%, rgb(45,97,153) 65%, rgb(51,102,153) 75%, rgb(68,95,126) 90%);
background: -o-linear-gradient(left, rgb(68,95,126) 10%, rgb(51,102,153) 25%, rgb(45,97,153) 35%, rgb(36,90,153) 50%, rgb(45,97,153) 65%, rgb(51,102,153) 75%, rgb(68,95,126) 90%);
background: -ms-linear-gradient(left, rgb(68,95,126) 10%, rgb(51,102,153) 25%, rgb(45,97,153) 35%, rgb(36,90,153) 50%, rgb(45,97,153) 65%, rgb(51,102,153) 75%, rgb(68,95,126) 90%);
background: linear-gradient(to right, rgb(68,95,126) 10%, rgb(51,102,153) 25%, rgb(45,97,153) 35%, rgb(36,90,153) 50%, rgb(45,97,153) 65%, rgb(51,102,153) 75%, rgb(68,95,126) 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#445f7e', endColorstr='#445f7e', GradientType=1 );
/*bordes*/
border-radius: 165px 22px 144px 22px;
-moz-border-radius: 165px 22px 144px 22px;
-webkit-border-radius: 165px 22px 144px 22px;
border: 0px solid #000000;
/*sombra*/
-webkit-box-shadow: 21px 121px 73px -4px rgba(173,138,85,1);
-moz-box-shadow: 21px 121px 73px -4px rgba(173,138,85,1);
box-shadow: 21px 121px 73px -4px rgba(173,138,85,1);
}