*{
    padding: 0;
    margin: 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    
}

body{
    background: radial-gradient(50% 50% at 50% 50%, #509CC6 0%, #17497C 100%);
}

a.navbar-brand {
    color: white;
}
.texto{
    color: white;
}

img.imagenDiv {
    margin-bottom: 24px !important;
}

img.imagenDiv {
/*     width: 61%;
    margin-top: 16%; */
    width: 50%;
    display: block;
    text-align: center;     
}
img.imagenDiv {
    display: block;
    margin: 0 auto;
}
.espacio{
    height: 100px;
}

img.imagenDiv {
 
    border-radius: 50%;
}

.boton-yellow{
    background: #FFCA40;
    border-color: #FFCA40;
    color: #03091e;
    font-weight: bold;
}
a.btn.btn-success.boton-yellow:hover {
    background: #FFD873;
    border-color: #FFD873;
    color: #03091e;
}
input.btn.boton-yellow:hover {
    background: #FFD873;
    border-color: #FFD873;
    color: #03091e;
}

button.btn.boton-yellow.enviar:hover {
      background: #FFD873;
    border-color: #FFD873;
    color: #03091e;
}

.boton-purple{
    background: #4711AE;
    border-color: #4711AE;
    color: white;
}

a.btn.btn-success.boton-purple:hover {
    background: #6831cf;
    border-color: #6831cf;
    color: white;
}
img.imgDerecha {
    display: block;
    margin: 0 auto;
}
.about-us p {
    padding-left: 10%;
    padding-right: 12%;
}

.enlaceEmail {
    color: white;
    text-decoration: none;
    font-weight: 300;
}
a.enlaceEmail:hover {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 576px) { 
    
    img.imagenDiv {
        text-align: center !important;
        display: block !important;
        margin: 0;
        margin: 0 auto;
        margin-top: 14%;
        border-radius: 50%;
    }

    a.btn.btn-success.boton-yellow {
        display: block !important;
        margin: 0 auto !important;
        float: none !important;
    }
    a.navbar-brand {
        font-size: 1.5rem !important;
        text-align: center !important;
        margin: 0 auto !important;
        display: block !important;
    }
    
    .about-us p {
      text-align: center !important;
    }

}

.about-us p {
    color: white;
    font-size: 1.1rem;
 /*   text-align: justify; */
}

a.btn.btn-success.boton-yellow {
    float: right;
    margin-top: 3%;
}


.error input, input.error, .error textarea, textarea.error {
    border: 1px solid red !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
    
.colorMensaje {
    background: #7dc50e;
    color: white;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 1.2rem;
    margin-top: 10px;
}


