.section3 button {

  width: 400px;
  min-width: 450px;
}

/*

TABLET EN ADELANTE      @media (min-width:768px) and (max-width: 1024px)
PANTALLAS +15"          @media (min-width: 1024px) and (min-width:1200px)
*/

@media (min-width: 1024px) {

  .Super {
    font-size: 4em;
  }

  html {
    font-size: 70%;
  }

  ::selection {
    background: #000;
    color: #fff;
    text-shadow: 0 0 5px #666;
  }

  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
}

/*END + Laptops */

@media (min-width: 1200px) {
  .Super {
    font-size: 4em;
  }

  html {
    font-size: 72%;
  }
}

/*END + Desktops */



/* ======= ::  Tablets  :: BIGGER THAN 768px*/
@media (min-width: 768px) {}

/***** END :: @media (min-width: 768px) :: *****/

/* ======= ::  Tablets / LAPTOPS /  DESKTOPS :: BIGGER THAN 1024px ======= */
@media (min-width: 1025px) {

  /*****************       MAIN           ***************/
  html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /*-ms-overflow-style: scrollbar;*/
    -webkit-tap-highlight-color: transparent;
  }

  body {
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;

    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;

    /*font-family: 'Varela Round', sans-serif;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-rendering: optimizeLegibility;
    z-index: 1000;

  }

  /*********************************************/
  .wrappper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 2000;
    top: 0;
    position: relative;
  }

  header {
    width: 100%;
    height: inherit;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 9000;
  }

  /*****    topbar :: Header    *****/

  .TopBar {
    width: 100%;
    height: 200px;
    border-top: 5px solid rgb(0, 132, 255);
    background: inherit;
    position: relative;
    margin: 0;
    padding: 0 5em;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    z-index: 9000;
  }

  /********** HIDE :: ONLY FOR MOBILE & TABLET **********/

  .MenuTrigger {
    display: none;
  }

  .ComsButton {
    display: none;
  }

  #Overlay {
    display: none;
  }

  /********* :: LOGO :: ***********/
  .logo {
    width: 200px;
    height: 200px;
    padding: 20px;
  }


  .imgLogo {
    width: 180px;
    height: 180px;
  }


  /*****    TopRight :: MENU :: class="navigation"      *****/
  .menu {
    width: auto;
    height: 100px;
    line-height: 200px;
    margin: 0;
    padding: 0;
    text-align: right;

  }

  .navigation {
    width: 70%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    margin: 0 auto;
    padding: 0;
    display: inline;
    overflow: auto;

  }

  nav.navigation a {
    width: auto;
    height: 50px;
    padding: 0 3px;
    margin: 0 5px;
    font-size: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 100px;
    color: rgba(255, 255, 255, 0.795);
    text-shadow: -1px 1px 5px rgba(0, 132, 255, 0.8);

    letter-spacing: 0.08em;
  }

  nav.navigation a:hover {
    height: 40px;

    transition: .4s;
    color: rgba(231, 235, 240, 0.5);
    text-shadow: -1px 1px 5px rgba(0, 132, 255, 0.9);
  }

  nav.navigation i {
    margin: 0 -12px;
    color: rgba(204, 233, 247, 0.804);
    text-shadow: -1px 1px 5px rgb(0, 132, 255);
  }

  /*************** CONTAINERS *******************/


  .container {
    width: 100%;
    height: inherit;
    background: inherit;
    margin: 0 auto;
    padding: 0;
  }


  .main {
    /*html-- cookies politics etc */
    /*// flex: 1 0 auto;*/
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .content {
    /* container ::  html - cook pol privacy termx only  */
    position: relative;
    width: 80%;
    height: auto;
    margin: 30px auto 150px;
    padding: 50px 0 150px;
    z-index: 4000;

  }

  .container-flex {
    background: transparent;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;

    display: flex;
    /* or inline-flex */
    flex-direction: column;
    align-items: flex-start;
  }

  .row {
    /*display: -ms-flexbox; /* IE10 * */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0;
    width: 80%;
    margin: 0 auto 30px;
    justify-content: center;

  }

  .Sin {
    width: 100%;
    height: auto;
    min-height: 300px;
    margin: 0 auto;
    padding: 50px 0;
    display: grid;
    place-items: center;
  }

  /********************ALINEACION :: SLIDER  **********************/


  .MaskLeft {
    /*  SLIDE :: LEFT  */
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px 0 0 10%;
    text-align: left;
    background: transparent;
    position: absolute;
    bottom: 30%;

  }

  .MaskCenter {
    /*  SLIDE :: CENTER  */
    width: 80%;
    height: 100%;
    position: relative;
    top: 30vh;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: center;
  }

  .MaskRight {
    /*  SLIDE :: RIGHT  */
    width: 100%;
    height: auto;
    margin: 0;
    text-align: right;
    padding: 30px 10% 0 0;

    position: absolute;
    bottom: 30%;
    background: transparent;

  }

  h1.SliderText {
    margin: 0 auto;
    font-family: "Antonio", sans-serif;
    text-transform: uppercase;
    font-size: 6rem;
    text-shadow: 3px 5px 5px #164b5e94;
  }

  h2.SliderText {
    margin: 0 auto;
    font-family: "Antonio", sans-serif;
    text-transform: uppercase;
    font-size: 4.5rem;
  }

  h3.SliderText {
    width: auto;
    margin: 0 auto;
    font-family: "Antonio", sans-serif;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 100;

  }

  /*************************  Sections :: 1 . 2 . 3 . 4  ***********/


  /*   :: SECTION 1  --> DESCRIPTION  */
  .section1 {

    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
    background: inherit;
    position: relative;
  }

  /*  :: SECTION  2  --> Gallery  */
  .section2 {
    /* GALLERY */
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 150px 0 100px;
    text-align: center;
    position: relative;
    background: #f5f5f5;
  }



  /*  :: SECTION 3 :: SINGLES  -->   */

  .section3 {
    /* SINGLE */
    width: 100%;
    min-height: 500px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;

    background-image: url('/mx/img/bgs3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;

    border-bottom: 3px solid #f09c00;

  }
.section3 h1 {
  color: #d5d5d5;
  font-weight: 500;
  font-family: 'helvetica neue', sans-serif;
  letter-spacing: 0.025em;
  text-shadow: -1px 0 5px #164B5E;
  margin-top: -30px;
}

  /*********** INTRO CARD ************/

  .introCard {
    max-width: 50%;
    margin: 0px auto;
  }

  .introCard p {
    font-size: 1.8em;
  }

  /***************        PLAYBOOK :: FLEX :: GRID      ***************/

  .BiGon {
    /* flex :: 2 a 1 :: 50% to 100%*/
    width: auto;
    min-width: 300px;
    max-width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
    background: inherit;

    -ms-flex: 30%;
    /* IE10 */
    flex: 30%;

  }

  .BiOx {
    background: #000;
    /* flex :: 2 a 2 :: Reduce Bi  50% to 50% */
  }

  .TriGon {
    /* flex :: 3 a 1 :: 30 % to 100%%*/
    -ms-flex: 30%;
    /* IE10 */
    flex: 30%;
    max-width: 32%;
    padding: 20px 4px 40px;
    margin: 0 0 0 20px;
    height: auto;
  }

  .Triplex {
    /* flex :: 3 a 3 Reduce Tri  50% to 50%*/

    -ms-flex: 30%;
    /* IE10 */
    flex: 30%;
    max-width: 32%;
    padding: 0;
    margin: 5px;
    height: auto;
  }

  .Square {
    /* flex :: 4 a 1 :: 25% to 100% */
    -ms-flex: 24%;
    /* IE10 */
    flex: 24%;
    max-width: 24%;
    padding: 30px 15px 30px;
    border: 1px solid #d5d5d5;
    box-shadow: 0 0 15px #e1e1e1, inset 0 0 15px #fff;
    -moz-border-radius: 4px;
    /* Firefox */
    -webkit-border-radius: 4px;
    /* Safari and Chrome */
    min-height: 300px;
    margin: 10px;
  }

  .Tetra {
    /* flex :: 4 a 2 :: 25% to 50% */
    -ms-flex: 24%;
    /* IE10 */
    flex: 24%;
    max-width: 24%;
    padding: 0 4px;
    margin: 0 auto;
  }

  .TriIn {
    /* Breaks at 600px 3 :: 1 */
    height: auto;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    display: inline;
  }

  /***** PLAYBOOJ OBJ :: IMG  i ul li table (COMPONENTS) *******************/
  .BiGonContent {
    padding: 40px 0 50px;
  }

  .BiGon ul {
    width: 100%;
    line-height: 40px;
    margin: 0 auto;
  }

  .BiGon ul li {
    width: 100%;
    line-height: 40px;
    margin: 0 auto;
    color: #536F87;
  }

  .TriIn h4,
  h5 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline;
    color: #5B789B;
    font-weight: 200;
    line-height: 30px;
  }

  .TriIn ul li {
    width: 100%;
    text-align: center;
    line-height: 40px;
  }

  .TriIn ul {
    width: 100%;
    height: auto;
    margin: 5px 0;
  }

  .TriIn li {
    padding: 0;
    margin: 0;
  }


  .Triplex img {
    margin-top: 10px;
    vertical-align: middle;
    width: 100%;
  }

  .Tetra img {
    margin-top: 8px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
  }


  .TriIn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 -29px 0 0;
    padding: 0;
    color: #39C3F9;
    float: left;
    vertical-align: bottom;
  }


  /**********************  FOOTER   **********************/
  /* CommunicationsCard - SOCIAL - BoTTools - NavFooter - BoTToms */
  /********************************************************/



  .footer {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;

    text-transform: uppercase;
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 200;
    display: inline-block;
    text-align: center;

    background-image: url('/mx/img/bgComs.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }


  /**********************  COMMUNICATIONS   **********************/

  .coms {
    width: 100%;
    height: auto;
    margin: 50px 0 100px;
    padding: 1rem 2rem;
    text-align: center;
    margin-bottom: 0;
  }

  .coms ul li {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }

  .coms li {
    margin: 0;
    padding: 0;
    line-height: 40px;
    text-align: left;
  }

  .coms i {
    float: left;
    line-height: 40px;
    margin: 0;
    padding: 0;
  }


  #coms h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .coms-container {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .coms-circle {
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
  }

  .coms-circle img {
    width: 99%;
    height: 99%;
    object-fit: contain;
  }

  .info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    width: 100%;
  }

  .info-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 8px;
    padding: 1rem;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f4f479;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;

  }

  .icon-circle .fa {
    line-height: 50px;
    font-size: 1.5em;
    color: rgb(0, 132, 255);

  }

  .icon-circle .fa:hover {
    color: #2e517af8;
  }

  .info-text {
    min-width: 300px;
    text-align: left;
    color: #2e517af8;

    font-size: 1.2em;
  }

  .info-text span {
    display: block;
  }

  .info-text strong {
    font-weight: bold;
    color: rgb(0, 132, 255);
  }

  .coms-container {
    padding: 0 0 0 15rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    position: relative;
  }

  .coms-circle {
    width: 280px;
    height: 280px;
    margin: 0;
    flex-shrink: 0;
  }

  .info-wrapper {
    position: relative;
    width: 500px;
    height: 500px;
    display: block;
    margin: 0;
  }

  .info-item {
    position: absolute;
    width: max-content;
    max-width: 250px;
    padding: 0.8rem 1rem;
  }

  /* Posiciones tipo reloj */
  .info-item:nth-child(1) {
    top: 5%;
    left: -30%;
    transform: translate(-20%, -50%);
  }

  .info-item:nth-child(2) {
    top: 28%;
    left: 10%;
    transform: translate(-40%, 0%);
  }

  .info-item:nth-child(3) {
    top: 74%;
    left: 10%;
    transform: translate(-40%, -70%);
  }

  .info-item:nth-child(4) {
    top: 95%;
    left: -30%;
    transform: translate(-20%, -50%);
  }

  /************END :: COMS :: FOOTER ****************/

  /**********************  NAV-footer  **********************/

  .nav-footer {
    width: 90%;
    height: auto;
    line-height: 50px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;

  }

  .nav-footer a {
    width: auto;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    padding: 0 5px;
    color: #8d8787c4;
    font-weight: 500;
  }

  .nav-footer a:hover {
    color: #072d55d0;
  }

  .nav-footer .fa {
    text-shadow: none;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1em;
    color: rgb(0, 132, 255);
    background-color: #fdfcfcfd;
    box-shadow: 0 4px 8px rgba(163, 163, 163, 0.2);
    transition: background-color 0.3s ease;
  }

  .nav-footer i {
    line-height: 30px;
  }

  #backToTop {
    margin: 0 auto;
  }

  .nav-footer {
    width: 80%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .nav-footer a {
    display: block;
    line-height: 50px;
    text-align: left;
  }




  /**********************  BOTTOMS  ************************** / 
/* Bottoms :: = BottomsLeft + BottomsCenter + BottomsRight */
  /**********************************************************/

  .Bottoms {
    width: 100%;
    height: auto;
    bottom: 0;
    position: relative;
    display: flex;
    background: transparent;
    justify-content: space-between;
    align-items: center;
    padding: 1em 5em;
    flex-wrap: wrap;
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
  }

  .BottomsLeft,
  .BottomsCenter,
  .BottomsRight {
    display: flex;
    align-items: center;
    gap: 1em;
  }

  .BottomsLeft {
    display: inline-block;
  }



  .copyright:hover {
    color: #072d55d0;
  }

  .more-toggle {
    display: none;
  }


  .nav-bottoms {
    flex-direction: column;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }

  .nav-bottoms a {
    line-height: 50px;
  }

  .nav-bottoms.active {
    max-height: 500px;
    opacity: 1;
    margin-top: 2em;
    text-align: center;
  }

  /*************** CONTACT **********************/
  video {
    display: none;
  }

  .wrapperContact {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: none;
  }

  .contactCard {
    width: auto;
    height: 100%;
    margin: 15rem 0 50px;
    padding: 0;
    position: relative;

  }

}

/***** END :: @media (min-width: 1024px) :: *****/

/************ LAPTOPS /  DESKTOPS ::  (min-width: 1200px) ********************/
@media (min-width: 1200px) {

  .coms {
    border: none;
  }

  .coms-container {
    padding: 0 0 0 35rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .coms-circle {
    width: 240px;
    height: 240px;
    margin: 0;
    flex-shrink: 0;
  }

  .more-toggle {
    display: none;
  }

}

/***** END :: @media (min-width: 1200px) :: *****/

/************ BIG ::  (min-width: 1400px) ********************/
@media (min-width: 1400px) {}

/***** END :: @media (min-width: 1200px) :: *****/