body {
    margin: 0;
}

p {
    line-height: 28px;
}
.white{
	color: #fff !important;
}
.color1 {
	color: var(--primary-color);
}
.color2 {
	color: var(--front-color);
}
.black {
	color: var(--black-color);
}
.cta-txt{
	font-size: 24px;
}
.header_area{
	background:rgba(255,255,255,0.6);
	padding-top: 10px;
}
.header_hero {
  background-image: url(../images/hero-bg1.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}

.header_hero_shape::before {
	background:rgba(255,255,255,0.3); 
}
.header_hero_content .main-btn {
    margin-top: 0;
}
.header_navbar {
	background-color: #fff;
}
.header_hero_content span.texto-pago{
	color: var(--primary-color);
	font-weight: 700;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}
.header_hero_content .header_sub_title {
    font-size: 36px;
    letter-spacing: 2px;
}
.header_hero_content .header_title {
	margin-top: 0px
}
.header_hero_content span {
	font-size: 20px;
	margin-top: 0px
}
.navbar-nav .nav-item a {
    color:#333;
}
.navbar-nav .nav-item a:hover {
    color: var(--primary-color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
		letter-spacing: normal;
}
.tarots{
	width: 400px;
}
.lni{
	color: var(--primary-color);
}
.main-btn {
	border-radius: 30px;
    padding: 0 30px;
	vertical-align: central;
    font-size: 26px;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
a.main-btn{
	color: #fff;
}
.service_title{
	font-family: "Barlow Semi Condensed",sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height:16px;
}
.single_service .service_content p {
	padding-left:0;
}
.main-btn:hover, .main-btn.wsp:hover{
	background-color: var(--black-color) !important;
	color: #fff
}
.pago{
	max-width:240px;
	margin-top:10px;	
}
.ib{
color: var(--primary-color);
font-size:24px;
}
.single_experience:hover .experience_content {
	background-color: var(--secondary-color)
}
.single_experience:hover .experience_content p {
	color: #000
}
#home {
    /*box-shadow: 0 3px 10px 3px gray;*/
}
.questions{
	font-size:24px;
	color: var(--primary-color);
	font-weight: 500;
	line-height: 24px;
}
.card-body {
    padding-left: 2rem;
    padding-bottom: 2rem;
    padding-top: 0px;
}
.single_service {
	padding: 15px;
	border: 1px solid #fff;
	background: linear-gradient(0deg, rgb(157 157 157 / 20%) 0%, rgba(255,255,255,1) 70%);
}
.single_price .price_body ul li {
    font-size: 22px;
    line-height: 0.65;
}
.single_price .price_body ul li i {
    margin-right: 0;
}
.single_service:hover {
	background-color: #fff;
	border: 1px solid #CCC;
}
.single_service:hover .service_content p {
	color: #999
}
.h-ico{
	font-size:48px;
}
.f-left{
	float: left;
	padding-right: 5px;
}
.f-right{
	float: right;
	padding-left: 5px;
}
.single_price .price_header p {
    padding-right: 30px;
}
.single_price {
    background: linear-gradient(0deg, rgb(157 157 157 / 20%) 0%, rgba(255,255,255,1) 70%);
}
.maincolor{
	color: var(--primary-color) !important;
}
b, strong {
    font-weight: 600;
    color: var(--front-color);
}
.movile-text-header{
	margin-top:-130px;
}
.movile-text-header-top{
	margin-top:35px;
}
.text-white-shadow{
	text-shadow: 2px 2px 3px #fff;
}
.navbar-nav .nav-item a {
    font-family: "Barlow Semi Condensed",sans-serif;
	font-size:26px;
	padding-left:10px;
}
.form-check {
    padding-left: 2.25rem;
}
.form-check-label {
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 20px;
}
.form-check-label strong {
    font-size: 24px;
}
strong {
    font-size: 110%;
}
input[type=radio] {
    width: 20px;
    height: 20px;
	accent-color: var(--primary-color);
	margin-top: 10px;
}
.services_area {
    background-color: #fff;
}
td{
	vertical-align: top;
	padding-right:10px;
	font-size: 18px;
}
td strong {
	font-size: 52px;
	line-height: 50px;
}
.single_price {
    padding: 25px 25px 25px;
}
.separate{
	line-height: 26px;
}
.boxed{
	border: 1px solid #CCC;
}
.wsp{
	background: #42c453 !important;
}
p.wsp-b strong{
	color: #42c453 !important;
}
.wsp-t{
	color: #42c453 !important;
	accent-color: green !important;
}
.mini{
	font-size:9px;
	line-height: 9px;
}
.no-border, .card-header:first-child {
	border:none;	
}

.rotate{
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.rotate.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.top-n40{
	margin-top:-40px;
}
.mt-n200{
	margin-top:-200px;
}
.mt-n20{
	margin-top:-20px;
}
.mt-n50{
	margin-top:-50px;
}
.section_title .sub_title {
    font-size: 24px;
}
.call_to_action_wrapper::before {
    opacity: 0.2;
}
.sticky .navbar {
    padding: 5px 0;
}
.logo{
	max-width: 260px;
}
.promo{
    position: absolute;
    top: 96px;
    left: 440px;
    width: 200px;
    z-index: 999;
}

.promosm{
    position: absolute;
    top: 14px;
    left: 26px;
    width: 140px;
    z-index: 999;
}
.acebo {
    float: right;
    padding-left: 5px;
    margin-top: -30px;
    margin-right: 30px;
    width: 120px;
}
.pteam{
	font-family: open sans, sans-serif;
	font-size: 14px;
}
.single_service .service_content p {
	margin-top:0;
}
@media (max-width: 991px){
.promo{
    left: 310px;
}
}

@media (max-width: 767px){
.acebo {
   margin-top: -10px;
}
.pteam{
	font-size: 20px;
}
.mobile {
	display: block !important;
}
.desktop {
	display: none !important;
}
.header_hero_content .header_title {
    font-size: 46px;
	font-weight: 600;
}

.tarots{
	width: 150px;
	margin-top:20px;
}
.section_title .main_title {
    font-size: 32px;
}
}



@media (min-width: 768px){
.mobile {
	/*display: none !important;*/
}
.desktop {
	display: block !important;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}



