﻿/*Descarga la app */
@media (min-width: 1024px) and (max-width: 1200) {
  .download-app-video .video-background {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .download-app-video .video-background video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media screen and (min-width: 1160px) {
    .download-app-video .desktop-back-video .alpha-container {
        max-width: 960px !important;
    }
}

/*Descubre la app */
@media screen and (min-width: 1160px) {
    .six-data {
        padding: 140px 0 0 140px;
        width: 45%;
    }
}

/*Valores*/
@media screen and (max-width: 1159px) {
    .values-section .alpha-container {
        max-width: 850px;
    }
}

@media (min-width: 1159px) and (max-width: 1439px) {
    .values-section .image-content img {
        left: -55%;
    }
}

/*Documentos coorporativos */
@media screen and (min-width: 1160px) {
    .corp-information .alpha-container {
        max-width: 925px;
    }
}

/*Record */
@media (min-width: 1160px) and (max-width: 1439px) {
    .recond-section .info {
        margin-left: 20%;
    }
}

/*RSE*/
@media (min-width: 1024px) and (max-width: 1159px) {
    .data-list {
        margin: 31px 120px;
    }
}

/*Nuestros Servicios*/
@media (min-width: 1024px) and (max-width: 1159px) {
    .our-services .alpha-container {
        max-width: 973px;
    }
}


