﻿.pcustomercontactos {
    height: 68vh;
    margin: 1vh 5vw;
    background-color: rgba(255, 255, 255, 1);
    padding: 4vh 2vw;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 10px #555;
    -webkit-box-shadow: 2px 2px 10px #555;
    box-shadow: 2px 2px 10px #555;
}
    .pcustomercontactos .title {
        font-size: 1.6vw;
        text-align: center;
        color: rgba(0, 44, 119, 1);
        margin-top: -1.5vh;
        margin-bottom: 2.5vh;
        letter-spacing: 0.5vw;
    }
    .pcustomercontactos hr {
        border-top: 1px solid rgba(0, 44, 119, 0.3);
    }
    .pcustomercontactos .subtitle {
        font-size: 1.1vw;
        font-weight: bold;
        text-align: center;
        color: rgba(0, 44, 119, 1);
        margin-bottom: 1.5vh;
    }
    .pcustomercontactos .subtitleicon {
        color: rgba(0, 44, 119, 0.8);
        font-size: 1.1vw;
        margin-right: 0.3vw;
        vertical-align: text-top;
        cursor: help;
    }
    .pcustomercontactos .area {
        font-size: 1.5vw;
        font-weight: bold;
        text-transform: uppercase;
        color: rgba(0, 44, 119, 1);
        margin-top: 1.5vh;
        letter-spacing: 0.4vw;
    }
    .pcustomercontactos .content {
        font-size: 0.9vw;
        color: rgba(0, 44, 119, 1);
    }
    .pcustomercontactos .icon {
        color: rgba(0, 44, 119, 0.3);
        font-size: 3.5vw;
        margin-top: -1.5vh;
        margin-bottom: -1vh;
    }
    .pcustomercontactos .tooltip {
        display: none;
        position: absolute;
        top: 32vh;
        color: rgba(0, 44, 119, 0.8);
        background-color: rgba(255, 255, 255, 1);
        padding: 4vh 2vw;
        border-radius: 10px;
        -moz-box-shadow: 2px 2px 10px #555;
        -webkit-box-shadow: 2px 2px 10px #555;
        box-shadow: 2px 2px 10px #555;
    }
        .pcustomercontactos .tooltip .title {
            text-align: center;
            letter-spacing: 1vh;
            margin-bottom: 1.5vh;
            font-size: 1.2vw;
            font-weight: bold;
        }
        .pcustomercontactos .tooltip .subtitle {
            text-align: left;
            font-size: 1.0vw;
            font-weight: normal;
        }
        .pcustomercontactos .tooltip ul {
            font-size: 0.8vw;
            text-align: justify;
        }