.socio a img{
    width: 50%;
    height: 50%;    
}

section .qsomos {
    width: 100%;
    background-image: url('../img/backgrounds/HOME VGC_1.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

section .qsomos .tqsomos {
    padding-top: 57%;
    padding-left: 35%;
}

section .qsomos .tqsomos h2 {
    font-size: 7vw;
    color: #00b1cc;
}

section .qsomos .tqsomos h2:before {
    display: block;
    content: " ";
    margin-top: -80px;
    height: 80px;
    visibility: hidden;
}

section .qsomos .tqsomos img {
    margin-top: -5px;
    margin-left: 21%;
    width: 44%;
}


section .qsomos .mvqsomos {
    width: 90%;
    margin: 40px auto;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 30px;
}

section .qsomos .mvqsomos strong {
    color: #000;
    font-weight: bold;
    font-size: 1.375rem;
}

section .qsomos .mvqsomos p {
    font-size: 1.375em;
    color: #545454;
    margin: 20px 0;
}

section .qsomos .mvqsomos .mv {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section .qsomos .mvqsomos .mv .mision,
section .qsomos .mvqsomos .mv .vision {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section .qsomos .mvqsomos .mv h3 {
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    position: relative;
}

section .qsomos .mvqsomos .mv h3::before {
    content: '';
    position: absolute;
    top: -45px;
    left: 86px;
    height: 120px;
    width: 2px;
    background: #00b1cb;
}

section .qsomos .mvqsomos .mv p {
    width: calc(100% - 106px);
}

section .mvqsomos__cont-registro {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
}

section .mvqsomos__registro {
    color: #00b1cc;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

section .novedades {
    width: 100%;
    background-image: url(../img/HOME\ VGC\ Fondo\ Novedades.png);
    background-position: center;
    background-repeat: repeat-y;
    padding: calc(7vw + 5px) 0;
    position: relative;
}

section .novedades h2 {
    position: absolute;
    top: 5px;
    left: 5%;
    font-size: 7vw;
    color: white;
}

section .novedades .flexslider {
    width: 80%;
    margin: 0 auto;
}

section .certificaciones {
    width: 100%;
    background-image: url(../img/HOME\ VGC\ Logo\ Fondo\ agua.png);
    background-size: 100%;
    background-position: 0 20%;
    background-repeat: repeat;
    padding: 5px 0;

}

section .certificaciones h2 {
    font-size: 7vw;
    color: #00b1cb;
    margin-left: 5%;
}

section .certificaciones h2:before {
    display: block;
    content: " ";
    margin-top: -80px;
    height: 80px;
    visibility: hidden;
}

section .certificaciones .glider-contain {
    width: 80%;
    overflow: visible;
}

section .certificaciones .glider {
    overflow-x: scroll;
}

section .certificaciones .glider::-webkit-scrollbar {
    display: none;
}

section .certificaciones .glider-contain .glider-prev {
    left: -22px;
}

section .certificaciones .glider-contain .glider-next {
    right: -22px;
}

section .certificaciones .glider .glider-slide {
    position: relative;
    margin: 0 10px;
}

section .certificaciones .glider .glider-slide figcaption {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px 30px;
    background: rgba(50, 50, 50, .8);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    text-align: justify;
    font-size: 1.125;
    overflow-y: scroll;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

section .certificaciones .glider .glider-slide figcaption::-webkit-scrollbar {
    display: none;
}

section .certificaciones .glider .glider-slide figcaption a {
    text-decoration: none;
    color: white;
    line-height: 25px;
}

section .certificaciones .glider .glider-slide figcaption label {
text-decoration: none;
    color: white;
    line-height: 25px;
}

section .certificaciones .glider .glider-slide figcaption input[type="submit"] {
    display: block;
    box-sizing: border-box;
    padding: 10px 20px;
    background: #00b1cb;
    color: white;
    border: none;
    border-radius: 12px;
    margin: 0 auto;
}

section .certificaciones .glider .glider-slide:hover figcaption {
    top: 0;
    bottom: 0;
}

section .cClientes .certificaciones small:nth-child(3) {
    margin: 20px;
    margin-left: calc(10% + 20px);
}

section .certificaciones span {
  margin-left: calc(50% - 139px);
}

section .certificaciones .comprar {
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 20px;
  background: #00b1cb;
  color: white;
  border-radius: 12px;
  text-decoration: none;
}
section .certificaciones .btns p {
    padding: 20px 10px;
    background: none;
}
section .certificaciones .btns a{
  display: block;
  padding: 10px;
  margin: 10px 5px;
  border: 1px solid white;
  cursor: pointer;
  text-align: center;
  background: none;
}

section .certificaciones .btns a:hover {
  background: rgba(255,255,255,.6);
}

section .beneficios {
    width: 100%;
    background-image: url(../img/beneficios_seccion2.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: repeat;
    padding: 5px 0;
}

section .beneficios h2 {
    margin-left: 5%;
    font-size: 7vw;
    color: white;
}

section .beneficios h2:before {
    display: block;
    content: " ";
    margin-top: -80px;
    height: 80px;
    visibility: hidden;
}

section .beneficios p {
    width: 80%;
    font-size: 1.375em;
    color: white;
    margin: 0 auto;
    line-height: 30px;
    text-align: justify;
}

section .beneficios .cont-img-text {
    width: 90%;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section .beneficios figure {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

section .beneficios img {
    width: 100%;
}

section .beneficios .cont-text {
    width: calc(100% - 158px);
}

section .beneficios .izquierda {
    margin-left: 30px;
    text-align: left;
}

section .beneficios .izquierda p {
    text-align: left;
}

section .beneficios .derecha {
    margin-right: 30px;
    text-align: right;
}

section .beneficios .derecha p {
    text-align: right;
}

section .beneficios .cont-text p {
    width: 100%;
    margin: 0;
}

section .beneficios .cont-text .sub {
    text-decoration: underline;
    margin-bottom: 20px;
}

section .beneficios .cont-text a {
    display: inline-block;
    text-decoration: none;
    font-size: 1.375em;
    color: white;
    line-height: 30px;
}

section .beneficios .cont-text a:hover {
    color: #dedede;
}
.socio{
    background-image: url(../img/HOME\ VGC\ Logo\ Fondo\ agua.png);
    background-color: white;
}
.socios p{
    color: #00b1cc;
}

aside {
    width: 100%;
    background-image: url(../img/HOME\ VGC\ Logo\ Fondo\ agua.png);
    background-size: 100%;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.3);
    border-top: 2px solid #00b1cb;
    padding: 5px 0;
}


aside h4 {
    font-size: 7vw;
    color: #00b1cb;
    margin-left: 5%;
}

aside h4::before {
    display: block;
    content: " ";
    margin-top: -80px;
    height: 80px;
    visibility: hidden;
}

aside p {
    width: 90%;
    margin: 0 auto;
    color: white;
    font-size: 1.375em;
    text-align: justify;
    line-height: 30px;
}

aside div {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

aside div figure {
    width: 19%;
    margin: 0 3%;
}

aside div .sep {
    background: white;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

aside div img {
    width: 100%;
}

.socios {
    background-color: white;
}

.socios figure{
    padding: 20px 0px;
}

@media screen and (min-width: 1024px) {
    section .novedades {
        background-size: 100%;
    }
}

@media screen and (max-width: 1024px) {
    section .beneficios .cont-img-text {
        margin: 40px auto;
    }

    section .beneficios .derecha,
    section .beneficios .derecha p {
        text-align: left;
    }

    section .beneficios .derecha .sub {
        text-align: right;
    }
}

@media screen and (max-width: 1040px) {

    section .qsomos .tqsomos h2::before,
    section .certificaciones h2::before,
    section .beneficios h2::before,
    aside h4::before {
        margin-top: -130px;
        height: 130px;

    }

    section .qsomos .mvqsomos strong,
    section .qsomos .mvqsomos p {
        font-size: 1.125rem;
    }

    section .certificaciones .glider .glider-slide figcaption {
        padding: 10px 20px;
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    section .qsomos .mvqsomos .mv {
        flex-direction: column;
    }

    section .qsomos .mvqsomos .mv .mision,
    section .qsomos .mvqsomos .mv .vision {
        width: 90%;
    }

    section .qsomos .mvqsomos .mv .vision {
        margin-top: 40px;
    }

    section .certificaciones .glider .glider-slide figcaption {
        padding: 10px;
        text-align: center;
    }

    section .beneficios h2 {
        margin-bottom: 20px;
    }

    section .beneficios p,
    section .beneficios .cont-text a {
        font-size: 1.125em;
    }

    section .beneficios .cont-img-text {
        border-bottom: 2px solid rgba(255, 255, 255, .3);
    }

    section .beneficios figure {
        width: 112px;
        height: 112px;
    }

    section .beneficios .cont-text {
        width: calc(100% - 142px);
    }

    section .beneficios .derecha .sub {
        text-align: left;
    }
}


@media screen and (max-width: 764px) {

    section .qsomos .tqsomos h2::before,
    section .certificaciones h2::before,
    section .beneficios h2::before,
    aside h4::before {
        margin-top: -160px;
        height: 160px;

    }

    section .beneficios figure {
        width: 80px;
        height: 80px;
    }

    section .beneficios .cont-text {
        width: calc(100% - 100px);
    }

    section .beneficios .izquierda {
        margin-left: 20px;
    }

    section .beneficios .derecha {
        margin-right: 20px;
    }

    section .beneficios .cont-text .sub {
        margin-bottom: 10px;
    }

    aside p {
        margin: 10px auto;
    }

}

@media screen and (max-width: 560px) {

    section .novedades .flexslider {
        width: 100%;
    }

    section .certificaciones .glider-contain {
        width: 100%;
    }

    section .certificaciones .glider .glider-slide {
        margin: 0 5px;
    }

    section .certificaciones .glider-contain .glider-prev {
        left: 5px;
    }

    section .certificaciones .glider-contain .glider-next {
        right: 5px;
    }

    section .certificaciones .glider .glider-slide figcaption {
        font-size: .875em;
        padding: 5px;
    }

    section .beneficios h2 {
        margin-bottom: 0px;
    }

    section .beneficios .cont-img-text {
        margin: 20px auto;
    }

    section .beneficios figure {
        width: 60px;
        height: 60px;
    }

    section .beneficios .cont-text {
        width: calc(100% - 80px);
    }

    section .beneficios .cont-text p {
        text-align: justify;
    }

    aside div figure {
        width: 29%;
        margin: 0 2%;
    }
}

@media screen and (max-width: 440px) {
    section .qsomos .mvqsomos {
        margin-bottom: 0px;
    }

    section .qsomos .mvqsomos .mv {
        margin-top: 20px;
    }

    section .qsomos .mvqsomos .mv .mision,
    section .qsomos .mvqsomos .mv .vision {
        margin: 0;
        width: 100%;
    }

}

@media screen and (max-width: 360px) {
    section .qsomos .tqsomos {
        padding-left: 25%;
    }

    section .qsomos .tqsomos h2,
    section .novedades h2,
    section .certificaciones h2,
    section .beneficios h2,
    aside h4 {
        font-size: 9vw;
    }

    section .qsomos .tqsomos img {
        width: 60%;
        margin-left: 20%;
    }

    section .qsomos .mvqsomos {
        margin-top: 20px;
    }


    section .qsomos .mvqsomos .mv {
        margin-top: 20px;

    }

    section .qsomos .mvqsomos .mv h3 {
        font-size: 1.275em;
    }

    section .qsomos .mvqsomos .mv h3::before {
        left: 66px;
    }

    section .qsomos .mvqsomos .mv p {
        width: calc(100% - 76px);
    }

    section .novedades {
        padding: calc(9vw + 5px) 0;
    }
}

@media screen and (max-width: 414px) {

    section .qsomos .tqsomos h2::before,
    section .certificaciones h2::before,
    section .beneficios h2::before,
    aside h4::before {
        margin-top: -190px;
        height: 190px;

    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 1024px) {

    section .qsomos .tqsomos h2:before,
    section .certificaciones h2:before,
    aside h4:before {
        margin-top: -63px;
        height: 63px;
    }

    section .qsomos .tqsomos {
        padding-left: 28%;
    }

    section .qsomos .tqsomos h2,
    section .novedades h2,
    section .certificaciones h2,
    section .beneficios h2,
    aside h4 {
        font-size: 9vw;
    }

    section .qsomos .tqsomos img {
        width: 50%;
        margin-top: 0px;
        margin-left: 25%;
    }

    section .qsomos .mvqsomos {
        margin: 0 auto;
    }

    section .qsomos .mvqsomos p {
        font-size: 1em;
    }

    section .qsomos .mvqsomos p strong {
        font-size: 1em;
    }

    section .qsomos .mvqsomos .mv h3 {
        font-size: 1.375em;
    }

    section .qsomos .mvqsomos .mv h3::before {
        top: -35px;
        left: 71px;
        height: 100px;
    }

    section .qsomos .mvqsomos .mv p {
        width: calc(100% - 86px);
    }

    section .novedades {
        padding: calc(9vw + 5px) 0;
    }

    section .certificaciones .glider .glider-slide figcaption {
        padding: 10px;
    }

    section .beneficios h2 {
        margin-bottom: 10px;
    }

    section .beneficios .cont-img-text {
        flex-direction: column;
    }

    section .beneficios .cont-img-text:nth-child(even) {
        flex-direction: column-reverse;
    }

    section .beneficios figure {
        width: 60px;
        height: 60px;
    }

    section .beneficios .cont-text {
        margin: 0;
        width: 100%;
    }

    section .beneficios .cont-text .sub {
        margin: 10px 0px;
        text-align: center;
    }

    section .beneficios .cont-text p {
        text-align: justify;
    }

    section .beneficios .cont-text a {
        color: #dedede;
    }

    section .beneficios .cont-text a:hover {
        color: white;
    }

    section .beneficios .izquierda,
    section .beneficios .derecha {

        text-align: center;
    }
}


@media screen and (min-device-width: 480px) and (max-device-width: 1024px) {

    section .novedades .flexslider,
    section .certificaciones .glider-contain {
        width: 90%;
    }
}

@media screen and (min-device-width: 680px) and (max-device-width: 1024px) {
    section .qsomos .mvqsomos .mv {
        flex-direction: row;
        margin: 0;
    }

    section .qsomos .mvqsomos .mv .mision,
    section .qsomos .mvqsomos .mv .vision {
        width: 48%;
        margin: 0;
    }

    section .beneficios .cont-img-text,
    section .beneficios .cont-img-text:nth-child(even) {
        flex-direction: row;
    }

    section .beneficios figure {
        width: 80px;
        height: 80px;
    }

    section .beneficios .cont-text {
        width: calc(100% - 100px);
    }

    section .beneficios .izquierda {
        margin-left: 20px;
        text-align: left;
    }

    section .beneficios .derecha {
        margin-right: 20px;
        text-align: right;
    }

    section .beneficios .cont-text p {
        text-align: justify;
    }

    section .beneficios .izquierda .sub {
        text-align: left;
    }

    section .beneficios .derecha .sub {
        text-align: right;
    }
}


@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    section .qsomos .mvqsomos p {
        font-size: 1.125rem;
    }

    section .qsomos .mvqsomos .mv {
        flex-direction: row;
        margin-top: 20px;
    }

    section .qsomos .mvqsomos .mv .mision,
    section .qsomos .mvqsomos .mv .vision {
        width: 48%;
        margin: 0;
    }

    section .certificaciones .glider .glider-slide figcaption {
        font-size: 1em;
        padding: 20px;
    }
}
