html {
  scroll-behavior: smooth;
}
html,
body {
	margin: 0;
	padding: 0px;
	width: 100%;
	height: auto;
	overflow-x: hidden;
}
nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1024;
    transition: all .3s;
}
.bg-blue{
    background:#1f2ea1;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
}
.nav-link.navi span {
    color: #fff;
    letter-spacing: 0;
    font-weight: 500;
    font-family: Montserrat;
    padding: 30px 25px;
    font-size: 13px;
}
.nav-link.navi span:hover {
    color: #ffde59;
    letter-spacing: 0;
    font-weight: 500;
    font-family: Montserrat;
    padding: 30px 25px;
    font-size: 13px;
}
.nav-link.dropdown-toggle span {
    color: #fff;
    letter-spacing: 0;
    font-weight: 500;
    font-family: Montserrat;
    padding: 30px 25px;
    font-size: 13px;
}
.nav-link.dropdown-toggle span:hover {
    color: #ffde59;
    letter-spacing: 0;
    font-weight: 500;
    font-family: Montserrat;
    padding: 30px 25px;
    font-size: 13px;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown-menu {
    background-color: #1f2ea1;
    margin-top: -2px;
    border: none;
}
.dropdown-menu>a {
	display: flex;
	background-color: #41aee8;
	color: #fff;
	padding: 0.8rem 1rem!important;
	align-items: center;
	justify-content: space-between;
	transition: .3s;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffde59;
}
a.dropdown-item {
    text-transform: uppercase;
    padding: 0.8rem 1rem!important;
    color: #fff;
    letter-spacing: 0;
    font-weight: 500;
    font-family: Montserrat;
    font-size: 13px;
    text-transform: capitalize;
}
.dropdown-menu {
    background-color: #1f2ea1;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: -10px;
    vertical-align: 2px;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.page .banner {
    padding-top: 7rem;
}
.page .banner {
    overflow: hidden;
}
.services-section {
    padding: 25px 0;
}
.background_100 {
    background-color: #eef3f9;
}
.background_103 {
    background-color: #eef3f9;
}
.background_109 {
    background-color: #eef3f9;
}
.page .banner__image {
    display: block;
}
.banner__image {
    display: block;
    position: absolute;
    max-width: 1100px;
    right: -62%;
}
.services-section .text-column {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 217px;
}
.services-section .text-column .inner-column {
    position: relative;
    padding-right: 65px;
}
.services-section .sec-title {
    position: relative;
    margin-bottom: 1.7em;
}
.sec-title h1 {
    font-size: 1.8rem;
    color: #1d1d1d;
    font-weight: bold;
    text-align: left;
}
.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: Montserrat;
    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: #1e2fa2;
}
.feature-block-three .inner-box .content {
    position: relative;
    padding-left: 78px;
}

.feature-block-three .inner-box h4 {
    position: relative;
    font-family: 'Montserrat';
    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;
}
.logo-brand {
    width: 80%!important;
}
img.person-brand {
    position: absolute;
    right: 120px;
    top: -243px;
    width: 100%!important;
}
.background_102 {
    background-color: #eef3f9!important;
}
.background_102 .col-12 {
    background-color: #eef3f9!important;
}
.background_101 {
    background-image: url(../../../img/fotos/call_to_action.jpg);
}
.background_101 .col-sm-12  {
    background-color: transparent!important;
}
.background_105 {
    background-image: url(../../../img/fotos/call_to_action.jpg);
}
.background_105 .col-sm-12  {
    background-color: transparent!important;
}
.background_115 {
    background-image: url(../../../img/fotos/call_to_action.jpg);
}
.background_115 .col-sm-12  {
    background-color: transparent!important;
}
.background_111 {
    background-color: #eef3f9!important;
}
.background_111 .col-6 {
    background-color: #eef3f9!important;
}
.background_113 {
    background-color: #eef3f9!important;
}
.background_113 .col-6 {
    background-color: #eef3f9!important;
}
input#submit_0 {
    background: #ff4f00;
    border: none;
    padding: 12px;
    border-radius: 7px;
    color: #fff;
    font-weight: 600;
}
.sec-title h3 {
    position: relative;
    color: #1e2fa2;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
}
.fluid-section-two {
    position: relative;
    background: #eef3f9;
}
.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;
}
i.fas.fa-check {
    color: #ff4f00;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 25px;
}
.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: #ff470d;
    padding: 9px 35px;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: 5px 5px 5px #000;
}
.btn-naranjo:hover {
    color: #fff;
    background-color: #fc6b0a !important;
    border-color: #fc6b0a;
    padding: 9px 35px;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: 5px 5px 5px #000;
}
.btn-naranjo-2 {
    background-color: #ff470d !important;
    border-color: #ff470d;
    padding: 9px 30px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    margin-right: 20px;
    width: 50%;
}
.text-mes {
    font-size: 16px;
    font-weight: 600;
}
.btn-naranjo-2:hover {
    background-color: #fc6b0a !important;
    border-color: #fc6b0a;
    padding: 9px 30px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    margin-right: 20px;
    width: 50%;
}
.btn-naranjo-3 {
    background-color: #3a7bd5 !important;
    border-color: #3a7bd5;
    padding: 9px 30px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    margin-right: 20px;
    width: 50%;
}
.btn-naranjo-3:hover {
     background-color: #00d2ff !important;
    border-color: #00d2ff;
    padding: 9px 30px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    margin-right: 20px;
    width: 50%;
}
#carouselHomeControls .rightLsts {
    position: absolute;
    top: calc(50% - 20px);
    padding: 15px;
    font-weight: 900;
}
#carouselHomeControls .leftLsts {
    position: absolute;
    top: calc(50% - 20px);
    padding: 15px;
    font-weight: 900;
}
#carouselHomeControls .carousel-control-prev {
    left: -180px;
}
#carouselHomeControls .carousel-control-next {
    right: -180px;
}
.text1 {
    font-size: 32px;
}
.text1 strong {
    color: #1e2fa2;
    font-weight: bold;
}
.logo-foo img {
    width: 18%;
    height: auto;
}
#carouselHomeControls {
    height: 717px;
}

