.link-ayuda {
    margin-bottom: 20px;
}

.link-chat, .link-whatsapp, .link-ayuda {
    margin-top: 20px;
}

.link-chat a, .link-whatsapp a, .link-ayuda a, .tel {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    margin: 10px 0;
    color: #666;
    line-height: 1.1;
    font-size: 16px;
}

.link-chat a:hover, .link-whatsapp a:hover, .link-ayuda a:hover {
    color: #999;
}

.tel {
    color: #333;
    font-size: 18px;
    cursor: initial;
}

.row-pais {
    color: #666;
    font-size: 16px;
    padding-left: 30px;
    line-height: 1.5;
}

.contacto .icon-tel {
    width: 30px;
    height: 25px;
    display: inline-block;
    background-position: 0 0;
    position: absolute;
    left: -5px;
    top: -1px;
}

.contacto .icon-wapp {
    width: 30px;
    height: 25px;
    display: inline-block;
    background-position: 0 -27px;
    position: absolute;
    left: -5px;
    top: -1px;
}

.contacto .icon-chat {
    width: 30px;
    height: 25px;
    display: inline-block;
    background-position: 0 -55px;
    position: absolute;
    left: -5px;
    top: -1px;
}

.contacto .icon-help {
    width: 30px;
    height: 25px;
    display: inline-block;
    background-position: 0 -87px;
    position: absolute;
    left: -5px;
    top: -1px;
}

.caja-campo {
    margin: 20px 0;
}

.contacto {
    width: 700px;
    max-width: 95%;
    color: #666;
    z-index: 9999999991;
    position: fixed;
    top: 10%;
    left: 50%;
    border-radius: 6px;
    transform: translate(-50%, -5%);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    display: none;
    background: white;
}

.cartel {
    margin: 0;
}
.contacto .modal-header {
    padding: 15px;
    text-align: center;
}
.contacto .modal_content {
    position: relative;
    border-radius: 6px;
    outline: 0;
}

.contacto .modal-header p {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.contacto .close {
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 7px;
    top: 7px;
}

.contacto .modal-body textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 0;
    margin: 20px 0;
    z-index: 50;
    display: block;
    outline: none;
    resize: none;
}
.cartel-error .titulo-cartel, .cartel-exito .titulo-cartel {
    text-align: center;
    width: 100%;
    float: left;
    line-height: 1.1;
    margin-bottom: 20px;
    display: inline-block !important;
}

.contacto .modal-body {
    margin: 0 25px 25px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;

    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.contacto .modal-body .info {
    width: 300px;
    max-width: 100%;
    position: relative;
}

.contacto .modal-body h3{
    font-size: 18px;
    line-height: 24px;
    margin: 35px 0;
    font-weight: 300;
    color: #666;
}

.contacto .modal-body .info h3 {
    margin-bottom: 48px;
}

.cartel-exito, .cartel-error {
    margin-top: 30px;
    width: 250px;
    display: none;
}

.modal-open {
    overflow: hidden;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999999990;
    display: none;
}
.verify {
    display: none;
}

#contact_form {
    width: 300px;
    max-width: 100%;
}


/* MEDIA QUERY */

@media (max-width: 685px) {

    .contacto .modal-body .info h3 {
        margin: 35px 0;
    }

    overlay: {
        height: 100%;
    }

    .contacto {
        bottom: 0px;
        overflow-y: auto;
    }


}