
header {
    align-items: center;
    background: #e52029;
    color: #ffffff;
    display: flex;
}
header h1 {
    font-size: 56px;
    text-align:center;
}
.texto_flotante{
    color:#5a5a5a;
    position:absolute;
    top:50%;
    font-size: 70px;
    line-height: 70px;
    font-weight: bold;
    margin-top:-105px;
}
.texto_flotante span{
    color:#ff0000 ;
}
.navbar .container-fluid{
    padding:0;
}
.nav_menu {
    background: #5a5a5a;
}
.nav_menu nav > div {
    justify-content: flex-end !important;
}
.nav_menu nav > div > button {
    background: #ffffff;
}
.nav_menu ul {
    column-gap: 55px;
}
.nav_menu a {
    color: #ffffff !important;
    font-size: 20px;
}
.nav_menu a.active {
    color: #ff0000 !important;
}
.title_certificate {
    display: flex;
    justify-content: center;
    position: relative;
}
.title_certificate:before {
    content: "";
    border-top: 4px solid white;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 100%;
}
.title_certificate > div {
    background: #5a5a5a;
    color: #ff0000 !important;
    font-size: 48px;
    margin: 0 70px;
    padding: 0 20px;
    position: relative;
    z-index: 999;
}
.title_certificate > div div{
  animation-name: parpadeo;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
.logos .col {
    padding: 1rem;
    text-align: center;
}
.logos_2 {
    padding-top: 2rem;
    align-items: center;
    justify-content: center;
}
.consulting {
    align-items: center;
    justify-content: center;
    padding-bottom: 5rem;
}
.logos_3 {
    align-items: center;
    justify-content: center;
}
.form_create label {
    padding-bottom: 1rem;
}
.form_create label,
.form_create input {
    width: 100%;
}
footer {
    padding-bottom: 2rem;
}
textarea {
    resize: none;
}
.text_valores {
    padding-top: 5rem;
}
.text_valores h1 {
    padding-bottom: 2rem;
}
.text_valores p {
    font-size: 22px;
    text-align: justify;
    padding-right:1rem;
}
.text_valores img {
    width: 100%;
}
.form_contactanos label {
    width: 100%;
}
/*.formulario_registrar {*/
/*    display: none;*/
/*}*/
/*.formulario_registrar.mostrar {*/
/*    display: block;*/
/*}*/
.modal-header{
    border:0;
}
.whatsapp a{
    position: fixed;
    bottom: 1rem;
    z-index: 9;
    right: 1rem;
}
@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@media (max-width: 546px) {
    header h1,
    .documento .titulo {
        font-size: 28px !important;
    }
    .title_certificate > div div{
        font-size:30px;
    }
    .texto_flotante{
        font-size: 32px;
        line-height: 32px;
        font-weight: bold;
        margin-top:-48px;
    }
    .grid {   
        grid-template-columns: 1fr !important;
        row-gap: 3rem;
    }
    .documento .column1{
        font-size: 42px !important;
        line-height: 42px !important;
        text-align:center;
    }
    .documento .column2 h2{
        font-size: 24px !important;
    }
    .documento .column2{
        font-size:18px !important;
    }
    .documento .column2 .fila1{
        flex-direction: column;
    }
    .title_certificate > div {
        margin: 0;
    }
    .nav_menu ul{
        text-align:center;
    }
}

/*docunento*/
.fondo_imagen {
    background: url("../img/fondo_documento.jpg") no-repeat;
    background-size: 100% 100%;
}
.documento .titulo {
    font-size: 58px;
    font-weight: bold;
}
.grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.documento .column1 {
    align-items: center;
    color: #5a5a5a;
    display: grid;
    flex-direction: column;
    font-size: 58px;
    font-weight: bold;
    line-height: 58px;
}
.documento .column1 span {
    color: #e41f29;
}
.documento .column2 h2 {
    font-size: 42px;
}
.documento .column2 {
    font-size: 28px;
}
.documento .column2 .fila1 {
    display: flex;
    column-gap: 2rem;
}
.documento .column2 .fila2 {
}
