html {
	scroll-behavior: smooth;
}

nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1024;
	transition: all .3s;
}

.text-alt {
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 15px;
    color: white;
}

.bg-transparent {
	background: transparent;
}

.nav-link.navi {
	font-size: 0.9rem;
	color: #000;
	font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0rem;
	padding-left: 0rem;
}

.navi-white {
	font-weight: bold;
}

.navi-whats {
	width: 38px;
	margin-top: -4px;
}

.page .banner {
	padding-top: 7rem;
}

.page .banner {
	overflow: hidden;
}

.services-section {
	padding: 25px 0 60px;
}

.page .banner__image {
	display: block;
}

.banner__image {
	display: block;
	position: absolute;
	transform: translateY(-35%) rotate(18deg);
	max-width: 1100px;
	right: -38%;
}

.banner__image_blog {
    display: block;
    position: absolute;
    transform: translateY(-35%) rotate(18deg);
    max-width: 1100px;
    right: -22%;
}

.services-section .text-column {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services-section .text-column .inner-column {
	position: relative;
	padding-right: 65px;
}

.services-section .sec-title {
	position: relative;
	margin-bottom: 1.7em;
}

.text-orange {
	color: #ff4f00 !important;
}

.sec-title h1 {
    color: #1d1d1d;
    text-align: left;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.05;
    font-size: 3.41545248rem;
}

.sec-title h5 {
	font-size: 1.25rem;
	color: #1d1d1d;
	font-weight: bold;
	text-align: left;
}

.navi-white {
	color: #fff;
}

.request-form {
	background-color: #FFF;
	padding: 40px 40px 20px;
	-webkit-box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 7%);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 7%);
	padding: 40px 40px 20px;
	border-radius: 10px;
}

.form-header {
	display: flex;
	justify-content: flex-end;
}

.dcto {
	top: 15px;
	max-width: 250px;
}

.dcto {
	position: absolute;
	left: -35px;
	width: 60%;
}

.dcto__image {
	width: 100%;
	height: auto;
}

.list-style-one li {
	position: relative;
	/*padding-left: 25px;*/
	padding-bottom: 10px;
}

i.fas.fa-angle-right {
	color: #ff4f00;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 23px;
	line-height: 25px;
}

ul.list-style-one {
	list-style: none;
	margin-left: -40px;
}

.form-header .title {
	width: 50%;
	padding-left: 0.5rem;
}

.title h5 {
	font-size: 1.5rem;
	text-align: left;
	font-weight: 500;
	font-family: oswald;
	letter-spacing: 0;
}

.request-form .title {
	position: relative;
	margin-bottom: 40px;
}

.request-form .form-group {
	position: relative;
	padding: 0 10px;
	margin-bottom: 20px;
}

