
@font-face {
    font-family: "HyundaiSansHead-Regular";
    src: url("fuentes/HyundaiSansHead-Regular.eot");
    src: url("fuentes/HyundaiSansHead-Regular.eot?#iefix") format("embedded-opentype"), url("fuentes/HyundaiSansHead-Regular.woff2") format("woff2"), url("fuentes/HyundaiSansHead-Regular.woff") format("woff"), url("fuentes/HyundaiSansHead-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "HyundaiSansHead-Medium";
    src: url("fuentes/HyundaiSansHead-Medium.eot");
    src: url("fuentes/HyundaiSansHead-Medium.eot?#iefix") format("embedded-opentype"), url("fuentes/HyundaiSansHead-Medium.woff2") format("woff2"), url("fuentes/HyundaiSansHead-Medium.woff") format("woff"), url("fuentes/HyundaiSansHead-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}


xico.bounce {
    animation: bounce 0.7s ease infinite;
}
.pulse {
    animation: pulse 0.7s ease infinite;
}
.pulse-opacity {
    animation: pulse-opacity 0.7s ease infinite;
}
.pulse-opacity-rotate {
    animation: pulse-opacity-rotate 0.7s ease infinite;
}
.pulse-opacity-bottom {
    animation: pulse-opacity-bottom 0.7s ease infinite;
}
/*.rubberBand {
    animation: rubberBand 1.8s ease infinite;
}*/

.lightSpeedIn {
    animation: lightSpeedIn 0.7s ease;
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}
.lightSpeedOut {
    animation: lightSpeedOut 0.7s ease;
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}
.pulsating {
    animation: pulse1 1s linear infinite;
    animation-direction: alternate;
    -webkit-animation: pulse1 1s linear infinite;
    -webkit-animation-direction: alternate;
}
.crecer {
}


/* Keyframing de la animación */

@keyframes pulse1 {
 0% {
 color: rgba(255, 255, 255, 0.75);
}
 50% {
 color: rgba(255, 255, 255, 0.25);
}
 100% {
 color: rgba(255, 255, 255, 0.75);
}
}
 @keyframes bounce {
 from {
 top: -10px;
}
 50% {
 top: 0;
}
 to {
 top: -10px;
}
}
 @keyframes pulse {
 from {
 transform: scale3d(1, 1, 1);
}
 b 50% {
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
 transform: scale3d(1, 1, 1);
}
}
 @keyframes pulse-opacity {
 from {
 transform: scale3d(1, 1, 1);
 opacity: 1;
}
 50% {
 transform: scale3d(1.1, 1.1, 1.1);
 opacity: 0.5;
}
 to {
 transform: scale3d(1, 1, 1);
 opacity: 0;
}
}
 @keyframes pulse-opacity-bottom {
 from {
 transform: scale3d(1, 1, 1);
 opacity: 1;
}
 50% {
 transform: scale3d(1.1, 1.4, 1.1);
 opacity: 0.5;
}
 to {
 transform: scale3d(1, 1, 1);
 opacity: 0;
}
}
 @keyframes pulse-opacity-rotate {
 from {
 transform: scale3d(1, 1, 1) rotate(-90deg);
 opacity: 1;
}
 50% {
 transform: scale3d(1.1, 1.1, 1.1) rotate(-90deg);
 opacity: 0.5;
}
 to {
 transform: scale3d(1, 1, 1) rotate(-90deg);
 opacity: 0;
}
}
 @keyframes rubberBand {
 from {
 transform: scale3d(1, 1, 1);
}
 50% {
 transform: scale3d(1.20, 1.20, 1);
}
 to {
 transform: scale3d(1, 1, 1);
}
}
 @keyframes lightSpeedIn {
 from {
 transform: translate3d(100%, 0, 0) skewX(-30deg);
 opacity: 0;
}
 60% {
 transform: skewX(20deg);
 opacity: 1;
}
 80% {
 transform: skewX(-5deg);
 opacity: 1;
}
 to {
 transform: none;
 opacity: 1;
}
}
 @keyframes lightSpeedOut {
 from {
 opacity: 1;
}
 to {
 transform: translate3d(100%, 0, 0) skewX(30deg);
 opacity: 0;
}
}
/*PANTALLA GRANDE*/
@media (min-width: 680px) {
#botDiv {
    font-family: "HyundaiSansHead-Regular", Sans-Serif;
}
	
#botDiv.iconbutton {
    height: 60px;
    width: 60px;
    position: fixed;
    right: 38px;
    bottom: 48px;
    z-index: 1005;
    -webkit-box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.5);
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.5);
    background-color: #595959;
    border-radius: 40px;
    cursor: pointer;
}
#botDiv.iconbutton .botDivText,  #botDiv.iconbutton .botSymbol {
    display: none;
}
#botDiv.iconbutton .botIcon {
    background: url(icon_chat.gif);
    display: block;
    height: 48px;
    width: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 9px;
    margin-right: 7px;
}
#botDiv.leftbutton {
    position: fixed;
    left: -60px;
    top: 50%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    padding: 20px 10px 0 10px;
    height: 45px;
    -webkit-box-shadow: 0 3px 21px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 3px 21px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0 3px 21px -6px rgba(0, 0, 0, 0.75);
    background: #595959;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 15px;
}
#botDiv.leftbutton .botSymbol {
    position: absolute;
    left: 0;
    right: 0px;
    width: 20px;
    height: 27px;
    margin: auto;
    padding-bottom: 8px;
    display: block;
    bottom: -40px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    text-align: center;
    font-size: 30px;
}
#botDiv.bottombutton {
    position: fixed;
    right: 42px;
    bottom: 48px;
    z-index: 1005;
    cursor: pointer;
}
#botDiv.bottombutton .botDivText {
    display: inline-block;
    width: 250px;
    height: 50px;
    position: absolute;
    right: 25px;
    padding: 11px 38px 13px 15px;
    bottom: 8px;
    z-index: 9;
    background: url(globo.png);
    background-size: cover;
    color: #fff;
    letter-spacing: 1px;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transform: scale(0.8);
    /* animation: pulse1 1s linear infinite;
    ' animation-direction: alternate;
    ' -webkit-animation: pulse1 1s linear infinite;
    ' -webkit-animation-direction: alternate;*/
}
#botDiv.bottombutton .botSymbol {
    display: none;
}
#botDiv.bottombutton .botIcon {
    height: 65px;
    width: 65px;
    -webkit-box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.5);
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.5);
    background-color: none;
    border-radius: 40px;
    padding: 0px;
    z-index: 1;
}
#botDiv.bottombutton .botIcon span {
    background: url(icon_chat.gif) #ffffff;
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 12px;
    margin-right: 8px;
    border-radius: 50px;
}
#botDivFrame.iconbutton,  #botDivFrame.bottombutton {
    height: 0;
    position: fixed;
    bottom: 15px;
    right: 42px;
    z-index: 1000;
    overflow: hidden;
    min-width: 340px;
    z-index: 999999;
}
#botDivFrame.leftbutton {
    height: 0;
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 1000;
    overflow: hidden;
}
#botDivFrame .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 39px;
    height: 39px;
    cursor: pointer;
    z-index: 17;
}
#botDivFrame .btn-close span {
    background: #ffffff;
    display: block;
    width: 15px;
    height: 2px;
    margin-top: 18px;
    margin-left: 10px;
}
#botDivFrame #frmWebChat {
    width: 400px;
    height: 520px;
}
#animate.icon-pulse {
    display: block;
    width: 70px;
    height: 70px;
    background: #ffffff;
    position: fixed;
    bottom: 46px;
    right: 39px;
    border-radius: 52px;
    border: solid 3px #005db9;
    animation: pulse-opacity 0.7s ease infinite;
    z-index: 1004;
}
#animate.bottom-pulse {
    display: block;
    width: 78px;
    height: 78px;
    background: #ffffff;
    position: fixed;
    bottom: 40px;
    right: 52px;
    border-radius: 52px;
    animation: pulse-opacity 0.7s ease infinite;
}
#animate.left-pulse {
    position: fixed;
    left: -60px;
    top: 50%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    padding: 20px 10px 0 10px;
    height: 45px;
    width: 156.02px;
    background: #E40421;
    z-index: -1;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    animation: pulse-opacity-rotate 0.7s ease infinite;
}
}
#animate.none-pulse {
    display: block;
}
/*PANTALLA CELULAR*/
@media (max-width: 679px) {
	a.ayuda, a.cerrar {
    padding: 3px 9px !important;
}
#botDivFrame {
    width: 96%;
    height: 0;
    position: fixed;
    left: 2%;
    right: 2%;
    bottom: 0;
    z-index: 999999;
}
#botDivFrame .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 39px;
    height: 39px;
    cursor: pointer;
    z-index: 17;
}
#botDivFrame .btn-close span {
    background: #ffffff;
    display: block;
    width: 15px;
    height: 2px;
    margin-top: 18px;
    margin-left: 10px;
}
#botDivFrame #frmWebChat {
    width: 100%;
    height: 100%;
}
#botDiv {
    font-family: "HyundaiSansHead-Regular", Sans-Serif;
}
#botDiv.leftbutton {
    position: fixed;
    left: -45px;
    top: 50%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    padding: 10px 10px 0 10px;
    height: 36px;
    -webkit-box-shadow: 0 3px 21px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 3px 21px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0 3px 21px -6px rgba(0, 0, 0, 0.75);
    background: #595959;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 10px;
}
#botDiv.leftbutton .botDivText {
    font-size: 12px;
}
#botDiv.leftbutton .botSymbol {
    position: absolute;
    left: 0;
    right: 0px;
    width: 20px;
    height: 27px;
    margin: auto;
    padding-bottom: 0;
    display: block;
    bottom: -30px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    text-align: center;
    font-size: 20px;
}
#botDiv.bottombutton .botDivText {
    display: inline-block;
    width: 220px;
    position: absolute;
    right: 4px;
    padding: 10px 30px 10px 10px;
    bottom: 8px;
    background: url(globo.png);
    background-size:cover;
    -webkit-box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.5);
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.5);
    z-index: 9;
    color: #fff;
    letter-spacing: 1px;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transform: scale(0.7);
 /* animation: pulse1 1s linear infinite;
 ' animation-direction: alternate;
 ' -webkit-animation: pulse1 1s linear infinite;
 ' -webkit-animation-direction: alternate;*/
}
/*    #botDiv.bottombutton {
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 1005;
        background: #fff;
        padding: 5px 10px;
        border-radius: 8px;
        background: #595959;
        cursor: pointer;
        -webkit-box-shadow: 0 3px 21px -6px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 3px 21px -6px rgba(0, 0, 0, 0.75);
        box-shadow: 0 3px 21px -6px rgba(0, 0, 0, 0.75);
    }
*/    
   #botDiv.bottombutton .botSymbol {
    display: none;
}
 
	
#botDiv.bottombutton {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1005;
    cursor: pointer;
}
#botDiv.bottombutton .botIcon {
    height: 55px;
    width: 55px;
    -webkit-box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.5);
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.5);
    background-color: none;
    border-radius: 40px;
    padding: 0px;
    z-index: 1;
}
    #botDiv.bottombutton .botIcon span {
        background: url(icon_chat.gif) #ffffff;
        display: block;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        margin: auto;
        margin-right: 2px;
        border-radius: 50px;
    }
