<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	/*font-family: 'Roboto', sans-serif;*/
	padding: 0px;
	margin: 0px;
}

body{
	background: #F8F8F8;
	color: #3f4b59;
}

nav.affix {
        top: 0px;
        width: 100%;
        z-index: 999;
    } 

#itemenu{
  font-size: 1.3em;
}

#down{
	margin-top: -50%;
  color: rgba(243,138,25,0.4);
  transition: 0.5s;
}

#down:hover{
  color: #F38A19;
}

#myCarousel{
  height: 650px;
 /* padding-top: 50px;
  padding-bottom: 50px;*/
  color: #f8f8f8;
  background: url(../img/fondo/fondo25.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.contain{
  width: 100%;
  height: 850px;
}

#cont1{background: url(../img/fondo/fondos.png) no-repeat; background-size: contain; height: 650px}
#cont2{background: url(../img/fondo/fondos3.png) no-repeat; background-size: contain; height: 650px}
#cont3{background: url(../img/fondo/fondos2.png) no-repeat; background-size: contain; height: 650px}
#cont4{background: url(../img/fondo/fondos4.png) no-repeat; background-size: contain; height: 650px}

.textjumbo{
  color: #F0F0F0;
}

.header-into{
  background: transparent;
  align-content: center;
  padding: 1%;
}

.cont{
  display: inline-block;
}

.ico{
	-webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.ico:hover{
	-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
}

.a{font-style: none; color: #fff;}
.a:hover{color: #fff; text-decoration: none;}

  .carousel-inner &gt; .item &gt; img,
  .carousel-inner &gt; .item &gt; a &gt; img {
      width: 100%;
      margin: auto;
  }

  .logi{

    background: url(../img/fondo/fondo26.svg);
    background-attachment: fixed;
    background-repeat: none;
    background-size: cover;
  }

  #info-servicio1,#info-servicio2,#info-servicio3,#info-servicio4{
    opacity: 0.5;
    transition: 0.8s;
  }

   #info-servicio1:hover{opacity: 1;} #info-servicio2:hover{opacity: 1;} #info-servicio3:hover{opacity: 1;} #info-servicio4:hover{opacity: 1;}

@media only screen  and (max-width : 1366px) and (max-height: 768px){
#myCarousel{
  height: 600px;
 /* padding-top: 50px;
  padding-bottom: 50px;*/
  color: #f8f8f8;
  background: url(../img/fondo/fondo25.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.contain{
  width: 100%;
  height: 600px;
}

.jumbo{
  z-index: 99;
}

.textjumbo{
  opacity: 1;
}

#down{
  margin-top: -25%;
  color: #383838;
}

#footer{
  margin-top: -1.5%;
}

section::before,
section::after {
  margin-top: 20%;
  position: absolute;
  content: '';
  pointer-events: none;
  z-index: 999;
}

} /*End Media*/

@media only screen and (max-width: 1600px) {
  
#cont1{background: url(../img/fondo/fondos.png) no-repeat; background-size: cover;}
#cont2{background: url(../img/fondo/fondos3.png) no-repeat; background-size: cover;}
#cont3{background: url(../img/fondo/fondos2.png) no-repeat; background-size: cover;}
#cont4{background: url(../img/fondo/fondos4.png) no-repeat; background-size: cover;}

section::before,
section::after {
  display: none;
}

}/* End MEdia*/

.greenblue-btn{background:#47a488;color:#FFF;border-color:#3C8871;}
.greenblue-btn:hover{background:#3C8871;color:#FFF;border-color:#336F5D;}

/* --- */
/*Colors
primary #428bca
success #5cb85c
info    #5bc0de
warning #f0ad4e
danger  #d9534f
greenblue #47a488
gray #3f4b59
blue bg #34495e
Inpire #1c699b
*/

/* IMG MACBOOK HOVER SCROLL */
.macbook {
  padding: 4% 6%;
  margin: 0 auto;
  max-width: 800px;
}

.screen {
  background: #000;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  margin: 0 auto;
  /* for aspect ratio */
  position: relative;
  width: 80%;
}

.screen:before {
  border: 2px solid #cacacc;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  content: "";
  display: block;
  /* for aspect ratio ~67:100 */
  padding-top: 67%;
}

.screen:after {
  content: "";
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0.75%;
  left: 0.5%;
  padding-top: 1%;
  width: 99%;
}

.viewport {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 4.3% 3.2%;
  background: #333;
}

.base {
  /* for aspect ratio */
  position: relative;
  width: 100%;
}

.base:before {
  content: "";
  display: block;
  /* for aspect ratio ~33:1000*/
  padding-top: 3.3%;
  /* stylin */
  background: linear-gradient(#eaeced, #edeef0 55%, #fff 55%, #8a8b8f 56%, #999ba0 61%, #4B4B4F 84%, #262627 89%, rgba(0, 0, 0, .01) 98%);
  border-radius: 0 0 10% 10%/ 0 0 50% 50%;
}

.base::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.8) 0.5%, rgba(0, 0, 0, 0.4) 3.3%, transparent 15%, rgba(255, 255, 255, 0.8) 50%, transparent 85%, rgba(0, 0, 0, 0.4) 96.7%, rgba(255, 255, 255, 0.8) 99.5%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  height: 53%;
  position: absolute;
  top: 0;
  width: 100%;
}

.notch {
  background: #ddd;
  border-radius: 0 0 7% 7% / 0 0 95% 95%;
  box-shadow: -5px -1px 3px rgba(0, 0, 0, 0.2) inset, 5px -1px 3px rgba(0, 0, 0, 0.2) inset;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3.5%;
  z-index: 2;
  /* for aspect ratio */
  position: relative;
  width: 14%;
}

.notch:before {
  content: "";
  display: block;
  /* for aspect ratio ~1:10 */
  padding-top: 10%;
}


/* Screenshot Hover Scroll Additions
-------------------------------------------------------------- */

.macbook .viewport {
  transition: background-position 5s ease;
  background-position: 0 0;
  background-size: 100% auto;
  overflow: hidden;
  cursor: pointer;
}

.macbook:hover .viewport {
  background-position: 0 100%;
}

.macbook .viewport:after {
  background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.05) 75%, transparent);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* -------------------------------------------- */

.textContainer {
  position: relative;
  text-align: center;
  font-size: 3.5vw;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.15vw;
  line-height: 1.05;
  min-height: 88vh;
}

.jstext {
  width: 100%;
  padding-top: 12vh;
  padding-right: 50px;
}

.jstext:after {
  content: "_";
  animation: sliding 2s 0.3s 1 forwards, blinking 2s 2s infinite forwards;
  -webkit-animation: sliding 2s 0.3s 1  forwards, blinking 2s 2s infinite forwards;
  -moz-animation: sliding 2s 0.3s 1  forwards, blinking 2s 2s infinite forwards;
  -o-animation: sliding 2s 0.3s 1  forwards, blinking 2s 2s infinite forwards;
  position: absolute;
  -webkit-transform: translate(10%, -10%);
  -moz-transform: translate(10%, -10%);
  -ms-transform: translate(10%, -10%);
  transform: translate(10%, -10%);
  overflow: hidden;
  width: 0px;
}

.text {
  color: #46200A;
}

.onScreen {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

#brName {
  display: none;
}

@keyframes sliding {
  0% {
    width: 0px;
  }
  100% {
    width: 100px;
  }
}
@-webkit-keyframes sliding {
  0% {
    width: 0px;
  }
  100% {
    width: 100px;
  }
}
@-moz-keyframes sliding {
  0% {
    width: 0px;
  }
  100% {
    width: 100px;
  }
}
@-o-keyframes sliding {
  0% {
    width: 0px;
  }
  100% {
    width: 100px;
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* -------------------------------
     MEDIA QUERIES 
----------------------------------*/
@media all and (max-width: 1024px) {
  .textContainer {
    min-height: 75vh;
  }
}

@media all and (max-width: 768px) {
  #brName {
    display: block;
  }

  .textContainer {
    min-height: 80vh;
    font-size: 8vw;
    letter-spacing: -.45vw;
  }

  .jstext {
    padding-right: 0px;
  }
}

@media all and (max-width: 468px) {
  .textContainer {
    min-height: 70vh;
    font-size: 10vw;
    letter-spacing: -.45vw;
  }

  .jstext {
    padding-right: 0px;
  }
}
</pre></body></html>