@charset "utf-8";

*{margin:0px;padding: 0px;box-sizing: border-box;} *:not(p){margin: 0px;padding: 0px;text-decoration: none;list-style:none;text-shadow:none;font-weight: normal;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */}
html {margin:0;padding:0; height: 100%;} table {border-collapse:collapse;border-spacing:0;} h1,h2,h3,h4,h5,h6{margin: 0 auto;padding: 0;} header,nav,main,section,article,footer{margin: 0 auto;padding: 0;} fieldset,img {border:0;} input{border:0 solid #001d26;padding:3px;color:#000;width:80%;} address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;} ol,ul {list-style:none;} caption,th {text-align:left;} q:before,q:after {content:'';} abbr,acronym { border:0;} a {outline: none; text-decoration: none;} a:hover {text-decoration-line: underline;}
small {font-size: 80px;} big{font-size: 22px;font-weight: bolder;} strong{font-size: 24px;font-weight: bolder;}

/* General Ideas Style */

body {
  background: white;
  font-family: 'Scada', sans-serif;
  font-weight: 400;
  margin:0 auto;
  padding:0px;
  color: white;
  height: 100%;
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-face-color: #6685CA;
  scrollbar-highlight-color: #6685CA;
  scrollbar-shadow-color: #6685CA;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-track-color:#E5E5E5;
  scrollbar-drakshadow-color:#000000;
}

::-webkit-scrollbar { width: 7px;}
 /* Track */
::-webkit-scrollbar-track {background: #000;}
 /* Handle */
::-webkit-scrollbar-thumb {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,01434c+39,095d6d+50,680202+61,01434c+61,000000+100&1+0,0.75+50,1+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(1,67,76,0.81) 39%, rgba(9,93,109,0.75) 50%, rgba(1,67,76,0.81) 61%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(1,67,76,0.81) 39%,rgba(9,93,109,0.75) 50%,rgba(1,67,76,0.81) 61%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(1,67,76,0.81) 39%,rgba(9,93,109,0.75) 50%,rgba(1,67,76,0.81) 61%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  border-radius: 10px;
  -webkit-border-radius: 10px;    
}

::-webkit-scrollbar-thumb:window-inactive {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,01434c+39,095d6d+50,680202+61,01434c+61,000000+100&1+0,0.75+50,1+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(1,67,76,0.81) 39%, rgba(9,93,109,0.75) 50%, rgba(1,67,76,0.81) 61%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(1,67,76,0.81) 39%,rgba(9,93,109,0.75) 50%,rgba(1,67,76,0.81) 61%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(1,67,76,0.81) 39%,rgba(9,93,109,0.75) 50%,rgba(1,67,76,0.81) 61%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.ie7 body {overflow:hidden;} a{text-decoration: none;} .clr{clear: both;} .but{background-color: #255e98;color: white;font-size: 16px;padding: 0;text-align: center;width: 2%;float: right;margin-right: 10px;cursor: crosshair;}

img {width: 100%;height: auto;}

/******************************************************
    [ HIDDEN]
*******************************************************/
#hidden{
  display: none;
}

/******************************************************
    [ MEDIA all 8096-9096 ]
*******************************************************/

/******************************************************
    [ CONTENEDOR ]
*******************************************************/
#contenedor{
  margin: 0 auto;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 
  "header"
  "qr"
  "footer";
  background:white;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  max-width: 1025px;
}

/******************************************************
    [ HEADER ]
*******************************************************/
header{
  grid-area: header;
  width: 100vh;
  align-self: start;
  background: url('../../../images/header-vcard-ideas-visuales.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px;
}

header img{
  max-width: 17%;
  margin: 20% 0 0 0;
}

h3{
  grid-area: ideas;
  display: block;
  text-align: center;
  margin: -10px 0 0 0;
  font-family: 'SeagullMdBTMedium';
  font-size: 54px;
  color: #2d4f7b;
  line-height: 1;
}

h4{
  grid-area: slogan;
  display: block;
  text-align: center;
  margin: 0 0 50px 0;
  font-family: 'SeagullMdBTMedium';
  font-size: 28px;
  color: #2d4f7b;
  line-height: 1;
}

/******************************************************
    [ NAV ]
*******************************************************/

nav{
  background: none;
  width: 100%;
  grid-area: qr;
  display: block;
  margin: 0 auto;
}

/******************************************************
    [ QR ]
*******************************************************/

#qrcode{
  grid-area: qr;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: end;
  background: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

#qrcode img{
  width: 100%;
  max-width: 400px;
}

/******************************************************
    [ FOOTER ]
*******************************************************/
footer{
  background: #174f6f;
  grid-area: footer;
  text-align: center;
  align-self: end;
  width: 970px;
}

#copyright_iv{
  color:white;
  font-size: 22px;
  line-height: 1.3;
}


#browsers_iv{
  background: white;
  color:#0d4497;
  font-size: 17px;
  line-height: 1.3;
  text-align: right;
  padding: 0 20px 0 0;
}

