.suscribirme-btn {
    background-color: #4CAF50; /* Color verde llamativo y amigable */
    color: #ffffff; /* Texto blanco */
    padding: 10px 20px; /* Tamaño del botón */
    font-size: 16px; /* Tamaño del texto */
    border: none; /* Sin bordes */
    border-radius: 5px; /* Bordes redondeados */
    text-decoration: none; /* Sin subrayado */
    display: inline-block; /* Inline-block para centrado */
    transition: background-color 0.3s ease; /* Transición suave */
}

.suscribirme-btn:hover {
    background-color: #45a049; /* Color más oscuro al pasar el cursor */
    text-decoration: none; /* Sin subrayado */
}

/* Centrar el botón dentro de su contenedor */
.pricing_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px; /* Espaciado superior opcional */
}
.whats-btn {
    border-radius: 25px;
    width: 60px;
    height: 60px;
    border: 0;
    right: 30px;
    background: transparent;
    position: fixed;
    bottom: 30px;
    z-index: 100;
}
.whats-btn-dimensions, .chat-btn-dimensions {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}
html, body{
	 overflow-x:hidden;
}
ul{
	list-style:none;
}

/* header area css */

.trp_nav_area.prefix, .hbg2 {
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    position: fixed;
}
.trp_nav_area.prefix, .hbg2 .maxu_menu > ul > li > a {
    color: #fff;
}
.trp_nav_area .hbg2 {
    background: rgba(0, 0, 0, .7);
    padding: 0 0 10px;
}
.mobile_menu_logo  {
	padding:20px 0;
}
/* menu button css */
.header_btn{}
.header_btn,
.maxu_menu_ulfirst {
     display: inline-block;
}

  .logo_sticky_2 {
    display: none;
}
  .hbg2  .logo_sticky_1 {
    display: none;
}
 .hbg2 .logo_sticky_2 {
    display: block;
}

/* ===========
slider area css
============ */

