/* Chatbots */


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');


.portada {
background-color: #EDEBE3;
background-image: url(images/fondo-01.png), url(images/fondo-02.png);
background-position: right top, left bottom;
background-repeat: no-repeat, no-repeat;
color: #000000;
}

h1 {
  display: inline;
  color: #000000;
  font-size: 3.5rem !important;
  line-height: 1 !important;
  padding: 0px;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: -1.11px !important;
  font-weight: 600 !important;
}



@media screen and (max-width: 768px) {  
  h1 {
    font-size: 2.5rem !important;
  }} 


  @media (orientation: portrait) {
    h1 {
      font-size: 2.8rem !important;
    }}

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  h1 {
    font-size: 2.8rem !important;
  }}


h2 {
  color: #000000;
  font-family: 'DM Sans', sans-serif;
  font-size: 2.3rem !important;
  line-height: 1.2em !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 768px) {  
  h2 {
font-size: 1.75rem !important;
}}

@media (orientation: portrait) {
  h2 {
    font-size: 2.2rem !important;
    }}

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  h2 {
    font-size: 2.2rem !important;
    }}


h4 {
  color: rgba(255, 255, 255, 1);
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem !important;
  line-height: 1.4 !important;
  font-weight: 300 !important;
  letter-spacing: 0px;
}

@media screen and (max-width: 768px) { 
  h4 {
    font-size: 1.25rem !important;
  }}

  @media (orientation: portrait) {
    h4 {
      font-size: 1.2rem !important;
    }} 

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  h4 {
    font-size: 1.2rem !important;
  }} 

  .lit-text {
    font-size: 0.9em !important;
    color: #000;
  }

  p {
    color: #000000;
    font-size: 1.1em !important;
    line-height: 1.6em !important;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 0.5rem !important;
    font-weight: 500;
  }
  
  /*@media (orientation: portrait) {
    p {
      font-size: 0.7rem !important;
    }} 
  
  @media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
    p {
      font-size: 0.7rem !important;
    }} */
  
.card-postit {
  background-color: #B8E6FF;
  padding: 60px 30px 30px;
  vertical-align: bottom;

}

.link-menu {
  font-family: 'DM Sans', sans-serif;
  color: #000000 !important;
  font-size: 1.0rem !important;
  font-weight: 500;
  padding-left: 0.8rem !important;
}

@media screen and (min-width: 800px) and (max-width: 1400px) { 
  .link-menu {
    font-size: 0.75rem !important;
  }}

  @media (orientation: portrait) {
    .link-menu {
      font-size: 0.62rem !important;
    }}

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  .link-menu {
    font-size: 0.64rem !important;
  }}

  @media screen and (max-width: 768px) {  
    .link-menu {
      font-size: 1rem !important;
    }}

    .link-menu:hover {
      color: #8d70f5 !important;
    }

.como-funciona {
  padding: 5em 0px;
  background-color: #4E00BB;
  text-align: center;
  }

.funciona-blue {
  background-color: #f0f4ff;
  padding: 5em 5em 0 0;
  border-radius: 25px;
  background-position: top right, bottom left;
  background-repeat: no-repeat;
}

@media screen and (max-width: 736px) {
  .funciona-blue {
    width: 95% !important;
    margin-left: 10px;
    background-image: none !important;
  }}

.text-normal {
  color: #343D48;
}

@media only screen and (max-width: 768px) {
  .rounded-wb-2 {
    margin-top: 115px;
  }}

.rounded-wb {
  border-radius: 25px !important;
  padding: 20px;
}

.rounded-wb-1 {
  border-radius: 25px !important;
  border: 0px !important;
}

.info-datos-varios {
  background-color: #fff;
  padding: 5em 0px;
  z-index: 2;
}

/* Sectores */

.menu-sectores {
  background: rgb(86,63,172);
background: linear-gradient(144deg, rgba(86,63,172,1) 0%, rgba(172,63,96,1) 100%);
  padding: 5em 0px;

}

.chatbot-sector {
  background-color: #F8F8F8;
background-image: url(images/pattern.png);  
padding: 5em 0 0 0;
}


/* Footer */

.footer{
  padding: 5em 20px;
  background-color: #2B2E42;
  background-position: top center;
  background-repeat: no-repeat;
}

.footer-crear-cuenta{
  padding: 5em 20px;
  background-color: #FFFFFF;
  background-position: top center;
  background-repeat: no-repeat;
}

.footer-text {
  color: #F9F9F9;
  font-size: 1.0em !important;
}


.footer-text-crear {
  color: #00107D;
}

.contacto-cp {
  background-color: #FFFFFF;
  padding: 5em;
  margin-top: 5em;
}

.contacto-chatbots {
background-image: url(images/bg-contacto.png); 
background-position: top left;
background-repeat: no-repeat;
background-size: cover;
border-radius: 25px;

}