#browsers_iv a{
  color: #0d4497;
  font-size: 17px;
  line-height: 3;
  text-align: right;
  text-decoration: underline;
}
#browsers_iv a:hover{
text-decoration: none;
}







/******************************************************/




/******************************************************
    [ MEDIA all 7680-8095 ]
*******************************************************/
@media all and (min-width: 7680px) and (max-width: 8095px)
{


/******************************************************/
}


/******************************************************
    [ MEDIA all 6016-7679 ]
*******************************************************/
@media all and (min-width: 6016px) and (max-width: 7679px)
{

/******************************************************/
}


/******************************************************
    [ MEDIA all 5120-6015 ]
*******************************************************/
@media all and (min-width: 5120px) and (max-width: 6015px)
{

/******************************************************/
}


/******************************************************
    [ MEDIA all 4096-5119 ]
*******************************************************/
@media all and (min-width: 4096px) and (max-width: 5119px)
{

/******************************************************/
}

/******************************************************
    [ MEDIA all 3840-4095 ]
*******************************************************/
@media all and (min-width: 3840px) and (max-width: 4095px)
{

/******************************************************/
}

/******************************************************
    [ MEDIA all 2560-3839 ]
*******************************************************/
@media all and (min-width: 2560px) and (max-width: 3839px)
{


/******************************************************/
}

/******************************************************
    [ MEDIA all 2530-2559 ]  PANTALLA HECTOR
*******************************************************/
@media all and (min-width: 2530px) and (max-width: 2559px)
{


/******************************************************/
}

/******************************************************
    [ MEDIA all 2160-2529 ]
*******************************************************/
@media all and (min-width: 2160px) and (max-width: 2529px)
{

/******************************************************/
}


/******************************************************
    [ MEDIA all 1920-2159 ]
*******************************************************/
@media all and (min-width: 1920px) and (max-width: 2159px)
{


/******************************************************/
}



/******************************************************
    [ MEDIA all 1719-1919 ]
*******************************************************/
@media all and (min-width: 1768px) and (max-width: 1919px)
{


/******************************************************/
}

/******************************************************
    [ MEDIA all 1600-1767 ]
*******************************************************/
@media all and (min-width: 1600px) and (max-width: 1767px)
{


/******************************************************/
}

/******************************************************
    [ MEDIA all 1536-1599 ] LAP LENOVO
*******************************************************/
@media all and (min-width: 1536px) and (max-width: 1599px)
{


/******************************************************/
}

/******************************************************
    [ MEDIA all 1440-1535 ] PANTALLA MAC
*******************************************************/
@media all and (min-width: 1440px) and (max-width: 1535px)
{


/******************************************************/
}

/******************************************************
    [ MEDIA all 1400-1439 ]
*******************************************************/
@media all and (min-width: 1400px) and (max-width: 1439px)
{


/******************************************************/
}

/******************************************************
    [ MEDIA all 1360-1399 ]
*******************************************************/
@media all and (min-width: 1360px) and (max-width: 1399px)
{


/******************************************************/
}


/******************************************************
    [ MEDIA all 1280-1359 ]
*******************************************************/
@media all and (min-width: 1280px) and (max-width: 1359px)
{


/******************************************************/
}


/******************************************************
    [ MEDIA all 1176-1279 ]
*******************************************************/
@media all and (min-width: 1176px) and (max-width: 1279px)
{

/******************************************************/
}


