<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
  overflow-x: hidden;
  font-family: 'Gotham Bold Regular';
}

@font-face {
  font-family: 'Gotham Bold Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Gotham Bold Regular'), url('./Gotham Bold Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Gotham-bold';
  font-style: normal;
  font-weight: normal;
  src: local('Gotham-bold'), url('./Gotham-bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Gotham-Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/Gotham-Medium.otf") format("opentype");
}
@font-face {
  font-family: 'Gotham-Book';
  font-style: normal;
  font-weight: normal;
  src: url("/Gotham-Book.otf") format("opentype");
}

/* p {
  line-height: 1.75;
} */

/* a {
  color: #fed136;
} */

/* a:hover {
  color: #fec503;
} */

/* .text-primary {
  color: #fed136 !important;
} */

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Gotham Bold Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
} */

/*bnt scroll-top*/
.scroll-to-top{
  position: fixed;
  right: 5%;
  bottom: 8%;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background:#b51705;
  opacity: 0.9;
  line-height: 45px;
  z-index: 15;
}

#page-top:hover {
  opacity: 1;
  color: rgb(42,42,42,0.7);
  cursor: pointer;
}

section {
  /* margin-top: 220px; */
  padding: 100px 0;
}
section h2.section-heading {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Gotham Bold Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (max-width: 992px) {
  section {
    padding: 60px 0;
  }
}
.btn {
  font-family: 'Gotham Bold Regular';
  letter-spacing: 2px;
  font-size: 16px;
  padding: 5px 20px;
}
.btn-outline {
  color: #000;
  border: 2px solid;
  border-color: #000;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #fff;
  background: url("/images/header.png");
}

/* .btn {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
} */

/* .btn-primary {
  background-color: #fed136;
  border-color: #fed136;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

::selection {
  background: #fed136;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}
 */

/* ---------------------------------------------------
    NARBAR STYLE
----------------------------------------------------- */
#mainNav {
  background-color: #212529;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: rgb(250, 5, 5);
  font-family: 'Gotham Bold Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
#mainNav .navbar-brand {
  color: rgb(250, 5, 5);
  font-family: 'Gotham Bold Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: rgb(250, 5, 5);
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: rgb(250, 5, 5);
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

/* ---------------------------------------------------
    HEADER STYLE
----------------------------------------------------- */
header.masthead {
  position: relative;
  width: 100%;
  height: 100vh;
  /* padding-top: 75px; */
/*  padding-bottom: 100px;*/
  color: white;
  /* background: url("/images/Capa66.png"), #FFFFFF; */
  /* background: url("/images/Capa66.png"), -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#FFFFFF)); */
  /* background: url("/images/Capa66.png"), linear-gradient(to left, #FFFFFF, #FFFFFF); */
}
header.masthead .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
header.masthead img.image-header{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
header.masthead .container-curva {
  height: 200px;
  margin-top: -190px;
  align-items: center;
  justify-content: center;
}
header.masthead img.image-hamburger{
    width: 60vw;
    position: absolute;
    padding-bottom: 20%
    /* align-items: center; */
    /* top: 7vh; */
    /* right: 65%; */
    /* z-index: 2; */
}
header.masthead .container-curva img.image-curva {
  height: 100%;
  width: 100%;
  /* z-index: 2; */
}
header.masthead .h-100{
  position: absolute;
  top: 0;
  width: 80%;
}
header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}
header.masthead .header-content h1 {
  font-size: 30px;
}
header.masthead .device-container {
  max-width: 45vh;
  margin-right: auto;
  margin-left: auto;
  margin-top: 150px;
}
header.masthead .device-container .screen img {
  border-radius: 3px;
}

/*@media (min-width: 992px) {
  header.masthead {
    height: 70vh;
    min-height: 70vh;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 50px;
  }
  header.masthead .device-container {
  }
}
@media (max-width: 992px) {
  header.masthead .header-content {
    margin-bottom: 50px;
  }
}*/

/* GENERAL STYLE */
.device-mockup {
 position: relative;
 width: 100%;
 padding-bottom: 61.775701%;
}
.device-mockup &gt; .device {
 position: absolute;
    top: -11vh;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 106%;
 background-size: 100% 100%;
 background-repeat: no-repeat;
 background-image: url("macbook/macbook.png");
}
.device-mockup &gt; .device &gt; .screen {
 position: absolute;
 top:    11.0438729%;
 bottom: 14.6747352%;
 left:   13.364486%;
 right:  13.364486%;
 overflow: hidden;
}
.device-mockup &gt; .device &gt; .button {
 position: absolute;
 top: 0; left: 0;
 display: none;
 overflow: hidden;
 border-radius: 100%;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 cursor: pointer;
}

/* GENERAL STYLE_2 */
.device-mockup_2 {
 position: relative;
 width: 100%;
 padding-bottom: 61.775701%;
}
.device-mockup_2 &gt; .device {
  position: absolute;
  top: 7vh;
  bottom: 0;
  left: 0;
  right: 0;
  width: 91%;
  height: 91%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.device-mockup_2 &gt; .device &gt; .screen {
 position: absolute;
 top:    11.0438729%;
 bottom: 14.6747352%;
 left:   13.364486%;
 right:  13.364486%;
 overflow: hidden;
}
.device-mockup_2 &gt; .device &gt; .button {
 position: absolute;
 top: 0; left: 0;
 display: none;
 overflow: hidden;
 border-radius: 100%;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 cursor: pointer;
}

/* iPhone 6 Plus*/
.device-mockup.iphone6_plus,
.device-mockup.iphone6_plus.portrait {
	padding-bottom: 201.76%;
}

.device-mockup.iphone6_plus &gt; .device,
.device-mockup.iphone6_plus.white &gt; .device,
.device-mockup.iphone6_plus.portrait.header &gt; .device {
	background-image: url("/images/iPhone6_header.png");
  z-index: 3;
  /* top: 100px; */
}
.device-mockup.iphone6_plus.portrait.black &gt; .device {
	background-image: url("/images/iphone_6_plus_black_port.png");
}

.device-mockup.iphone6_plus &gt; .device &gt; .screen,
.device-mockup.iphone6_plus.portrait &gt; .device &gt; .screen {
    top: 11.58%; bottom: 11.58%; left: 5.97%; right: 5.97%;
}

/* Galaxy S5 */
.device-mockup.galaxy_s5,
.device-mockup.galaxy_s5.portrait {
  padding-bottom: 194.188862%;
}

.device-mockup.galaxy_s5 &gt; .device,
.device-mockup.galaxy_s5.black &gt; .device,
.device-mockup.galaxy_s5.portrait.black &gt; .device {
  background-image: url("/images/galaxy_s5_port_black.png");
}

.device-mockup.galaxy_s5 &gt; .device &gt; .screen,
.device-mockup.galaxy_s5.portrait &gt; .device &gt; .screen {
  top: 10.2%; bottom: 10.1%; left: 6.3%; right: 6.4%;
}

/* iPhone 6 Plus_2*/
.device-mockup_2.iphone6_plus,
.device-mockup_2.iphone6_plus.portrait {
  padding-bottom: 201.76%;
}

.device-mockup_2.iphone6_plus &gt; .device,
.device-mockup_2.iphone6_plus.white &gt; .device,
.device-mockup_2.iphone6_plus.portrait.header &gt; .device {
  background-image: url("/images/iPhone6_header.png");
  z-index: 3;
  /* top: 100px; */
}
.device-mockup_2.iphone6_plus.portrait.black &gt; .device {
  background-image: url("/images/iphone_6_plus_black_port.png");
}

.device-mockup_2.iphone6_plus &gt; .device &gt; .screen,
.device-mockup_2.iphone6_plus.portrait &gt; .device &gt; .screen {
    top: 11.58%; bottom: 11.58%; left: 5.97%; right: 5.97%;
}

/* Galaxy S5_2 */
.device-mockup_2.galaxy_s5,
.device-mockup_2.galaxy_s5.portrait {
  padding-bottom: 194.188862%;
}

.device-mockup_2.galaxy_s5 &gt; .device,
.device-mockup_2.galaxy_s5.black &gt; .device,
.device-mockup_2.galaxy_s5.portrait.black &gt; .device {
  background-image: url("/images/galaxy_s5_port_black.png");
}

.device-mockup_2.galaxy_s5 &gt; .device &gt; .screen,
.device-mockup_2.galaxy_s5.portrait &gt; .device &gt; .screen {
  top: 10.2%; bottom: 10.1%; left: 6.3%; right: 6.4%;
}

header.masthead .badges .badge-link {
  display: block;
  margin-bottom: 15px;
}
header.masthead .badges .badge-link:last-child {
  margin-bottom: 0;
}
header.masthead .badges .badge-link{
  transform: translate(-50%,-50%);
  position: relative;
  top: 3vw;
  left: 22%;
  width: 25vh;
  }
  header.masthead .badges .badge-link img {
  width: 100%;
  height: 100%;
  margin-top: 6px;
  }

@media (min-width: 768px) {
  header.masthead .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}


/* ---------------------------------------------------
    GENERAL STYLE SECTIONS
----------------------------------------------------- */
.sections {
  margin-bottom: 50px;
  text-align: center;
}
section .device-container {
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
section .device-container .screen img {
  border-radius: 3px;
}
.sections .step {
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  border: 7px solid #fff;
  border-radius: 50%;
  background: #000;
  color: #fff;
}
.sections .step h4{
  padding: 17px;
}
.sections .prev-next {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #000;
  border-radius: 50%;
  background: transparent;
  color: #000;
  cursor: pointer;
}
.sections .prev-next:hover {
    background-color: rgb(170,0,14, 0.8);
}
.sections p {
  margin-top: 0;
}

@media (max-width: 992px) {
  header .device-container {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  header .device-container {
    max-width: 220px;
  }
}
@media (max-width: 576px) {
  header .device-container {
    max-width: 200px;
  }
}

/* ---------------------------------------------------
    ROL STYLE
----------------------------------------------------- */

.circle {
  width: 140px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/images/header.png");
}

/* ---------------------------------------------------
    preguntas_frecunetes STYLE
----------------------------------------------------- */
#preguntas_frecunetes .row-2 {
  height: 70vh;
  position: relative;
}
#preguntas_frecunetes .badge-link {
  display: inline-block;
  margin-bottom: 25px;
}
#preguntas_frecunetes .badge-link:last-child {
  margin-bottom: 0;
}
#preguntas_frecunetes .badge-link img {
  height: 60px;
}
#preguntas_frecunetes .image-background {
  width: 100%;
  height: 100%;
}
#preguntas_frecunetes .image-pizza {
  width: 36vw;
  position: absolute;
}
#preguntas_frecunetes .image-iphone {
  width: 40vw;
  position: absolute;
  top: -15vh;
  margin-top: 50px;
  right: 0;
  margin-right: 110px;
  margin-top: -125px;
}

