:root {
  --color-1: #18005d;
  --color-2: #969696;
  --color-3: #65aaff;
  --color-4: #f2f2f2;
}
*{
    box-sizing:border-box;
}
a{
    text-decoration: none;
}
body, html{
    background:#f8f8f8;
    color: var(--color-2);
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}
body{
    height: 100vh; 
    overflow-y: scroll;
}
button{
    border:none;
    border-radius:10px;
    cursor:pointer;
    font-size: 18px;
    display:flex;
    justify-content:center;
    align-items: center;
    padding:1em;
    transition: .3s all;
    max-width: 480px;
    width: 100%;
}
button:hover{
    box-shadow: inset 0 -5px 0 black;
    transition: 3.s all;
    margin-top:-1px;
    margin-left:5px;
}
button i{
    font-size:1.5em;
    margin-right:.5em;
}
figure{
    padding:0px;
    margin: 0px;
    text-align: center;
}
figure img{
    max-width: 100%;
}
footer{
    text-align: center;;
}
html {
  scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6{
    color: var(--color-1);
}
header{
    background:white;
}
footer{
    background: var(--color-3);
    color: var(--color-1) ;
}
footer .container{
    margin: 1em auto;
    padding:1em;
    font-size:12px;

}
input, select, textarea{
    border-radius:10px;
    border: 1px solid var(--color-3);
    color: var(--color-3);
    font-size:16px;
    padding: 0.5em;
}
input::placeholder , textarea::placeholder{
  color: var(--color-3);
}
ul, ol{
    list-style: none;
    padding:0px;
}

.bubble {
  background: #dcf8c6;
  padding: 10px 14px;
  border-radius: 16px;
  font-size: 14px;
  max-width: 100%;
  font-family: sans-serif;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.calendarIn__list--item{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--color-2);
    margin: 5px 0;
    font-size:14px;
}
.calendarIn__list--item img{
    max-width:40px !important;
}
.chat-phone {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat-screen {
    position: absolute;
    top: 22%;
    left: 25%;
    width: 50%;
    height: 72%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 18px;
    padding: 10px;
}
.chat-section ul{
    align-items: center;
}
.chat-section{
    align-items: center;
}
.chat-section li{
    justify-content: center;
    padding: 0 15%;
    text-align: center;
    font-size:18px;
    color: var(--color-3);
    margin-bottom: 1.5em;
    width: 100%;
} 
.chat-section li strong{
    display: block;
    width: 100%;
}
.chat-section i{
    margin-bottom: .2em;
    color: var(--color-1);
    text-align: center;
    font-size:70px;
    width:100%;
} 
.chat-section h2{
    text-align: center;
    font-size:35px;
}

.center{
    margin: 1em auto;
}
.container{
    display: block;
    width:1240px;
    max-width: 90%;
}
.contentIn{
    padding:20px;
    width: 100%;
}
.contentIn h3{
    padding:0px;
    margin:0px;
    border-bottom:1px solid var(--color-1);
    width:100%;
    text-align: center;
}
.contentIn__buttons{
    border:1px solid #ccc;
    border-radius:10px;
    padding:0px;
    display: flex;
    font-size:12px;
    margin:10px auto;
    max-width:600px;
    justify-content:space-between;
}
.contentIn__buttons li{
    padding: 10px;
    cursor:pointer;
    text-align: center;
    transition:.3s all;
}
.contentIn__buttons li:first-child {
    border-radius: 10px 0px 0px 10px;
}

.contentIn__buttons li:last-child {
   border-radius: 0px 10px 10px 0px;
}
.contentIn__buttons li:hover{
    color:white;
    background: var(--color-3);
    transition:.3s all;
}
.contentIn__list li{
    align-items: center;
    border:1px solid var(--color-2);
    border-radius:10px;
    display:flex;
    font-size:12px;
    font-weight: 500;
    margin:5px 0;
    padding:5px;
}
.contentIn__list li:hover{
    background-color: var(--color-3);
    color:white;
}
.contentIn__list li div{
    width: 25%;;
}
.chat-section img{
    max-width: 100%;
}
.dashboard header{
    background:linear-gradient(45deg, #65aaff, #18005d);
    display: block;
    height:250px;
}
.dashboard h2{
    font-weight: 800;
    padding: 20px;
    color:white;
    border-radius: 10px;;
    background:linear-gradient(45deg, #65aaff, #18005d);
    font-size:18px;
    text-align: center;
    width: 50%;
}
.dashboard img{
    max-width: 250px;
    width:50%;
}
.dashboard .ribboOpc{
    align-items: center;
    justify-content: center;
}
.dashboard__container{
    position: relative;
    margin-left:33%;
    margin-top: -12%;
    padding:20px;
    width:65%;
    overflow: hidden;
}
.dashboard__container--card{
    background: white;
    border-radius: 10px;
    margin-bottom:50px !important;
    padding:20px;
    cursor:pointer;
}
.dashboard__container--card:hover{
    background: linear-gradient(0deg, #003b2f, #00ffd5);
}
.dashboard__container--div{
    transition:.3s all;
    width: 200%;
}
.dashboard__error{
    display: block;
    max-width: 600px;
}
.dashboard__error:hover{
    color: white;
}
.dashboardMenu{
    background:white;
    border-radius: 15px;
    position:fixed;
    height: 95vh;
    top:2.5%;
    left:2.5%;
    padding:16px;
    max-width:30%;
    width:28%;
}
.dashboardMenu figure img{
    width:120px;
}
.dashboardChat input{
    width:88%;
}
.dashboardChat__inside{
    background-image: url('../pictures/fondoWhatsapp.png');
    border-radius: 10px;
    padding:10px;
    overflow: auto;
    margin: 2% 1%;
    height: 63vh;
    width: 98%;
}
.dashboardChat__inside div{
    color:black;
    background:white;
    border-radius:10px;
    font-size:12px;
    display:block;
    padding:10px;
    width:70%;
}
.dashboardChat__inside div span{
    font-weight: 700;
}
.dashboardChat__inside .agent-msg{
    text-align: left;
    margin:8px 0px 8px 0px;
}

.dashboardChat__inside .user-msg{
    text-align: left;
    background: #dcf8c6;
    margin:8px 0px 8px 30%;
}
.footer__social{
    justify-content: center;
}
.footer__social li{
    margin:0 1em ;
    color:white;
}
.footer__social a{
    color : white;
}
.footer__social i{
    font-size:40px;
}
.flex{
    display:flex;
}
.flexNoWrap{
    flex-wrap:nowrap;
}
.flexWrap{
    flex-wrap: wrap;
}
.fh{
    height: 100vh;
}
.fw{
    width: 100%;
}
.how{
    background-image: url('../pictures/fondoWhatsapp.png');
    margin:0 auto;
    border-radius:10px;
    padding:2em;
}
.how h2{
    color:white;
    font-size:40px;
    text-align: center;
    color: var(--color-1);
}
.how .bubble{
    font-size:25px;
    margin-bottom:1em;
}
.how .bubble strong{
    color: var(--color-1);
}
.info h2{
    
    text-align: center;
    font-size:40px;
    width: 100%;

}
.info__pic{
    position: relative;
}
.info__pic img{
    width: 100%;
}
.itemActive{
    background: var(--color-3);
    color: white;
    transition:.3s all;
}
.itemCalendar{
    width: 50%;
}
.itemReminder{
    width: 33%;
}
.login{
    margin:2em auto;
    align-items: center;
}
.left{
    margin-left:-100%;
    transition: .3s all;
}
.loader{
    background-color:white !important;
    background-image: url("../pictures/load.gif") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.login__form{
    align-items: center;

    border-radius: 10px 0px  0px 10px ;
    justify-content: center;
}
.login__form--inputs {
    background: white;
    border-radius:10px;
    padding:2em;
}
.login__form--inputs div{
    justify-content: center;
    margin:.5em 0;
}
.login__form--inputs figure{
    padding:0px;
    text-align: center;
}
.login__form--inputs figure img{
    max-width:100%;
}
.login__form--inputs h1{
    font-size: 1.7em;
    text-align: center;
}
.login__form--inputs p{
    text-align: center;
}
.login__form--inputs .fb button{
    background-color: #1877F2;
    color:white;
}
.login__form--inputs .ig button{
    background-color: #E1306C;
    color:white;
}
.login__form--inputs .go button{
    background-color: #4285F4;
    color:white;
}
.login__form--inputs .lk button{
    background-color: #0A66C2; 
    color:white;
}

.login__form--inputs .wh button i{
    font-size:40px;
}
.login__form--inputs .disclaimer{
    font-size:14px;
    display: block;
    text-align: center;
    width: 100%;
}
.login__picture {
    text-align: center;
}
.login__picture img{
    max-width:70%;
}

.message {
  opacity: 0;
  transform: translateY(30px);
}
.middle{
    margin: 0 3%;
    width:50%;
}
.noDesktop{
    display:none;
}
.nm{
    margin: 0px !important;
}
.noHeight{
    overflow: hidden;
    height:0px !important;
}
.off{
    display:none !important;
}
.phone-img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.precios {
    border-radius:10px;
    margin: 3em auto;;
    text-align: center;
    padding: 3rem 1rem;
    background: #f9f9f9;
}

.precios h2 {
    display:flex;
    align-items: center;
    justify-content: center;
}

.precios h2 img{
    width:80px;
}

.plan-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.plan {

    background: white;
    border: 1px solid #ddd;
    padding: 1.5rem;
    width: 23%;
    border-radius: 12px;
}

.plan.destacado {
  border: 2px solid #00bfa6;
  background: #e7fff7;
}

.plan h3 {
  margin-top: 0;
}

.price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00bfa6;
}

.plan ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.plan ul li {
  padding: 4px 0;
  text-align: left;

}

.plan button {
  background: var(--color-3);
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
}
.shadow{
    box-shadow: -1px 4px 33px -1px rgba(0,0,0,0.43);
    -webkit-box-shadow: -1px 4px 33px -1px rgba(0,0,0,0.43);
    -moz-box-shadow: -1px 4px 33px -1px rgba(0,0,0,0.43);
}
.showContent{
    background:white;
    border-radius: 10px;
    min-height: 100px;
}
.swal2-title{
    padding:16px 0;
    color: var(--color-1);
    font-size:16px;
    border-bottom:1px solid var(--color-1);
    max-width:80%;
    display: block !important;
    margin: 0 auto;
    width: 100%;
}
.swal2-html-container{
    font-size:14px;
}
.swal2-html-container img{
    max-width: 80px;
    width: 100%;
}
.swal2-html-container label{
    width:100%;
    margin-bottom:10px;
}
.swal2-html-container input, .swal2-html-container textarea, .swal2-html-container select{
    width:100%;
}
.swal2-actions button {
    background: linear-gradient(45deg, #65aaff, #18005d);

}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* Estado ON */
input:checked + .slider {
  background-color: #4cd964; /* Verde estilo iPhone */
}

input:checked + .slider:before {
  transform: translateX(22px);
}
.s-15{
    margin: 1%;
    width: 13%;
}
.s-25{
    margin: 1%;
    width:23%;
}
.s-33{
    margin: 1%;
    width: 31%;
}
.s-50{
    margin: 1%;
    width: 48%;
}
.s-75{
    margin: 1%;
    width: 70%;
}
.s-100{
    margin: 1%;
    width: 98%;
}
.s-15-f{
    width: 15%;
}
.s-33-f{
    width: 33%;
}
.s-50-f{
    width: 50%;
}
.s-75-f{
    width: 75%;
}
.s-100-f{
    width: 100%;
}
.test{
    margin: 2em auto;
}
.test p{
    padding: 0;
    margin:0 0 .5em 0;
    color: var(--color-1);
    text-align: center;
    font-size: 70px;
    font-weight: 800;
    font-style: italic;
}
.test span{
    color: var(--color-3);
    font-size:30px;
    line-height: 33px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom:1em;
}
.test span strong{
    font-weight: 600;
    color: var(--color-1);
}
.vh{
    height: 100vh;
}
.wh{
    justify-content: center;
    text-align: center;
    width: 100%;
}
.wh button{
    background-color: #25D366;
    color:white;
}
@media screen and (max-width: 1280px) {
    .dashboard h2{
        font-size:14px;
    }
    .dashboard__container{
        width: 100%;
        margin-left: 0%;
        text-align: center;
    }
}
@media screen and (max-width: 900px) {
    .dashboard__container--card{
        min-width:98%;
    }
    .dashboardMenu {
        max-width: 50%;
        width: 50%;
    }
    .dashboard__container--div{
        width:100%;
        justify-content: center;
    }

}

@media screen and (max-width: 700px) {
    button{
        font-size: 14px;
        padding:.7em;
    }
    
    header figure{
        display: block;
        text-align: center;
        width: 100%;
    }
    header img{
        max-width:60%;
    }
    .bubble{
        font-size: 10px;
    }
    .dashboard__container{
        width: 98%;
        margin-left: 1%;
        margin-top: -32%;

    }
    .contentIn h3{
        margin-top:10px;
    }
    .dashboardChat__inside, .dashboardChat{
        display: none;
    }
    .dashboard__error{
        max-width:50%;
    }
    .dashboardMenu {
        max-width: 98%;
        width: 98%;
        z-index: 99999999;
    }
    .chat-screen {
        gap: 10px;
    }
    .headRibbo{
        align-items: center;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .how .bubble{
        font-size:18px;
    }
    .info h2{
        text-align: center;
        font-size:35px;
        margin: 0px;
        padding: 0;

    }
    .login__form--inputs h1{
        font-size: 1.2em;
    }
    .login__m{
        width:100%;
        margin-bottom:2em;
    }
    .noDesktop{
        display:block;
    }
    .noDesktop img{
        max-width: 70%;
    }
    .s-15{
        margin: 1%;
        width: 98%;
    }
    .s-25{
        margin: 1%;
        width:98%;
    }
    .s-33{
        margin: 1%;
        width: 98%;
    }
    .s-50{
        margin: 1%;
        width: 98%;
    }
    .s-75{
        margin: 1%;
        width: 98%;
    }
    .s-100{
        margin: 1%;
        width: 98%;
    }
}

@media screen and (max-width: 1360px) {
    .bubble {
        font-size: 18px;
    }
    .chat-section{
        justify-content: center;
    }
    .chat-screen {
        gap:18px;
    }
    .chat-item1{
        order:2;
        width:48%;
    }
    .chat-item2{
        order:1;
        width: 60% !important;
    }
    .chat-item3{
        order:3;
        width:48%;
    }
    .chat-section li{
        padding: 0 5%;
        font-size: 20px;
    }
}

@media screen and (max-width: 800px) {
    .bubble {
        font-size: 14px;
    }
    .chat-screen {
        gap:18px;
    }
   
}
@media screen and (max-width: 600px) {
    .bubble {
        font-size: 18px;
    }
    .chat-screen {
        gap:18px;
    }
    .chat-item2{
        order:1;
        width: 100% !important;
    }
    .chat-item1 , .chat-item3 {
        width: 100% !important;
    }
    .chat-section ul {
        width:100%;
    }
    .chat-section li {
        font-size:14px;
    }
    .plan{
        width: 100%;;
    }
    .test p{
        font-size: 40px;
    }
    .test span{
        color: var(--color-3);
        font-size:25px;
    }
}
@media screen and (max-width: 480px) {
    button i{
        display: block;
    }
    .bubble {
        font-size: 12px;
    }
    .chat-screen {
        gap:9px;
    }
    
}