.witr_slider_area{
	position:relative;
}
.witr_ds_content_area{}
.witr_ds_content {
    height: 791px;
    background-position: center center;
    background-size: cover;
    background-image: url(assets/images/slider/slider-bg.jpg);
    background-repeat: no-repeat;
}
.witr_ds_content_inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.witr_ds_content_inner h2{
    font-size: 49px;
    text-transform: capitalize;
    color: #333;
    line-height: 32px;
    margin-bottom: 28px;
    font-weight: 600;
}
.witr_ds_content_inner p {
    width: 57%;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
/* slider text align */

.text-center .witr_ds_content_inner p {
    margin: auto;
}
.text-right .witr_ds_content_inner p {
    float: right;
}

/* slider image thumb position */
.text-left .witr_slider_thumb {
    position: absolute;
    right: -165px;
    top: 35%;
    transform: translateY(-50%);
    z-index: -9;
}
.text-right .witr_slider_thumb {
    position: absolute;
    left: -123px;
    top: -264px;
}
.witr_gbtn{
	position:relative;
}
.witr_gbtn::after {
    position: absolute;
    border-radius: 100px;
    left: 2px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #060734;
    top: 2px;
    content: "";
    z-index: -1;
    transition: all .5s ease;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
	transition:1s;
}
.witr_gbtn.active::after {
    position: absolute;
    border-radius: 100px;
    left: 2px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: linear-gradient(45deg, #00b0ff, #8e00ff);
    top: 2px;
    content: "";
    transition: all .5s ease;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
	transition:.5s;
}
.witr_gbtn:hover::after {
    background: none;
}
.witr_gbtn.active:hover::after {
    background: #060734;
}
.slider_btn {
    margin-top: 42px;
}
.text-right .slider_btn {
    margin-top: 121px;
}


/* section title css */
.section_title{
    text-align: center;
    margin-bottom: 50px;
}
.section_title h2{
	font-size:37px;
	font-weight:600;
	color:#1a264c;
	text-transform:capitalize;
    margin-bottom: 5px;
}
h2.maxb{
    margin-top: 9px;	
}
.lage h2{
    margin-bottom: 14px;	
}
.section_title p{
	margin:auto;
	font-size:16px;
	font-weight:400;
    color: #1a264c;
    width: 59%;	
}
 
/* feature area css */
.feature_area {
    background: #FFF none repeat scroll 0% 0%;
    padding: 70px 0px 50px;
}

/* single feature css */
.single_feature {
    text-align: center;
    background: #f6fbff;
    padding: 60px 15px 40px;
    margin-bottom: 30px;
	background-image:url(assets/images/feature/f-bg.png);
    box-shadow: 0px 6px 40px 0px rgba(148,146,245,0.2);	
	background-size:cover;
	background-position:center center;
}
.single_feature_inner{}
.single_feature_thumb{}
.single_feature_thumb img{}
.single_feature_content{}
.single_feature_content h2 {
    font-weight: 600;
    color: #1a264c;
    margin: 25px 0 15px;
    transition: .5s;
    font-size: 24px;
}
.single_feature_content h2:hover,
.feature_btn a:hover{
    color: #00b0ff;
}
.single_feature_content p{
}

/* solution area css */
.solution_area {
    background-image: url(assets/images/solution/s-bg.png);
    background-color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 53px 0px;
}
.solution_title {
    padding: 0px 0px 0px 50px;
}
.solution_title h1 {
    font-size: 37px;
    padding-top: 72px;
    font-weight: 600;
}
.solution_title h2 {
    font-size: 37px;
    margin-bottom: 35px;
    font-weight: 600;
}
.solution_title p {
    margin-bottom: 23px;
    width: 87%;
}
.solution_btn {
    padding: 30px 0px 0px 10px;
}

/* batton css */
.btns{}
.btns a{
    padding: 15px 25px;
    background: #12a9ff;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
	transition:.5s;	
}
.btns a:hover{
	background:#9db6ff;
}
.header_btn a{
    padding: 9px 30px;
    display: block;	
}
.solution_btn a {
    padding: 15px 40px;
}

/* service area css */
.service_area {
    background: #fff;
    padding: 74px 0 52px;
}
.single_service {
    text-align: left;
    background: #f6fbff;
    padding: 40px 0px 22px;
    margin-bottom: 30px;
    padding-left: 25px;
    border-radius: 15px;
	border-bottom:4px solid #12a9ff;
	transition:.3s;
}
.single_service:hover{
	border-color:#9db6ff;
}
.single_service:nth-child(2){
	border-color:#ad5;
}
.single_service:nth-child(3) {
border-color:#93ff85;
}
.single_service:nth-child(4) {
border-color:#fed070;
}
.single_service:nth-child(5) {
border-color:#7abfff;
}
.single_service:nth-child(6) {
border-color:#032dff;
}
.single_service_inner{}
.single_service_thumb{}
.single_service_thumb img{}
.single_service_content{}
.single_service_content h2 {
    font-weight: 600;
    color: #1a264c;
    margin: 25px 0 15px;
    transition: .5s;
    font-size: 24px;
}
.single_service_content h2:hover,
.service_btn a:hover{
    color: #12a9ff;
}
.single_service_content p{
}
.service_btn {
    margin: 5px 0 7px;
}
.service_btn a{
    color: #1a264c;
    font-size: 16px;
    font-weight: 500;
	position:relative;
}
.service_btn a:before {
    content: "";
    right: -29px;
    top: 12px;
    height: 2px;
    width: 20px;
    background: #ff5d86;
    position: absolute;
	transition:.5s;
}
.service_btn a:hover:before {
    right: -3px;
    width: 92px;
    background: #ff5d86;

}

/*=====================
	portfolio area css
=========================*/
.portfolio_area {
    padding-top: 73px;
    background: #f6fbff;
}
.portfolio_menu {
    padding: 0px 0 52px;
    text-align: center;
}
.portfolio_menu ul {} 
.portfolio_menu ul {
    margin-top: -16px;
}
.portfolio_menu ul li {
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: -3px 30px 10px;
	position: relative;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-family: 'Open Sans', sans-serif;
}
.portfolio_menu ul li::before {
    margin: auto;
    position: absolute;
    left: 0px;
    top: 22px;
    width: 100%;
    height: 2px;
    background: #12a9ff;
    content: "";
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.portfolio_menu ul li:hover:before,
.portfolio_menu ul li:hover:after,
.portfolio_menu ul li.current_menu_item:before,
.portfolio_menu ul li.current_menu_item:after {
opacity:1; 
}
.portfolio_menu ul li:hover{
color:#12a9ff;
}
.row.nospace .col-md-4{
	padding:0px;
}
/* single protfolio css */
.single_protfolio {
    position: relative;
    overflow: hidden;
}
.protfolio_thumb {
	position:relative;	
}
.protfolio_thumb:before{
	position:absolute;
	content:"";
    background: rgba(18, 169, 255, 0.65);
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	transform:scale(0);
	transition:.5s;
    z-index: 999;	
}
.single_protfolio:hover .protfolio_thumb:before{
	transform:scale(1);
}
.protfolio_thumb img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
.single_protfolio:hover .protfolio_thumb img {
    transform: scale(1.1);
}
.protfoliot_icon{
    position: absolute;
    top: -161px;
    right: -112px;
    background: #fff;
    width: 85px;
    height: 193px;
    transform: rotate(45deg);
    line-height: 15;
    border-radius:50px;
    text-align: center;
	transition:.5s;
    z-index: 999;	
}
.protfoliot_icon:hover{
    background: #9db6ff;	
}
.single_protfolio:hover .protfoliot_icon{
    top: -25px;
    right: 23px;
}
.protfoliot_icon a{}
.protfoliot_icon a i{
	font-size:35px;
	color:#12a9ff;
    transform: rotate(-45deg);	
}

.protfolio_content{
    position: absolute;
    bottom: -75px;
    left: 30px;	
	transition:.5s;
	   z-index: 999;
}
.single_protfolio:hover .protfolio_content{
    bottom: 23px;
}
.protfolio_content a{}
.protfolio_content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
	transition:.5s;
	margin-bottom:10px;
}
.protfolio_content h3 a:hover{
	color:#ff5d86;
}
.protfolio_content span{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;	
}

/* team area css */
.team_area {
    background-image: url(assets/images/team/team-bg.png);
    padding: 71px 0 52px;
    background-position: 42% 39%;
    background-repeat: no-repeat;
}
.single_apps {
    margin-top: 129px;
    margin-bottom: 30px;
}
.apps_title{}
.apps_title h1{
    font-size: 36px;	
}
.apps_title h2 {
    font-size: 36px;
    margin-bottom: 25px;
}
.apps_title p {
    margin-bottom: 23px;
    font-size: 15px;
    font-weight: 400;
}
.apps_content_title{}
.apps_content_title ul{}
.apps_content_title ul li {
    font-weight: 400;
    margin-left: 35px;
    font-size: 15px;
    margin-bottom: 12px;
	position:relative;
	color:#1a264c;	
}
.apps_content_title ul li:before {
	position:absolute;
     content: "\f00c";
     font-family: FontAwesome;
    left: -35px;
	color:#1a264c;
}
.app_btn a {
    margin-top: 18px;
    padding: 8px 22px;
    border: 1px solid #12a9ff;
    border-radius: 30px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
    color: #1a264c;
}
.app_btn a:hover {
    background:#12a9ff;
    color: #fff;
}
/* single team css */
.single_team {
    margin-bottom: 30px;
    box-shadow: 0px 6px 40px 0px rgba(148,146,245,0.2);
    border-radius: 0 0 10px 10px;	
}
.single_team_inner{}
.single_team_thumb {
    position: relative;
    overflow: hidden;
}
.single_team_thumb img {
    width: 100%;
}
.team_socal_icon {
    text-align: center;
    background: #12a9ff;
    position: absolute;
    bottom: -165px;
    left: 20px;
    right: 20px;
    transition: .3s;
    height: 160px;
    line-height: 81px;
    border-radius: 100%;
}
.single_team:hover .team_socal_icon {
    bottom: -87px;
	}
.team_socal_icon ul{}	
.team_socal_icon ul li{
    display: inline-block;	
}	
.team_socal_icon ul li a{}	
.team_socal_icon ul li a i{
    font-size: 24px;
    font-weight: 400;
    padding: 7px;
    color: #fff;
	transition:.5s;	
}	
.team_socal_icon ul li a i:hover {
    color: #ff5d86;
}
.team_content {
    text-align: center;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.team_content h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 13px 0 15px;
	transition:.5s;
}
.team_content h2:hover {
    color:#12a9ff;
}

/* counter area css */
.counter_area {
    background: #f9f9f9;
    padding: 80px 0 50px;
}
.single_counter {
    background-image: url(assets/images/counter/counter-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
	transition:.5s;
	margin-bottom: 30px;
	transition:.5s;	
}
.single_counter:hover {
    background: rgba(18, 169, 255, 0.4);
}
.single_counter_inner {
    background: #fff;
    text-align: center;
    transition: all 0.5s ease 0s;
    position: relative;
    padding: 37px 0 27px;
}
.counter_icon i {
	color: #1a264c;
	font-size: 30px;
	text-align: center;
	transition: all 1s ease 0s;
	display: block;
}
.counter_title h4 {
    color: #1a264c;
    font-size: 20px;
    text-transform: capitalize;
    margin: 12px 0 6px;
    transition: all 0.5s ease 0s;
    font-weight: 600;
}
.countr_text h1{
    color: #1a264c;
    font-size: 45px;
    font-weight: 600;	
}
.single_counter:hover .counter_title h4,
.single_counter:hover .countr_text h1,
.single_counter:hover .counter_icon i{
	  color:#12a9ff;
}

/* testimonial area css */
.testimonial_area {
    padding: 74px 0 50px;
}
/* single_testimonial */
.single_testimonial {
    background: #f6fbff;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 38px 25px 67px;
    position: relative;
    width: 66.66%;
    margin: auto;
    margin-bottom: 30px;	
}
 .single_testimonial_thumb{
    float: left;
    margin-top: 14px;
    margin-right: 30px;
 }
 .single_testimonial_thumb img{}
 .single_testimonial_icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: rgba(207, 234, 255, 0.41);
    font-size: 100px;
    margin-top: 10px;
}
.single_testimonial_icon2 i {
    color: #cfeaff;
    font-size: 40px;	
}
 .single_testimonial_text{}
 .single_testimonial_text p{
    padding-top: 7px;
    width: 100%;
    font-size: 15px;
}

/* pricing area css */
.pricing_area {
    background: #f6fbff;
    padding: 10px 0 10px;
}
/* single_pricing */
.single_pricing {
    position: relative;
    padding-bottom: 40px;
    background: #fff;
	transition:.5s;
    background-image: url(assets/images/feature/f-bg.png);
    box-shadow: 0px 6px 40px 0px rgba(148,146,245,0.2);
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    min-height: 332px;
    border-radius: 10px;
}
.single_pricing_title{}
.single_pricing_title_inner {
    text-align: center;
    padding: 27px 0px 13px;
}
.single_pricing_title_inner h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    display: inline-block;
    padding-top: 8px;
    transition: .5s;
}
.single_pricing:hover .single_pricing_title_inner h3{
	color:#12a9ff;
}
.single_pricing_item {
    text-align: center;
    position: absolute;
    top: 100px;
	left: 0;
	right: 0;
}
.single_pricing_thumb {
    position: relative;
    top: 0;
    left: 119px;
}
.single_pricing_thumb img{}
.single_pricing_item span {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    display: inline-block;
}
.single_pricing_item .tk {
    font-size: 30px;
    font-weight: 600;
    color: #333;
}
 .pricing_text ul li{}
.pricing_text ul li a {
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 6px 0px;
    color: #1a264c;
    text-transform: none;
    text-align: center;
	transition:.5s;
}
.pricing_text ul li a:hover {
    color: #9db5ff;
}

/* pricing_botton */
.single_pricing_btn{
	text-align: center;
}
.single_pricing_btn a {
	background:#9db6ff;
    padding: 10px 40px;
}
.single_pricing:hover .single_pricing_btn a{
	background:#12a9ff;
}
/* active css */
.single_pricing.active h3{
	color:#12a9ff;		
}
.single_pricing.active .single_pricing_btn a{
	color:#fff;		
	background:#12a9ff;		
}

/* contact area css */
.contact_area {
    padding: 70px 0 0;
}
.row.sdsdsd {
    background: #f3f4f5;
    padding: 55px 15px 60px;
}
.contact_form_inner{}
h2.contact-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.form_field{
	width: 100%;
}
.form_field_inner{
    margin-bottom: 25px;
    width: 48.75%;
    float: left;	
}
.form_field_inner:nth-child(odd){
	margin-right:1.25%;
}
.form_field_inner:nth-child(even){
	margin-left:1.25%;
}
.form_field_inner input,
.form_field_inner input, .field_comment_inner textarea {
    background: #fff;
    border: 1px solid #ddd;
    color: #1a264c;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 99%;
    padding-left: 10px;	
}
.form_field_inner input:focus,
.form_field_comment textarea:focus{
	border-color:#12a9ff;	
}
.form_field_comment{}
.form_field_comment textarea{
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    height: 96px;
    transition: all 0.3s ease 0s;
    width: 100%;
    text-transform: capitalize;	
    padding-left: 10px;	
    padding-top: 6px;	
	    font-size: 14px;
}

.contact_bnt {
    margin-top: 25px;
}
.contact_bnt button {
    background: #12a9ff;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 40px;
    margin-top: 0px;
    text-transform: capitalize;
    transition: .5s;
    border: none;
}
.contact_bnt button:hover{
	background: #9db6ff;
}

.contact_about_us{}
.contact-address {
    background: #fff;
    padding: 40px 0 24px 30px;
    border: 1px solid #ddd;
}
.contact_s_inner {
    margin-bottom: 16px;
}
.contact-sociala-icon {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}
.contact-sociala-icon i {
    font-size: 16px;
    color: #12a9ff;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    border: 1px solid #ddd;
    line-height: 33px;
    text-align: center;
	transition:.5s;
}
.contact-sociala-icon i:hover {
    color: #fff;
	background:#12a9ff;
	border-color:#12a9ff;
}
.contact-sociala-info{}
.contact-sociala-info p {
    font-size: 14px;
    color: #1a264c;
    margin-bottom: 0;
}

/* blog area css */
.blog_area {
    padding: 72px 0 50px;
}
.single_blog {
    border-radius: 0 0 10px 10px;
    margin-bottom: 30px;
    box-shadow: 0px 6px 40px 0px rgba(148,146,245,0.2);	
}
.single_blog_inner{
    position: relative;	
}
.single_blog_thumb{	
    overflow: hidden;
}
.single_blog_thumb img {
    width: 100%;
	transition: .5s;
}
.single_blog:hover .single_blog_thumb img {
	transform:scale(1.2);
}
.single_blog_post_meta {
    text-align: center;
    background: #fff;
    padding: 15px 0;
    position: absolute;
    bottom: -35px;
    left: 20px;
    right: 20px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 6px 40px 0px rgba(148,146,245,0.2);
}
.single_blog_post_meta a {
    margin-right: 6px;
    text-transform: capitalize;
}
.single_blog_post_meta a:hover,
.single_blog_post_meta a i:hover {
	color:#12a9ff;
}
.single_blog_post_meta a i {
    color: #1a264c;
    margin-right: 10px;
}
.single_blog_title {
    text-align: center;
    padding: 50px 0 0px;
    border-bottom: 1px solid #ddd;	
}
.single_blog_title h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;	
}
.single_blog_title p {
    font-size: 16px;
    color: #1a264c;
    margin-bottom: 20px;
}
.single_blog_bnt {
    text-align: center;
    padding: 14px 0 14px;
}
.single_blog_bnt a {
    font-size: 18px;
    font-weight: 500;
}
.single_blog_bnt a i {
    font-size: 30px;
    margin-left: 80px;
    display: block;
    margin-top: -29px;
	transition:.5s;
	opacity:0;
}
.single_blog_bnt a:hover i{
    margin-left: 117px;
	opacity:1;	
}
.single_blog:hover .single_blog_title h2,
.single_blog_bnt a:hover{
	color:#12a9ff;
}

