* {
    margin: 0;
    padding: 0;
}

/*body {*/
/*    overflow-x: hidden;*/
/*}*/

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
    text-decoration: none!important;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none!important;
}

.v-application a,
a {
    color: #fff;
    font-size: 14px;
    text-decoration: none!important;
}

.transparent {
    background-color: transparent;
}

img {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


/* carousel */

.carouselCust {
    max-height: 550px!important;
}

.formSlider {
    position: relative;
    top: -500px;
    margin-bottom: -500px;
    align-self: flex-center;
    right: -900px;
}

.bgTRANSTOP{
    background-color: #ffffff80;
    border-radius: 5px 5px 0 0;
}
.bgTRANSBOT{
    background-color: #ffffff80;
    border-radius: 0 0 5px 5px;
}
.white-c {
    color: rgba(255, 255, 255, 0.5)!important;
}

@media (max-width: 1440px) {
    .formSlider {
        right: -780px;
    }
}

@media (max-width: 1240px) {
    .formSlider {
        right: -650px;
    }
}

@media (max-width: 1024px) {
    .formSlider {
        right: -540px;
    }
}


@media (max-width: 991px) {
    .formSlider {
        right: 0;
        top: 0;
        margin-bottom: 10px;
        align-self: flex-center;
        right: 0;
    }
    .bgTRANSTOP {
        background-color: #ffffff;
        border-radius: 0;
    }
    .bgTRANSBOT {
        background-color: #ffffff;
        border-radius: 0;
    }
}


/*-------------------------------------------------------------------------------------
Botones
---------------------------------------------------------------------------------------*/

.btnProd {
    height: 100%!important;
}

.boton {
    margin-bottom: 20px;
}

.boton a {
    padding: 10px 15px;
    border-radius: 60px;
    background-color: #793980;
    color: #fec500;
    border: none;
    font-size: 28px;
}

.boton a:hover {
    background-color: #fec500;
    color: #793980;
}

#botones {
    position: fixed;
    right: 10px;
    top: calc(40%);
    z-index: 700;
}

.boton-wsp a {
    padding: 10px 15px;
    border-radius: 60px;
    background-color: #25D366;
    color: #fff!important;
    border: none;
    font-size: 28px;
}

.boton-wsp a:hover {
    background-color: transparent;
    color: #25D366!important;
}

.boton-fb a {
    padding: 10px 15px;
    border-radius: 60px;
    background-color: #0078FF;
    color: #fff!important;
    border: none;
    font-size: 28px;
}

.boton-fb a:hover {
    background-color: transparent;
    color: #0078FF!important;
}


/*-------------------------------------------------------------------------------------
Site Preloader
---------------------------------------------------------------------------------------*/

.d-table {
    width: 100%;
    height: 100%
}

.preloader {
    background-color: #793980;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #fec500;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}


/*-------------------------------------------------------------------------------------
Header
---------------------------------------------------------------------------------------*/

.navbar-nav {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 18px;
    padding: 0 15px;
    color: #fff;
    letter-spacing: 2px;
    opacity: 0.8;
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active,
.sticky .nav-item .nav-link {
    color: #fec500;
    opacity: 1;
}

.sticky .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 18px;
    padding: 0 15px;
    color: #fff;
    letter-spacing: 2px;
    opacity: 0.8;
}

.sticky .nav-item .nav-link.active,
.sticky .nav-item .nav-link:hover {
    color: #fec500;
    opacity: 1;
}

.navbar-toggler {
    color: #fec500;
}

.logo-scroll,
.sticky .logo {
    display: none
}

.sticky .logo-scroll {
    display: block
}

.header-social-icons ul li {
    display: inline-block;
}

.header-social-icons ul li a {
    display: block;
    background-color: #9f4ba9;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    margin: 0 2px
}

.header-social-icons ul li a:hover {
    background-color: #fff;
    color: #793980;
}

#navigation {
    font-family: 'Montserrat', sans-serif;
}

#indicator {
    color: #fec500;
}

