html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.avatar-svg-container {
    width: 300px;
    height: 260px;
    margin: 0 auto;
    padding-right: 25px;
}


body{
font-family: "coolvetica", sans-serif;
}




@font-face {
font-family: "coolvetica", sans-serif;
font-weight: 200;
font-style: normal;

}

@font-face {
font-family: "coolvetica", sans-serif;
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: "coolvetica", sans-serif;
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: "coolvetica", sans-serif;
font-weight: 700;
font-style: normal;

}


*{
  letter-spacing: 1px;
}

body {
    background: url(../images/bg-body.png) top center no-repeat;
    color: #2e2e2e;font-family: "coolvetica", sans-serif;
    background-size: cover;
font-weight: 300;
font-style: normal;
}

body.home {
    background: url(../images/bg-home.jpg) center -55px no-repeat;
    color: #2e2e2e;font-family: "coolvetica", sans-serif;
font-weight: 300;
font-style: normal;
}


.contentIntro {
    padding-right: 40%;
}
h2 {
    line-height: 63px;
    color: #08612f;
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.home h2 {
    line-height: 63px;
    color: #08612f;
    font-size: 71px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: left;
}
.home h2 span {

    font-weight: 700;
}



p{
      color: #2e2e2e;
      font-size: 21px;
      line-height: 27px;    letter-spacing: 1px;
}


a.btn.btn-primary {
    background: #08612f;
    padding: 20px 60px;
    border-radius: 120px;
    border: 0px;
    /* padding: 0px; */
}
div#statusMsg {
    display: none;
}



.contentheaderElement {
    padding: 10px 0px 0px 0px;
}



button#btnShowConversation {

    background: url(../images/icon-messages.png) #FFF 22px 19px no-repeat;
    /* background-size: 25px; */
    padding: 20px 20px 20px 55px;
    text-decoration: none;
    display: inline-block  !important;
    border-radius: 60px;
    position: relative;
    border: 0px;  color: #2e2e2e;font-weight: 300;    top: -85px;    box-shadow: 0px 0px 12px #cbcbcb;
}


button#btnStartMic {
    margin-top: 0px;
    height: 115px !important;
    width: 115px !important;
    background: url(../images/icon-micro.png) top left no-repeat #edbc00 !important;
    position: relative !important;
    background-position: center 18px !important;
    background-size: 35px 54px !important;
    border-radius: 1000px;
    border: 0px;
    margin: 0px !important;
    padding: 60px 0px 0px 0px;
    font-weight: 800;
}



a.escribirMensaje {cursor: pointer;
    color: #2e2e2e;
    background: url(../images/icon-texto.png) #FFF 22px 19px no-repeat;
    /* background-size: 25px; */
    padding: 20px 20px 20px 55px;
    text-decoration: none;
    display: inline-block;
    border-radius: 60px;
    position: relative;
    border: 0px;    top: -85px;    box-shadow: 0px 0px 12px #cbcbcb;
}.contentButtonsMicro {
    width: 100%;
    /* margin-top: -57px; */
    padding-bottom: 32px;
    position: relative;
    float: left;
    text-align: center;    

}.mb-3.avatar-svg-container img {
    width: 95%;
}


.mt-3.contentBtnPlay {
    display: inline-block;
    width: 160px;
    text-align: center;
}


small#micStatus {
    line-height: 16px;
    display: block;
    margin: 12px 0px 0px 0px !important;
}


form#chatForm {
    display: none !important;
}

form#chatForm.activo {
    display: block !important;
}


form#chatForm.activo {
      display: block !important;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #08612f;
    padding: 0px 20%;
    left: 0px;
    z-index: 97;
    height: 150px;
}



form#chatForm.activo input#userInput {
    padding: 17px   125px 22px 22px ;
    border-radius: 211px;
}



#chatForm button.btn.btn-primary {
    position: relative;
    right: 0px;
    float: right;
    top: -53px;
    right: 10px;
    background: #edbc00;
    border: 0px;
    border-radius: 22px;
    padding: 11px 30px;
}



a#cerrarChat {
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    background: #08612f;
    margin: 0 auto;
    top: -26px;
    /* -webkit-appearance: none; */
    appearance: none;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    border-radius: 1000px;
}

div#conversationWrapper {
    box-shadow: 0px 0px 12px #cbcbcb;
    border-radius: 31px 0px 0px 31px;
    border: 0px;
    overflow: hidden;
}



.card-header {
    background: #08612f;
    color: #FFF;
    font-size: 21px;
    padding: 14px 31px;
    font-weight: bold;
}
.container.py-5.contentIntro form {
    width: 85%;
}