/******************************************************
    [ MEDIA all 1152-1175 ]
*******************************************************/
@media all and (min-width: 1152px) and (max-width: 1175px)
{

/******************************************************/
}


/******************************************************
    [ MEDIA all 1024-1151 ]
*******************************************************/
@media all and (min-width: 1024px) and (max-width: 1151px)
{

/******************************************************/
}


/******************************************************
    [ MEDIA all 800-1023 ]
*******************************************************/
@media all and (min-width: 1024px) and (max-width: 1200px) and (orientation:portrait)
{

/******************************************************
    [ CONTENEDOR ]
*******************************************************/
#contenedor{
  margin: 0 auto;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 
  "header"
  "qr"
  "footer";
  background:white;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
}

/******************************************************
    [ HEADER ]
*******************************************************/
header{
  grid-area: header;
  width: 100vh;
  align-self: start;
  background: url('../../../images/header-vcard-ideas-visuales.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px;
}

header img{
  max-width: 17%;
  margin: 15% 0 0 0;
}

h3{
  grid-area: ideas;
  display: block;
  text-align: center;
  margin: -10px 0 0 0;
  font-family: 'SeagullMdBTMedium';
  font-size: 54px;
  color: #2d4f7b;
  line-height: 1;
}

h4{
  grid-area: slogan;
  display: block;
  text-align: center;
  margin: 0 0 50px 0;
  font-family: 'SeagullMdBTMedium';
  font-size: 28px;
  color: #2d4f7b;
  line-height: 1;
}

/******************************************************
    [ NAV ]
*******************************************************/

nav{
  background: none;
  width: 100%;
  grid-area: qr;
  display: block;
  margin: 0 auto;
}

/******************************************************
    [ QR ]
*******************************************************/

#qrcode{
  grid-area: qr;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: end;
  background: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

#qrcode img{
  width: 100%;
  max-width: 600px;
}

/******************************************************
    [ FOOTER ]
*******************************************************/
footer{
  background: #174f6f;
  grid-area: footer;
  text-align: center;
  align-self: end;
  width: 100vw;
  max-width: 1200px;
}

#copyright_iv{
  color:white;
  font-size: 22px;
  line-height: 1.3;
}


#browsers_iv{
  background: white;
  color:#0d4497;
  font-size: 17px;
  line-height: 1.3;
  text-align: right;
  padding: 0 20px 0 0;
}

#browsers_iv a{
  color: #0d4497;
  font-size: 17px;
  line-height: 3;
  text-align: right;
  text-decoration: underline;
}
#browsers_iv a:hover{
text-decoration: none;
}




/******************************************************/
}


/******************************************************
    [ MEDIA all 700-799 ]
*******************************************************/
@media all and (min-width: 700px) and (max-width: 799px)
{


/******************************************************/
}


/******************************************************
    [ MEDIA all 570-699 ]
*******************************************************/
@media all and (min-width: 570px) and (max-width: 699px)
{


/******************************************************/
}


/******************************************************
    [ MEDIA all 320-569 ]
*******************************************************/
@media all and (min-width: 320px) and (max-width: 569px)
{


/******************************************************/
}


/******************************************************
    [ CELULARES y TABLETS VERTICAL]
*******************************************************/

@media all and (min-width: 600px) and (max-width: 1000px)
{

/******************************************************
    [ CONTENEDOR ]
*******************************************************/
#contenedor{
  margin: 0 auto;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 
  "header"
  "qr"
  "footer";
  background:none;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: start;
  max-width: 1000px;
}

/******************************************************
    [ HEADER ]
*******************************************************/
header{
  grid-area: header;
  width: 100%;
  align-self: start;
  background: url('../../../images/header-vcard-ideas-visuales.png');
  background-size: contain;
  background-repeat: no-repeat;
  height:auto;
  width: 100vw;
}

header img{
  margin: 20% 0 -.05% 0;
  max-width: 17%;
}


h3{
  grid-area: ideas;
  display: block;
  text-align: center;
  margin: -10px 0 0 0;
  font-family: 'SeagullMdBTMedium';
  font-size: 54px;
  color: #2d4f7b;
  line-height: 1;
}