#indicator i {
    font-size: 3rem;
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    transition-timing-function: ease-in-out;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition-timing-function: ease-in-out;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    transition-timing-function: ease-in-out;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print),
(prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        transition-timing-function: ease-in-out;
    }
}


/*-------------------------------------------------------------------------------------
Headline
---------------------------------------------------------------------------------------*/

.animacionheader {
    background-color: #793980;
}

.divisorv {
    position: relative;
    top: -1px;
    margin-bottom: -1px;
}


/*-------------------------------------------------------------------------------------
Productos estrella
---------------------------------------------------------------------------------------*/

.color-v {
    color: #793980!important
}

.color-b {
    color: #fff!important
}
.color-a {
    color: #fec500;
}

.titulo {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

.titulo h2 {
    font-weight: 700!important;
    font-size: 30px!important;
    color: #793980;
}

.titulo h3 {
    font-weight: 700!important;
    font-size: 30px!important;
}

@media (max-width: 576px) {
    .titulo {
        text-align: center;
    }
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-amarilla {
    background-color: #fec500;
    border: none;
    border-radius: 12px;
}

.card-violeta {
    background-color: #793980;
    border: none;
    border-radius: 12px;
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.center-img-pc {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}

.card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: bold;
}

.extintor {
    position: relative;
    top: -630px;
    left: 410px;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    overflow: hidden;
}

.extintor:hover {
    top: -640px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.boton-card-infov {
    background-color: #793980;
    color: #fec500;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    border-radius: 12px;
    border: none;
    padding: 10px 50px;
}

.boton-card-infoa {
    background-color: #fec500;
    color: #793980;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    border-radius: 12px;
    border: none;
    padding: 10px 15px;
    width: 320px;
}

.boton-card-infov:hover,
.boton-card-infov:active,
.boton-card-infov:focus {
    background-color: #793980;
    color: #fec500;
    border: none;
}

.boton-card-infoa:hover,
.boton-card-infoa:active,
.boton-card-infoa:focus {
    background-color: #fec500;
    color: #793980;
    border: none;
}

.boton-card-wv {
    background-color: #793980;
    color: #fec500;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    border-radius: 12px;
    border: none;
    font-size: 28px;
}

.boton-card-wa {
    background-color: #fec500;
    color: #793980;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    border-radius: 12px;
    border: none;
    font-size: 28px;
}

.align-buttons {
    position: relative;
    top: -30px;
}

.img-mano {
    position: relative;
    left: -1.25rem;
    overflow: hidden;
}

.ceroint {
    position: relative;
    top: -460px;
    left: 460px;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    overflow: hidden;
}

.ceroint:hover {
    top: -440px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.separadorFlex {
    padding-top: 100px;
}

.separadorCredf {
    padding-top: 250px;
}

.rowPC {
    position: relative;
    top: -50px;
}

#plancomodin {
    position: relative;
    top: -200px;
}

#plan24 {
    position: relative;
    top: -80px;
}

.pt-sm-4 {
    padding-top: 0!important;
}

.my-sm-4 {
    margin: 0!important;
}

.mt-sm-3 {
    margin-top: 0rem;
}

.boton-card-infovic {
    width: 320px;
    margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .boton-card-infov {
        padding: 10px 20px;
    }
    .extintor {
        top: -650px;
    }
    .ceroint {
        top: -620px;
        left: -30px!important
    }
    .ceroint:hover {
        top: -610px;
    }
    .boton-card-infoa {
        width: 260px;
    }
    .boton-card-infovic {
        width: 260px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .boton-card-infov {
        padding: 10px 10px;
        font: size 0.75rem;
    }
    .extintor {
        top: -700px;
        width: 40%;
    }
    .extintor:hover {
        top: -690px;
    }
    .ceroint {
        top: -660px;
        left: -30px!important
    }
    .ceroint:hover {
        top: -650px;
    }
}

@media (max-width: 767px) {
    .extintor {
        width: 30%;
        left: -30px;
    }
    .boton-card-infov {
        padding: 10px 10px;
        font: size 0.75rem;
    }
    .ceroint {
        top: -660px;
        left: -10px!important;
    }
    .ceroint:hover {
        top: -650px;
    }
    .separadorFlex {
        padding-top: 0px;
        position: relative;
        /*top: -150px;*/
    }
    .separadorCredf {
        padding-top: 0px;
    }
    .rowPC {
        top: -160px;
    }
    .boton-card-infoa {
        width: 245px;
    }
    .boton-card-infov {
        width: 245px;
    }
    #plancomodin {
        top: 0px!important;
    }
    #plan24 {
        top: 0px!important;
    }
    .pt-sm-4 {
        padding-top: 4rem!important;
    }
    .my-sm-4 {
        margin: 4rem 0;
    }
    .mt-sm-3 {
        margin-top: 3rem;
    }
    .boton-card-infovic {
        width: 300px;
        margin-bottom: 10px;
    }
}


/*-------------------------------------------------------------------------------------
Nuestros productos y servicios
---------------------------------------------------------------------------------------*/

#formulario {
    position: relative;
    top: -100px;
}