#animate.icon-pulse {
    display: block;
    width: 60px;
    height: 60px;
    background: #005db9;
    position: fixed;
    bottom: 18px;
    right: 17px;
    border-radius: 52px;
    animation: pulse-opacity 0.7s ease infinite;
    z-index: 1004;
}
#botDiv.iconbutton {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 1005;
    padding: 2px;
    background: #595959;
    cursor: pointer;
    -webkit-box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.5);
    box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.5);
    border-radius: 40px;
}
#botDiv.iconbutton .botDivText,  #botDiv.iconbutton .botSymbol {
    display: none;
}
#botDiv.iconbutton .botIcon {
    background: url(icon_chat.gif);
    display: block;
    height: 48px;
    width: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 9px;
    margin-right: 7px;
}
#animate.bottom-pulse {
    display: block;
    width: 135.02px;
    height: 28px;
    background: #E40421;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
    animation: pulse-opacity-bottom 0.7s ease infinite;
}
#animate.left-pulse {
    position: fixed;
    left: -49px;
    top: 50%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    padding: 10px 10px 0 10px;
    height: 36px;
    width: 122.02px;
    background: #E40421;
    z-index: -1;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    animation: pulse-opacity-rotate 0.7s ease infinite;
}
#animate.none-pulse {
    display: block;
}
}
/****Ayuda******/