.btn-demo
{
  background-color: #4E00BB !important;
  border: 0px !important;
  border-radius: 0px !important;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500 !important;
  font-size: 1.2rem !important;
  padding: 15px 34px !important;
  color: #FFFFFF !important;
  
}

.btn-menu
{
  background-color: #FFFFFF !important;
  border: solid 1px #FFFFFF !important;
  border-radius: 0px !important;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500 !important;
  font-size: 1.0rem !important;
  padding: 15px 25px !important;
  color: #4E00BB !important;
  
}
.btn-menu.selected {
  color: #4E00BB !important;
}

@media screen and (max-width: 736px) {
  .btn-menu
  {
    font-size: 0.9rem !important;
  }}

  @media (orientation: portrait) {
    .btn-menu{
    font-size: 0.7rem !important;
  }}

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  .btn-menu{
    font-size: 0.7rem !important;
  }}

  .btn-sector {
    background-color: transparent;
    border: solid 1px #fff ;
    border-radius: 25px;
    font-family: "Raleway", Helvetica;
    font-weight: 600 ;
    padding: 8px 15px;
    font-size: 1.0em ;
    color: #fff;
    margin: 30px 10px 0px;
    
  }
  
  @media only screen and (max-width: 768px) {
    .btn-sector {
    margin: 2%;
  }}
  
  @media (orientation: portrait) {
    .btn-sector {
      margin: 15px 10px 0px 0px;
    }}
  
  @media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
    .btn-sector {
      margin: 15px 10px 0px 0px;
    }}
  
  .btn-sector:hover {
    background-color: #0F2137;
    border: solid 1px #0F2137;
    color: #ffffff;
    
  }
  
  .btn-sector:active {
    background-color: #0F2137;
    border: solid 1px #0F2137;
    color: #ffffff;
    
  }

  button.selected{
    background-color: #ffffff;
    color: #0F2137;
  }

  .btn-normal {
    background-color: #0F2137 !important;
    border: none !important;
    border-radius: 25px !important;
    font-family: "Raleway", Helvetica !important;
    font-weight: 600 !important;
    padding: 12px 22px !important;
    font-size: 0.9rem !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    display:inline-block;
    float: right;
  }

  .link-footer:hover {
    color: #9b80ff;
  }

  ul li { 
    list-style:outside none none;
    margin-bottom: 0.3rem !important;
    margin-right: 1rem !important;
  }
















.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; 
}


:root
{
    --pf: Swansea, sans-serif;
}

@-webkit-keyframes vlt_animate_icon_top_right
{
    49%
    {
        -webkit-transform: translateX(50%) translateY(-50%);
                transform: translateX(50%) translateY(-50%); 

        opacity: 0;
    }
    50%
    {
        -webkit-transform: translateX(-50%) translateY(50%);
                transform: translateX(-50%) translateY(50%); 

        opacity: 0;
    }
    51%
    {
        -webkit-transform: translateX(-50%) translateY(50%);
                transform: translateX(-50%) translateY(50%); 

        opacity: 1;
    }
}

@keyframes vlt_animate_icon_top_right
{
    49%
    {
        -webkit-transform: translateX(50%) translateY(-50%);
                transform: translateX(50%) translateY(-50%); 

        opacity: 0;
    }
    50%
    {
        -webkit-transform: translateX(-50%) translateY(50%);
                transform: translateX(-50%) translateY(50%); 

        opacity: 0;
    }
    51%
    {
        -webkit-transform: translateX(-50%) translateY(50%);
                transform: translateX(-50%) translateY(50%); 

        opacity: 1;
    }
}