.bg-pink {
    background-color: #fcf7fc;
}

#nuestrosProdServ h2 {
    font-size: 30px;
    font-family: Montserrat;
    font-weight: bold;
    color: #793980
}

.bubble-serv {
    border: none;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(232, 235, 237, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(232, 235, 237, 1);
    box-shadow: 0px 0px 10px 0px rgba(232, 235, 237, 1);
}

.circle {
    display: inline-block;
}

.circle i {
    font-size: 30px;
    margin-top: 10px;
    color: #793980;
    display: block;
    line-height: 66px;
    margin: 0 2px
}

.circle2 {
    display: inline-block;
}

.circle2 i {
    font-size: 20px;
    margin-top: 10px;
    color: #793980;
    display: block;
    background-color: rgba(121, 57, 128, 0.25);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 2px
}


/******************************
Selection
******************************/

::-moz-selection {
    color: #fec500!important;
    background: #793980!important;
}

::selection {
    color: #fec500!important;
    background: #793980!important;
}


/*-------------------------------------------------------------------------------------
Comunidad
---------------------------------------------------------------------------------------*/

.open-walkthrough {
    border: 0;
    background: #5da3f2;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 12px;
    height: 40px;
    width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -60px;
}

.walkthrough {
    box-shadow: 0 0px 12px 0 rgba(121, 57, 128, 0.25);
    background: #fff;
    border-radius: 12px;
    display: none;
    flex-direction: column;
    flex: 0 0 auto;
    font-size: 14px;
    height: 520px;
    overflow: hidden;
    transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 390px;
    z-index: 600;
}

.walkthrough.show {
    display: flex;
    opacity: 0;
    transform: translateY(72px);
}

.walkthrough.reveal {
    opacity: 1;
    transform: translateY(0);
}

.walkthrough .walkthrough-body {
    align-items: center;
    display: flex;
    flex: 1;
    text-align: center;
}

.walkthrough .walkthrough-body .prev-screen,
.walkthrough .walkthrough-body .next-screen {
    align-self: stretch;
    background: none;
    border: 0;
    margin-top: 40px;
    color: rgba(121, 57, 128, 0.25);
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 24px;
    opacity: 1;
    outline: none;
    padding: 15px;
    transform: scale(1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 600;
}

.walkthrough .walkthrough-body .prev-screen:hover,
.walkthrough .walkthrough-body .next-screen:hover,
.walkthrough .walkthrough-body .prev-screen:active,
.walkthrough .walkthrough-body .next-screen:active {
    color: #793980;
    transform-origin: center;
    transform: scale(1.25);
}

.walkthrough .walkthrough-body .prev-screen:disabled,
.walkthrough .walkthrough-body .next-screen:disabled {
    opacity: 0;
}

.walkthrough .walkthrough-body .prev-screen {
    order: 1;
}

.walkthrough .walkthrough-body .next-screen {
    order: 3;
}

.walkthrough .walkthrough-body .screens {
    flex: 1;
    align-self: stretch;
    position: relative;
    margin: 0 -16px;
    padding: 0;
    order: 2;
}

.walkthrough .walkthrough-body .screens .screen {
    position: absolute;
    list-style-type: none;
}

.walkthrough .walkthrough-body .media i {
    background: rgba(121, 57, 128, 0.25);
    border-radius: 80px;
    height: 150px;
    margin: 32px auto;
    width: 150px;
    line-height: 150px;
    color: #793980;
    font-size: 50px;
}

.walkthrough .walkthrough-body h3 {
    font-size: 16px;
    line-height: 1.4em;
    font-family: Montserrat;
    font-weight: bold;
    color: #1e252b;
}

.walkthrough .walkthrough-body p {
    line-height: 1.4em;
    font-size: 15px;
    margin-top: 14px;
    padding-top: 0;
    color: #696d70;
    font-family: Roboto;
}

.walkthrough .walkthrough-pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.walkthrough .walkthrough-pagination .dot {
    background: #79398025;
    border-radius: 10px;
    height: 10px;
    margin: 0 4px;
    transform: scale(0.75);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 10px;
}

.walkthrough .walkthrough-pagination .dot.active {
    background: #793980;
    transform: scale(1);
    transition-delay: 0.4s;
}

.walkthrough .walkthrough-footer {
    display: flex;
    flex: 0 0 auto;
    justify-content: space-around;
    padding: 0;
}

.walkthrough .screens {
    margin: 0;
}

.walkthrough .screens .media .status-badge {
    left: 136px;
    opacity: 0;
    position: absolute;
    top: 104px;
    transform: scale(0);
    transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-delay: 0.6s;
}

.walkthrough .screens .media .status-badge i {
    display: inline;
}

.walkthrough .screens .media.logo .logo {
    margin-top: 20px;
    opacity: 0;
    transform: translateY(-60px);
    transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 80px;
}

.walkthrough .screens .media .icon {
    position: absolute;
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 132px;
    left: 48px;
    top: 32px;
}

.walkthrough .screens .screen {
    opacity: 0;
    position: absolute;
    transform: translateX(-72px);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.walkthrough .screens .screen.active {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: 0.4s;
}

.walkthrough .screens .screen.active~.screen {
    opacity: 0;
    transform: translateX(72px);
}

.walkthrough .screens .screen.active .media .status-badge {
    opacity: 1;
    transform: scale(1.75);
}

.walkthrough .screens .screen.active .media.logo .logo {
    opacity: 0.8;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.walkthrough .screens .screen.active .media.logo .status-badge {
    transition-delay: 1s;
}

.walkthrough .screens .screen.active .media.books .icon {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.walkthrough .screens .screen.active .media.books .icon:nth-child(2) {
    transition-delay: 0.725s;
}

.walkthrough .screens .screen.active .media.books .icon:nth-child(3) {
    transition-delay: 0.85s;
}

.walkthrough .screens .screen.active .media.books .status-badge {
    transition-delay: 1.4s;
}

.walkthrough .screens .screen.active .media.bars .icon {
    opacity: 1;
    transform: translate(0) scale(1);
    transition-delay: 0.6s;
}

.walkthrough .screens .screen.active .media.bars .icon:nth-child(2) {
    transition-delay: 1.05s;
}

.walkthrough .screens .screen.active .media.bars .icon:nth-child(3) {
    transition-delay: 0.925s;
}

.walkthrough .screens .screen.active .media.bars .icon:nth-child(4) {
    transition-delay: 0.8s;
}

.walkthrough .screens .screen.active .media.files .icon {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
}

.walkthrough .screens .screen.active .media.files .icon:nth-child(3) {
    transition-delay: 0.8s;
}

.walkthrough .screens .screen.active .media.files .icon:nth-child(2) {
    transition-delay: 0.7s;
}

.walkthrough .screens .screen.active .media.files .icon:nth-child(1) {
    transition-delay: 0.6s;
}

.walkthrough .screens .screen.active .media.files .status-badge {
    transition-delay: 1.6s;
}

.walkthrough .screens .screen.active .media.comm .icon {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.6s;
}

.walkthrough .screens .screen.active .media.comm .icon:nth-child(2) {
    transition-delay: 0.8s;
}

.walkthrough .screens .screen.active .media.comm .status-badge {
    transition-delay: 1.6s;
}

@media (max-width: 420px) {
    .walkthrough {
        height: 520px;
        width: 300px;
    }
    .walkthrough .walkthrough-body h3 {
        font-size: 14px;
        line-height: 1.2em;
    }
    .walkthrough .walkthrough-body p {
        line-height: 1.2em;
        font-size: 14px;
    }
}

.boton-card-wv:hover,
.boton-card-wv:focus,
.boton-card-wv:active {
    background-color: #9f4ba9;
    color: #ffd33a;
    box-shadow: 0 0px 10px 0 rgba(121, 57, 128, 0.25);
}

.boton-card-wa:hover,
.boton-card-wa:focus,
.boton-card-wa:active {
    background-color: #ffd33a;
    color: #9f4ba9;
    box-shadow: 0 0px 10px 0 rgba(121, 57, 128, 0.25);
}

.img-testimonial {
    border-radius: 50%;
    margin: 20px 0;
}


/**************************
    Acordion
**************************/

.v-icon {
    background-color: rgba(121, 57, 128, 0.25);
    border-radius: 50%;
    color: #793980!important;
}

.v-expansion-panel-content {
    background-color: #e7ebee;
}

.p-acordion {
    font-size: 16px;
    font-family: Roboto;
    font-weight: regular;
    color: #696d70;
}

.h-acordion {
    color: #1e252b;
    font-size: 16px;
    font-family: Roboto;
    font-weight: regular;
}

.mon-bold {
    font-family: Montserrat;
    font-weight: bold;
}

.o-acordion {
    color: #696d70;
}


/*-------------------------------------------------------------------------------------
Formas de pago
---------------------------------------------------------------------------------------*/

#formasdepago h2 {
    font-size: 30px;
    font-family: Montserrat;
    font-weight: bold;
    color: #793980;
}

.card-pago {
    border: none;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(232, 235, 237, 1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(232, 235, 237, 1);
    box-shadow: 0px 0px 12px 0px rgba(232, 235, 237, 1);
}

.card-pago:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card-pago h3 {
    font-size: 24px;
    line-height: 30px;
}


/*-------------------------------------------------------------------------------------
quienessomos
---------------------------------------------------------------------------------------*/

#quienessomos {
    position: relative;
    top: 1px;
}

#quienessomos h2 {
    font-size: 30px;
    font-family: Montserrat;
    font-weight: bold;
    color: #793980;
}

#quienessomos h3 {
    font-size: 20px;
    font-family: Montserrat;
    font-weight: bold;
    color: #1e252b;
}

#quienessomos h4 {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: bold;
    color: #793980;
    text-transform: uppercase
}

#quienessomos p {
    font-size: 14px;
    font-family: Roboto;
    font-weight: regular;
    color: #696d70;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #793980;
    border-top: none;
    border-bottom: none;
}

