/**/

* {
    font-family: 'Kanit', sans-serif;    
}

b{
    font-weight: 500!important;
}

body {
    background-color: #f3f8fb!important
}

.footer.container-fluid{
    background: transparent;
    /*mix-blend-mode: difference;*/
    color: white;
    height: auto;
    overflow-x: hidden;
    padding-top: 2%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    max-width: 2048px;
}

.main-footer {
    background: #000A23;
}

.main-footer a:hover {
    color: #086788;
}

.footer a {
    color: white;
    cursor: pointer;
}

.footer-content{
    padding: 1rem 6rem 2rem 4rem!important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-content a {
    color: white;
}

.footer-content a:hover {
    color:#94b8d7
}

.footer-content p {
    margin-bottom: unset;
}

.footer-left p:first-child, .footer-center p:first-child, .footer-right p:first-child{
    font-weight: 600;
}

.footer-center, .footer-right, .footer-left{
    display: flex;
    flex-direction: column;
}

.footer-center{
    align-items: center;
}

.footer-right{
    align-items: flex-end;
}

.footer-right img {
    width: 2rem;
    margin: 0rem 0rem 0rem 1rem;
    filter: brightness(0) invert(1);
}

.footer-right div:last-child{
    margin-top: .5rem;
}

.secondary-header img{
    width: 100%;
    height: auto;
}

.secondary-header {
    color:white;
    position: absolute;
    top: 0;
    z-index: -1;  
    overflow: hidden;
    width: 100%;
}


.navbar img {
    width: 11rem;
}


.navbar {
    width: 100%;
    z-index: 1;
    font-size: 1.3rem;
    padding: 0rem;
    margin: 0rem;
    background: #000a23;
}

.nav-link {
    color: #fff!important;
    font-size: 1.7rem!important;
}

.ciditel-flash {
    color: white!important;
    background-color: #000A23!important;
    border-color: #000A23!important;
    opacity: 0.6 !important;
    top: 100px!important;
}

.secondary-header h1 {
    position: absolute;
    top: 15rem;
    left: 4rem;
    font-size: 4rem;
    font-weight: 400;
}

.main-div{
    padding: 0rem 4rem 11rem 4rem;
}

.button-back-div{
    margin-top: 3rem;
}

.btn-ciditel, .btn-secondary, .btn-primary{
    color: #fff!important;
    background-color: #086788!important;
    border-color: #086788!important;
}

.btn-ciditel:hover, .btn-secondary:hover, .btn-primary:hover{
    background-color: #000A23!important;
    border-color: #000A23!important;
}

.web2py_htmltable a, .web2py_breadcrumbs a, .web2py_form a {
    color: #086788!important;
}

.web2py_htmltable a:hover, .web2py_breadcrumbs a:hover, .web2py_form a:hover{
    color: #000A23!important;
}

.web2py_htmltable span.icon {
    color: white!important;
}

.main-div-index{
    margin-top: 34%;
    font-size: 1.3rem;
    padding: 0rem 10%!important;
    max-width: 2048px;
}

.index-service img{
    width: 3.5rem;
    filter: invert(20%) sepia(100%) saturate(2264%) hue-rotate(177deg) brightness(90%) contrast(94%);
}

.index-service{
    display: flex;
    flex-direction: row;
    color: #086788;
    padding: 1rem 1rem 1rem 1rem;
    margin-bottom: 5%;
    font-size: 1rem;

    border-bottom-style: solid;
    border-bottom-width: 3px ;
    border-bottom-color: transparent ;

    transition: 0.3s;
    min-height: 11rem;
}

.index-service p {
    margin-bottom: 0rem;
    font-size: 1.3rem;
} 
.index-service div:first-child{
    margin-right: 1rem;
}

.index-title{
    color: #000A23;
    margin-bottom: 2rem;
}

.index-service:hover {
    background: #EEF3F7;
    border-bottom-style: solid;
    border-bottom-width: 3px ;
    border-bottom-color: #FFBA08 ;
}

.index-service:hover img {
    filter: invert(9%) sepia(99%) saturate(4998%) hue-rotate(188deg) brightness(53%) contrast(135%);
}

.index-service:hover {
    color: #000A23;
}

.main-services {
    background: transparent;
}



.container{
    width: 100%!important;
    max-width: 100%!important;
}

#container-card {
    mask-image: linear-gradient(
        to left,
        rgba(0,0,0,0.8),
        white
    );
    -webkit-mask-image: linear-gradient(
        to left,
        rgba(0,0,0,0.8),
        white
    );
}