input#email {
    width: 100%;
    border-radius: 120px;
    padding: 16px 30px;
}
button.btn.btn-primary.w-100 {    background: #08612f;
    color: #FFF;
    font-size: 21px;
    padding: 14px 31px;
    font-weight: bold;
    border-radius:100px;
    border: 0px;
}


button#btnHideConversation {
    border: 0px;
    padding: 15px 0px;
}


.card-footer.d-grid {
    padding: 0px;
}

.home .logoAz {
    width: 100%;
    float: left;
    text-align: left;
}

.logoAz {
    width: 100%;
    float: left;
    padding-bottom: 40px;
    text-align: center;
}







div#conversationWrapper {
    position: fixed;
    right: 0px;
    top: 100px;
    width: 470px;
    z-index: 9999999999;
}
button#btnStopMic {
    background: red;
    color: #FFF;
    border: 0px;
    border-radius: 100px;

            height: 115px !important;
        width: 115px !important;
    
}
video {
    width: 300px;
    position: relative;
    right: 16px;
    top: -9px;
}



.contentDisclaimer {
      width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 18px;

}



.home .contentDisclaimer {
      width: 50%;
    float: left;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: left;
}










 
/* Wainzua Chat: bola y ondas de voz */
.ball-wrapper { position: relative; width: 260px; height: 260px;right: 20px; }
.ball-img { width: 100%; height: 100%; object-fit: contain; display: block; }
.voice-waves {
    position: absolute; inset: -2px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .1s ease-in;
}
.ball-wrapper.speaking .voice-waves { opacity: 1; }
.voice-waves .wave {
    position: absolute;
    inset: 0;
    border: 1px  solid #e9e8b0; /* amarillo */
    border-radius: 50%;
    animation: pulseWave 1.8s ease-out infinite;
}
.voice-waves .wave-2 {
    border-color: #b8dfbe;     /* verde */
    animation-delay: 0.35s;
}
.voice-waves .wave-3 {
    border-color: #eff1b6;     /* amarillo claro */
    animation-delay: 0.7s;
}
@keyframes pulseWave {
    0%   { transform: scale(1);    opacity: 0.9; }
    60%  { transform: scale(1.28); opacity: 0.35; }
    100% { transform: scale(1.45); opacity: 0; }
}

.speaking video{
  animation: pulse 1.2s ease-in-out infinite;
}





.container {
    float: left;
    overflow: hidden;    max-width: initial;
}


.home .container {
    float: none;
    overflow: hidden;           max-width: 1320px;
}





@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}




@media (max-width: 1280px) {
.home .container {
 
   max-width: initial;
}

}




@media (max-width: 767px) {
.ball-wrapper {
    position: relative;
    width: 260px;
    height: 260px;
    right: 0px;
    /* overflow: hidden; */
}
.logoAz {
    padding-top: 36px;
}
.mt-3.contentBtnPlay {
    width: 100%;
    margin: 0px;
    position: relative;
    top: -72px;
}

a.escribirMensaje {
    width: 100%;
    width: 100%;
    top: 181px;
    padding: 20px 20px;
}


    button#btnShowConversation {
        width: 100%;
        position: relative;
        top: 45px;
    }


    button#btnShowConversation {
        width: 100%;
        position: relative;
        top: 45px;
    }


form#chatForm.activo {
    display: block !important;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #08612f;
    padding: 0px 10px;
    left: 0px;
    z-index: 97;
    height: 150px;
}
div#conversationWrapper {
    position: fixed;
    right: 0px;
    top: 100px;
    width: 95%;
    z-index: 9999999999;
}



    body.home {
        background: url(../images/bg-home.jpg) no-repeat;
        background-position: 52% -33px;
    }

.home h2 {
    line-height: 54px;
    color: #08612f;
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: left;
}

.home .contentIntro {
    padding-right: 23%;
}
.home p {
    color: #2e2e2e;
    font-size: 21px;
    padding-right: 20px;
    line-height: 28px;
}




button#btnStopMic {
    height: 115px !important;
    width: 115px !important;
    margin-left: 20px;
}



}




@media (max-width:400px) {

    
.home .contentDisclaimer {
      width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 18px;
}






.container.py-5.contentIntro form {
    width:100%;
}
      .home p {
        padding-right: 0px;
    }

.home .logoAz {
    text-align: center;
    padding-top: 0px;
}

.home a.btn.btn-primary {
    width: 100%;
}
    .home .contentIntro {
        padding-right: 2%;
    }
    body.home {
        background: url(../images/bg-body.png) no-repeat; 
      background-size: cover;   }





}