.carouselBTN {
    color: #793980;
    font-size: 40px;
}


/*-------------------------------------------------------------------------------------
Formulario
---------------------------------------------------------------------------------------*/

._error-inner{
    color: #793980;
    font-weight: bold;
}

#formulario {
    position: relative;
    bottom: -1px;
}

.form-control:focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: rgba(121, 57, 128, 0.25) !important;
    outline: 0 !important;
    box-shadow: 0 0px 10px 0 rgba(121, 57, 128, 0.75) !important
}

.form-control {
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 0px 10px 0 rgba(121, 57, 128, 0.25) !important
}

.form-control label {
    font-size: 16px !important;
    color: #1E262C !important;
    font-family: Roboto !important;
    font-weight: 400 !important;
}

.btn-form {
    background-color: #793980 !important;
    color: #fec500 !important;
    font-family: 'Roboto' !important;
    border-radius: 12px !important;
    border: none !important;
    padding: 10px 50px !important;
    width: 100% !important;
    font-size: 18px!important;
}

.btn-form:hover {
    background-color: #9f4ba9 !important;
    color: #fec500 !important;
}


/*-------------------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------------------*/

.bg-amarillo {
    background-color: #fec500;
}

.divisora {
    position: relative;
    bottom: -1px;
    margin-top: -1px;
}