/* ---------------------------------------------------
    PAQUETES STYLE
----------------------------------------------------- */
/* .target{
  margin-top: 20px;
}
.target-header{
  background: rgb(170,0,14);
  display: -webkit-box;
}
.target-body{
  background: rgb(170,0,14);
  height: 190px;
}
.target-body hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 2px solid #fff;
  width: 60%;
}
.target-body ul {
  color: #fff;
  text-align: left;
  margin-left: 25px;
}
.prevBtnQuieroComer{
  width: 12vw;
  height: 12vw;
}
.nextBtnQuieroComer{
  width: 12vw;
  height: 12vw;
}
.circle .prevBtnQuieroComer img {
  width: 6vw;
}
.circle .nextBtnQuieroComer img {
  width: 6vw;
}

@media (max-width: 992px) {
  .target{
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .target{
    flex: 0 0 100%;
    max-width: 100%;
  }
} */


.background {
  padding: 0 25px 25px;
  position: relative;
  width: 100%;
}

.background::after {
  content: '';
  background: url("/images/header.png");
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a9ff', endColorstr='#4394f4',GradientType=0 );
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 900px) {
  .background {
    padding: 0 0 25px;
  }
}

.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: uppercase;
}

.pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  /* padding: 25px; */
}

.pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 992px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    /* padding: 25px 50px; */
  }

  .pricing-plan:last-child {
    border-right: none;
  }
}

