.accordion > dt{
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.accordion > dt > a{
	display: block;
	position: relative;
	color: #777;
	text-decoration: none;
	padding: 14px 20px;
	border: 1px solid #e5e5e5;
	
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a:hover{
	text-decoration: none;
	border: 1px solid #6f1451;
	background-color: #fcfcfc;    
	color: #444;
}
.accordion > dt > a.active{
	color: #000;
	border-color: #ddd;
	background-color: #fcfcfc;
	cursor: default;
}
.accordion > dt > a:after{
	content: "\f107";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after{
	content: "\f106";
	color: #111;
}
.accordion > dt > a:hover:after{
	color: #444;
}

.accordion > dd{
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #777;
}


/*
* accordion
*/

.accordion > dt{
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	max-width: 300px;
}
.accordion > dt > a{
	display: block;
	position: relative;
	border-radius: 48px;
	color: #fff;
	text-transform: none;
	text-align: center;
	background: #6f1451;
	text-decoration: none;
	padding: 14px 20px;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	font-weight: 700;
}
.accordion > dt > a:hover{
	text-decoration: none;
	border-color: #ddd;
	background-color: #fcfcfc;
	color: #000;
	transform: scale(1.05);
	transition: 1s;
}
.accordion > dt > a.active{
	color: #6f1451;
	border-color: #ddd;
	background-color: #ffffff00;
	border: 1px solid #6f1451;
	transform: scale(1.05);
	transition: 1s;
}

.accordion > dt > a:after{
  content:url(../img/downb.png);
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after{
	/* content: "\f106"; */
	color: #fff;
}
.accordion > dt > a:hover:after{
	color: #fff;
}
.accordion > dd{
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #777;
	max-width: 80%;
	margin: auto;
	text-align: justify;
}
.accordion > dt > a:hover {
	text-decoration: none;
	color: #6f1451;
	border: 1px solid #6f1451;
	background-color: #ffffff00;
	transform: scale(1.05);
	transition: 1s;
}
.accordion > dt > a.active:after, .accordion > dt > a.active:hover:after {
	/*content: "\f106";*/
  content:url(../img/upp.png);
	color: #fff;
}
.accordion > dt > a:hover:after {
	/*content: "\f106";*/
  content:url(../img/downp.png);
	color: #fff;
  transition:1s!important;
}
.imgres{
  width:100%;
  height:auto;
  margin:auto;
}
.logo{
  max-width: 180px;
  margin-top: -24px;
  transition: 1s;
}
.navbar.navbar-transparent {
	border: 0;
	border-radius: 3px;
	padding: 0.625rem 0;
	margin-bottom: 20px;
	color: white;
	background-color: #fff0 !important;
	/* box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15); */
	transition: 1s!important;
	margin-top: 15px;
	background-image: linear-gradient(to left, #6f145100, #ffffff00);
}
.navbar {
  transition:1s!important;
  color: #ffffff!important;
  height: 88px;
  /* background-color: #f1b9df!important; */
  background-image: linear-gradient(to left, #6f1451, white);
}

.imghome{
  margin-top: 0px;
}
.nav .nav-item {
	/* transform: skew(20deg); */
}
.ph{
  padding-right: 25px;
}
.navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item.active .nav-link:hover, .navbar .navbar-nav .nav-item.active .nav-link:focus {
	background-color: transparent;
}
.ajustlogo{
  margin-left:50px;
}
.telmenu{
  width: 98%;
  position: absolute;
  text-align: right;
  padding-bottom: 16px;
}
.atelmenu i{
  color: #4a4b4b;
}
.atelmenu span{
  color: #4a4b4b;
  margin-left: 7px;
	font-weight: bold;
}
.efeitog{
  float: right;
  margin: 0px 16px;
}
.efeitog:hover{	
  animation: treme 0.1s;
  animation-iteration-count: 5;
}
.fa-whatsapp{
  color: #4eab37!important;
}
@keyframes treme {
 0% {transform: rotate(2deg);}
 25% {transform: rotate(-2deg);}
 50% {transform: rotate(2deg);}
 75% {transform: rotate(-2deg);}
 100% {transform: scale(2deg);}
}
.section2{
  padding: 0px 0px 60px 0px;
  width: 100%;
}

.section1{
  padding: 100px 0px 0px 0px;
  position: relative;
  display: flow-root;
  width: 100%;
  margin-top: -154px;
  z-index: 99;
}
.section5{
  padding: 60px 0px;
  position: relative;
  display: block;
  margin-bottom: 160px;
}
.section3{
  padding: 69px 0px;
  margin-top: -100px;
  position: relative;
  display: flow-root;
  width: 100%;
}
.section6{
  padding: 0px  0px 0px 0px;
  position: relative;
  display: flow-root;
  background-color: #f1f0f0;
  width: 100%;
}
.section7 {
	padding: 190px 0px 0px 0px;
	position: relative;
	display: flow-root;
	width: 100%;
	margin-top: -154px;
	z-index: 99;
}
.section4{
  padding: 60px 0px;
  position: relative;
  display: flow-root;
  background-color: #4b4c4c;
}
.cont1{
  float:none;
  margin:auto;
}	
.p1 p{
  color:white;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  padding-top: 19px;
  padding-bottom: 0px;
}
.p12 p{
  color:white;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  padding-top: 19px;
  padding-bottom: 0px;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.cont11{
  width: 70%;
	float: left;
	height: auto;
}
.form-control, .is-focused .form-control {
	background-image: linear-gradient(to top, #ffffff 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.btn1{
  background: transparent;
  color: white;
  border: 1px solid #ffffff;
  height: 27px;
  padding: 0px 15px 0px 15px;
  margin-left: 8px;
  cursor:pointer;
  /* line-height: 7; */
  margin-top: 44px;
}

.btn1:hover{
  /* border: 1px solid #ffffff; */
  opacity: 0.5;
  transition: 0.5s;
  transform: scale(1.1);
}
.btn2{
  background: transparent;
  color: white;
  border: 1px solid white;
  height: 27px;
  padding: 0px 15px 0px 15px;
  margin-left: 8px;
  margin-right: 20px;
  cursor:pointer;
  float:right;
  margin-top:10px;
}

.btn2:hover{
  border: 1px solid #77215b;
  transition: 0.5s;
}
.enviar ::-webkit-input-placeholder {
  color: white!important;
}

.enviar :-moz-placeholder { /* Firefox 18- */
  color: white!important; 
}

.enviar ::-moz-placeholder {  /* Firefox 19+ */
  color: white!important;
}

.enviar :-ms-input-placeholder {  
  color: white!important;
}
input{
  color:white!important;
}
.imgqs{
  max-width: 90%;
}
.p0{
  padding:0px;
}
.btn2 a {
	color: white;
}
.botao {
 border: none;
 color: #fff;
 position: absolute;
 display: table;
 background-color: #6f1451;
 padding: 0px 40px 0px 40px;
 margin: -20px 0px 0px 0px;
 height: 40px;
 line-height: 40px;
 z-index: 99999999;
 width: 95%;
 border-top-right-radius: 20px;
 border-bottom-right-radius: 20px;
 text-align: right;
 /* max-width: 625px; */
}

.botao:hover {
 transition: 1s;
 width: 98%;
 /* max-width: 640px; */
}
.pqs{
  text-align: justify;
  padding-right: 35px;
  color: black;
  font-weight: 400;
}
.t1{
  color: #6f1451;
  font-weight: bold;
  font-size: 23px;
  font-family: cursive;
  padding-top: 61px;
}
.imgicon{
  max-width: 80px;
  float: none;
  margin: auto;
}
.picon{
  color: #c7432e;
  height: 80px;
  font-size: 16px;
  font-weight: 600;
}
.titulomodal{
  width:100%;
}
.pd{
  padding: 0px 0px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  /* margin-top: -4px; */
  color: #6f1451;
  font-size: 18px;
  font-family: cursive;
}
.espaco{
  padding-top: 9px;
}
.pb-240 {
	padding-bottom: 240px;
}
.page-section, .small-section {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -1;
}
.page-section2, .small-section {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
  background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.textos{
  text-align: center;
  max-width: 660px;
  margin: auto;
}
.textos h3,p{
  font-weight:400;
}
.textos h6{
  font-weight:bold;
}
.bt{
	background-color: #6f1451;
	width: 210px;
	padding: 8px 0px 8px 0px;
	margin: auto;
	margin-top: 34px;
	border-radius: 8px;
	font-weight: bold;
}
.btna{
	width: 210px;
	margin: auto;/
}
.btna a{
  color: white!important;
  width: 100%;
  
}
.bt:hover{
	width: 250px;
	transition:1s;
}
.btna:hover{
	width: 250px;
	transition:1s;
}
.titulog{
  text-align: center;
	width: 100%;
}
.titulog h2{
  font-weight:bold;
  margin-bottom: 45px;
}
.tamajus{
  max-width: 400px;
  float:none;
  margin: auto;
  margin-bottom: 120px;
  /* min-height: 500px; */
}
.descricaom{
  text-align: justify;
  padding: 0px 20px;
}
.descricaom2{
  text-align: justify;
  padding: 20px 20px 0px 20px;
  float: left;
  color: #bbbbbb;
}
.corpomodal{
  /* background-image: linear-gradient(24deg, #4e5697,#ebbcb9); */
  color: #6f1451!important;
}
.corpomodal2{
  /* background-image: linear-gradient(24deg, #4e5697,#ebbcb9); */
  color: #ffffff!important;
}
.btnd a{
  color: #ffffff;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #6f1451!important;
}
.btnd a:hover{
	padding: 4px 20px;
  transition: 1s;
}
.btnd{
  padding: 10px 40px 30px 0px!important;
}
.btnd2 a{
  color: #6f1451;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #ffffff!important;
}
.btnd2 a:hover{
	padding: 4px 20px;
  transition: 1s;
}
.btnd2{
  padding: 10px 40px 30px 0px!important;
}
.accordion{
  width: 80%;
  margin: auto;
}
.pprev p{
  font-weight: 500;
  font-size: 15px;
}
.nav-ico2{
  display:none;
}
.nav-ico2 a{
  color:white;
}

.nav-ico2 a:hover{
  color:#c7432e!important;
  transition: 1s;
}
.nav-ico2 a:hover i{
  color:#c7432e!important;
  transition: 1s;
}
.imgcont{
  max-width: 230px;
  margin:auto;
}
.tfooter {
	margin-bottom: 0px;
	font-size: 19px;
	font-weight: 700;
	color: white;
}
.tfooter2 {
	margin-bottom: 0px;
	font-size: 19px;
	font-weight: 700;
	color: white;
  text-align:center;
}
.cont a {
	text-decoration: none;
	color: white!important;
	font-size: 16px;
}
.espaco {
	width: 100%;
	margin: -2px 0px;
}
.espaco2 {
	float: left;
	max-width: 30px;
	margin-right: 10px;
	margin-top: 14px;
	margin-left: 10px;
}
.cont {
	color: white;
	float: left;
}
.msg {
	float: left;
}
.espaco:hover {
	transform: scale(0.9);
	transition: 1s;
}
.espaco2:hover {
	transform: scale(0.8);
	transition: 1s;
}
.enviar2 ::-webkit-input-placeholder {
  color: white!important;
}

.enviar2 :-moz-placeholder { /* Firefox 18- */
  color: white!important; 
}

.enviar2 ::-moz-placeholder {  /* Firefox 19+ */
  color: white!important;
}

.enviar2 :-ms-input-placeholder {  
  color: white!important;
}
input{
  color:white!important;
}
textarea{
  color:white!important;
}
textarea {
	height: 38px !important;
}	
.white{
  color: white!important;
}	
.env2 {
	float: right;
	background: transparent;
	border: none;
	width: 38px;
	cursor: pointer;
	padding: 5px 0px 5px 0px;
}
.env2:hover img {
	transform: scale(1.2);
	transition: 0.5s;
}
.ali{
  margin-top:34px;
}
.sepmobile{
  display: none;
}
.navbar-transparent .logo {
	max-width: 250px;
	margin-top: -42px;
	transition:1s;
}
.whatsapp{
  width: 100%;
  height: 60px;
  text-align: right;
  padding: 0px 0px;
  position:absolute;
}	
.imgwhats{
  width: 60px;
	float: left;
}
.efeito{
  width: 75px;
  height:60px;
  float:right;
  background-color: #75b959;
  border-bottom-left-radius: 36px;
  border-top-left-radius: 36px;
  margin-top: -15%;
  position: relative;
}
.textoefeito{
  color:white;
  text-align: left;
  font-size: 20px;
  margin-top: 17px;   
	font-weight: bold;
}	
.efeito:hover{
  animation: treme 0.2s;
  animation-iteration-count: 1;
  width: 200px;
}
@keyframes treme {
 0% {width: 100px;}
 25% {width: 125x;}
 50% {width: 150px;}
 75% {width: 175px;}
 100% {width: 200px;}
}
.main-raised {
	margin: 0px 0px 0px;
	border-radius: 6px;
	box-shadow: none;
}
.navbar .navbar-accordionr .navbar-accordionr-icon {
	background-color: #fff;
}
.dconhe{
  width: 100%;
  padding: 0px 15px 30px 15px;
  text-align: center;
}
.divs{
  width:100%;
  position:absolute;
  text-align:right;
}
.col2{
  background-color: #6f1451;
  width: 120px;
  height: 30px;
  float: right;
  margin-right: 3%;
  border-radius: 20px;
  margin-top: -15px;
}
.col1{
  background-color: #6f1451;
  width: 5%;
  height: 30px;
  float: right;
  margin-right: 5%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.d1{
  float: left;
  width: 100%;
}
.iconi{
  float:none;
  margin:auto;
}
.imgmeio{
  max-width: 450px;
  margin:auto;
  padding: 20px 0px 20px 0px;
}
.corpomodal{
  background-color: #6f145100!important;
  padding: 15px;
  box-shadow: none!important;
  border-radius: 50px!important;
  border: 5px solid white!important;
}
.corpomodal2{
  background-color: #6f145100!important;
  padding: 15px;
  box-shadow: none!important;
  border-radius: 50px!important;
  border: 5px solid #6f1451!important;
}
.rot{
  background:white;
  border-radius:50px;
}
.rot2{
  background:#6f1451;
  border-radius:50px;
}
.titulo{
  font-size: 23px;
	font-weight: 600;
}
.ajus2{
  margin-top: 80px;
  text-align:center;
}
.prea span{
  color:white;
  font-weight: 500;
  background-color: #6f1451;
  padding: 10px 30px;
  border-radius: 20px;
}
.prea{
  border: 2px solid #6f1451;
  padding: 15px 5px;
  border-radius: 34px;
}
.prea:hover span{
  opacity:0.5;
  transition:1s;
  padding: 10px 50px;
}
.pdiv{
  color:white;
  text-align:center;
  font-family: cursive;
  font-size: 27px;
  padding: 63px 0px;
}
.imgfooter{
  max-width: 257px;
}
.ajus12{
	margin: auto;
	width: 100px;	
}
.col-cont{
  width: 70%;
  float:right;
  background-color: #6f1451;
  padding: 14px 0px 0px 0px;
  border-bottom-left-radius: 80px;
  border-top-left-radius: 80px;
  margin-top: -60px;
  height: 120px;
}
.qstext{
  width: 300px;
}
.qstext h4{
  color: #6f1451;
  padding: 0px 10px;
  font-weight: 600;
}
.qstext p{
  text-align: justify;
  padding: 0px 10px;
  font-weight: 500;
}
.qstext{
  width: 350px;
  background-color: #dedede;
  padding: 30px;
  border-radius: 27px;
  float: right;
  margin: 77px -55px 0px 0px;
  z-index: 9999;
  position: relative;
}
.qstext2{
  width: 300px;
}
.qstext2 h4{
  color: #6f1451;
  /* padding: 0px 10px; */
  font-weight: 600;
}
.qstext2 p{
  text-align: justify;
  /* padding: 0px 10px; */
  font-weight: 500;
}
.qstext2{
  width: 350px;
  height: 262px;
  background-color: #dedede;
  padding: 30px;
  border-radius: 27px;
  float: right;
  margin: 77px -55px 0px 0px;
  z-index: 9999;
  position: relative;
}
.qsimg{
  width: 600px;
}
.qsimg img{
  border-radius: 20px;
}
.qsimg2{
  width: 600px;
}
.qsimg2 img{
  border-radius: 20px;
}
.colqs{
  width: 895px;
  margin: auto;
}
.colqs2{
  width: 895px;
  margin: auto;
}
.aqs a{
  float:right;
  color: white;
  text-decoration: none;
  background-color: #6f1451;
  padding: 8px 10px 8px 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.aqs a:hover{
  padding: 8px 30px 8px 20px;
  transition:1s;
}
.aqs {
  margin-top: -72px;
  position: relative;
}
.hres{
  height: 500px;
}
.hcim2{
  height: 200px;
  margin-top: -60px;
  z-index: -1;
}
.hcim{
  height: 200px;
  margin-bottom: -60px;
}
.dconhe h2{
  color: #6f1451;
  font-weight: 500;
}	
.subprev{
  width: 80%;
  margin:auto;
  max-width: 600px;
}
.subprev p{
  text-align:justify;
  font-weight: 500;
  font-size: 15px;
}
.alin1{
  width: 100%;
  float: left;
  margin-top: 100px;
}
.carousel-inner{
  margin: auto;
}
.ajuste{
  max-width: 100%;
  margin: auto;
}
.islide{
  color: #6f1451;
  font-weight: bold;
  font-size: 40px;
}
.aprev{
  color: #6f1451!important;
  font-weight: bold;
  text-decoration: none;
  /* text-align: center; */
  float: right;
  padding: 25px 0px 0px 0px;
}
.carousel .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #6f1451;
	border-radius: 10px;
	background: #6f1451;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}
.carousel .carousel-indicators .active {
	margin-top: 10px;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.imgtrat{
  max-width:90%;
}
.eftext{
  width: 73%;
  float: right;
  text-align: center;
  background-color: #f1f0f0;
  padding: 10px 0px;
  border-radius: 40px;
  z-index: 9999;
  position: relative;
  transition: 1s;
  height: 44px;
}
.eftext p{
  color: #6f1451;
  font-size: 21px;
  font-weight: 700;
  transition: 1s;
  margin: 0px;
}
.eftext:hover{
  background-color: #6f1451;
  height: 68px;
  transition: 1s;
}
.eftext:hover p{
  color: white;
  transition: 1s;
}

.eftext:hover .textoefeito2{
  color: white;
}
.textoefeito2{
  color: transparent;
}


.efeito2{
  margin-top: -49px;
}
.dcol1{
  width:100%;
  float: left;
}
.dcol2{
  background-image: url(../img/b.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 430px;
  height: 206px;
  float: left;
}
.dcol3{
  background-image: url(../img/b.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 430px;
  height: 206px;
  float: right;
}
.p1{
  color: white;
  padding: 0px 50px 0px 50px;
  text-align: justify;
  font-size: 12px;
}
.p12{
  color: white;
  padding: 47px 70px 0px 70px;
  text-align: justify;
  font-size: 12px;
}
.p2{
  color: white;
  padding: 0px 70px 0px 70px;
  text-align: right;
  font-size: 12px;
}
.d5{
  width: 50%!important;
}
.enviar2{
  max-width: 100%;
  float:left;
  width: 100%;
  padding: 5px 20px;
}
#main-contact-form6{
  width: 100%;
  float: left;
  margin-bottom: 48px!important;
}
.m0{
  margin-top:30px!important;
}
.cawi{
	padding-top: 0px!important;
	padding-right: 0px!important;
	padding-bottom: 0px!important;
	padding-left: 0px!important;
}
.cawi2{
  width:90%;
  margin:auto;
  max-width:700px;
}
.btnfe {
	color: white;
	opacity: 1;
	font-size: 43px;
	margin-right: 26px;
	margin-top: 14px;
}
.btnfe:hover {
	color: white;
	opacity: 0.5;
	font-size: 43px;
	margin-right: 26px;
	margin-top: 14px;
  transition:0.5s;
}
.navbar .navbar-toggler .navbar-toggler-icon {
	background-color: #fff;
}
#parallax1 {
  background-image: url(../img/rol.jpg);
  background-position: center !important;
  background-attachment: fixed;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(35, 47, 99, 1);
  -moz-box-shadow: 0px 0px 10px -1px rgba(35, 47, 99, 1);
  box-shadow: 0px 0px 25px -5px rgba(35, 47, 99, 1);
  max-height: 450px;
  text-align: center;
  margin-bottom: 55px;
}
.home-section {
	width: 100%;
	padding: 150px 0px 150px 0px;
}
.color-light h2{
	color: rgb(255, 255, 255);
	text-shadow: 0px 0px 6px #000000;
	font-weight: 400;
}
#parallax1 .ajus2{
	margin-top: 0px;
}
@media (min-width:991px){
  .navbar-transparent .ulestilo{
	  background-color: #6f1451;
	  border-top-left-radius: 30px;
	  border-bottom-left-radius: 30px;
	  padding-right: 20px;
  }
  
  .navbar .navbar-nav .nav-item .nav-link {
	  line-height: 12px;
  }
  
  .nav-item .nav-link:hover{
	  transform:scale(1.4);
	  opacity: 0.5;
	  transition: 1s;
  }
  
}

@media (max-width: 1200px){
  .t1{
	  padding-top:0px;
  }
  .qsimg2 {
	  width: 400px;
	  margin-top: 60px;
  }
  .qstext2 {
	  margin: 7px -55px 0px 0px;
  }
  .colqs2 {
	  width: 695px;
  }
}	
@media (max-width: 991px){
  .navbar-collapse .navbar-nav .nav-item.active .nav-link, .navbar-collapse
  .navbar-nav .nav-item.active .nav-link:hover, .navbar-collapse .navbar-nav .nav-item.active .nav-link:focus, 
  .navbar-collapse .navbar-nav .nav-item.active .nav-link:active {
  
	  color: #fdfeff;
  }
  .navbar.navbar-transparent .navbar-accordionr .navbar-accordionr-icon {
	  background-color: #555;
  }
  .btnmenu{
	  margin-right: 20px;
	  z-index:999999;
  }
  .telmenu{
	  display:none;
  }	
  .nav .nav-item {
	  transform: skew(0deg);
  }
  .ulestilo{
	  background: radial-gradient(#6f145147,#6f1451);
	  /* background-color: #6f1451; */
	  height: 100%;
  }
  .nav-open .navbar-collapse {
	  background-color: #6f1451;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link {
	  color: #ffffff;
	  margin: 5px 15px;
  }
  .navbar.navbar-transparent .navbar-accordionr .navbar-accordionr-icon {
	  background-color: #6f1451;
  }
  .col-cont{
	  width: 90%;
  }
  .ajustlogo {
	  margin-left: 0px;
  }	

}
@media (max-width: 915px){
  .qsimg {
	  width: 100%;
	  max-width: 600px;
	  margin: auto;
  }
  .qsimg2 {
	  width: 90%;
	  max-width: 600px;
	  /* margin: auto; */
	  float: right;
	  margin-right: 10%;
	  margin-top: 0px;
  }
  .ajustqs{
	  width: 100%;
  }
  .ajustqs2{
	  width: 100%;
  }
  .qstext {
	  float: none;
	  margin: auto;
	  margin-bottom: 30px;
	  width: 90%;
	  height:auto;
  }
  .qstext2 {
	  float: left;
	  /* margin: auto; */
	  margin-bottom: -27px;
	  width: 90%;
	  /* max-width: 350px; */
	  margin-left: 10%;
  }
  .colqs {
	  width: 90%;
  }
  .colqs2 {
	  width: 90%;
  }	
}	

@media (max-width: 767px){
  .p1 p {
	  /* text-align: left; */
	  margin-bottom: 30px;
  }
  .pd{
	  max-width: 400px;
	  margin: auto;
	  margin-top: 20px;
  }
  .accordion{
	  width:90%;
	  margin: auto;
  }
  .accordion > dd {
	  max-width: 100%;
  }
  .nav-ico2{
	  display:block;
  }
  .sepmobile{
	  display:block;
  }
  .pqs {
	  text-align: justify;
	  padding: 0px 35px;
  }	
  .t1{
	  padding: 30px 35px 0px 35px;
  }
  .iconi {
	  float: left;
  }
  .iconi .fl {
	  margin-bottom: 30px;
  }
  
  .col-cont{
	  height: auto;
	  margin-top:0px;
  }
  .cont11 {
	  padding-left: 62px;
  }
  .aprev {
	  float: left;
  }
  #parallax1 {
	  background-image: url(../img/rol.jpg);
	  background-position: center !important;
	  background-attachment: inherit;
	  background-size: cover;
	  background-repeat: no-repeat;
	}
}		
@media (max-width: 575px){
  .imgfooter{
	  margin:auto;
  }
  .whatsapp{
	  display: none;
  }
  .page-section, .small-section {
	  background-attachment: inherit;
  }
  .accordion > dt {
	  max-width: 100%;
  }
  .eftext p {
	  font-size: 17px;
  }
  .dcol1 {
	  margin-bottom: 32px;
  }
  .d5{
	  width:100%!important;
  }
  .navbar.navbar-transparent {
	  margin-top: 0px;
	  background-image: linear-gradient(to left, #6f1451, white);
  }
  .imghome {
	  margin-top: 87px;
  }
}
@media (max-width: 450px){
  .main.main-raised {
	  margin-top: 0px;
  }
  .dcol2, .dcol3 {
	  background-image: url(../img/b2.png);
	  background-size: cover;
	  width: 100%;
	  height: 283px;
  }
}