.cards {
    display: grid;
    /*grid-auto-columns: 100%;*/
    grid-column-gap: 0px;
    grid-auto-flow: column;
    padding: 25px 0px;
    list-style: none;
    overflow-x: hidden;
    -ms-scroll-snap-type: x proximity;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
        }

.card {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 12px;
    transition: all 0.5s;
    border: unset!important;
    width: 30rem;
    margin-right: 2rem;

    margin-top: .5rem;
    margin-bottom: 0rem;

    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);
}

.div-card-title h3{
    padding-top: 32px;
    color: #086788;
    font-size: 2rem;
    font-weight: 700;
    transition: .400s;
}

.card-content p{
    color: #000A23;
}

.card-img img{
    filter: unset;
    width: 30rem;
}

.div-card-title {
    padding: .5rem 1rem .5rem 1rem;
    border-radius: 5px 5px 0px 0px;

    border: solid;
    border-color: transparent;
    border-width: 2px;
    border-bottom: unset;
}

.card:hover .div-card-title{
    border-color: #FFBA08;
}

.card:hover .div-card-title h3{
    color: #FFBA08;    
}

.card:hover{
    margin-top: 0rem;
    margin-bottom: .5rem;
}

.card:hover img {
    filter: brightness(50%);
}

.navar-secondary-image {
    display: none;
}

.btn-next-product{
    width: 2rem;    
    filter: invert(9%) sepia(24%) saturate(6340%) hue-rotate(189deg) brightness(75%) contrast(117%);
}

.btn-next-product:hover{
    filter: invert(71%) sepia(83%) saturate(824%) hue-rotate(350deg) brightness(99%) contrast(105%);
}

.carousel-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.web2py-contact-form{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 3rem;
    padding-top: 3%;
}

div.web2py-contact-form form div.col-sm-9{
    margin-right: 1%;
}

div.web2py-contact-form form input.btn-primary.btn, .btn-blog, .btn-products {
    background: #000A23!important;
    border-color: #000A23!important;
    font-size: 1.7rem!important;;
    font-weight: 600!important;;
    padding: .5rem 1.5rem .5rem 1.5rem!important;;
    border-radius: 7px!important;
    transition: all .5s;
    color: white!important;;
}

div.web2py-contact-form form input.btn-primary.btn:hover, .btn-blog:hover, .btn-products:hover {
    background: #FFBA08!important;
    border-color: #FFBA08!important;
    color: #000A23!important;
    
}

.btn-blog {
    font-size: 1.2rem!important;
}

#contact_full_email{
    color: #000A23;
    font-size: 1.5rem;
    width: 29rem;
}

#contact_full_email__label {
    color: #000A23;
    font-size: 2.2rem;
    font-weight: 500;
}

.form-div {
    width: 30%;
}

#contact_full_email::placeholder{
    font-size: 1.5rem;
    opacity: 0.5;
}

#email__error{
    color: #000A23;
}

.main-div-product{
    margin-top: 5%;    
    font-size: 1.3rem;
    padding: 0rem 6%!important;
    max-width: 2048px;
}

