.section3 button {

  width: 300px;
  min-width: 350px;
}

/*

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

/* ======= TABLET EN ADELANTE ======= */
@media (min-width: 768px) and (max-width: 1025px) {

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

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

  /*****************       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;

  } 

  /*********************************************/


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


  .TopBar {
    width: 100%;
    height: 150px;
    border-top: 5px solid rgba(20, 42, 138, 0.836);
    /* rgb(0, 132, 255);*/
    background: inherit;
    position: relative;
    text-align: center;
    padding: 1em 0.2em;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    z-index: 9000;
  }

  /********* :: MenuButton :: *******/

  .MenuTrigger {
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.815);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }

  .OpenButton {
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin: 0;
    padding: 0;
  }

  i.fa-bars {
    color: rgb(0, 132, 255);
    font-size: 1.5em;
  }

  /********* :: LOGO ::*********/

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

  /********* :: MenuNavigation :: *********/

  .menu {
    display: none;
  }

  /* :: DISPLAY OVERLAY :: INSTEAD  :: */

  /********* :: ContactButton :: *********/

  .ComsButton {
    width: 52px;
    height: 52px;
    line-height: 46px;
    padding: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.801);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 50%;
    color: rgb(0, 132, 255);
    text-shadow: none;
    font-size: 1.5em;
  }

  
  /********* START :: Smartphone :: Overlay      ********************************************/

  #Overlay {
    height: 0%;
    width: 0%;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;

  }

  .MenuOverlay {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(220, 225, 230, 0.568);
    text-shadow: -1px 1px 5px rgb(0, 132, 255);
    background: #1e5799;
    border-top: 5px solid;
    border-image: linear-gradient(90deg, #007cf0, #00dfd8) 1;
    animation: animarBorde 5s linear infinite;

    overflow-y: hidden;
    transition: height 5s;
    -webkit-transition: height 1s;
    /* Safari 3.1 to 6.0 */
    z-index: 1;
    text-align: center;
  }

  .TopBarOverlay {
    width: 100%;
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;

  }

  /*
  .TopCenter2 {
    width: 80%;
    height: 16vh;
    top: 0;
    left: 0;
    position: relative;
    margin: 0 auto;
    padding: 0;
  }

  .imgLogo2 {
    width: 70%;
    max-width: 250px;
    height: 100%;
    max-height: 150px;
    margin: auto;
    padding: 0;
    position: relative;
    vertical-align: middle;
    text-align: center;
  }
*/
  .TopRight2 {
    width: 30px;
    height: 30px;

    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
  }


  .CloseButton {
    line-height: 50px;
    font-size: 1.8em;
    font-weight: 200;
    right: 1rem;
    top: 1rem;
    position: absolute;
    padding: 0;
  }


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

  .OverlayNav {
    width: 60%;
    height: auto;
    margin: 3rem auto 1rem;
    padding: 0;
    position: relative;
  }

  .MiniNavigation {
    width: 100%;
    height: 6vh;
    line-height: 6vh;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .OverlayNav a {
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    padding: 0;
  }

  .OverlaySocialMediaIcons {
    width: 100%;
    height: 7.5vh;
    color: #39C3F9;
    font-size: 20px;
    bottom: 7.5vh;
    position: absolute;
  }


  .blueHR {
    margin: 0;
    clear: both;
    float: none;
    width: 80%;
    height: 1px;
    border: none;
    background: #7db9e8;
    left: 10%;
    bottom: 7.6vh;
    position: absolute;
  }


  .OverlayBottoms {
    width: 100%;
    height: 7.5vh;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    line-height: 30px;
    color: #7db9e8;
    font-size: 9px;
    font-weight: 200;
    text-transform: uppercase;
  }

  .CopyrightOverlay {
    width: 40%;
    height: 30px;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 30px;
    letter-spacing: 0.05em;
  }

  .OverlayBottomsRight {
    width: auto;
    height: 30px;
    line-height: 30px;
    margin: 0 10% 0 0;
    padding: 0;
    position: relative;
    float: right;
  }

  .OverlayPolitics {
    letter-spacing: 0.05em;
  }




  /************* slideshow-container ************/

  .slideshow-container {
    width: 100%;
    height: 100vh;
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
  }

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

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

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

  .container {
    width: 100%;
    height: inherit;
    background: inherit;
    margin: 0 auto;
    padding: 0;
  }
 
   .main {
    /*// flex: 1 0 auto;*/
    width: 100%;
    height: auto;
    margin: auto 0 0;
    padding: 0; 
  }

  .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;
    margin: 0;
    padding: 50px 0; 
    display: grid;
    place-items: center;
  }


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

  .section1 {
    /* AFTER :: SECTION 1  --> DESCRIPTION  */
    width: 100%;
    height: auto;
    margin: 0;
    padding: 100px 0;
    text-align: center;
    background: inherit;
    position: relative; 
  }

  /**********************  :: SECTION 3 :: SINGLES   **********************/


  .section2 {
    /* GALLERY */
    width: 90%;
    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;
  }

  .section3 button {
    width: 70%;
  }

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

  .MaskCenter {
    top: 35%;
    padding: 0;
  }

  .MaskRight {
    padding: 30px 10% 0 0;
    text-align: right;
  }

  .MaskLeft {
    padding: 30px 0 0 10%;
    text-align: left;
  }

  .MaskLeft>.STextSmall {
    max-width: 278px;
  }

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

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

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

  }


  /***************        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 {
    /* flex :: 2 a 2 :: Reduce Bi  50% to 50% */
  }

  .TriGon {
    /* flex :: 3 a 3:: 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;
  }


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

  .coms-circle {
    width: 200px;
    height: 200px;
    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%);
  }

 

    #backToTop {
      margin: 0 auto;
    }

    .nav-footer {
      height: auto;
    }

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


    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;

    }

    .Bottoms {
      width: 98%;
      margin: 0 auto;
      flex-direction: column-reverse;
      position: relative;

    }

    .BottomsRight,
    .BottomsCenter,
    .BottomsLeft {
      width: 100%;
      left: 0 !important;
      line-height: 50px;
      flex-direction: column;
      margin: 0;
    }

    .more-toggle {
      display: none;
    }

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

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

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

    .BottomsLeft {
      font-size: 0.75em;
    }

  }


 


/************ END :: TABLETS ::  (min-width: 1200px) ********************/