/* home 3 css */
.home_3 .trp_nav_area {
    position: fixed;
}
.home_3 .text-left .witr_slider_thumb {
    right: -284px;
    top: 53%;
}
.home_3 .text-right .witr_slider_thumb {
    left: -271px;
    top: -175px;
    z-index: -9;	
}
.home_3 .witr_ds_content {
    height: 900px;
}
.home_3 .witr_ds_content_inner {
    top: 53%;
    transform: translateY(-50%);
}
.single_service_icon{} 
.single_service_icon i{
	font-size:40px;
	color:#333;
	transition:.5s;
} 
.single_service_icon i:hover{
	color:#12a9ff;	
}
.home_3 .single_service_content h2{
	margin-top:12px;
}
.home_3 .single_service{
	border:none;
	transition:.5s;
    box-shadow: 0px 6px 40px 0px rgba(148,146,245,0.2)	
}
.home_3 .single_service:hover{
	background:#fff;
}
.home_3 .counter_area {
    background: non;
}
.home_3 .contact_area {
    padding: 71px 0 20px;
}
.home_3 .blog_area {
    background:#f6fbff;
}
.contact_battonm {
text-align: center;
margin-top: 20px;
 margin-bottom: 92px;
}

.single_max .single_blog {
    border-radius: none;
    margin-bottom: 30px;
    box-shadow: none;
}
.single_max .single_blog_title{
    text-align: left;	
}
.single_max .single_blog_title h2 {
    font-size: 30px;	
}
.blogs_contact_area {
    padding: 77px 0 0px;
}
.single_testimonial.mautest{
	width:100%;
}
.portfolio {
    padding: 74px 0 80px;
}

