 .msgSubmit {
    background-color: #f5f5f5c2;
    border-radius: 15px;
  }

.single-cta i {
    color: #0466c8;
    font-size: 45px;  
    margin-bottom: 1.5rem;
  }

  .icont{
    text-align: center;
    
  }


  .contacto{
  background: linear-gradient(to bottom, rgba(66, 73, 92, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../assets/img/fondo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .lang img{
    width: 1rem;
  }


  .lang {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    /* background-color: #f1f1f1; */
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
  }

  .dropdown-content a {
    color: rgba(255, 255, 255, 0.7);
    padding-top: 10px;
    padding-left: 15px;
    text-decoration: none;
    display: block;
    font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    font-size: 0.9rem;
  }

  .dropdown-content a:hover {font-weight: bold;}

  .show {display:block;}

  .logo{
    height: 6rem;
    margin-right: 1.5rem;
  }

  @media only screen and (max-width: 600px) {
 .logo {
    height: 3rem;
    margin-right: 0rem;
  }
}

.cta-text a{
  text-decoration: none;
  color: black;
}

.cta-text a:hover{
  color: #0466c8 !important;
  font-weight: bold;
}

/*celeste #17bfff*/
/*azul #0466c8*/