h4{
  grid-area: slogan;
  display: block;
  text-align: center;
  margin: 0 0 50px 0;
  font-family: 'SeagullMdBTMedium';
  font-size: 28px;
  color: #2d4f7b;
  line-height: 1;
}

/******************************************************
    [ NAV ]
*******************************************************/
nav{
  background: pink;
  width: 100%;
  grid-area: qr;
  display: block;
  margin: 0 auto;
}


#qrcode{
  grid-area: qr;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: flex-start;
  background: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

#qrcode img{
  width: 100%;
  max-width: 400px;
}

/******************************************************
    [ FOOTER ]
*******************************************************/

footer{
  background: #174f6f;
  grid-area: footer;
  text-align: center;
  align-self: end;
  max-width: 970px;
  width: 100vw;
}

#copyright_iv{
  color:white;
  font-size: 22px;
  line-height: 1.3;
}


#browsers_iv{
  background: white;
  color:#0d4497;
  font-size: 17px;
  line-height: 1.3;
  text-align: right;
  padding: 0 20px 0 0;
}

#browsers_iv a{
  color: #0d4497;
  font-size: 17px;
  line-height: 3;
  text-align: right;
  text-decoration: underline;
}
#browsers_iv a:hover{
text-decoration: none;
}

/******************************************************/
}

@media all and (min-width: 500px) and (max-width: 599px)
{


/******************************************************
    [ CONTENEDOR ]
*******************************************************/
#contenedor{
  margin: 0 auto;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 
  "header"
  "qr"
  "footer";
  background:none;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: start;
  max-width: 1000px;
}

/******************************************************
    [ HEADER ]
*******************************************************/
header{
  grid-area: header;
  width: 100%;
  align-self: start;
  background: url('../../../images/header-vcard-ideas-visuales.png');
  background-size: contain;
  background-repeat: no-repeat;
  height:260px;
  width: 100vw;
}

header img{
  margin: 20% 0 0 0;
  max-width: 23%;
}


h3{
  grid-area: ideas;
  display: block;
  text-align: center;
  margin: -10px 0 0 0;
  font-family: 'SeagullMdBTMedium';
  font-size: 38px;
  color: #2d4f7b;
  line-height: 1;
}

h4{
  grid-area: slogan;
  display: block;
  text-align: center;
  margin: 0 0 50px 0;
  font-family: 'SeagullMdBTMedium';
  font-size: 22px;
  color: #2d4f7b;
  line-height: 1;
}

/******************************************************
    [ NAV ]
*******************************************************/
nav{
  background: none;
  width: 100%;
  grid-area: qr;
  display: block;
  margin: 0 auto;
}


#qrcode{
  grid-area: qr;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: flex-start;
  background: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

#qrcode img{
  width: 100%;
  max-width: 400px;
}

/******************************************************
    [ FOOTER ]
*******************************************************/

footer{
  background: #174f6f;
  grid-area: footer;
  text-align: center;
  align-self: end;
  max-width: 599px;
  width: 100vw;
}

#copyright_iv{
  color:white;
  font-size: 19px;
  line-height: 1.3;
}


#browsers_iv{
  background: white;
  color:#0d4497;
  font-size: 15px;
  line-height: 1.3;
  text-align: right;
  padding: 0 20px 0 0;
}

#browsers_iv a{
  color: #0d4497;
  font-size: 15px;
  line-height: 3;
  text-align: right;
  text-decoration: underline;
}
#browsers_iv a:hover{
text-decoration: none;
}

/******************************************************/
}

@media all and (min-width: 400px) and (max-width: 499px)
{

/******************************************************
    [ CONTENEDOR ]
*******************************************************/
#contenedor{
  margin: 0 auto;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 
  "header"
  "qr"
  "footer";
  background:none;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: start;
  max-width: 499px;
}

/******************************************************
    [ HEADER ]
*******************************************************/
header{
  grid-area: header;
  width: 100%;
  align-self: start;
  background: url('../../../images/header-vcard-ideas-visuales.png');
  background-size: contain;
  background-repeat: no-repeat;
  height:auto;
  width: 100vw;
}