/* footer area css */
.footer-middle {
    background: #1a264c;
    padding: 75px 0 64px;
}

h2.footer_title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin: 0px 0 40px;
    color: #fff;
    display: inline-block;
}
h2.footer_title:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 85px;
    left: 0;
    bottom: -12px;
    background: #fff;
}
.text_footer_img {
    margin-top: 8px;
}


.footer-address{}
.footer_s_inner {
	clear: both;
}

.footer-sociala-icon {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.footer-sociala-icon i {
    font-size: 20px;
    color: #fff;
	transition:.5s;
}
.footer-sociala-icon i:hover,
.footer-sociala-info p:hover {
    color: #12a9ff;
}
.footer-sociala-info{}
.footer-sociala-info p {
    margin-bottom: 22px;
    font-size: 14px;
    color: #fff;
	transition:.5s;	
}
.text_footer_img {
}
.footer_thumb {
    float: left;
    width: 33.33%;
}
.footer_thumb a{}
.footer_thumb img{
	width:100%;
} 
.mc4wp-form-fields p {
    font-size: 14px;
    margin-bottom: 28px;
    color: #fff;
}
.mc4wp-form-fields input {
    font-size: 15px;
    padding: 10px 15px;
    position: relative;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    color: #333;
}
.menu-quick-link-container{}
.menu-quick-link-container ul{}
.menu-quick-link-container ul li,
.menu_netlink ul li {
    margin-bottom: 16px;
}
.menu-quick-link-container ul li a,
.menu_netlink ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
.menu-quick-link-container ul li a:hover,
.menu_netlink ul li a:hover{
    color: #12a9ff;
}

/* menu_netlink css */
.menu_netlink{
    float: right;
    margin-top: -205px;
    margin-right: 71px;	
}
.menu_netlink ul{}
.menu_netlink ul li{}
.menu_netlink ul li a{
	position:relative;
}
.menu_netlink ul li a:before{
    background: #fff;
    position: absolute;	
    bottom: -1px;
    content: "";
    height: 2px;
	width:0;
    left: 0;
    right: 0;
	transition:.5s;	
}
.menu_netlink ul li a:hover:before{
	width:100%;	
}

/* footer bottom area css */
.footer_bottom_area{
    border-top: 1px solid #000d59;
    padding: 38px 0 28px;
	background:#131e42;
}
.footer_bottom_title{}
.footer_bottom_title p{
	color:#f9f9f9;	
}
.footer_menu ul {
    text-align: right;
}
.footer_menu ul li{
    display: inline-block;	
}
.footer_menu ul li a{
	color:#f9f9f9;
    margin-right: 20px;	
	font-size:16px;
}
.footer_menu ul li a:hover{
	color:#00b0ff;
}
.footer_area.con {
    padding-top: 42%;
}


#scrollUp {
    background: #12a9ff;
    bottom: 30px;
    color: #fff;
    font-size: 26px;
    height: 40px;
    line-height: 44px;
    right: 30px;
    text-align: center;
    width: 40px;
}
#scrollUp:hover {
    background: #9db6ff;
}
#scrollUp i {
    color: #fff;
}

