﻿

.ps-contactar-form {
    max-width: 100%;
    margin-bottom: 15px;
    font-weight: 300;
    height: 30px;
    font-size: 14px;
    color: black;
    padding: 5px;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0px;
    box-shadow: none;
    background-color: white;
    width: 320px;
    opacity: 0.6;
}

.ps-contactar-lab {
    color: white;
    font-size: 14px;
}

    .ps-contactar-form::placeholder {
        color: #dbf5ff;
    }

    .ps-contactar-form::-webkit-input-placeholder {
        color: #dbf5ff;
    }

    .ps-contactar-form::-moz-placeholder {
        color: #dbf5ff;
    }

    .ps-contactar-form:-ms-input-placeholder {
        color: #dbf5ff;
    }

    .ps-contactar-form:-moz-placeholder {
        color: #dbf5ff;
    }

.ps-contactar-error {
    margin-top: -5px;
    color: #06355c;
    font-weight: 600;
    font-size: 14px;

}



.ps-contactar-check input[type=checkbox] {
    position: relative;
    cursor: pointer;
    appearance: none;
    width: 16px;
    height: 16px;
}

.ps-contactar-check input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid white;
    border-radius: 3px;
    background-color: #57aed9;
}

    .ps-contactar-check input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 2px;
        left: 6px;
    }






a.ps_contactar_link {
    outline: none;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: 600
}

    a.ps_contactar_link:link {
        color: white;
    }

    a.ps_contactar_link:visited {
        color: white;
    }

    a.ps_contactar_link:hover {
        color: #06355c;
    }

    a.ps_contactar_link:active {
        color: white;
    }