.pricing-img {
  margin-bottom: 25px;
  width: 150px;
}

.pricing-header {
  color: #888;
  font-weight: 600;
  letter-spacing: 1px;
  /* height: 75px; */
}

.pricing-features {
  color: rgb(125, 0, 0);
  font-weight: 600;
  letter-spacing: 1px;
  margin: 50px 0 25px;
}

.pricing-features-item {
  border-top: 1px solid #e1f1ff;
  font-size: 12px;
  line-height: 1.5;
  padding: 15px 0;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
  color: rgb(125, 0, 0);
  display: block;
  font-size: 32px;
  font-weight: 700;
}

.pricing-button {
  border: 1px solid #9dd1ff;
  border-radius: 10px;
  color: #348EFE;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #e1f1ff;
}

.pricing-button.is-featured {
  background-color: #48aaff;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #269aff;
}


/* ---------------------------------------------------
    FOOTER STYLE
----------------------------------------------------- */
#contacto {
  height: 300px;
  position: relative;
}
#contacto .image-footer{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  /* background: url("/images/header.png"); */
}
#contacto .container-footer {
  width: 100%;
  position: absolute;
  top: 0;
}
#contacto h2, h5 {
  color: #FFFFFF;
  font-family: 'Gotham Bold Regular';
  letter-spacing: 2px;
}
footer #contactanos a i:hover {
  /* font-size: 4em; */
  color: rgb(255, 5, 5);
}

/* ---------------------------------------------------
    BREAKPOINTS STYLE
----------------------------------------------------- */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /* HEADER STYLE */

  /* preguntas_frecunetes STYLE */

}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  /* HEADER STYLE */

  /* preguntas_frecunetes STYLE */

}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  /* HEADER STYLE */

  /* preguntas_frecunetes STYLE */
    /* #preguntas_frecunetes .row-2 {
      height: 50vh;
    } */

}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  /* HEADER STYLE */

  /* preguntas_frecunetes STYLE */

}
</pre></body></html>