.site_b{
    padding: 80px 0 0px;
}

/*======================== breadcrumb area css =========================*/

 .breadcumb-area {
     padding: 100px 0 100px;
	 background-image:url(assets/images/breadcumb/b.jpg);
     background-color: #f7f7f7;
     background-position: center top;
     background-repeat: no-repeat;
}
 .breadcumb-inner ul {}
 .breadcumb-inner li {
     display: inline-block;
     margin: 0 2px;
     color: #fff;
}
 .breadcumb-inner li:nth-last-child(-n+1) {
     color: #12a9ff;
}
 .breadcumb-inner li a {
     color: #fff;
}
 .brpt h2 {
     font-size: 22px;
}
 .lcase {
     text-transform: lowercase;
}
 .ucase {
     text-transform: uppercase;
}
 .ccase {
     text-transform: capitalize;
}
/*======================== END maxu BREADCRUMB AREA CSS =========================*/

/*======================== maxu 404 AREA CSS =========================*/
 .not-found-area {
     background-color: #fff;
     background-position: center top;
     background-repeat: repeat;
     background-size: cover;
     border-top: 1px solid #f5f3f3;
     padding: 0 0 16px;
}
 .not-found {
     display: table;
     width: 100%;
     height: 500px;
     text-align: center;
     padding-bottom: 40px;
}
 .not-found-inner {
     display: table-cell;
     vertical-align: middle;
}
 .not-found-inner {
     font-size: 30px;
}
 .not-found-inner h2 {
     color: #3d59e8;
     display: inline-block;
     font-size: 160px;
     font-weight: 700;
     line-height: 1.2;
     padding: 15px 0;
}
 .not-found-inner p {
     font-size: 30px;
}
 .not-found-inner a {
     color: #606b82;
     font-size: 24px;
     margin-top: 40px;
     display: inline-block;
     text-decoration: underline;
}
/* search error */
 .maxu-search-page{
     background:#fff;
}
 .search-error .search input {
     padding: 20px 0;
}
 .search-error .search input[type="text"] {
     padding-left: 10px;
}
 .search-error .search button {
     top: 48%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
}
 .search-error > p {
     font-size: 14px;
     margin: 14px 0 19px;
}
 .search-error > h3 {
     display: block;
     font-size: 30px;
     color: #333;
}
 .search-error .search input {
     height: 54px;
     border: 1px solid #ddd;
}
/*======================== END maxu 404 AREA CSS =========================*/

