

/*GOOGLE*/
.bloq-alianzas .titBold, .bloq-alianzas .txtGrayMid {
	text-align: center;
}

#bloqGooglePartner {
    width: 100%;
    padding: 40px 0;
    background: #ffffff;
}

.contGooglePartner {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.googleLogo img {
    width: 400px;
    height: auto;
}

.googleText {
    flex: 1;
}

.txtGoogle {
    font-size: 20px;
    color: #000;
    line-height: 1.4;
    max-width: 500px;
}

.btnGoogle {
    background: #3b6ff5;
    color: #fff;
    padding: 12px 26px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 4px;
    display: inline-block;
    transition: .3s;
}


.btnGoogle:hover {
    background: #2a55d4;
}

@media (max-width: 900px) {
    .contGooglePartner {
        flex-direction: column;
        text-align: center;
    }

    .googleText p {
        margin: 20px auto;
        max-width: 100%;
    }
}
.btnGoogle {
    background: #3b6ff5;
    color: #fff;
    padding: 12px 26px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 4px;
    display: inline-block;
    transition: .3s;
}

.btnGoogle:hover {
    background: #2a55d4;
}

/*BOTON

.btn { text-decoration: none; padding: 1rem 3rem; font-size: 1.1rem; position: relative; margin: 2rem 0 0; border: none; background-color: royalblue; font-weight: 500; }
.btn-1 { overflow: hidden; color: white;
  -webkit-box-shadow: 0 0 0 0 rgba(143, 64, 248, 0.5), 0 0 0 0 rgba(39, 200, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(143, 64, 248, 0.5), 0 0 0 0 rgba(39, 200, 255, 0.5);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease; }
.btn-1::after { content: ""; width: 400px; height: 400px; position: absolute; top: -50px; left: -100px; background-color: royalblue;
  background-image: linear-gradient(225deg, #27d86c 0%, #26caf8 50%, #c625d0 100%); z-index: -1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
.btn-1:hover {
	border: none;
  -webkit-transform: translate(0, -6px);
      -ms-transform: translate(0, -6px);
          transform: translate(0, -6px);
  -webkit-box-shadow: 10px -10px 25px 0 rgba(143, 64, 248, 0.5),  -10px 10px 25px 0 rgba(39, 200, 255, 0.5);
          box-shadow: 10px -10px 25px 0 rgba(143, 64, 248, 0.5),  -10px 10px 25px 0 rgba(39, 200, 255, 0.5); }
.btn-1:hover::after {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }*/