header img{
  margin: 20% 0 0 0;
  max-width: 23%;
}


h3{
  grid-area: ideas;
  display: block;
  text-align: center;
  margin: -10px 0 0 0;
  font-family: 'SeagullMdBTMedium';
  font-size: 38px;
  color: #2d4f7b;
  line-height: 1;
}

h4{
  grid-area: slogan;
  display: block;
  text-align: center;
  margin: 0 0 50px 0;
  font-family: 'SeagullMdBTMedium';
  font-size: 22px;
  color: #2d4f7b;
  line-height: 1;
}

/******************************************************
    [ NAV ]
*******************************************************/
nav{
  background: red;
  width: 100%;
  grid-area: qr;
  display: block;
  margin: 0 auto;
}


#qrcode{
  grid-area: qr;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: flex-start;
  background: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

#qrcode img{
  width: 100%;
  max-width: 300px;
}

/******************************************************
    [ FOOTER ]
*******************************************************/

footer{
  background: #174f6f;
  grid-area: footer;
  text-align: center;
  width: 100vw;
  align-self: end;
  max-width: 1024px;
}

#copyright_iv{
  display: flex;
  justify-content: center;
  align-items: center;
  color:white;
  font-size: 18px;
  line-height: 1.3;
  height: 100px;
}


#browsers_iv{
  background: white;
  color:#0d4497;
  font-size: 15px;
  line-height: 1.3;
  text-align: right;
  padding: 0 20px 0 0;
}

#browsers_iv a{
  color: #0d4497;
  font-size: 15px;
  line-height: 3;
  text-align: right;
  text-decoration: underline;
}

#browsers_iv a:hover{
text-decoration: none;
}


/******************************************************/
}

@media all and (min-width: 300px) and (max-width: 399px) and (orientation:portrait)
{

/******************************************************
    [ CONTENEDOR ]
*******************************************************/
#contenedor{
  margin: 0 auto;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 
  "header"
  "qr"
  "footer";
  background:none;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  max-width: 399px;
}

/******************************************************
    [ HEADER ]
*******************************************************/
header{
  grid-area: header;
  width: 100%;
  align-self: start;
  background: url('../../../images/header-vcard-ideas-visuales.png');
  background-size: contain;
  background-repeat: no-repeat;
  height:auto;
  width: 100vw;
}

header img{
  margin: 20% 0 0 0;
  max-width: 25%;
}


h3{
  grid-area: ideas;
  display: block;
  text-align: center;
  margin: -10px 0 0 0;
  font-family: 'SeagullMdBTMedium';
  font-size: 30px;
  color: #2d4f7b;
  line-height: 1;
}

h4{
  grid-area: slogan;
  display: block;
  text-align: center;
  margin: 0 0 50px 0;
  font-family: 'SeagullMdBTMedium';
  font-size: 18px;
  color: #2d4f7b;
  line-height: 1;
}
/******************************************************
    [ NAV ]
*******************************************************/
nav{
  background: none;
  width: 100%;
  grid-area: qr;
  display: block;
  margin: 0 auto;
}


#qrcode{
  grid-area: qr;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: flex-start;
  background: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

#qrcode img{
  width: 100%;
  max-width: 280px;
}

/******************************************************
    [ FOOTER ]
*******************************************************/

footer{
  background: #174f6f;
  grid-area: footer;
  text-align: center;
  width: 100vw;
  align-self: end;
  max-width: 1024px;
}

#copyright_iv{
  display: flex;
  justify-content: center;
  align-items: center;
  color:white;
  font-size: 15px;
  line-height: 1.3;
  height: 100px;
}


#browsers_iv{
  background: white;
  color:#0d4497;
  font-size: 13px;
  line-height: 1.3;
  text-align: right;
  padding: 0 20px 0 0;
}

#browsers_iv a{
  color: #0d4497;
  font-size: 13px;
  line-height: 3;
  text-align: right;
  text-decoration: underline;
}

#browsers_iv a:hover{
text-decoration: none;
}


/******************************************************/
}