/*======================== pagination area css =========================*/
 .paginations {
     text-align: center;
    margin-top: 20px;
    margin-bottom: 80px;
}
 .paginations a, .page-numbers span.current {
     width: 35px;
     height: 35px;
     line-height: 35px;
     display: inline-block;
     font-size: 14px;
     font-weight: 500;
     margin: auto 5px;
     border: 1px solid #ddd;
     color: #888;
}
 .page-numbers li {
     display: inline-block;
}
 .paginations a:hover, .paginations a.current, .page-numbers span.current {
     background: #3d59e8;
     border-color: #3d59e8;
     color: #fff;
}
/*======================== 
	END maxu PAGINATION AREA CSS
	=========================*/

/* comment area css */
.comment_area {
    padding: 30px 0 0px;
}
.single_comment{
	margin-top: 23px;
}
.comment_thumb {
    float: left;
    margin-top: 0px;
}
.comment_thumb img{}
.single_comment_title_text {
    border: 1px solid #ddd;
    position: relative;
    margin-left: 120px;
    padding-left: 15px;
}
.single_comment_title_text2 {
    border: 1px solid #ddd;
    position: relative;
    margin-left: 120px;
    padding-left: 15px;
}

.single_comment_title{}
.single_comment_title h2 {
    font-size: 17px;
    margin-left: 9px;
    text-transform: uppercase;
}
.single_comment_title p {
    font-size: 14px;
    margin: 0px 9px 10px;
    text-transform: uppercase;
}
.single_comment_title span{
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: -31px;
    -webkit-transition: .5s;
    transition: .5s;
	color: #666;
	margin-right: 40px;
}
.single_comment_title span:hover{
    color:#12a9ff;
}