/*BOTONES FORMULARIO*/
.btn-danger {
    color: #fff;
    background-color: #ff470d !important;
    border-color: #ff470d;
    padding: 12px 42px;
    border-radius: 5px;
    font-weight: 600;
}
.btn-danger:hover {
    color: #fff;
    background-color: #fc6b0a !important;
    border-color: #fc6b0a;
    padding: 12px 42px;
    border-radius: 5px;
    font-weight: 600;
}
.btn-primary {
    background-color: #3a7bd5 !important;
    border-color: #3a7bd5;
    padding: 12px 50px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
}
.btn-primary:hover {
     background-color: #00d2ff !important;
    border-color: #00d2ff;
    padding: 12px 50px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    padding: 12px 50px;
    border-radius: 5px;
    font-weight: 600;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    padding: 12px 50px;
    border-radius: 5px;
    font-weight: 600;
}
.alert-danger {
    color: #721c24;
    background-color: white;
    border: 2px solid #3a7bd5;
    box-shadow: -7px 9px 5px -7px rgba(0,0,0,0.49);
    -webkit-box-shadow: -7px 9px 5px -7px rgba(0,0,0,0.49);
    -moz-box-shadow: -7px 9px 5px -4px rgba(0,0,0,0.49);
    font-size: 18px;
}
.alert-warning {
    color: #721c24;
    background-color: white;
    border: 2px solid #3a7bd5;
    box-shadow: -7px 9px 5px -7px rgba(0,0,0,0.49);
    -webkit-box-shadow: -7px 9px 5px -7px rgba(0,0,0,0.49);
    -moz-box-shadow: -7px 9px 5px -4px rgba(0,0,0,0.49);
    font-size: 18px;
}
.card-header {
    font-size: 21px;
    font-weight: 500;
}
.input-group-prepend .btn {
    font-size: 20px;
    padding: 0rem 0.75rem;
}
.input-group-prepend {
    display: block;
    margin-top: -3px;
}
.input-group-append {
    margin-top: -4px;
}
.mi-input {
    width: 20%;
}
label {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.video-column video {
    width: 90%;
}
.style-two .btn-naranjo-3 {
    margin-right: 0;
}
.background_110 {
    background-image: url(../../../img/fotos/call_to_action.jpg);
}
.background_110 .col-sm-12 {
    background-color: transparent!important;
}
.background_110 .sec-title h3 {
    color: #fff;
    font-weight: 500;
}

/*BOTONES FORMULARIO*/
.card-header {
    font-weight: 600;
}
.buttom-inline {
    display: inline-flex;
}
.video-down {
    margin-top: 200px;
}
.video-top {
    margin-top: 100px;
}
.btn-yellow {
    color: #000;
    background-color: #ffde59 !important;
    border-color: #ffde59;
    padding: 9px;
    border-radius: 5px;
    font-weight: 600;
}
.btn-yellow:hover {
    color: #000;
}
.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: Montserrat;
}
.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;
}
.service-block-two .text {
    font-size: 15px;
    line-height: 27px;
    color: rgba(0,0,0,0.75);
    margin-top: 9px;
}
.text {
    position: relative;
    padding-top: 14px;
    margin-top: 13px;
    color: rgba(0,0,0,0.75);
}
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: #1e2fa2 !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: block;
    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: #1e2fa2;
    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 {
    color: #1e2fa2;
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
}
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: 28px;
    font-weight: bold;
}
ul.list-style-one.m-class {
    list-style: none;
    margin-left: -40px;
    font-size: 14px;
}
.head-title-promo {
    color: #ffde59;
    font-size: 42px;
    margin-right: 15px;
    font-weight: 500;
    text-shadow: 5px 5px 5px #000;
}
.bg-blue .col-md-9.col-sm-12 {
    display: contents;
}

