.emcorp-about {
    color: #a5a5a5;
}

.img-emcorp-about {
    width: 300px;
    height: 300px;
}

.emcorp-why {
    color: #545454;
    font-weight: bold;
}

.emcorp-skills {
    color: #545454;
    font-weight: bold;
}

.prueba1 {
    background-color: red;
}

.prueba2 {
    background-color: blue;
}

.prueba3 {
    background-color: green;
}

.prueba4 {
    background-color: yellow;
}

ul.emcorp-skills-list {
    list-style: none;
    /* Remove default bullets */
}

ul.emcorp-skills-list li::before {
    content: "\2022";
    color: #084164;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1vw;
}

.emcorp-list-text {
    color: #545454;
    font-weight: bold;
    font-style: italic;
}

.emcorp-title-text {
    color: #545454;
    font-weight: bold;
}

.emcorpe-text-skills {
    color: #6d6d6d;
    font-style: italic;
    font-weight: bold;
}

ul.emcorp-list {
    list-style: none;
    /* Remove default bullets */
}

ul.emcorp-list li::before {
    content: "\2022";
    color: #6d6d6d;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.emcorp-skills-text {
    color: #6d6d6d;
    font-weight: bold;
    font-style: italic;
}

.bg-blueaqua {
    background-color: #084164;
}

.bg-stripe {
    background: repeating-linear-gradient(45deg,
            #366481,
            #366481 2px,
            #084164 2px,
            #084164 4px);
    height: 15px;
}

.emcorp-link{
    color: #084164 !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.img-skills {
    height: 300px;
    width: 300px;
}

.img-background {
    background-image: url('./img/fondoPorque.png');
}

.line-stripe {
    background: repeating-linear-gradient(45deg,
            #ffffff,
            #ffffff 2px,
            #dadada 2px,
            #dadada 4px);
    height: 5px;
}

.container-title {
    background-color: #72a4c3;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    color: white;
    font-weight: bold;
    font-size: 15px;
}

.title-footer {
    color: white;
    font-weight: bold;
}


body {
    font-family: Arial, sans-serif;
}

.fab {
    position: fixed;
    width: 56px;
    left: 95%;
    bottom: 15px;
    margin-left: -28px;
}

.fab:hover .fab-buttons {
    opacity: 1;
    visibility: visible;
}

.fab:hover .fab-buttons__link {
    transform: scaleY(1) scaleX(1) translateY(-16px) translateX(0px);
}

.fab-action-button:hover+.fab-buttons .fab-buttons__link:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transform-origin: right center 0;
    transition-delay: 0.3s;
}

.fab-action-button {
    position: absolute;
    bottom: 0;
    display: block;
    width: 56px;
    height: 56px;
    background-color: #888888;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.fab-buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.fab-action-button__icon {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url("./img/inicioAzul.png") center no-repeat;
}

.fab-buttons__item {
    display: block;
    text-align: center;
    margin: 12px 0;
}

.fab-buttons__link {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transform: scaleY(0.5) scaleX(0.5) translateY(0px) translateX(0px);
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

[data-tooltip]:before {
    top: 50%;
    margin-top: -11px;
    font-weight: 600;
    border-radius: 2px;
    background: #585858;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 12px;
    text-decoration: none;
    visibility: hidden;
    opacity: 0;
    padding: 4px 7px;
    margin-right: 12px;
    position: absolute;
    transform: scale(0);
    right: 100%;
    white-space: nowrap;
    transform-origin: top right;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

[data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transform-origin: right center 0;
}

.icon-material {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.icon-material_fb {
    background: url("./img/inicioAzul.png") center no-repeat;
}

.icon-material_gp {
    background: url("./img/contactoazul.png") center no-repeat;
}

.icon-material_tw {
    background: url("./img/nuestraEmpresaAzul.png") center no-repeat;
}

.icon-material_li {
    background: url("./img/Azulespecialidades.png") center no-repeat;
}

.container-gray {
    background-color: #dddddd;
}