.single_comment_title i {
    font-size: 14px;
    margin-right: 10px;
	color: #12a9ff;
}
.single_comment_text {
    position: relative;
    margin-left: 9px;
    padding-bottom: 5px;
    margin-top: 30px;
}
.comment_inner h2 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 17px;
}
.single_comment_text p {
	font-weight: 300;
}
.single_comment2 {
    margin: 45px 0 45px 50px;
}
.single_comment_title_text_bg{
    position: relative;	
}
.single_comment_text:after {
    position: absolute;
    content: "";
    top: -15px;
    left: 0px;
    width: 93%;
    height: 1px;
    background: #ddd;
}
.single_comment_title_text, 
.single_comment_title_text2 
{
	padding-left: 10px;
	padding-right: 10px;
}



/* carousel css */
 .curosel-style .owl-nav div {
    background: #12a9ff;	 
     border-radius: 50%;
     color: #3d59e8;
     font-size: 19px;
     height: 44px;
     left: -45px;
     line-height: 44px;
     position: absolute;
     top: 50%;
     -webkit-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
     width: 44px;
     text-align: center;
     z-index: 99;
     -webkit-transform: translateY(-49%);
     transform: translateY(-49%);
     opacity: 0;
}
 .curosel-style .owl-nav .owl-next {
     left: auto;
     right: -45px;
	 transition:.5s;
     color: #fff;	 
}
 .curosel-style .owl-nav .owl-prev{
     color: #fff;
	 transition:.5s;	 
 }
 .curosel-style .owl-nav .owl-next:hover {
    background: #9db6ff;
}
 .curosel-style .owl-nav .owl-prev:hover {
    background: #9db6ff;
}
 .owl-carousel .owl-item img {
     margin: auto;
}
.testimonial_list:hover .owl-nav div,
.blog_active:hover .owl-nav div {
     opacity: 1;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {

}
/* carousel dots */

.owl-dots {
    backface-visibility: hidden;
    bottom: 62px;
    position: absolute;
    text-align: center;
    width: 100%;
}
 .owl-dot {
    background: transparent;
     border-radius: 50px;
     display: inline-block;
     height:12px;
     margin-left: 5px;
     margin-right: 5px;
     width: 12px;
	 border: 1px solid #00b0ff;
	 transition:.5s;
} 
.owl-dot:hover {
    background: #12a9ff;
}
 .owl-dot.active {
     background: #12a9ff;
	 border:none;
    
}

	/* slick css */
.slick-prev, .slick-next {
     font-size: 0;
     line-height: 0;
     position: absolute;
     top: 50%;
     display: block;
     width: 20px;
     height: 20px;
     padding: 0;
     -webkit-transform: translate(0, -50%);
     transform: translate(0, -50%);
     cursor: pointer;
     color: transparent;
     border: none;
     outline: none;
     background: transparent;
}
 .slick-prev, .slick-next {
	 background: #12a9ff;
     border-radius: 50px;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
     height: 50px;
     top: 50%;
     -webkit-transform: translate(0px, -50%);
     transform: translate(0px, -50%);
     width: 50px;
     z-index: 1;
     transition: all 0.3s ease 0s;
     line-height: 50px;
}
/* .witr_slider_area .slick-prev {
    left: 45px;
    transform: translateX(-50%);
}*/
 .witr_slider_area .slick-next {
     right: 0;
    transform: translateY(-50%);	 
 }  
 .slick-prev:before, .slick-next:before {
     color: #fff;
     font-size: 30px;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     content: "\f104";
     font-family: FontAwesome;
}
 .slick-next:before {
     content: "\f105";
     font-family: FontAwesome;
}
 .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
     background-color: #9db6ff;
}
 .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
     color: #fff;
}
 .witr_slider_area .slick-dots {
     bottom: 35px;
     position: absolute;
     text-align: center;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     left: 50%;
}
 .slick-dots {
     bottom: -30px;
}
 .slick-dots li {
     position: relative;
     display: inline-block;
     width: 20px;
     height: 20px;
     margin: 0 5px;
     padding: 0;
     cursor: pointer;
}
 .slick-dots li {
     height: 5px;
     margin: 0 8px;
     width: 20px;
}
 .slick-dots li button {
     background-color: #fff;
     border: 0 none;
     height: 10px;
     padding: 0;
     text-indent: -99999px;
     width: 29px;
}
 .slick-dots .slick-active button {
     background-color: #3d59e8;
}
 .skbrop, .overlay-dark {
     position: relative;
     z-index: 0;
}
 .skbrop:after, .bnrsk:after {
     background-color: rgba(255, 255, 255, 0.5);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     width: 100%;
     z-index: -1;
}
.single_btns {
    margin-bottom: 80px;
}
.contacts_are{
    padding-bottom: 80px;	
}
label.colorNegro {
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
.pricing_text {
    padding: 10px 10px 20px;
}

.btnSelector{
    padding: 15px 25px;
    background: #12a9ff;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    border:none;
}
.btnSelectorSI{
    padding: 10px 10px;
    background: #12a9ff;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    border:none;
}
.single_pricing_item .precioTotal {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.single_pricing_item .precioDescuento {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.registroContacto{
    margin-left: 20px;
}
.registroContactoInput{
    margin: 5px;
    width: 90%;
    border-radius: 5px;
    border:1px solid #0090ff;
}

.registroContactoInput:focus {
    outline: none !important;
    border:1px solid #0090ff;
    box-shadow: 0 0 10px #719ECE;
}
.curpInputEstilo{
    margin: 5px;
    width: 90%;
    border-radius: 5px;
    border:1px solid #0090ff;
    float: left;
}
.suscripcionLeyenda{
    color: #12a9ff!important;
    font-weight: 600!important;
}
.pricing_text ul li span{
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 6px 0px;
    color: #1a264c;
    text-transform: none;
    text-align: center;
    transition: .5s;
}
.registroLanding{
    margin-bottom: 15px;
}
.registroError{
    color: red;
}
.registroExito{
    color: green;
}
.witr_ds_content_mod {
    height: 500px;
    background-position: center center;
    background-size: cover;
    background-image: url(assets/images/slider/slider-bg.jpg);
    background-repeat: no-repeat;
}
.btnRegresar{
    text-decoration: underline;
}
.btnRegresar:hover{
    text-decoration: underline;
}
.registroExitosoH4{
    color:#005f00;
}
.registroExitosoP{
    color:green!important;
}
.registroVencidoH4{
    color: #ea3030;
}
.registroVencidoP{
    color: #ff3d3d !important;
}
.textoBlanco{
    color: #ffffff;
    text-decoration: underline;
}
.factura-check {
    margin-top: 10px;
    font-size: 14px;
}

.factura-check input {
    margin-right: 5px;
}
.padding5px{
    padding-left: 20px;
    padding-right: 20px;
}
.siIconosGreen{
    color: green;
    font-size: 25px;
}
.siIconosRed{
    color: red;
    font-size: 25px;
}
.btns{
    clear: both;
}
.divIconos{
    /*float: right;*/
    position: relative;
    top: 10px;
}
.divInputCurp{
    width: 100%;
    float: left;
}
#curpValidando{
    display: block;
    position: relative;
    left: -34px;
    top: 12px;
    width: 30px;
    float: left;
}
