﻿

.site-title-tagline, .site-title-tagline2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #340e70;
    padding-left: 60px;
    position: relative;
}

    .site-title-tagline::before, .site-title-tagline2::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 2px;
        top: 10px;
        left: 0px;
        background: #340e70;
        margin-top: 4px;
    }

.site-title-tagline2 {
    color: white;
}

    .site-title-tagline2::Before {
        background: white;
    }

.heading-divider, .heading-divider2 {
    display: inline-block;
    position: relative;
    height: 4px;
    background-color: #340e70;
    width: 90px;
    overflow: hidden;
}

    .heading-divider::after, .heading-divider2::after {
        content: '';
        position: absolute;
        left: 0;
        top: -1.1px;
        height: 7px;
        width: 8px;
        background-color: #fff;
        /* -webkit-animation: heading-move 5s infinite linear;*/
        animation: heading-move 5s infinite linear;
    }

@keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(85px)
    }

    100% {
        transform: translateX(-1px)
    }
}

.heading-divider2 {
    background-color: white;
}

    .heading-divider2::after {
        background-color: #340e70;
    }



/*textos contacto datos*/

.datos {
    font-size: 20px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
}

#mapa iframe {
    pointer-events: none;
    width: 100%;
    height: 550px;
}

.tituloDestacado {
    /*color: black;
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
    padding: 5% 0;*/
    color: #16324f;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.espacioFila {
    background: #D2D3D5;
    padding-top: 5%;
    padding-bottom: 5%;
}


@media screen and (max-width: 489px) {
    #contacto {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }

        #contacto .col-auto.col-md-4 {
            margin-left: -5%;
            margin-top: 30% !important;
        }

        #contacto #form2 {
            margin-left: -5%;
            margin-right: 5%;
        }



    #fuenteTituloPrincipal {
        font-size: 150%;
    }
}

