﻿/*-------------------------------------------*/
a[title] {
  content: attr(title);
  position: relative;
  top: -8px;
  left: 5px;
  color: #BBBBBB;
}
/*-------------------------------------------*/
a {
text-decoration: none;
}
/*-------------------------------------------*/
.text_int
{
margin-left: 15px;
padding: 5px;
}
/*-------------------------------------------*/
html,body{
	max-height: 6900px;
	background-color: #070809;
    background-image:
    linear-gradient(180deg, rgba(7,8,9,0.92), rgba(11,13,15,0.88)),
    radial-gradient(circle at top, rgba(40,183,255,0.055), rgba(40,183,255,0) 26%),
    radial-gradient(circle at 18% 12%, rgba(255,255,255,0.045), rgba(255,255,255,0) 24%),
    url('/files/images/oip2.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
/*-------------------------------------------*/
.minimenu
{
    position: absolute;
    display: inline-block;
    top: var(--tobarwidth);
    left: 0px;
    width: 100%;
    height: 15px;
    background-color: #6d7478;
    padding: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
filter: alpha(opacity=70); /* IE 5-7 */
-moz-opacity: 0.7; /* Netscape */
-khtml-opacity: 0.7; /* Safari 1.x */
opacity: 0.28; /* Good browsers */

}
/*-------------------------------------------*/
.main_container
{
	text-overflow: ellipsis;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
filter: alpha(opacity=80); /* IE 5-7 */
-moz-opacity: 0.8; /* Netscape */
-khtml-opacity: 0.8; /* Safari 1.x */
opacity: 0.8; /* Good browsers */

}
/*-------------------------------------------*/
.container
{
    position: relative;
    top: 135px;
    overflow: hidden;
    float: left; 
    width:100%; 
    display: flex;
    border-bottom: 1px ridge #999999;
    padding-bottom: 5px;
    padding-top: 5px;
    z-index:0; 

}    
/*-------------------------------------------*/
.frame1
{
    width: 55%;
    background-color: #EEEEFF;    
    padding-left: 30px;
    padding-right: 10px;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 22px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
filter: alpha(opacity=90); /* IE 5-7 */
-moz-opacity: 0.9; /* Netscape */
-khtml-opacity: 0.9; /* Safari 1.x */
opacity: 0.9; /* Good browsers */

}
/*--------for devs and about it is wider------*/
.frame1C
{
    width: 100%;
    background-color: #EEEEFF;    
    padding-left: 35px;
    padding: 30px;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 22px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
filter: alpha(opacity=90); /* IE 5-7 */
-moz-opacity: 0.9; /* Netscape */
-khtml-opacity: 0.9; /* Safari 1.x */
opacity: 0.9; /* Good browsers */

}

/*-------------------------------------------*/
.frame2
{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
filter: alpha(opacity=90); /* IE 5-7 */
-moz-opacity: 0.9; /* Netscape */
-khtml-opacity: 0.9; /* Safari 1.x */
opacity: 0.9; /* Good browsers */

	position:  relative;
	width: 45%;
    background-color: #EEEEFF; 
    padding-left: 20px;
    padding-right: 15px;
    overflow: hidden;
    
}
/*-------------------------------------------*/

/*-------------------------------------------*/

.precio
{
	  text-align: right;
	  padding-right: 40px;
}
.imgbtn 
{
	  position: relative;
	  top: 5px;
	  max-width:30%;
      height:auto;
}
/*-------------------------------------------*/
/*-------------------------------------------*/
.footer
{
	position:  relative;
	width: 100%;
    top: 127px;
    display: inline-block;
    width: 100%;
    min-height: 100px;
    height: auto;
    padding-bottom: 16px;
    background-color: #101316;
    background-image: linear-gradient(180deg, rgba(18,22,26,0.99), rgba(8,10,12,0.99));
    border-top: 1px solid rgba(176,195,207,0.14);
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    overflow: hidden;
}
/*-------------------------------------------*/
.footerLinks
{
  position: relative;
  top: 140px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 14px;
  width: 100%;
  height: auto;
  padding: 24px 22px 18px;
  box-sizing: border-box;
  background-color: #101316;
  background-image:
    radial-gradient(circle at top, rgba(40,183,255,0.06), rgba(40,183,255,0) 34%),
    linear-gradient(180deg, rgba(18,22,26,0.99), rgba(8,10,12,0.99));
  border-top: 1px solid rgba(176,195,207,0.14);
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 10px;
  overflow: visible;
}
/*-------------------------------------------*/
.footericon
{
  display: flex;
  min-width: 220px;
  max-width: 300px;
  flex: 1 1 220px;
  color: #d5e3f8;
}
.footericon a
{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  padding: 12px 16px;
  box-sizing: border-box;
  border-radius: 18px;
  border: 1px solid rgba(89, 190, 242, 0.24);
  background:
    radial-gradient(circle at top left, rgba(40,183,255,0.12), rgba(40,183,255,0) 42%),
    linear-gradient(180deg, rgba(24,29,34,0.92), rgba(10,13,16,0.94));
  color: #dce9fb;
  font-family: MyWebFont2, sans-serif;
  font-size: 15px;
  line-height: 1.25;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 12px 26px rgba(0,0,0,0.25);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.footericon a:hover
{
  transform: translateY(-2px);
  color: #ffffff;
  border-color: rgba(96, 207, 255, 0.5);
  background:
    radial-gradient(circle at top left, rgba(40,183,255,0.18), rgba(40,183,255,0) 48%),
    linear-gradient(180deg, rgba(31,38,45,0.96), rgba(13,17,21,0.98));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 16px 34px rgba(0,0,0,0.32),
    0 0 22px rgba(40,183,255,0.16);
}
.footerIconOrb
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,0.22), rgba(255,255,255,0) 34%),
    rgba(5, 12, 18, 0.72);
  border: 1px solid rgba(150, 211, 242, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 0 16px rgba(40,183,255,0.12);
}
.footerIconOrb img
{
  display: block;
  max-width: 24px;
  max-height: 24px;
  border-radius: 8px;
}
.footericon a:hover .footerIconOrb
{
  border-color: rgba(121, 218, 255, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.1),
    0 0 18px rgba(40,183,255,0.2);
}
.footerLegal
{
  padding: 20px 18px 16px 18px;
  color: #dce6f6;
  font-family: MyWebFont2;
  text-align: center;
}
.footerLegalLine
{
  display: block;
  color: #e7effd;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
}
.footerLegalLine a
{
  color: #f2f6ff;
  text-decoration: none;
}
.footerLegalLine a:hover
{
  color: #ffffff;
  text-decoration: underline;
}
.footerLegalNote
{
  margin-top: 6px;
  color: #c6d2e6;
  font-size: 15px;
  line-height: 1.5;
}
.socialBadgeInstagram
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 4px;
  border-radius: 6px;
  background: linear-gradient(135deg, #feda75 0%, #fa7e1e 28%, #d62976 58%, #962fbf 82%, #4f5bd5 100%);
  color: #ffffff;
  font-family: MyWebFont, Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}
/*-------------------------------------------*/
.font_1{
	font-family: MyWebFont;
	color:#111111;

}
/*-------------------------------------------*/
@font-face {
    font-family: 'MyWebFont';
    src: url('../fonts/webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/webfont.woff') format('woff'), /* Modern Browsers */
         url('../fonts/webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/*-------------------------------------------*/
/*-------------------------------------------*/
.font_2{
	font-family: MyWebFont2;
	color: #111111;
	font-weight:295;
}
/*-------------------------------------------*/
.font_3{
	font-family: MyWebFont;
	font-weight:500;
	font-size: 16px;
    font-weight:600;
    color: #a9c9e6;

}

/*-------------------------------------------*/
@font-face {
    font-family: 'MyWebFont2';
    src: url('../fonts/webfont2.eot'); /* IE9 Compat Modes */
    src: url('../fonts/webfont2.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         /*url('../fonts/MYRIADPRO-REGULAR.woff) format('woff'),  Modern Browsers */
         url('../fonts/webfont2.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/webfont2.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/*-------------------------------------------*/
/*-------------------------------------------*/
@font-face {
    font-family: 'MyWebFont3';
    src: url('../fonts/webfont2.eot'); /* IE9 Compat Modes */
    src: url('../fonts/webfont2.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         /*url('../fonts/MYRIADPRO-REGULAR.woff) format('woff'),  Modern Browsers */
         url('../fonts/grold-black.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/webfont2.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/*-------------------------------------------*/

.app_img1
{
/*transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    opacity: 0.4;*/
}
