.textTop1 {
   font-size: 18px;
   font-weight: 300;
   font-style: italic;
}
.textTop2 {
   font-size: 22px;
   font-weight: 300;
   font-style: italic;
   color: #7ab1d6;
}

.fullrounded img {
   -webkit-border-radius: 400px;
-moz-border-radius: 400px;
border-radius: 400px; 
  }
.frase1 {
   font-size: 37px;
   color: #FFFFFF;
   background-color: rgba(15,54,79,.88);
   display: inline-block;
   padding: 12px;
   font-style: italic;
   font-weight: 600;
   font-family: 'Open Sans', "sans-serif;";
   line-height: 1em;
}
.frase2 {
   font-size: 20px;
   background-color: rgba(255,255,255,.82);
   display: inline-block;
   font-style: italic;
   font-weight: 500;
   padding: 12px;
   color: #1a5d8a;
   font-family: 'Open Sans', "sans-serif;";
   line-height: 1.15em;
}
.apoyo {
   text-align: center;
   color: #0e69af;
   font-size: 18px;
   font-style: italic;
   display: block;
   margin-top: -10px;
}
#coti h3 {
   margin-top: 0.3em;
   padding-top: 0px;
   margin-bottom: 0.55em;
   font-size: 30px;
   font-weight: 300;
}
label.error {
   color: #CC0000;
   font-size: 14px;
   display: block;
   padding-top: 5px;
}
.enviado { display: none; }
.status-finalizado {
    background-color: #68a81e;
    color: white;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 3px;
}
.status-enproceso {
    background-color: #984797;
    color: white;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 3px;
}
@media screen and (max-width:767px){
h2,.h2{
   font-size: 28px;
}
    h1,.h1{
   font-size: 32px;
}
}