#footer a {
    text-decoration: none;
    font-family: Roboto;
    color: #793980!important;
    font-size: 16px;
}

#footer a:hover {
    color: #9f4ba9!important;
    font-weight: bold;
}

#footer {
    font-family: Roboto;
    color: #793980;
}

#footer h3 {
    color: #793980;
    font-weight: bold;
    font-family: Montserrat;
    font-size: 30px;
}

#footer .header-social-icons ul li a {
    background-color: #793980!important;
    color: #fec500!important;
}

#footer .header-social-icons ul li a:hover {
    background-color: #fec500!important;
    color: #793980!important;
}

#footer ul li span {
    font-weight: bold;
}

#footer ul {
    padding: 10px 0;
}

@media (max-width: 576px) {
    #footer h3,
    #footer .header-social-icons,
    #footer ul {
        text-align: center
    }
    .copyright {
        text-align: center;
        display: block!important;
    }
}

.bg-amarilloO {
    background-color: #e7bb00;
}

.copyright {
    font-weight: bold;
    line-height: 25px;
}

.violeta {
    color: #793980!important
}

.btn-secundario {
    background-color: #79398026;
    border-radius: 12px;
    color: #793980
}

.btn-secundario:hover {
    background-color: #79398026;
    border-radius: 12px;
    color: #793980
}