@media all and (min-width: 1px) and (max-width: 299px) and (orientation:portrait)
{
/******************************************************
    [ CONTENEDOR ]
*******************************************************/
#contenedor{
  margin: 0 auto;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 
  "header"
  "qr"
  "footer";
  background:white;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: start;
  max-width: 299px;
}
/******************************************************
    [ HEADER ]
*******************************************************/
header{
  grid-area: header;
  align-self: start;
  background: url('../../../images/header-vcard-ideas-visuales.png');
  background-size: contain;
  background-repeat: no-repeat;
  height:130px;
  width: 100vw;
}

header img{
  margin: 20% 0 0 0;
  max-width: 28%;
}


h3{
  grid-area: ideas;
  display: block;
  text-align: center;
  margin: -10px 0 0 0;
  font-family: 'SeagullMdBTMedium';
  font-size: 26px;
  color: #2d4f7b;
  line-height: 1;
}

h4{
  grid-area: slogan;
  display: block;
  text-align: center;
  margin: 0 0 50px 0;
  font-family: 'SeagullMdBTMedium';
  font-size: 14px;
  color: #2d4f7b;
  line-height: 1;
}

/******************************************************
    [ NAV ]
*******************************************************/
nav{
  background: none;
  width: 100%;
  grid-area: qr;
  display: block;
  margin: 0 auto;
}


#qrcode{
  grid-area: qr;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: start;
  background: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

#qrcode img{
  width: 100%;
  max-width: 180px;
}

/******************************************************
    [ FOOTER ]
*******************************************************/

footer{
  background: #174f6f;
  grid-area: footer;
  text-align: center;
  width: 100vw;
  align-self: end;
  max-width: 299px;
}

#copyright_iv{
  display: flex;
  justify-content: center;
  align-items: center;
  color:white;
  font-size: 15px;
  line-height: 1.3;
  height: 100px;
}


#browsers_iv{
  background: white;
  color:#0d4497;
  font-size: 13px;
  line-height: 1.3;
  text-align: right;
  padding: 0 20px 0 0;
}

#browsers_iv a{
  color: #0d4497;
  font-size: 13px;
  line-height: 3;
  text-align: right;
  text-decoration: underline;
}

#browsers_iv a:hover{
text-decoration: none;
}


/******************************************************/
}

@media all and (min-width: 369px) and (max-width: 383px) and (orientation:portrait)
{


/******************************************************/
}

@media all and (min-width: 368px) and (max-width: 368px) and (orientation:portrait)
{



/******************************************************/
}


@media all and (min-width: 360px) and (max-width: 367px) and (orientation:portrait)
{



/******************************************************/
}


@media all and (min-width: 320px) and (max-width: 347px) and (orientation:portrait)
{



/******************************************************/
}



/******************************************************
    [ WATCHES DEVICE-SMALL  ]
*******************************************************/
@media all and (min-width: 90px) and (max-width: 319px) and (orientation: portrait)
{

/******************************************************/
}


/******************************************************
    [ ESCONDIDA  ]
*******************************************************/
@media all and (min-width: 1px) and (max-width: 239px)
{
  /******************************************************
    [ BACKGROUND ]
*******************************************************/
#contenedor-home{display: none;}
#hidden{display: block; margin: 0 auto; width: 100%; height: 100%;}
#iv_logo{display: block;background: none;text-align: center; margin: 0 0 5px 0;}
#logoiv{text-align: center; width: 100%; position: static;}
#logoiv img{width: 90px;}
#ideasiv{color:#236dbc;display: block; font-size: 28px;text-align: center;width: 100%; position: static;}
#sloganiv{color:#236dbc;display: block; font-size: 16px;line-height: 16px;text-align: center;width: 100%; position: static;}
#cel{display: block; font-size: 14px;text-align: center;width: 100%; color: yellow; margin: 25px 0 0 0;}
#redesiv{width: 100%; text-align: center; margin: 25px 0 0 0;}
#redesiv a{color:#236dbc;font-size: 36px; text-align:center; width: 100%; padding: 15px;}
#redesiv a:hover{color:white;}
#pleca3{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01050d+0,4097ad+51,01050d+100&0+0,1+51,0.01+100 */
  background: linear-gradient(to right, rgba(1,5,13,0) 0%,rgba(64,151,173,1) 51%,rgba(1,5,13,0.01) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 2px;}

}