p {
    margin: 0;
    padding: 0;
}

#header {
    position: relative;
}


.telefonos a p{
    color: white;
}


#header {
    margin: 0;
    background: #FFF;
    padding-top: 10px;
}

    #header a.marca {
        display: block;
        max-width: 100%;
        height: 134px;
        background: url(../imgs/iconos/logo_universal_assistance.jpg) no-repeat left top;
        background-size: contain;
        background-position: center;
    }

        #header a.marca.doslogos {
            display: block;
            max-width: 100%;
            height: 134px;
            background: url(../imgs/iconos/logo_ua_ta.jpg) no-repeat left top;
            background-size: contain;
            background-position: center;
        }

    #header .imgs {
        padding-left: 0px;
    }

        #header .imgs #teaser {
            margin-top: 50px;
            margin-left: 0px;
            display: block;
            max-width: 100%;
            height: 50px;
            background: url(../imgs/iconos/bg_teaser.gif) no-repeat;
            background-size: contain;
            background-position: left;
        }

    #header #ventas {
        margin-top: 20px;
        text-align: right;
    }

        #header #ventas div {
            display: inline-block;
            float: right;
            margin-right: 0px;
        }

        #header #ventas,
        #header #ventas h3 {
            font-size: 18px;
            text-align: center;
            color: #008996;
            margin-bottom: 0;
        }

            #header #ventas span.tel {
                font-weight: bold;
                font-size: 1.8em;
                color: #002E6D;
                line-height: 1;
            }

    #header #nav_main {
        margin-top: 10px;
        height: 20px;
        background: #1273B9;
        background: -moz-linear-gradient(top, #1273B9 0%, #2DAAE1 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1273B9), color-stop(100%, #2DAAE1));
        background: -webkit-linear-gradient(top, #1273B9 0%, #2DAAE1 100%);
        background: -o-linear-gradient(top, #1273B9 0%, #2DAAE1 100%);
        background: -ms-linear-gradient(top, #1273B9 0%, #2DAAE1 100%);
        background: linear-gradient(to bottom, #1273B9 0%, #2DAAE1 100%);
        -pie-background: linear-gradient(top, #1273B9 0%, #2DAAE1 100%);
    }

    #header ul {
        list-style: none;
    }

.header {
    background-color: #002447;
    border: 0px !important;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px 24px;
}

    .header .logos {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

        .header .logos a svg {
            width: 100px;
            height: 35px;
            fill: white;
        }

        .header .logos a img {
            width: 130px;
        }

        .header .logos a:nth-child(2) {
            margin-left: 10px;
        }

    .header .telefonos {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

        .header .telefonos a.desktop {
            display: flex;
            flex-direction: column;
            display: none;
            text-decoration: none;
        }

            .header .telefonos a.desktop p:nth-child(2) {
                font-family: "Poppins-SemiBold";
            }

.texto-header p {
    font-size: 11px;
    background-color: #00386f;
    color: white;
    border-top: 1px solid #234f7b;
    padding: 5px 0;
    margin: 0;
    justify-content: center;
    align-items: center;
}

    .texto-header p img {
        margin: 0 5px 2px 0;
    }

@media screen and (max-width:950px) {
    #header {
        background: #FFF;
        margin-top: 0;
        padding-top: 10px;
    }

        #header .imgs {
            padding-left: 0px;
        }

        #header #ventas {
            margin-top: 0;
        }

            #header #ventas div {
                float: none;
                margin: 0;
            }
}

@media (min-width: 1024px) {
    .header {
        padding: 7px 57px;
    }

        .header .logo svg {
            width: 146px;
        }

        .header .telefonos a.desktop {
            display: block;
        }

        .header .telefonos a.mobile {
            display: none;
        }
}