.pt-100 {
    padding-top: 100px;
}

.bg-violeta {
    background-color: #793980;
}

.st3 {
    opacity: 0.5;
    fill: #fec500;
}

.st4 {
    opacity: 0.25;
    fill: #fec500;
}

.st5 {
    fill: #fec500;
}


/*******************************
PlanFlexible Seccion
********************************/

.titulo-landing {
    font-weight: 700!important;
    font-size: 30px!important;
    color: #fec500;
}

.color-a {
    color: #fec500!important;
}

#formularioPlanFlex .form-control {
    box-shadow: 0 0px 10px 0 rgba(254, 199, 0, 0.25);
}

#formularioPlanFlex .btn-form {
    background-color: #fec500;
    color: #793980;
}

#formularioPlanFlex .btn-form:hover {
    background-color: #ffd33a;
}

.coverimg {
    background-size: cover;
    min-height: 500px;
    background-position: center;
}

.coverimg1 {
    background-image: url(../images/galeria/1.png);
    background-color: #9f4ba9;
}

.coverimg2 {
    background-image: url(../images/galeria/2.png);
    background-color: #fec500;
}

.coverimg3 {
    background-image: url(../images/galeria/3.png);
    background-color: #fec500;
}

.coverimg4 {
    background-image: url(../images/galeria/44.png);
    background-color: #9f4ba9;
}

#myMap {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 400px;
}

.descrip {
    align-self: center;
}

.btn-form2 {
    background-color: #fec500;
    color: #9f4ba9!important;
    font-family: 'Roboto';
    border-radius: 10px;
    border: none;
    font-size: 18px!important;
    font-weight: 600;
}

.btn-form2:hover {
    background-color: #ffcd19!important;
    color: #9f4ba9!important;
}

.tituloProds {
    font-size: 5rem;
    font-weight: bold;
    font-family: Montserrat;
}

.sombras {
    text-shadow: #00000050 0px 0 4px;
}


/* .bordeAM{
    border-bottom: solid #fec500 4px!important;
}
.botonProds2{
} */

.subtituloProds {
    font-weight: 600;
    color: #1E262C;
}
@media (max-width: 1000px) {
    .descripROW {
        padding: 3rem 0rem;
        min-height: 300px!important;
    }
}
@media (max-width: 425px) {
    .coverimg {
        min-height: 300px;
    }
    .tituloProds {
        font-size: 3.5rem;
        padding: 30px 0 0 0;
    }
    .subtituloProds {
        padding: 0 0 20px 0;
    }
    .botonProds2 {
        margin-bottom: 60px;
    }
    .descripROW {
        padding: 3rem 0rem;
        min-height: 300px!important;
    }
}