@-webkit-keyframes vlt_animate_icon_top
{
    49%
    {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    50%
    {
        -webkit-transform: translateY(100%);
                transform: translateY(100%); 

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@keyframes vlt_animate_icon_top
{
    49%
    {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    50%
    {
        -webkit-transform: translateY(100%);
                transform: translateY(100%); 

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@-webkit-keyframes vlt_animate_icon_bottom
{
    49%
    {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
    50%
    {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); 

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@keyframes vlt_animate_icon_bottom
{
    49%
    {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
    50%
    {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); 

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@-webkit-keyframes vlt_animate_icon_right
{
    49%
    {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    50%
    {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); 

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@keyframes vlt_animate_icon_right
{
    49%
    {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    50%
    {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); 

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@-webkit-keyframes vlt_animate_icon_left
{
    49%
    {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); 

        opacity: 0;
    }
    50%
    {
        -webkit-transform: translateX(50%);
                transform: translateX(50%); 

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@keyframes vlt_animate_icon_left
{
    49%
    {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); 

        opacity: 0;
    }
    50%
    {
        -webkit-transform: translateX(50%);
                transform: translateX(50%); 

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@-webkit-keyframes vlt_fade_in_down
{
    0%
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
    100%
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@keyframes vlt_fade_in_down
{
    0%
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
    100%
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes vlt_fade_out_up
{
    0%
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    100%
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
}

@keyframes vlt_fade_out_up
{
    0%
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    100%
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes vlt_menu_svg_path
{
    0%
    {
        stroke-dasharray: 5279.2841796875;
        stroke-dashoffset: 5279.2841796875;
    }
    100%
    {
        stroke-dasharray: 5279.2841796875;
        stroke-dashoffset: 0;
    }
}

@keyframes vlt_menu_svg_path
{
    0%
    {
        stroke-dasharray: 5279.2841796875;
        stroke-dashoffset: 5279.2841796875;
    }
    100%
    {
        stroke-dasharray: 5279.2841796875;
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes vlt_rotate_90_deg
{
    100%
    {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }
}

@keyframes vlt_rotate_90_deg
{
    100%
    {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }
}

@-webkit-keyframes vlt_fade_in_from_bottom
{
    0%
    {
        -webkit-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}

@keyframes vlt_fade_in_from_bottom
{
    0%
    {
        -webkit-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}

@-webkit-keyframes vlt_marquee
{
    0%
    {
        -webkit-transform: translateX(0) translateZ(0);
                transform: translateX(0) translateZ(0);
    }
    100%
    {
        -webkit-transform: translateX(-100%) translateZ(0);
                transform: translateX(-100%) translateZ(0);
    }
}

@keyframes vlt_marquee
{
    0%
    {
        -webkit-transform: translateX(0) translateZ(0);
                transform: translateX(0) translateZ(0);
    }
    100%
    {
        -webkit-transform: translateX(-100%) translateZ(0);
                transform: translateX(-100%) translateZ(0);
    }
}

@-webkit-keyframes vlt_bounce
{
    0%,
    20%,
    50%,
    80%,
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40%
    {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    60%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}

@keyframes vlt_bounce
{
    0%,
    20%,
    50%,
    80%,
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40%
    {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    60%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}

@-webkit-keyframes vlt_mask_circle_out
{
    0%
    {
        -webkit-clip-path: circle(120px at var(--x) var(--y));
                clip-path: circle(120px at var(--x) var(--y));
    }
    100%
    {
        -webkit-clip-path: circle(0 at var(--x) var(--y));
                clip-path: circle(0 at var(--x) var(--y));
    }
}

@keyframes vlt_mask_circle_out
{
    0%
    {
        -webkit-clip-path: circle(120px at var(--x) var(--y));
                clip-path: circle(120px at var(--x) var(--y));
    }
    100%
    {
        -webkit-clip-path: circle(0 at var(--x) var(--y));
                clip-path: circle(0 at var(--x) var(--y));
    }
}

@-webkit-keyframes vlt_mask_circle_in
{
    0%
    {
        -webkit-clip-path: circle(0 at var(--x) var(--y));
                clip-path: circle(0 at var(--x) var(--y));
    }
    100%
    {
        -webkit-clip-path: circle(120px at var(--x) var(--y));
                clip-path: circle(120px at var(--x) var(--y));
    }
}

@keyframes vlt_mask_circle_in
{
    0%
    {
        -webkit-clip-path: circle(0 at var(--x) var(--y));
                clip-path: circle(0 at var(--x) var(--y));
    }
    100%
    {
        -webkit-clip-path: circle(120px at var(--x) var(--y));
                clip-path: circle(120px at var(--x) var(--y));
    }
}

@-webkit-keyframes vlt_spin
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes vlt_spin
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}



/* Body */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




@font-face {
  font-family: "RightGrotesk-WideMedium";
  src: url('fonts/RightGrotesk-WideMedium.woff') format('woff'),
url('fonts/RightGrotesk-WideMedium.woff2') format('woff2'),
url('fonts/RightGrotesk-WideMedium.eot'),
url('fonts/RightGrotesk-WideMedium.eot?#iefix') format('embedded-opentype'),
url('fonts/RightGrotesk-WideMedium.otf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.examplefontl {
  font-family: "RightGrotesk-WideMedium";
  color: black;
}

body {
  overflow-x: hidden;
  
}



@media (orientation: portrait) {
  ul {
    font-size: 0.7rem !important;
  }} 

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  ul {
    font-size: 0.7rem !important;
  }} 





h3 {
  color: rgba(0, 16, 125, 1);
  font-family: 'RightGrotesk-WideMedium';
  font-size: 2rem !important;
line-height: 1.1 !important;
}

@media screen and (max-width: 768px) {  
  h3 {
font-size: 1.35rem !important;
}}

@media (orientation: portrait) {
  h3 {
    font-size: 1.4rem !important;
    }}

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  h3 {
    font-size: 1.4rem !important;
    }}



h5 {
  color: rgba(0, 16, 125, 1);
  font-family: 'RightGrotesk-WideMedium';
  font-size: 1.3rem !important;
  line-height: 1.2 !important;
}

@media (orientation: portrait) {
  h5 {
    font-size: 0.8rem !important;
  }} 

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  h5 {
    font-size: 0.8rem !important;
  }} 

.span2 {
  color: rgba(36, 184, 77, 1);
  letter-spacing: 0px;
}

.form-control {
  height: 42px;
  border: 0px !important;
  font-size: 1rem !important;
}

.form-group {
  display:inline-block !important;
    position:relative !important;
    width: 100%;
}

.form-control{
  display:inline-block !important;
  width: 75% !important;
}

@media screen and (max-width: 768px) { 
.form-control{
  width: 100% !important;
}}

.btn-snd{
  z-index: 2;
  position:absolute;
  right:23%;
 }

 .btn-snd-2{
  z-index: 2;
  position:absolute;
  right:23%;
 }

 @media screen and (min-width: 1900px) {
  .btn-snd-2{
    right:30% !important;
   }}


  
  ul {
    padding-left: 0rem !important;
    color: #00107D;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: left;
  }



/* Menu*/


.navbar-brand{
  padding: 20px 0px !important;
}

.navbar-light {
  background-color: #fff !important;
}

.active {
  color: #24B84D !important;
  font-weight: 700;
}

.btn-ingresar {
  background-color: #00107D !important;
  border: 0px !important;
  border-radius: 20px !important;
  font-size: 0.9rem !important;
  color: #fff;

}

@media (orientation: portrait) {
  .btn-ingresar {
    font-size: 0.7rem !important;
  }}

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  .btn-ingresar {
    font-size: 0.7rem !important;
  }}

.two-btn {
  background-color: #24B84D;
  border-radius: 20px !important;
  height: 33px;
  width: 202px;
}

@media screen and (max-width: 736px) {
  .two-btn {
    background-color: #24B84D;
    border-radius: 20px !important;
    height: 33px;
    width: 202px;
    margin-bottom: 20px;
  }}

  @media (orientation: portrait) {
    .two-btn {
      height: 28px;
      width: 170px;
    }}

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  .two-btn {
    height: 28px;
    width: 170px;
  }}

  @media (orientation: portrait) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: .3rem !important;
    }}

  @media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .3rem !important;
  }}



.btn-blue {
  background-color: #00107D !important;
  border: 0px !important;
  border-radius: 20px !important;
  font-size: 0.9rem !important;
  color: #fff;
  font-family: "Raleway", Helvetica;
  padding: 8px 14px !important;
  height: 42px;
  font-weight: 600 !important;

}

@media (orientation: portrait) {
  .btn-blue {
    font-size: 0.7rem !important;
  }}


@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  .btn-blue {
    font-size: 0.7rem !important;
  }}


@media screen and (max-width: 736px) {
  .btn-ingresar {
    margin-bottom: 20px;
  }}

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  .btn-ingresar {
    font-size: 0.7rem !important;
  }}

.btn-crear
{
  background-color: #24B84D !important;
  border: 0px !important;
  border-radius: 20px !important;
  font-family: "Raleway", Helvetica;
  font-size: 0.9rem !important;
  padding-left: 0px !important;
  
}

@media screen and (max-width: 736px) {
  .btn-crear { 
    margin-bottom: 20px;
    padding-right: 15px !important;
}}


@media (orientation: portrait) {
  .btn-crear {
    font-size: 0.7rem !important;
  }}

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  .btn-crear {
    font-size: 0.7rem !important;
  }}

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  .btn-crear {
    font-size: 0.7rem !important;
  }}



.btn-wh
{
  background-color: #ffffff !important;
  border: 0px !important;
  border-radius: 20px !important;
  font-family: "Raleway", Helvetica;
  font-weight: 600 !important;
  padding: 8px 0px !important;
  height: 42px;
  color: #24B84D !important;
  
}

.btn-prueba-00
{
  background-color: #24B84D !important;
  border: 0px !important;
  border-radius: 25px !important;
  font-family: "Raleway", Helvetica;
  font-size: 1.6vh !important;
  font-weight: 600 !important;
  padding: 7px 25px !important;
  position: relative;
  right: -66%;
  margin: -42px;
  height: 42px;
  
}



.btn-prueba-02
{
  background-color: #24B84D !important;
  border: 0px !important;
  border-radius: 20px !important;
  font-family: "Raleway", Helvetica;
  font-weight: 600 !important;
  padding: 7px 34px !important;
  position: relative;
  right: -66%;
  margin: -42px;
  height: 42px;
  
}

.whatsapp {
  padding-left: 10px;
}

.whatsapp:hover {
  transform: scale(1.1);
}






/* Portada */

.slogan {
  padding-top: 5%;
}

.text-prueba {
  color: rgba(0, 16, 125, 1);
  font-family: "Raleway", Helvetica;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1.2;
  padding-top: 50px;

}

@media (orientation: portrait) {
  .text-prueba {
    font-size: 0.9rem;
  }}

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  .text-prueba {
    font-size: 0.9rem;
  }}

.rectangle-1 {
  background-color: white;
  border-radius: 23.5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  height: 47px;
  position: absolute;
  width: 409px;
}

.ingresa-01 {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 0px !important;
  height: 42px;
}

.ingresa-02 {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 0px !important;
  height: 42px;
  margin: 0px 0px 20px;
  width: 100% !important;
}

.text-ingresa-tu-email {
  background-color: transparent;
  border: 0;
  font-weight: 500;
  height: 30px;
  letter-spacing: 0px;
  line-height: 16px;
  padding: 0;
  position: absolute;
  resize: none;
  text-align: left;
  width: 118px;
}
.text-ingresa-tu-email::placeholder {
  color: rgba(180, 180, 180, 0.6);
}

.btn-prueba-01 {
  align-items: flex-start;
  background-color: rgba(36, 184, 77, 1);
  border-radius: 23.5px;
  display: flex;
  height: 47px;
  justify-content: flex-end;
  left: 450px;
  min-width: 221px;
  padding: 15px;
  position: absolute;
}


.sello-garantia {
  position:absolute;
 bottom:-25px;
 left:-82px;
  height: 191px;
  pointer-events: auto;
  position: absolute;
  transition: all 0.6s ease-in-out;
  width: 190px;
}

@media screen and (max-width: 736px) {
  .sello-garantia {
    bottom:-25px;
    left:0px;
    height: 130px;
    width: 130px;
  }}


.sello-garantia:hover {
  transform: scale(1.1);
}


.btn-portada {
  color: white;
  font-family: "Raleway", Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.portada-w {
  display:inline-block;
    position:relative;
}




/* Envia Conecta Crece */

.envia-conecta-crece {
  background-color: #F9F9F9;
  background-image: url(images/fondo-envia-conecta-crece.png);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 5em;
}

@media screen and (max-width: 768px) {  
  .envia-conecta-crece {
    background-image: none !important;
  }}

.plataforma-de-email-marketing {
  background-color: #F9F9F9;
  background-image: url(images/fondo-envia-conecta-crece.png);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 5em;
}

@media (orientation: portrait) {
  .plataforma-de-email-marketing {
    background-image: url(images/fondo-envia-conecta-crece-b.png) !important;
  }}


.beneficios-icon{
  background-color: #fff;
  width: 100px;
  height: 100px;
  padding: 20px 0px;
  border-radius: 50px;
  position: relative;
  margin: auto;
}

.text-beneficios {
    color: rgba(0, 16, 125, 1);
    font-family: "Raleway", Helvetica;
    font-size: 1.0em;
    font-style: normal;
    font-weight: 700;
    
}


.sms-plataforma-01 {
  width: 100%;
}




.cintilla {
  align-items: flex-start;
  display: flex;
  height: 92px;
  left: 0px;
  min-width: 2489px;
  position: absolute;
  top: 714px;
}


:root {
  --: rgba(0, 16, 125, 1);
  --1: rgba(36, 184, 77, 1);
  --nobel: rgba(180, 180, 180, 1);
}



/* Servicios Home */

.servicios-home {
  padding-top: 155px;
}

.servicios-pd {
  padding-top: 155px;
}

@media screen and (max-width: 736px) {
.servicios-pd {
  padding-top: 0px;
}}

@media screen and (max-width: 736px) {
.servicios-pd-2 {
  padding-top: 155px;
}}

.svg-servicios {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -85px;
  width: 50%;
}




/* Info */



/* Comienza Estrategia */

.comienza-estrategia {
  background-color: #00107D;
}

/* Prueba Plataforma */









/* Blog */

.blog-section {
  padding: 5em 0px;
}

@media only screen and (max-width: 767px) {
.blog-con {
  padding-bottom: 30px;
}}

.img-blog {
  border-radius: 25px 25px 0px 0px;
  width: 100%;
}



.iclink {
  padding-right: 10px;
}


@media (orientation: portrait) {
  .iclink {
    width: 40px !important;
  }}

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  .iclink {
    width: 40px !important;
  }}

.link-footer {
  text-decoration: none;
  color: #fff;
}

.link-footer-crear{
  text-decoration: none;
  color: #00107D;
}




/* Redes Sociales */

.redes-sociales{
  padding: 5em 0px 0px;
  background-color: #ffffff;
}





/* WIDGET: CONTENT MARQUEE
-------------------------------------------- */
.vlt-content-marquee
{
    position: relative;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    -webkit-animation: var(--speed) vlt_marquee linear infinite;
            animation: var(--speed) vlt_marquee linear infinite; 
    white-space: nowrap;

    --speed: 10s;
    background-color: #24B84D;
}
.vlt-content-marquee.has-stopable:hover
{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
.vlt-content-marquee__original > *,
.vlt-content-marquee__copy > *
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
}
.vlt-content-marquee__copy
{
    position: absolute;
    top: 0;
    left: 100%;

    width: 100%; 
    height: 100%;
}

/* WIDGET: STROKE TEXT
-------------------------------------------- */
.vlt-stroke-text
{
  font-family: 'RightGrotesk-WideMedium'; 
    line-height: 1.3;
    margin: 0;
    padding: 0;

    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
}
.vlt-stroke-text--lg
{
    font-size: 6rem;
}
@media only screen and (max-width: 767px) {
.vlt-stroke-text--lg {
        font-size: 84px;
}}
.vlt-stroke-text--md
{
    font-size: 70px;
}
.vlt-stroke-text a
{
    -webkit-transition: background-position 500ms;
            transition: background-position 500ms; 

    color: #fff;
    background-image: -webkit-gradient(linear, right top, left top, from(currentColor), color-stop(50%, currentColor), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(right, currentColor 0%, currentColor 50%, transparent 50%);
    background-image:         linear-gradient(to left, currentColor 0%, currentColor 50%, transparent 50%);
    background-position: 0 0;
    -webkit-background-clip: text;
            background-clip: text;
    background-size: 200%;
    text-decoration: none;  
}
.vlt-stroke-text a:hover
{
    color: #FFFFFF;
    background-position: -100% 0;
}

.vlt-gap-150
{
    height: 150px;
}
@media only screen and (max-width: 575px) {
.vlt-gap-150--xs {
        height: 150px;
}}

@media only screen and (max-width: 767px) {
.vlt-gap-150--sm {
        height: 150px;
}}

@media only screen and (max-width: 991px) {
.vlt-gap-150--md {
        height: 150px;
}}


/* MAIN
-------------------------------------------- */
.vlt-main
{
    position: relative;

    overflow: hidden; 

    background-color: #fff;
}

/* PAGE CONTENT
-------------------------------------------- */
.vlt-page-content--padding
{
    padding: 120px 0;
}

.vlt-page-content--padding-top
{
    padding-top: 120px;
}

.vlt-page-content--padding-bottom
{
    padding-bottom: 120px;
}


@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@font-face {
  font-family: "Raleway";
  font-weight: 1 1000;
  src: url("../fonts/Raleway-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-weight: 1 1000;
  src: url("../fonts/Raleway-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-weight: 1 1000;
  src: url("../fonts/Raleway-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-weight: 1 1000;
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-weight: 1 1000;
  src: url("../fonts/Raleway-SemiBold.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}


.fill-1 {
  height: auto;
  left: 44px;
  position: absolute;
  top: 25px;
  width: 16px;
}
.fill-1-copy {
  height: auto;
  left: 0px;
  position: absolute;
  top: 6px;
  width: 195px;
}
.group-5 {
  height: auto;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 78px;
}
.group-6 {
  align-items: flex-start;
  display: flex;
  height: 74px;
  left: 63px;
  min-width: 78px;
  position: absolute;
  top: 0px;
}
.group-7 {
  height: auto;
  width: 207px;
  transform: translate(0, 25px);
}
.opciones-transaccion {
  font-weight: 700;
  left: 34px;
  letter-spacing: 0px;
  line-height: 23px;
  position: absolute;
  text-align: center;
  top: 77px;
}
.overlap-group {
  height: 175px;
  position: relative;
}
.overlap-group1 {
  height: 74px;
  position: relative;
  width: 78px;
}
.text-globe {
  color: rgba(0, 16, 125, 1);
  font-family: "Raleway", Helvetica;
  font-size: 1.0em;
  font-style: normal;
  font-weight: 700;
}
:root {
  --: rgba(0, 16, 125, 1);
}



/* Dilo con un Email */

.dilo-con-email {
  background-color: #F9F9F9;
  padding: 6% 0px;
}

.btn-dilo {
  background-color: #ffffff;
  border: 0px ;
  border-radius: 25px;
  font-family: "Raleway", Helvetica;
  font-weight: 600 ;
  padding: 10px 20px;
  font-size: 0.9rem ;
  color: #00107D;
  margin: 20px 10px 0px;
  
}

@media (orientation: portrait) {
  .btn-dilo {
    font-size: 0.7rem ;
  }}


@media screen and (max-width: 736px) {
  .btn-dilo {
    background-color: #ffffff;
    border: 0px ;
    border-radius: 25px;
    font-family: "Raleway", Helvetica;
    font-weight: 600 ;
    padding: 5px 8px;
    font-size: 0.8em ;
    color: #00107D;
    margin: 30px 10px 0px;
    
  }}
  

.btn-dilo:hover {
  background-color: #24B84D;
  color: #ffffff;
  
}




/* Planes de envio */

.envio-email {
  background-color: #24B84D;
  padding: 6% 0px;
}

.planes-email {
  padding: 75px 0px;
}



.tipo-plan {
  background-color: #F9F9F9;
  border-radius: 10px;
  color: #00107D;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-align: left;
  padding: 10px 30px 40px !important;
}

@media only screen and (max-width: 768px) {
.tipo-plan {
  padding: 10px 30px 0px !important;
}}






.q{
  background: #ffffff;
  border-radius: 10px;
  border: solid 2px #24B84D;
  color: #00107D;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding: 20px 20px 30px;
}

@media only screen and (max-width: 768px) {
  .q {
    font-size: 1em;
  }}
  
@media (orientation: portrait) {
  .q {
    font-size: 16px;
  }}

.highlight {
  background: #00107D;
  border: none;
  color: #ffffff;
  border-radius: 10px;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding: 20px 20px 30px;
}

@media only screen and (max-width: 768px) {
  .highlight {
    font-size: 1em;
  }}

@media (orientation: portrait) {
  .highlight {
    font-size: 16px;
  }}
  



.price {
  font-size: 1.8em;
  font-family: 'Open Sans', sans-serif;
  float:right;
}

@media only screen and (max-width: 768px) {
  .price {
    font-size: 1.6em;
  }}


@media (orientation: portrait) {
  .price {
    font-size: 1.4em;
  }}

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  .price {
    font-size: 1.4em;
  }}

.price-02 {
  font-size: 3.4em;
  font-family: 'Open Sans', sans-serif;
  color: #00107D;
  font-weight: 600;
}

@media (orientation: portrait) {
  .price-02 {
    font-size: 2.6em;
  }}

@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  .price-02 {
    font-size: 2.6em;
  }}

.duracion {
  color: #24B84D !important;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}


.btn-contratar {
  background-color: #00107D;
  border: 0px ;
  border-radius: 25px;
  font-family: "Raleway", Helvetica;
  font-weight: 600 ;
  padding: 12px 22px;
  font-size: 0.9rem ;
  display:inline-block;
  
}

.btn-contratar a {
  color: #FFFFFF;
  text-decoration: none;
}
.btn-contratar a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .btn-contratar {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }}

.btn-deposito {
  background-color: #24B84D !important;
  border: none !important;
  border-radius: 25px !important;
  font-family: "Raleway", Helvetica !important;
  font-weight: 600 !important;
  padding: 12px 22px !important;
  font-size: 0.9rem !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  display:inline-block;
}

@media only screen and (max-width: 768px) {
  .btn-deposito {
    margin: 1rem !important;
  }}


.hide {
  display: none;
}

.botones-pagos {
  margin-top: 10px;
  float: right;
}

.q > .descuento {
  font-size: 12px;
  color: #FC8C65;
  background-color: #FEEEEE;
  padding: 2px 5px;
  border-radius: 5px;
}

.highlight > .descuento {
  background: #707BC5;
  color: #FFFFFF;
}

input[type=radio] {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  left: 15px;
 }


 /* Funcionalidades Icons */

 .func-icons {
   background-color: #F9F9F9;
   padding: 5% 0px;
 }


  /* Limpieza de Listas */

  .rec-limpieza-datos {
    background-color: #F9F9F9;
    background-image: url(images/fondo-recomendacion-base-de-datos.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 5em;
  }


  .planes-limpieza {
      background-color: #FFFFFF;
      padding: 6% 0px;
    }
  

    .perzonal-limpieza{
      padding: 5em 0px;
      background-color: #FFFFFF;
    }

.lista-selected {
  background-color: #00107D !important;
  background: url(images/circle-fondo.png), url(images/plan-sugerido.png);
  background-position: bottom right, top center;
  background-repeat: no-repeat;
}




.con-cp {
  background-color: #fff;
  border-radius: 25px;
  padding: 0px 0px 0px 40px;
}

/* Fabrica de Emails*/

.plantillas-email {
  background-color: #F9F9F9;
  padding-top: 5em;
  background-image: url(images/fondo-recomendacion-base-de-datos.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.planes-plantillas-email {
  background-color: #24B84D;
  padding: 6% 0px;
}

.plantilla-text > p {
  font-size: 1.0em !important;
}

.texto-line {
text-decoration: line-through;
text-decoration-color: #aaaaaa;
color: #aaaaaa;
}

.svg-plantillas {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -35px;
  width: 50%;
}

#tips.bg-loop {
  background-image: url(images/loop.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media (max-width: 737px){
#tips.bg-loop {
  background-image: none;
}}

@media (min-width: 737px){
.desk-n {
    display: none;
}}

.d-block {
  display: block!important;
}

#tips img {
  height: 147px;
  width: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#tips .tit-checked {
  background-image: url(images/check.svg);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 40px;
}

@media (min-width: 737px){
.desk-n {
    display: none;
}}

section.fun-facts {
  background-color: #00107D;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70vw;
  margin-top: 0px;
  padding: 120px 0px 90px 0px;
  text-align: center;
}

section.fun-facts .count-area-content .count-digit {
  margin-top: 60px;
  font-size: 70px;
  font-weight: 700;
  color: #24B84D;
  font-family: 'gothamblack', 'Rubik', sans-serif;
  position: relative;
}

section.fun-facts .count-area-content .count-digit:after {
  margin-left: 3px;
  font-size: 70px;
  font-weight: 700;
  color: #24B84D;
  font-family: 'gothamblack', 'Rubik', sans-serif;
}

section.fun-facts .count-area-content .count-title {
  margin-top: 0px;
  font-size: 20px;
  color: #ffffff;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
}


section.fun-facts .count-area-content {
  background-color: #24b84e0e;
  width: 300px;
  height: 300px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 30px;
}

.logos {
  padding-bottom: 40px;
  padding-top: 0px;
}

.plantillas-ejemplos {
  background-color: #F9F9F9;
  padding: 6% 0px;
}


.ejemplos-sms {
  background-image: url(images/fondo-recomendacion-base-de-datos.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.crear-cuenta-cp {
  background: -webkit-linear-gradient(90deg, #00107D 50%, #24B84D 50%);
  background: -o-linear-gradient(90deg, #00107D 50%, #24B84D 50%);
  background: -moz-linear-gradient(90deg, #00107D 50%, #24B84D 50%);
  background: linear-gradient(90deg, #00107D 50%, #24B84D 50%);
  padding: 60px 0px;
}

@media screen and (max-width: 736px) {
.crear-cuenta-cp {
  background: -webkit-linear-gradient(180deg, #00107D 50%, #24B84D 50%);
  background: -o-linear-gradient(180deg, #00107D 50%, #24B84D 50%);
  background: -moz-linear-gradient(180deg, #00107D 50%, #24B84D 50%);
  background: linear-gradient(180deg, #00107D 50%, #24B84D 50%);
  padding: 60px 0px;
}}

.form-check {
  display: inline !important;
}


/* Form Crar cuenta */

#regForm {
  background-color: #ffffff;
  margin: 0px auto;
  font-family: Raleway;
  padding: 10px 0px;
  border-radius: 20px !important;
}

input.invalid {
  background-color: #ffdddd;
}

.tab input {
  display:inline-block !important;
  width: 75% !important;
  border-radius: 50rem!important;
  height: 42px;
  border: none;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  padding: .375rem .75rem;
}

.tab {
  display: none;
}

/* button {
  background-color: #24B84D !important;
  border: 0px !important;
  border-radius: 20px !important;
  font-family: "Raleway", Helvetica;
  font-weight: 600 !important;
  font-size: 1.0em !important;
  padding: 8px 34px !important;
  height: 42px;
  color: #fff;
}

button:hover {
  opacity: 0.8
}*/

#prevBtn {
  background-color: #bbbbbb
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5
}

.step.active {
  opacity: 1
}

.step.finish {
  background-color: #4CAF50
}

.all-steps {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}

.thanks-message {
  display: none
}


/* No display on mobile */

@media screen and (max-width: 736px) {
  .no-mobile {
    display: none;
  }}

  @media screen and (min-width: 736px) {
    .only-mobile {
      display: none;
    }}


.swal-button{
  background-color: #fff;
color: #cccccc;
}

.planes-limpieza > .container-lg > .row > .col-sm-12 > .row >.col-sm-3 > .card >  .card-body {
  padding: 2rem 0.5rem !important;
}

section {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

@media only screen and (max-width: 768px) {
  section {
    padding-bottom: 1.2rem;
  }}


.logo-continua-pro {
  width: 12rem !important;
}


.dropdown-item {
  color: #00107D !important;
}


.modal-header{
  background-color: #4E00BB !important;
}

.modal-title {
  color: #ffffff !important;
}


select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.btn {
  vertical-align: auto !important;
}

.dropdown-item {
  color: #00107D !important;
  font-size: 0.9rem !important;
}


.grecaptcha-badge { visibility: hidden !important; }

.modal-footer {
  justify-content: left !important;
}

