/****************
TEXTO + ul li + tables

body::
// display: flex;
// min-height: 100vh;
// flex-direction: column;

  ACENTOS ::

A   &#193;   a &#225;
E   &#201;   e &#233;
I   &#205;   i &#237;
O   &#211;   o &#243;
U   &#218;   u &#250;

Ñ   &#209;   ñ &#241;
¿   &#191;
?   &#63;
!   &#33;
¡   &#161;

©   &#169;

/*    Units

em	    Relative to the font-size of the element (2em means 2 times the size of the current font)
ex	    Relative to the x-height of the current font (rarely used)
ch	    Relative to width of the "0" (zero)
rem	    Relative to font-size of the root element
vw	    Relative to 1% of the width of the viewport*
vh	    Relative to 1% of the height of the viewport*
vmin	Relative to 1% of viewport's* smaller dimension
vmax	Relative to 1% of viewport's* larger dimension
%	    Relative to the parent element
*

/*@import url('https://fonts.googleapis.com/css?family=Varela+Round');*/
/*@import url('https://fonts.googleapis.com/css?family=Poiret One');* /


.CONTENT{

          box-shadow: 0 0 15px #e1e1e1, inset 0 0 1px #f5f5f5;
          -moz-border-radius:8px;    /* Firefox * /
          -webkit-border-radius:8px; /* Safari and Chrome * /


          background: #fff;
          color: #555;
          border:none;
}
*/



/* ======= VARIABLES ======= */
:root {
  --primary: #0b55a3a1;
  --clr-primary: #0d6efd;
  /* color principal de marca */
  --clr-dark: #072d55d0;
  --clr-light: #f6f7fb;
  --radius: 0.75rem;
  --transition: 0.3s ease-in-out;
  --max-width: 1200px;
  --font-title: "Poppins", sans-serif;
  --font-body: "Inter", sans-serif;
  --font-p: "Poiret One", sans-serif;
}



/***************		LINKS & INPUT & MESSAGE ALERTS		***************/

a:link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* unvisited link */

a:visited {
  color: inherit;
  text-decoration: none;
}

/* visited link */

a:hover {
  color: inherit;
  text-decoration: none;
}

/* mouse over link */

a:active {
  color: inherit;
  text-decoration: none;
}

/* selected link */


/***************        Fonts     ***************/

@import url('https://fonts.googleapis.com/css?family=Varela+Round');
/*@import url('https://fonts.googleapis.com/css?family=Poiret One');* /

/***************        Colors     ***************/

.orange {
  color: #f90;
}

.blueLight {
  color: #00b7ea;
}

.blueRey {
  color: #2e517af8;
}

.blueDark {
  color: #072d55d0;
}

.purpleLight {
  color: #a85fbed3;
}

.purpleDark {
  color: #1e032e;
}

.greyLight {
  color: #8d8787c4;
}

.greyMid {
  color: #555;
}




.neon-box {
  border: 3px solid rgba(0, 132, 255, 0.5);
  box-shadow: 0px 0px 15px rgba(0, 132, 255, 0.493), 0px 0px 15px rgba(0, 255, 255, 0.5) inset;

}

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

/***************        iCONS      ***************/
/* TOPBAR - Content - CommsCard - NavFooter - BottomsRight(SocialMedia) */
/****************************************************/
/* +  Botón Back to Top */
/* +  Botón wHATSAPP */

i {
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin: 0;
  padding: 0;
  font-size: 2em;
}

.fa {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;

  text-align: center;
  text-decoration: none;


}

/* TOPBAR */
.fa-home {
  margin: 0;
  padding: 0;
}

.fa-calendar-check-o {
  margin: 0;
  padding: 0;
}

.fa-flag-o {
  margin: 0;
  padding: 0;
}

.fa-star-o {
  margin: 0;
  padding: 0;
}

.fa-tags {
  margin: 0;
  padding: 0;
}

.fa-comments-o {
  margin: 0;
  padding: 0;

}

/***************        HEADERS     ***************/

h1,
h2,
h3,
h4,
h6 {
  width: auto;
  height: auto;
  background: transparent;
  text-transform: uppercase;
  margin: 10px auto; 
}
/*font-family: 'Varela Round', sans-serif;*/
/*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/

/* Tablet y más grandes */
@media (max-width: 768px) {
 
  h1 {    font-size: 2rem;  }
  h2 {    font-size: 1.75rem;    }
  h3 {    font-size: 1.5rem;   }
  h4 {    font-size: 1.25rem;  }
  h5 {    font-size: 1.125rem;  }
  h6 {    font-size: 1rem;  }
  

  .bg-menu {background: inherit;}
.hideOnXs { display: none;}

}/**/