.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;
}
.product-cat {
    color: #1f2ea1;
}
.entry-title {
    color: #1f2ea1;
}
.navbar-light .navbar-toggler {
    background-color: #ffde59;
}
.background_120 {
    background-color: #eef3f9!important;
}
.background_123 {
    background-image: url(../../../img/fotos/call_to_action.jpg);
}
.background_123 .col-sm-12 {
    background-color: transparent!important;
}
.background_126 {
    background-image: url(../../../img/fotos/call_to_action.jpg);
}
.background_126 .col-sm-12 {
    background-color: transparent!important;
}
.background_130 {
    background-image: url(../../../img/fotos/call_to_action.jpg);
}
.background_130 .col-sm-12 {
    background-color: transparent!important;
}
.background_124 {
    background-color: #eef3f9!important;
}
.background_125 {
    background-color: #eef3f9!important;
}
.background_124 .card {
    background-color: #eef3f9;
}
.background_125 .card {
    background-color: #eef3f9;
}
.background_127 {
    background-color: #eef3f9;
}
.background_128 {
    background-color: #eef3f9;
}
.background_127 .col-sm-3 {
    background-color: transparent!important;
}
.background_128 .col-sm-3 {
    background-color: transparent!important;
}
.background_127 .card {
    background-color: #eef3f9;
}
.background_128 .card {
    background-color: #eef3f9;
}
.background_121 .card-img-top {
    width: 72px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.background_124 .card-img-top {
    width: 72px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.background_125 .card-img-top {
    width: 72px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.background_127 .card-img-top {
    width: 72px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.background_128 .card-img-top {
    width: 72px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.card-title {
    color: #1f2ea1;
}
.background_103 .card {
    background-color: #eef3f9;
}
.background_103 .card-img-top {
    width: 72px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.background_103 .col-sm-4 {
    background-color: #eef3f9!important;
}

/*.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;
}
.banner__image {
    display: none;
}
.btn-naranjo-2 {
    padding: 6px;
}
.services-section .text-column {
    margin-bottom: 0;
}
.video-down {
    margin-top: 30px;
}
.fluid-section-two.style-two .content-column {
    padding-left: 0;
}
.footer-alt p {
    text-align: center;
}
.fluid-section-two {
    margin-top: 0px;
}
.navbar-nav {
    margin-top: 20px;
}
.background_100 {
    margin-top: 0;
}
.buttom-inline {
    display: block;
}
.btn-naranjo-2 {
    width: 100%;
}
.btn-naranjo-3 {
    width: 100%;
}
.sec-title h3 {
    font-size: 34px;
}
img.person-brand {
    position: relative;
    right: 20px;
    top: 0px;
    width: 100%!important;
}
.video-top iframe {
    width: 100%;
}
img.whatsappico {
    width: 90%;
}
.bg-blue .head-title-promo {
    font-size: 36px;
    margin-right: 0;
    margin-left: 15px;
}
.bg-blue .btn.btn-naranjo {
    margin: 15px;
}
#carouselHomeControls {
    height: auto;
}
.background_99 iframe {
    margin-top: 30px;
    width: 100%;
}
}
.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;
}

.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");
}

