.funcionalidades-detalle{
    background: linear-gradient(to right, #086788, #000a23);
    color: white;
    padding: 3rem 10%;    
    margin: -.75%;
}

.formulario-div-contact{
    background: linear-gradient(to right, #086788, #000a23);
    color: white;
    padding: 3rem 10%;
    margin: -.75%;
}

.product-form{
    border-style: solid;
    border-width: 3px;
    border-radius: 5px;
    border-color: #c3d4e3;
    background-color: #eef3f7;
    padding: 3rem;

    -webkit-box-shadow: 7px 7px 13px -3px rgba(0,2,58,0.51);
    -moz-box-shadow: 7px 7px 13px -3px rgba(0,2,58,0.51);
    box-shadow: 7px 7px 13px -3px rgba(0,2,58,0.51);
}

.product-banner-text {
    color: white;
    z-index: 1;
    position: absolute;
    top: 4vw;
    left: 11%;
    width: 100%; 
}

.product-banner-text2 {
    color: white;
    z-index: 1;
    position: absolute;
    top: 10vw;
    left: 11%;
    width: 100%; 
}

.product-banner-text p {
    font-size: 3vw;
    line-height: 0.9;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;

    white-space: normal;
    max-width: 40vw;
}

.product-banner-text2 p {
    font-size: 5vw;
    line-height: 0.9;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;

    white-space: normal;
    max-width: 61vw;
}

.product-banner-text span {
    font-size: 2.3rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

.products-nombre h2, .products-beneficios h2 {
    margin-bottom: 1.5rem;
    color: #086788;
}

.products-beneficios {
    margin-top: 5rem;
}

.funcionalidades-detalle ul li {
    font-size: 1.3rem;
}

.form-title {
    margin-bottom: 1.5rem;
    color: #086788;
}

.contact-div-numbers, .contact-div-buttons {
    display: flex;
    flex-direction: column;
}

.contact-div-numbers{
    align-items: center ;
}

.contact-div-numbers p {
    margin-bottom: 0rem;
    color: #656c7b;
}

.cajita-wapp{
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    border-color: #c3d4e3;
    padding: 2rem; 

    -webkit-box-shadow: 7px 7px 13px -3px rgba(0,2,58,0.51);
    -moz-box-shadow: 7px 7px 13px -3px rgba(0,2,58,0.51);
    box-shadow: 7px 7px 13px -3px rgba(0,2,58,0.51);

    height: 19rem;
    min-height: 19rem;
}

.contact-img {
    width: 4.5rem;
    filter: invert(18%) sepia(72%) saturate(3275%) hue-rotate(179deg) brightness(96%) contrast(94%);
}

.contact-img-div{
    display: flex;
    flex-direction: row;
    padding: 0.5rem;
    justify-content: space-evenly;
    align-items: center;
}

.contact-cajita-titulo{
    text-align: center;
    margin-bottom: 1rem;
}

.contact-div-buttons{
    padding: .5rem  2rem;
}

.contact-div-buttons button {
    margin: .5rem;
}

.contact-long-text {
    padding: 0rem 1rem;
}




.contact-form{
    border-style: solid;
    border-width: 3px;
    border-radius: 5px;
    border-color: #c3d4e3;
    background-color: #eef3f7;
    padding: 3rem;
    color: #000A23;
    font-size: 1.3rem;

    -webkit-box-shadow: 7px 7px 13px -3px rgba(0,2,58,0.51);
    -moz-box-shadow: 7px 7px 13px -3px rgba(0,2,58,0.51);
    box-shadow: 7px 7px 13px -3px rgba(0,2,58,0.51);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.team-photo{
    width: 20rem;
}

.item-privacy-menu {
    display: flex;
    flex-direction: column;
    padding: 2rem 0rem;
    font-size: 1.5rem;
}

.item-privacy-menu a {
    color: #086788;
}
.item-privacy-menu p {
    margin: .5rem 3rem;
    cursor: pointer;
}

.item-privacy-menu a:hover {
    color: black!important;
}

.item-privacy-menu .selected {
    background: #94b8d7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #086788 ;
    color: black;
}

.menu-privacy {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #e2eaf2;
    border-radius: 10px;
}

.menu-privacy a {
    text-decoration: none;
}

.menu-privacy h1 {
    font-size: 1.8rem;
    text-align: center;
    padding: 1rem 1rem;
    font-weight: 500;
}
.linea {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c3d4e3 ;
}

.linea2 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c3d4e3 ;
    margin: 1.5rem 0rem;
    width: 100%;
}

.blog-title {
    color: #212529;
    cursor: pointer;
}

.botones-next {
    display: flex;
    justify-content: space-around;
}

.tag {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #4a4a4a;
    display: inline-flex;
    font-size: 1rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
}

.policy_content {
    padding: 0rem 0rem 14rem 2rem;
}

.privacy_last_update {
    color: #c3d4e3;
}

.privay_policy_title {
    color: #086788;
    font-weight: 500;
}

.footer-center-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.footer-icons {
    width: 1.8rem;
    filter: brightness(0) invert(1);
    margin-right: 1rem;
}

.footer-icons:hover {
    filter: invert(30%) sepia(96%) saturate(448%) hue-rotate(148deg) brightness(93%) contrast(97%);
}


.about-us-img {
    width: 30rem;
}

.cajita-contact-button {
    width: 100%;
}

.columna-imagen-contacto {
    padding: 0rem 0rem 0rem 8rem!important;
}

.product-title{
    color: #086788;
}
.titulo-blog {
    cursor: pointer;
}
.titulo-nosotros {
    margin-bottom: 1rem;
    font-weight: 500;
    color: #086788;
}

.miga {
    position: relative;
    top: 0rem;
    padding: .25rem 11%;
    color: #086788;
}

.miga-separador {
    margin: 0rem .5rem;
}

.last-miga {
    color: black;
}

.seconday-header-mobile {
    display: none;
}

.seconday-header-mobile img{
    width: 100%;
}

.container-form-desktop {
    width: 70%!important;
}

.img-captcha {
    width: 12rem;
    margin-bottom: 1rem;
}

.us-description-desktop {
    padding: 0rem 11% 0rem 11%!important;
    font-size: 1.3rem;
}
.us-main-dektop {
    margin-top:3rem!important;
}

.blog_entries {
    padding: 0rem 2rem 10rem 2rem!important;
    font-size: 1.3rem;
}

.blog-encabezado {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titulo-vista-blog {
    padding: .75rem;
}

.image-blog-view {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

.no_post {
    display: flex;
    justify-content: center;
}

.blog-img {
    width: 20rem;
    max-width: 20rem;
    padding: 1rem;
}

.linea-footer {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #ffba08;
    display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    padding: 0rem 0rem;
    margin: 32px 0%;
    width: 80%;
}

.footer-images {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 0%;
    width: 80%;
}

.footer-images img:first-child {
    width: 17rem;
}

.footer-images img:nth-child(2){
    width: 75%;
}

.footer-main-columns {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.is-18 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.is-16 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.3rem;
}

.is-24 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
}

.follow-us {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
}

.cursor {
    cursor: pointer;
}


.block p {
    margin: 0;
}

.block {
    margin-bottom: 24px;
}

.navar-primary-image img {
    width: 12vw;
}

.navar-primary-image {
    padding: 12px 0rem 12px 85%;
}

/***** Top menu *****/
 
.navbar {   
    transition: all .6s;
    backface-visibility: hidden;
}

.is-transparent {
    background: transparent!important;
}
 
.navbar-dark .navbar-nav {
    color: #fff;
}
 
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    border: 0;
}
 
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}
 
.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    outline: 0;
}
 
.navbar-dark .navbar-toggler {
    border-color: transparent;
}
 
.navbar-dark .navbar-toggler:focus {
    background: none;
    outline: 0;
}
 
.navbar-dark .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
 
.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
    background: #ccc;
}
 