/* Desktop estándar */
@media (min-width: 768px) and (min-width: 1024px) {
  h1 {    font-size: 2.5rem;  }

  h2 {    font-size: 2rem;  }

  h3 {    font-size: 1.75rem;  }

  h4 {    font-size: 1.5rem;  }

  h5 {    font-size: 1.25rem;  }

  h6 {    font-size: 1.125rem;  }
 
}
/* Desktop grande */
@media (min-width: 1025px)   {

.bg-menu { /* BASE BACKGROUND :: COOKIES TERMS :: ***
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#072d55+0,072d55+50,072d55+100&1+0,0.5+50,0.01+100 */
background: linear-gradient(to bottom,  rgba(7,45,85,1) 0%,rgba(7,45,85,0.5) 50%,rgba(7,45,85,0.01) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

 }
 
/* Desktop grande */
@media (min-width: 1200px) {

  h1 {    font-size: 3rem;  }

  h2 {    font-size: 2.5rem;  }

  h3 {    font-size: 2rem;  }

  h4 {    font-size: 1.75rem;  }

  h5 {    font-size: 1.5rem;  }

  h6 {    font-size: 1.25rem;  }

}


/***********Main para base :  privacy politics cookies terms******************/

.main h2 {
  width: 80%;
  margin: 30px auto 50px;
}

.main h4 {
  width: 80%;
  margin: 30px auto 10px;
}

.main p {
  font-size: 1.5rem;
  width: 80%;
  margin: 10px auto;
}


/**********************   PARAGRAPHS    **********************/

p {
  color: #123a75ab;
}

p {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  color: inherit;
  background: transparent;
  text-align: inherit;
  word-wrap: break-word;
  word-spacing: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.data p {
  width: 100%;
  height: auto;
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
  line-height: 30px;
  color: #5B789B;
}

p.UsText {
  max-width: 540px;
  height: auto;
  margin: 5px auto 10px;
  padding: 0;
  text-align: center;

}


/****************** TEXT ****************/

b {
  font-weight: 800;
  text-shadow: none;
}

sup {
  vertical-align: middle;
  line-height: auto;
  font-size: 1.35em;
  margin: 0 auto;
}

sub {
  vertical-align: middle;
  line-height: auto;
  font-size: 1.53em;
  margin: 0 auto;
}

/****************** TEXT ALIGMENT ******************/

.left {
  text-align: left;
  padding-left: 25px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
  padding-right: 25px;
}

/****************** GRADIENTS ****************/

.SingleText{ /** Single : section 3 : CALL TO ACTION **/
  width: 80%;
  margin:0 auto;
  padding:0;

  color: #fff;
  text-align: center;

  word-spacing: normal;
  word-break: keep-all;
  word-wrap: normal;

  text-transform: uppercase;

}

.SimpleText {
  /*  TEXT :: CONTAINER  */
  width: 80%;
  height: auto;
  padding: 0;
  margin: 0 auto;

}

.Subtext {
  /* p = paragraphs :: dark */
  margin: 10px auto;
  color: #536F87;

  font-family: 'Varela Round', sans-serif;
  word-spacing: 1px;
  font-size: 1.2rem;
  font-weight: 100;
}

.Subtext2 {
  max-width: 500px;
  margin: 0 auto;
  color: #536F87; 
  font-family: 'Varela Round', sans-serif;
  word-spacing: 1px;
  font-size: 1.5rem;
  font-weight: 200;

}

.Subtext3 {
  width: 100%;
  background:transparent;
  margin: 30px auto;
  color: #1e032e;
  font-family: 'Varela Round', sans-serif;
  font-weight: 400;
  text-transform: uppercase;

  word-spacing: normal;
  word-break: keep-all;
  word-wrap: normal;

}


.LightTitle {
  width: 90%;
  margin: 20px auto 0;
  text-align: center;
  color: #4CB8C4;
  font-weight: 300;
  text-transform: uppercase;
}

.gradient-text {
  text-transform: uppercase;
  background: linear-gradient(270deg, rgba(37, 58, 68, 0.726), rgb(120, 77, 138), rgb(63, 108, 168));
  background-size: 100% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 7s ease infinite;
}

.gradient-text2 {
  background: linear-gradient(310deg, rgb(252, 145, 84), rgb(255, 0, 128), rgb(206, 204, 81));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 8s ease infinite;
}

.gradient-text3 {
  background: linear-gradient(310deg, rgba(184, 141, 233, 0.61), rgba(47, 108, 148, 0.63), rgba(27, 156, 179, 0.74));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 10s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}



/***************       Multimedia       ***************/

figure {
  margin: 0 0 1rem;
}

svg:not(:root) {
  overflow: hidden;
}



/**********************  HR :: LINES    **********************/

hr.faded {
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
  float: none;
  width: 60%;
  height: 1px;
  border: none;
  background: inherit;
  /*background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, rgb(255,255,255)), color-stop(0.1, rgb(221,221,221)), color-stop(0.9, rgb(221,221,221)),color-stop(1, rgb(255,255,255)));*/
  background-image: -moz-linear-gradient(left center, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 10%, rgb(221, 221, 221) 90%, rgb(255, 255, 255) 100%);
}


hr.shortGrey {
  width: 5px;
  height: 5px;
  margin: 10px auto;
  text-align: center;
  border: none;
  background: #dddddd15;
}

hr.shortBlue {
  width: 50px;
  height: 5px;
  margin: 10px auto;
  text-align: center;
  border: none;
  background: #00b7ea;
}

hr.shortOrange {
  width: 50px;
  height: 5px;
  margin: 20px auto;
  text-align: center;
  border: none;
  background: #f90;
}

/***************       List & Tables    ***************/

ul {
  list-style: none;
  width: 100%;
}

li {
  width: 100%;
}

table {
  border-collapse: collapse;
}

/***************       SPAN    ***************/

span {
  width: auto;
  height: auto;
  margin: inherit;
  padding: inherit;
}

/***************            IMGs        ***************/

img {
  vertical-align: middle;
  border-style: none;
}

/***************       Shadows      ***************/

.shady {
  box-shadow: 0 0 15px #e1e1e1, inset 0 0 15px #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  /* Firefox */
  -webkit-border-radius: 8px;
  /* Safari and Chrome */
}

/*************************  SINGLE :: FORM && CONTACT  ***********/


.Single {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url('../img/contact.jpg');
  background-size: cover;
  background-position: left center;
  z-index: 1;
}

.SingleForm {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url('../img/form.jpg');
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.SingleText {
  z-index: 5;
  width: 80%;
  height: auto;
  position: absolute;
  top: 35%;
  left: 10%;
  right: 10%;
  text-align: center;


}

/**********************  BUTTONS   **********************/

button {
  width: auto;
  height: inherit;
  margin: inherit;
  padding: inherit;

  border-radius: 0;
  background: inherit;
  color: inherit;
  text-align: center;
  font-size: inherit;
  font-weight: inherit;
}

button:focus {
  outline: none;
}

/********************** color BUTTONS   **********************/

.section3 button {
  height: 60px;
  margin: 30px auto 30px;
  padding: 0;

  line-height: 60px;
  text-transform: uppercase;

  text-align: center;
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.5);
  text-shadow: -1px 0 3px #164B5E;
  font-size: 1em;
  font-family: 'Varela Round', sans-serif;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  outline: none;

  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b7ea+0,009ec3+100;Blue+3D+%2315 */
  background: #00b7ea;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00b7ea 0%, #009ec3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00b7ea 0%, #009ec3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00b7ea 0%, #009ec3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b7ea', endColorstr='#009ec3', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  transition: 0.5s;

}

.section3 button :hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00bce6+0,09caff+100 */
  background: #00bce6;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00bce6 0%, #09caff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00bce6 0%, #09caff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00bce6 0%, #09caff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bce6', endColorstr='#09caff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}


.InfoButton {
  /* SINGLE FORM BUTTON*/
  width: 160px;
  height: 38px;
  line-height: 40px;
  margin: 0;
  padding: 0;

  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: 0.5s;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e84ca7+0,ed9017+100 */
  background: #e84ca7;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e84ca7 0%, #ed9017 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e84ca7 0%, #ed9017 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e84ca7 0%, #ed9017 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e84ca7', endColorstr='#ed9017', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  -webkit-box-shadow: 0px 0px 25px -4px rgba(230, 219, 214, 1);
  -moz-box-shadow: 0px 0px 25px -4px rgba(230, 219, 214, 1);
  box-shadow: 0px 0px 25px -4px rgba(230, 219, 214, 1);

  opacity: 0.9;

}

.InfoButton:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e84ca7+0,ed9017+100 */
  background: #ed9017;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ed9017 0%, #e84ca7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ed9017 0%, #e84ca7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ed9017 0%, #e84ca7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed9017', endColorstr='#e84ca7', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  -webkit-box-shadow: 0px 0px 25px -4px rgba(242, 124, 34, 1);
  -moz-box-shadow: 0px 0px 25px -4px rgba(242, 124, 34, 1);
  box-shadow: 0px 0px 25px -4px rgba(242, 124, 34, 1);
}


.OrangeButton {
  height: 40px;
  width: 200px;
  margin: 20px auto;
  padding: 8px 12px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-family: 'Varela Round', sans-serif;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  transition: 0.5s;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa84c+0,ff3f42+100&0.9+0,0.9+100;Orange+3D */
  background: -moz-linear-gradient(-45deg, rgba(255, 168, 76, 0.9) 0%, rgba(255, 63, 66, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255, 168, 76, 0.9) 0%, rgba(255, 63, 66, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255, 168, 76, 0.9) 0%, rgba(255, 63, 66, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ffa84c', endColorstr='#e6ff3f42', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */


}

.OrangeButton:hover {

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3f42+0,ffa84c+100&0.9+0,0.9+100 */
  background: -moz-linear-gradient(-45deg, rgba(255, 63, 66, 0.9) 0%, rgba(255, 168, 76, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255, 63, 66, 0.9) 0%, rgba(255, 168, 76, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255, 63, 66, 0.9) 0%, rgba(255, 168, 76, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ff3f42', endColorstr='#e6ffa84c', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}

.CardButton {
  width: 400px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto;
  padding: 0;
  border: 2px solid #89A3C4;
  color: #89A3C4;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  border-radius: 2px;
}

.CardButton:hover {
  color: #00b7ea;
  border: 2px solid #00b7ea;
}



/***************        BACKGROUNDS     ***************/

.bg-base {
  width: 100%;
  height: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef017c+0,ef017c+0,ef017c+65,ef017c+74,f7a65b+100&0+0,0+65,1+100 */
  background: linear-gradient(45deg, rgba(239, 1, 124, 0) 0%, rgba(239, 1, 124, 0) 65%, rgba(239, 1, 124, 0.26) 74%, rgba(247, 166, 91, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-footer {
  width: 100%;
  height: auto;
  /* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#f5f5f5+0,f5f5f5+88,0e446d+100&0+0,1+100 */
  background: linear-gradient(175deg, rgba(245, 245, 245, 0.88) 0%, rgba(245, 245, 245, 0.88) 35%, rgb(203, 218, 231) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-bottom: 5px solid rgb(57, 75, 114);
}

/***************       MASK :: BACKGROUNDS     ***************/

.Sunny {
  width: 100%;
  min-height: 500px;
  height: auto;
  margin: 0;
  /* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#fc9235+1,ef017c+100&0.8+0,0.8+100 */
  background: linear-gradient(135deg, rgba(252, 146, 53, 0.95) 0%, rgba(252, 146, 53, 0.85) 1%, rgba(239, 1, 124, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}



.SingleBlueMask {
  width: 100%;
  min-height: 500px;
  height: auto;
  z-index: 2;

  margin: 0;
  padding: 0;
  position: absolute;
  /* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#028af9+0,fc9235+99&0.8+0,0.8+100 */
  background: linear-gradient(135deg, rgba(2, 138, 249, 0.8) 0%, rgba(252, 146, 53, 0.8) 99%, rgba(252, 146, 53, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

/**********************  BACKGROUNDS  :: SECTION 4.2  ::    **********************/

.bgn12 {
  background-image: url('/mx/img/bgn12.png');
  background-size: cover;
}

.bgn131 {
  width: 100%;
  height: auto;
  background-image: url('/mx/img/bgn131.png');
  background-size: cover;
  background-repeat: cover;
  background-position: bottom;
}

.bgn133 {
  width: 100%;
  height: auto;
  background-image: url('/mx/img/bgn133.png');
  background-size: cover;
  background-repeat: cover;
  background-position: bottom left;
}

.bgn14 {
  background-image: url('/mx/img/bgn14.png');
  background-size: cover;
  background-position: top right;

}