html {
  scroll-behavior: smooth;
}

/*#error_message, 
#success_message {
    display:none;
}*/

.p_gracias {
    
    color:white; 
    font-size:16pt;   
    
}


.logo_img {
 
    height:40px;    
    margin-top:.5rem;
    margin-bottom:.5rem;

}

.logo_head {
    margin-left:auto;
    margin-right:auto;
    width:100%;
    min-width:540px;
}



.circulo_img {
  width: 180px;  
  margin-bottom:30px;   
}

.h3_circle {
  font-size: 26px;
  font-family: "Lato";
  color: rgb(0, 54, 125);
  text-transform: uppercase;
  /*line-height: 1.333;*/
  text-align: center;
  -moz-transform: matrix( 0.98083763324031,0,0,0.98083763324031,0,0);
  -webkit-transform: matrix( 0.98083763324031,0,0,0.98083763324031,0,0);
  -ms-transform: matrix( 0.98083763324031,0,0,0.98083763324031,0,0);
  z-index: 62;
  border-bottom-width: 3px;
  border-bottom-style: solid; 
  width:max-content;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:5px;
  
}

.p_circle {
  font-size: 18px;
  font-family: "Raleway";
  /*font-weight:bold;*/
  color: rgb(0, 54, 125);  
  text-align: left;
  z-index: 60;
  margin-top:25px;
}

.bg_white
{
  background-color:#FFFFFF;
}

.h2_nosotros
{
  font-size: 55px;
  font-family: "Lato";
  color: rgb(0, 54, 125);  
  text-align: center;
/*  -moz-transform: matrix( 1.27545947492248,-1.39093416762789e-15,0,1.27545947492247,0,0);
  -webkit-transform: matrix( 1.27545947492248,-1.39093416762789e-15,0,1.27545947492247,0,0);
  -ms-transform: matrix( 1.27545947492248,-1.39093416762789e-15,0,1.27545947492247,0,0);*/
  z-index: 40;
  margin-bottom:40px;
    
}

.h2_footer
{
  font-size: 56.45px;
  font-family: "Lato";
  color: white;
}

.label_footer
{
  font-size: 18px;
  font-family: "Lato";
  color:white;
}


.p_header
{
    font-size: 22px;        
    font-family: "Raleway";
    color: rgb(0, 54, 125);
    text-align:center;
}

@media (min-width: 768px) {
    .p_header
    {
        font-size: 26px;        
        font-family: "Raleway";
        color: rgb(0, 54, 125);
        text-align:center;
    }

}

.p_nosotros
{
  margin-left:auto;
  margin-right:auto;
  /*width:60%;*/
/*  font-weight:bold; */ 
  font-size: 20px;
  font-family: "Raleway";
  color: rgb(0, 54, 125);
  text-align: left;
  z-index: 39;
  
   
}

.footer_back {
    position: relative;      
    background-size: auto;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 1rem;
}


@media (min-width: 900px) {
    .footer_contact {
        width:75%;
    }
}

@media (max-width: 899px) {
    .footer_contact {
        width:100%;
    }
}


.footer_img {
    width:90%;
}

.footer_margin {
    margin-top:2rem;
}

.hgs-back {
    background-color: rgb(0, 102, 156);    
}


.contact-button {
  margin-top:25px;
  background: rgb(255,122,0);
  background: radial-gradient(circle, rgba(255,122,0,1) 0%, rgba(255,82,0,1) 35%);
  color:white;
  border:0;
  padding-left:2rem;
  padding-right:2rem;
  font-size: 1rem !important;
  font-family: "Lato" !important;
  font-weight: bold;
    
}


/*.footer_back {
    position: absolute;
    background-color: rgb(0, 54, 125);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}*/