/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
    background: #fff!important;
}
 
/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
    background: #fff!important;
}
 
.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}
 


.navbar-dark .navbar-toggler {
    color: #000A23!important;
    border-color: transparent!important;
}

.navbar-dark .navbar-toggler span {
    background: #000A23!important;
}

.navbar-toggler:focus {
    box-shadow: unset!important;
}

#navbarNav {
    margin: -0.78rem;
    background: #000A23;
    padding: 2%;
    margin-bottom: -28%;
    opacity: .99;
    padding-bottom: 11%;
    margin-top: -1%;
}

.navbar-nav {
    display: flex;
    flex-direction: row!important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0rem 10% !important;
}

.dropdown-menu {
    background-color: transparent!important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: transparent!important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent!important;
}

.dropdown-item {
    color: white!important;
    font-size: 1.3rem;
}

.dropdown-item:hover, .nav-link:hover{
    color: #086788!important;
}

.custom-button-navar{
    padding-right: 10.5%!important;
}

.dropdown-toggle::after {
    display: none!important;
}

.dropdown-item {
    padding: 0.25rem 0rem!important;
}

.nav-menu-img {
    display: flex;
    background: #fff;
    padding: 2rem;
    border-radius: 5px;
    min-height: 14rem;
    min-width: 14rem;
    max-height: 14rem;
    max-width: 14rem;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.nav-menu-img img {
    width: 13rem;
}

.product-limit-w {
    max-width: 2048px!important;
}

.privacy-main {
    padding: 0rem 10%;
}

.remove-padding {
    padding: 1rem;
}

.flags {
    width: 2rem!important;
}

.flags-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 8%;
    margin-right: 9%;
}