a.ayuda, a.cerrar {
    position: absolute;
    top: 9px;
    right: 53px;
    display: block;
    cursor: pointer;
    z-index: 17;
    font-family: "HyundaiSansHead-Regular", sans-serif;
    font-size: 12px;
    color: #fff;
    border: solid 1px #fff;
    padding: 6px 9px;
    text-decoration: none;
}
a.cerrar {
    display: none;
    border-color: #ffffff;
}
a.ayuda:hover {
    background: #002c5e;
    border-color: #002c5e;
    text-decoration: none;
}
a.cerrar:hover {
    background: #002c5e;
    border-color: #002c5e;
    text-decoration: none;
}
#bloque_ayuda {
    position: absolute;
    width: 100%;
    height: 450px;
    margin: 42px 0 0 0;
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0px;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    overflow-y: scroll;
}
#bloque_ayuda .texto {
    width: 100%;
}
#bloque_ayuda .texto .titulo {
    color: #333333;
    font-family: "HyundaiSansHead-Regular", sans-serif;
    font-size: 14px;
    font-weight: 300;
}
#bloque_ayuda .texto .indicaciones {
    color: #ffffff;
    font-family: "HyundaiSansHead-Regular", sans-serif;
    font-size: 14px;
    padding: 10px;
    background: #009de2;
    font-weight: 300;
    margin: 10px 0 0 0;
}
#bloque_ayuda .texto ul.comandos {
    color: #333333;
    font-family: "HyundaiSansHead-Regular", sans-serif;
    font-size: 14px;
    margin: 10px 0 0 15px;
    float: left;
    clear: both;
    padding: 0;
    font-weight: 300;
}
#bloque_ayuda .texto ul.comandos li {
    margin: 0 0 10px 0;
}
#bloque_ayuda strong {
    font-weight: 700;
}
/*
    Inicio de Modificaciones
*/

.slideUp {
    animation: slideUp 0.7s ease;
}
.slideDown {
    animation: slideDown 0.7s ease;
}
.fadeIn {
    animation: fadeIn 0.7s ease;
}
.fadeOut {
    animation: fadeOut 0.7s ease;
}
 @keyframes slideUp {
 0% {
 height: 100px;
}
 100% {
 height: 500px;
}
}
 @keyframes slideDown {
 0% {
 height: 500px;
}
 50% {
 opacity: 0.7;
}
 100% {
 height: 100px;
 opacity: 0;
}
}
 @keyframes bottomPadGrow {
 0% {
 bottom: 15px;
}
 100% {
 bottom: 45px;
}
}
 @keyframes bottomPadShrink {
 0% {
 bottom: 45px;
}
 100% {
 bottom: 15px;
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/*
    Término de Modificaciones
*/