.request-form .form-group input[type="text"] {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	line-height: 25px;
	padding: 10px 20px;
	border: 1px solid #ccc;
	background-color: #ffffff;
	border-radius: 5px;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.request-form .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	line-height: 25px;
	padding: 10px 20px;
	border: 1px solid #ccc;
	background-color: #ffffff;
	border-radius: 5px;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

input {
	overflow: visible;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.dropdown .dropdown-label {
	margin-bottom: 0;
	display: block;
	height: 45px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px 7px 6px 20px;
	line-height: 32px;
	cursor: pointer;
	border-radius: 5px;
}

.dropdown .dropdown-list {
	padding: 12px;
	background: #fff;
	position: absolute;
	top: 43px;
	left: 2px;
	right: 2px;
	box-shadow: 0 1px 2px 1px rgb(0 0 0 / 15%);
	transform-origin: 50% 0;
	transform: scale(1, 0);
	transition: transform .15s ease-in-out .15s;
	max-height: 66vh;
	overflow-y: scroll;
	z-index: 3;
}

.dropdown .dropdown-option {
	display: block;
	padding: 8px 12px;
	opacity: 0;
	transition: opacity .15s ease-in-out;
	margin-bottom: 0;
}

.dropdown .dropdown-option {
	display: block;
	padding: 8px 12px;
	opacity: 0;
	transition: opacity .15s ease-in-out;
	margin-bottom: 0;
}

.dropdown [type="checkbox"] {
	position: relative;
	top: -1px;
	margin-right: 4px;
}

.request-form .form-group {
	position: relative;
	padding: 0 10px;
	margin-bottom: 20px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.input-group>.form-control {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}

.main_form .input-group span.select2 {
	max-width: 0px;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.services-area {
	background-color: #fff;
	padding-bottom: 10px;
}

.feature-block-three--minheight .inner-box {
	min-height: 180px;
}

.feature-block-three .inner-box {
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	padding: 30px 30px 30px 30px;
	-webkit-box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 15%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-three .inner-box:hover {
	background-color: #ff4f00;
}

.feature-block-three .inner-box .content {
	position: relative;
	padding-left: 78px;
}

.feature-block-three .inner-box h4 {
	position: relative;
	font-family: 'Oswald';
	font-size: 22px;
	color: #000000;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0 !important;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-section .services-area .feature-block-three {
	margin-bottom: 30px;
}

.feature-block-three--minheight .inner-box p {
	line-height: 22px;
	font-size: 14px;
	font-weight: 400;
	margin-top: 9px;
	color: #4C4C4D;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-three .inner-box:hover .icon,
.feature-block-three .inner-box:hover h4,
.feature-block-three .inner-box:hover p {
	color: #ffffff;
}

.feature-block-three .inner-box .icon {
	color: #ff4f00;
}

.feature-block-three .inner-box .icon {
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 50px;
	line-height: 50px;
	color: #ff4f00;
	font-weight: 400;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

input#submit_0 {
	background: #ff4f00;
	border: none;
	padding: 12px;
	border-radius: 7px;
	color: #fff;
	font-weight: 600;
}

.sec-title h3 {
	position: relative;
	font-size: 36px;
	color: #1d1d1d;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 30px;
	font-family: 'Oswald';
}

.fluid-section-two {
	position: relative;
	background: #eef3f9;
}

.fluid-section-two.style-two .content-column {
	justify-content: flex-start;
	padding-left: 60px;
}

.fluid-section-two .content-column .inner-column {
	position: relative;
	max-width: 600px;
	padding: 0px 19px;
	width: 100%;
}

.pricing-section {
	position: relative;
	padding: 30px 0 16px;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.sec-title {
	position: relative;
	margin-bottom: 50px;
}

.pricing-table .inner-box {
	position: relative;
	border-radius: 7px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 35px 0 rgb(0 0 0 / 7%);
	-moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 35px 0 rgb(0 0 0 / 7%);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pricing-table .table-header {
	position: relative;
	padding: 10px 30px;
	text-align: center;
	border-bottom: 1px solid #dedede;
	color: #000000;
	background: #ffffff;
}

.pricing-table .title {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-table .table-content {
	position: relative;
	padding: 40px 35px 35px;
	text-align: center;
}

.pricing-table .table-content ul {
	position: relative;
	display: inline-block;
	text-align: left;
}

.pricing-table .table-content ul li {
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	line-height: 27px;
	color: #000000;
	font-weight: 400;
}

.pricing-table .table-info-wrapper {
	position: relative;
	padding: 42px 30px 30px;
	border: 1px solid #D9D9D9;
	margin-top: 35px;
	border-radius: 7px;
}

.btn-naranjo {
	color: #fff;
	background-color: #ff470d !important;
	border-color: #fc6b0a;
	padding: 9px;
	border-radius: 5px;
	font-weight: 600;
}

.btn-naranjo:hover {
	color: #fff;
}

.pricing-table .table-info-wrapper .theme-btn {
	width: 100%;
}

.theme-btn.bg_gray {
	background: #f4f4f4 !important;
	color: #000000;
	font-weight: 600;
	border-color: #f4f4f4 !important;
	padding: 9px;
	border-radius: 5px;
}

.df-badge {
	display: inline-block;
	border-radius: 40px;
	width: auto;
	padding: 4px 10px;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	vertical-align: middle;
}

.df-badge--space-left {
	margin-left: 16px;
}

.df-badge--orange {
	border: 2px solid #ff4f00;
	color: #ff4f00;
}

.pricing-table.tagged .table-header {
	background-color: #ff4f00;
}

.pricing-table .title {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-table.tagged .table-header {
	color: #ffffff;
}

.service-block-two h3 {
	position: relative;
	margin-top: -5px;
	font-size: 22px;
	color: #000000;
	font-weight: 600;
	text-align: left;
	font-family: oswald;
}

.service-block-two .inner-box {
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	padding-left: 88px;
}

.service-block-two .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 60px;
	background: #eef3f9;
	color: #3b7eff;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	border-radius: 7px;
}

.text-orange {
	color: #ff4f00 !important;
}

.service-block-two .text {
	font-size: 15px;
	line-height: 27px;
	color: rgba(0, 0, 0, 0.75);
	margin-top: 9px;
}

a.theme-btn.icon-btn-two.btn-naranjo.mt-3 {
	color: #fff;
	padding: 16px 60px;
	border-radius: 5px;
}

.case-study-section {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 797px 293px;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.case-block .inner-box {
	position: relative;
	border-radius: 7px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
}

.case-block .image-box {
	position: relative;
}

.case-block .image-box .image {
	position: relative;
	margin-bottom: 0;
}

.case-block .image-box .image img {
	display: block;
	width: 100%;
}

.case-block .image-box .icon_img {
	bottom: 0;
	width: 76px;
	position: absolute;
	padding: 15px 0 0;
	background-color: #fff;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	left: calc(50% - 38px);
	text-align: center;
}

.case-block .lower-content {
	position: relative;
	padding: 35px 35px 38px;
	text-align: center;
	height: 220px;
}

.case-block .lower-content h4 {
	font-size: 20px;
	color: #ff4f00 !important;
}

.case-block .lower-content .text {
	position: relative;
	padding-top: 14px;
	margin-top: 13px;
	color: rgba(0, 0, 0, 0.75);
}

.case-block .lower-content .text:before {
	top: 0;
	content: '';
	width: 30px;
	height: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #dadce2;
	position: absolute;
	left: calc(50% - 15px);
}

.services-section-two {
	position: relative;
	padding: 50px 0 60px;
}

.sec-title {
	position: relative;
	margin-bottom: 0;
	margin-top: 30px;
}

.service-block-two h3 {
	position: relative;
	margin-top: -5px;
	font-size: 20px;
	color: #000000;
	font-weight: 600;
}

.call-to-action .content {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.call-to-action.style-two .sec-title-two h3 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
}

.call-to-action.style-two .sec-title-two .text {
	color: rgba(255, 255, 255, 0.75);
}

.call-to-action {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}

.faqs-section {
	position: relative;
	padding: 30px 0 90px;
	background: #eef3f9;
}

.faqs-section .sec-title {
	margin-bottom: 50px;
}

.sec-title .text:before {
	position: absolute;
	width: 30px;
	height: 3px;
	top: 60px;
	left: 0;
	content: "";
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ff4f00;
}

.sec-title.text-center .text:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.faq-accordion-item {
	box-shadow: 0px 0px 12px 5px #d7d7d7;
	margin-bottom: 20px;
	position: relative;
	background-color: #ffffff;
	border-radius: 2px;
}

.faq-accordion-title:after {
	content: "";
	height: 19px;
	width: 2px;
	background-color: #0071db;
	position: absolute;
	top: calc(50% - 9px);
	right: 20px;
}

.faq-accordion-title:before {
	content: "";
	height: 2px;
	width: 19px;
	background-color: #0071db;
	position: absolute;
	top: 50%;
	right: 12px;
}

.faq-accordion-title.active {
	background-color: #0071dc;
}

.faq-accordion-title.active h3 {
	color: #ffffff;
}

.faq-accordion-title.active:before {
	background-color: #ffffff;
}

.faq-accordion-title.active:after {
	opacity: 0;
}

.faq-title {
	margin-bottom: 30px;
}

.faq-accordion-content p {
	font-size: 16px;
}

.faq-accordion-content p:last-child {
	margin-bottom: 0px;
}

button.btn.btn-link.btn-block.text-left {
	text-decoration: none;
	font-size: 15px;
	color: #1d1d1d;
	transition: .3s;
	font-family: inherit;
	font-weight: 700;
}

.accordion .card-header {
	background-color: #fff;
}

.footer {
	background-size: cover;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 0px;
	position: relative;
	z-index: 0;
}

.logo img {
	width: 100%;
	height: 75px;
}

.logo img {
	width: 100%;
	height: 65px;
	margin-bottom: 20px;
}

select#inputState {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	line-height: 25px;
	padding: 10px 20px;
	border: 1px solid #ccc;
	background-color: #ffffff;
	border-radius: 5px;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

select.input_regiones.form-control.select2.select2-hidden-accessible {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	line-height: 25px;
	padding: 10px 20px;
	border: 1px solid #ccc;
	background-color: #ffffff;
	border-radius: 5px;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

input.form-control.empty.custom_phone {
	height: 40px;
}

.sec-titles h1 {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1.3;
    text-align: left;
    color: #1d1d1d;
}

.text strong {
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.35;
    font-size: 1.5rem;
}

.u-maxw-6 {
    max-width: 34rem;
}

.u-flex {
    display: flex;
}

.u-mr-xs {
    margin-right: 0.5rem;
}

.c-btn.v--signup {
    background-color: #ff2b00;
    border-color: #ff2b00;
    color: #fff;
}

.c-btn {
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-weight: 500;
    line-height: normal;
    padding: 0.75rem 1.5rem;
    text-align: center;
    text-decoration: none;
    transition: background .2s,color .2s,border .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-outline-danger{
    color: #ff2b00;
    border-color: #ff2b00;
}

.btn-outline-danger:hover{
    color: #fff;
    border-color: #ff2b00;
    background-color: #ff2b00;
}

.btn-danger{
    color: #fff;
    border-color: #ff2b00;
    background-color: #ff2b00;
}

input[type=email] {
    -webkit-appearance: none;
    border: 1px solid #000;
    border-radius: 0.25rem;
    box-shadow: none;
    line-height: normal;
    padding: 0.75rem;
    width: 100%;
}

p.u-maxw-7 {
    padding-top: 30px;
    font-size: 19px;
    font-weight: 400;
}

img.lazy.entered.loaded {
	width: 52px;
}

h5.f_size_18.f_600.mt_30 {
	text-align: left;
	color: #496bed;
	font-size: 16px;
	padding-top: 15px;
}

.bs-img-square {
	width: 100%;
	height: auto;
	padding: 10px;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.list-plan li {
	font-size: 21px;
	color: #496bed;
}

p.f_size_15 {
	font-size: 14px;
	min-height: 90px !important;
}

.image-column iframe {
	width: 100%;
	height: 395px;
}

label.form-check-label {
	font-size: 12px;
}

img.list-checkout {
	width: 14px;
	height: auto;
}

li.list-group-item {
	font-size: 12px;
	line-height: 30px;
}

.list-group-item img {
	width: 14px;
	margin-right: 15px;
}

li.list-group-item {
	font-size: 13px;
	line-height: 30px;
}

.list-group-item img {
	width: 14px;
	margin-right: 15px;
}

a.btn.btn-azul {
	background-color: #4a6cef;
	border-color: #4a6cef;
	color: #fff;
}

a.btn.btn-azul-osc {
	background-color: #0f3767;
	border-color: #0f3767;
	color: #fff;
}

.card-prices .card-body {
	padding: 35px;
}

.card-bg-blue .img-azul {
	position: absolute;
	margin-top: -290px;
	margin-left: -30px;
	z-index: 0;
	width: 204px;
}

.card-bg-blue .img-naranja {
	position: absolute;
	margin-top: -296px;
	margin-left: -30px;
	z-index: 0;
	width: 204px;
}

.card-bg-blue .img-azul-osc {
	position: absolute;
	margin-top: -290px;
	margin-left: -30px;
	z-index: 0;
	width: 204px;
}

.card.card-prices {
	z-index: 1;
	width: 90%;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.card-prices .card-title {
	font-size: 26px;
	font-weight: bold;
}

ul.list-style-one.m-class {
	list-style: none;
	margin-left: -40px;
	font-size: 14px;
}

.overflow {
	overflow: hidden;
}

.corner:before {
	right: 100%;
}

.corner:after {
	left: 100%;
}

/* ORANGE - Color */
.corner-red {
	height: 30px;
	margin: 5px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	padding: 5px;
	position: absolute;
	top: -6px;
	right: 114px;
	transform: translateX(30%) translateY(0%) rotate(0deg);
	transform-origin: top left;
	background: #fd4500;
	border-radius: 0px 0px 15px 15px;
	width: 180px;
}

/*.corner-red:before, .corner-red:after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 29%;
  height: 100%;
  background: #fd4500;
}*/

@media (max-width: 425px) {
	.call-to-action .content {
		display: inline-block;
	}

	.sec-title-two .text {
		text-align: center;
		padding-bottom: 15px;
	}

	.logo img {
		width: 42%;
		height: auto;
	}

	.d-flex {
		display: -ms-flexbox !important;
		display: initial;
	}

	.footer-flex {
		display: initial !important;
	}

	.image-column iframe {
		width: 100%;
		height: 240px;
	}

	.bs-img-square {
		margin-bottom: 30px;
	}

	a.logo {
		float: left;
	}

	.navi-whats {
		width: 28px;
		margin-top: 7px;
	}
}

.img-capsula1 {
	width: 50px;
	height: 50px;
	background-image: url(../../../img/iconos/reloj-N.png);
	background-position: center;
	background-size: contain;
	float: left;
	position: absolute;
	left: 0;
	top: 25px;
}

.background_25 {
	background-image: url(../../../img/fotos/Classic_blue_blurred_background.jpg);
	background-position: center;
	background-size: cover;
}

.feature-block-three .inner-box:hover .img-capsula1 {
	background-image: url("../../../img/iconos/reloj-w.png");
}

.img-capsula2 {
	width: 50px;
	height: 50px;
	background-image: url(../../../img/iconos/board-n.png);
	background-position: center;
	background-size: contain;
	float: left;
	position: absolute;
	left: 0;
	top: 25px;
}

.feature-block-three .inner-box:hover .img-capsula2 {
	background-image: url("../../../img/iconos/board-w.png");
}

.img-capsula3 {
	width: 50px;
	height: 50px;
	background-image: url(../../../img/iconos/star-n.png);
	background-position: center;
	background-size: contain;
	float: left;
	position: absolute;
	left: 0;
	top: 25px;
}

.feature-block-three .inner-box:hover .img-capsula3 {
	background-image: url("../../../img/iconos/star-w.png");
}

.img-capsula4 {
	width: 50px;
	height: 50px;
	background-image: url(../../../img/iconos/eye-n.png);
	background-position: center;
	background-size: contain;
	float: left;
	position: absolute;
	left: 0;
	top: 25px;
}

.feature-block-three .inner-box:hover .img-capsula4 {
	background-image: url("../../../img/iconos/eye-w.png");
}

/*backgrounds*/
.col-sm-12 {
	background: transparent !important;
}

.background_3 {
	background-color: orange;
}

.background_5 {
	background-image: url(../../../img/fotos/call_to_action.jpg);
}

.background_6 {
	background: #eef3f9;
}

.blog-card {
    height: 430px;
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    border: none;
}

.card-footer {
    background-color: #fff;
}

.post-title {
    color: #1d1d1d;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
}

.blog-card .card-text {
    position: relative;
    padding-top: 14px;
    margin-top: 13px;
    color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.next-prev-nav {
    display: flex;
}

.prev {
    list-style: none;
}

.next {
    list-style: none;
}

.row.post-nav {
    padding-top: 25px;
}

.texto-inferior {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.05;
    font-size: 2.415452rem;
    padding-top: 30px;
    color: white;
}

.go-row .fa-solid.fa-user-group {
    position: absolute;
    left: 235px;
    top: 8px;
    color: #ff2b00;
}
.go-row .fa-solid.fa-envelope {
    position: absolute;
    left: 235px;
    top: 8px;
    color: #ff2b00;
}
.go-row .fa-solid.fa-phone {
    position: absolute;
    left: 235px;
    top: 8px;
    color: #ff2b00;
}

.fa-check:before {
    content: "\f00c";
    height: 16px;
    margin-top: 0.3em;
    width: 16px;
    display: block;
    margin-left: -1.6rem;
}

.go-card:hover {
    border-color: #000;
    border-width: 2px;
}

.go-img-icon {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100px;
    min-height: 0;
    min-width: 0;
}

.go-card-body .card-title {
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-size: 26px;
}

.card-title-go {
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-size: 19px;
}

.card-title-chat {
    font-size: 1.9602rem;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.c-list__item {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 1.725rem;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: normal;
}

.c-link:not(.v--reset):after {
    content: "\00a0›";
}

.u-text-p6-bold {
    color: #06f;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 700;
    width: 100%;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.u-text-p6-bold:hover {
    text-decoration: underline;
}

.go-card-body ul {
    padding-left: 0;
    list-style: none;
    min-height: 200px;
    margin-bottom: 1.5rem;
}

.u-mr-md {
    margin-left: 25px;
}

.u-inline {
    font-size: 16px;
}

.card.go-card-1 {
    background-color: #303037;
    color: #fff;
}

.go-card-background p {
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 500;
    width: 100%;
    text-align: center;
    padding-bottom: 3rem;
    padding-top: 1rem;
    color: #fff!important;
    height: 200px;
}

.go-img-icon-ic {
    max-width: 64px;
}

.text-menor {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55555556;
    margin-bottom: 2rem;
}

.media-text {
    font-size: 1.5rem;
}

.background_40 {
    background-color: #f2f2f2;
}

.background_37 {
    background-color: #000c1e;
}

.background_36 {
    background-color: #000c1e;
}

.background_35 {
    background-color: #1b222f;
}

.background_33 {
    background-color: #000C1E;
}

.background_32 {
    background-color: #000C1E;
}

.background_31 {
    background-color: #ffd000;
}

.background_30 {
    background-color: #f2f2f2;
}

.background_29 {
    background-color: #f2f2f2;
}

.background_26 {
    background-color: #f2f2f2;
}