@charset "UTF-8";
/*
** Reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  outline: none;
}

img {
  display: block;
  image-rendering: crisp-edges;
}

/*
** Fonts */
@import url('https://fonts.googleapis.com/css?family=Lato:400,900&subset=latin-ext');

@font-face {
  font-family:LatoBlack;
  src:url("https://s0.2mdn.net/creatives/assets/2129875/lato-black-webfont.woff");
}



/*

/* Global */
body {
  width: 970px;
  height: 90px;
  position: relative;
  z-index: 1;
  color: #51bbec;
  font-family: LatoBlack;
  /*background: #51bbec;*/
}
/*
body:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1000;
  pointer-events: none;
  background: url('guia.jpg') no-repeat top left;
}
*/

#mainContent:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border: 1px solid black;
  pointer-events: none;
  z-index: 100;
}

#mainContent {
	overflow: hidden;
	cursor: pointer;
  z-index: 1;
  opacity: 0;
}

.positionBlock {
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #51bbec;
}

.frame {
  position: absolute;
  width: inherit;
  height: inherit;
}

.toanimate {
  width: inherit;
  height: inherit;
  position: absolute;
  opacity: 1;
}

.inherit{
  width: inherit;
  height: inherit;
  position: absolute;
}

.svg-wrapCut {
  width: 82px;
}

.svg-wrapMask {
    width: 439px;
}

.svg-wrapMask:before, .svg-wrapMask:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  background: #51bbec;
}

.svg-wrapMask:before {
  right: 89%;
  width: 100px;
}

.svg-wrapMask:after {
   left: 89%;
   width: 626px;
}

.frameStr_icon {
  width: 1em;
  z-index: 1;
  height: 1em;
}

.frameStr_icon img {
  width: 90%;
  height: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.shadow:before {
  content: '';
  display: block;
  background: transparent url('shadow-icon.png') no-repeat center center;
  background-size: 98% auto;
  position: absolute;
  right: 0.034em;
  bottom: -0.37em;
  width: 1.34em;
  height: 1.34em;
  z-index: -1;
}

.abs{
  position:absolute;
}

/* FRAMES */

.frameStr {
  z-index: 5;
  top: 0px;
  left: 0px;
}

.frame2 {
  z-index: 4;
  top: 0px;
  left: 0px;
}

.frame3{
  z-index: 3;
  top: 0px;
  left: 0px;
}

.frame4{
  z-index: 6;
  top: 0px;
  left: 0px;
}

.frameEnd{
  z-index: 7;
  top: 0px;
  left: 0px;
}

.frameStr_CompImg{

}



.st0{
  stroke-width: 7px;
}

.frameStr_mask{
  position:absolute;
}

.frame2_CompText{
  color: #ffffff;
  z-index: 20;
}

.textColor{
  color: #ffe424;
}


.frameEnd_CompText_1{
    color: #ffffff;
}

.frameEnd_CompText_2{
    color: #ffe424;
}

.frameEnd_CompText_2 span{
  display:inline;
}

.frameEnd_CTA{
  width: 104px;
  height: 26px;
  background: #ffe424;
  border-radius: 50px;
  font-size: 11px;
  color: #005393;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transform-origin: 50px 0px;
  -moz-transition: all 0.3s ease-in-out;
  -moz-transform-origin: 50px 0px;
  -o-transition: all 0.3s ease-in-out;
  -o-transform-origin: 50px 0px;
  -ms-transition: all 0.3s ease-in-out;
  -ms-transform-origin: 50px 0px;
  transition: all 0.3s ease-in-out;
  transform-origin: 50px 0px;
    opacity: 0;
}


/*.anchor:hover .frameEnd_CTA {
  -webkit-transform: scale(1.1);
  -webkit-transform-origin: 50px 0px;
  -moz-transform: scale(1.1);
  -moz-transform-origin: 50px 0px;
  -ms-transform: scale(1.1);
  -ms-transform-origin: 50px 0px;
  -o-transform: scale(1.1);
  -o-transform-origin: 50px 0px;
  transform: scale(1.1);
  transform-origin: 50px 0px;
}*/

.legal{
  z-index: 100;
  color: white;
}

.wr {
  stroke-dasharray: 1100;
  stroke-width: 7px;
  stroke: white;
  stroke-dashoffset: 1100;
  animation: LineAnimation 2s 0.5s ease forwards;
}

.wr-up {
  transform: rotateY(180deg) rotateZ(90deg);
}


@keyframes LineAnimation {
  0% {
    stroke-dasharray: 1100;
    stroke-dashoffset: 1100;
  } 100% {
    stroke-dasharray: 1100;
    stroke-dashoffset: 0;
  }
}

.footer-logo-animated {
  position: absolute;
  height: 12px;
  left: -36px;
  transform: scale(0.87);
  width: 246px;
  top: 55px;
  z-index: 10;
  overflow: hidden;
}

.footer-logo-animated > div {
  top: -68px;
}

.frameEnd_CompLogo {
  width: 170px;
  top: 12px;
  left: 706px;
}

.frameEnd_CompLogo > img {
  position: absolute;
  top: -8px;
  left: 15px;
}

@keyframes IEappear {
  0% {
    opacity: 0;
  } 100% {
    opacity: 1;
  }
}

@media all and (-ms-high-contrast:none)
{
  /* IE10 */
  .wr {
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
    opacity: 0;
    stroke-width: 7px;
    stroke: white;
    animation: IEappear 2s 2s ease forwards;
  }




  *::-ms-backdrop .wr {
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
    opacity: 0;
    stroke-width: 7px;
    stroke: white;
    animation: IEappear 2s 2s ease forwards;
  }

    .frameEnd_CompLogo > img {
        top:-52px;

    }

    /* IE11 */

  *::-ms-backdrop .frameEnd_CompLogo > img {
    transform: translateY(-29%);
  }
    .frameEnd_CompLogo > img {
        top:-52px;

    }

}


@supports (-ms-accelerator:true) {

  .wr {
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
    opacity: 0;
    stroke-width: 7px;
    stroke: white;
    animation: IEappear 2s 2s ease forwards;
  }

.frameEnd_CompLogo > img {
        top:-52px;

    }

}



@supports (-ms-accelerator:true) and (color:unset) {
  .wr {
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
    opacity: 0;
    stroke-width: 7px;
    stroke: white;
    animation: IEappear 2s 2s ease forwards;
  }

    .frameEnd_CompLogo > img {
        top:-52px;

    }

}

@supports (-ms-ime-align:auto) {
      .wr {
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
    opacity: 0;
    stroke-width: 7px;
    stroke: white;
    animation: IEappear 2s 2s ease forwards;
  }


}


.cta{
    white-space: nowrap;
    font-size: 12px;
    line-height: 11px;
    top: 8px;
    left: 17px;
    color: #035592;
}

.legal {
    top: 79px;
    left: 932px;
}

.frameEnd_CTA{
  top: 31px;
  left: 488px;
    width: 114px;
    height: 27px;
}

.frameStr_icon {
  left: 63px;
  top: 2px;
  font-size: 76px;
}



.frameStr_mask{
    top: -174px;
    left: -30px;
    z-index: 10;
}

.frame2_CompText {
    top: 30px;
    left: 145px;
    font-size: 30px;
    line-height: 27px;
    letter-spacing: 0.79px;
    color: white;
    z-index: 100;
}

.frameEnd_CompText_1 {
    top: 16px;
    left: 152px;
    font-size: 26px;
    line-height: 25px;
    color: #ffe525;
}

.frameEnd_CompText_2{
  top: 54px;
  left: 149px;
  font-size: 18px;
  line-height: 19px;
}

.legal{
  opacity: 0.5;
  font-size: 10px;
  line-height: 10px;
}

.frameStr_cut{
    top: 4px !important;
    left: 150px;
    z-index: 100;
}

.frame2_CompText .textColor {
  display: block;
}


.frame-5-a {
    top:-8px;
    left:3px;
}


/* Internet Explorer 10+, Microsoft Edge Browser */

_:-ms-lang(x), .frame-5-a { top:-56px; left: 7px }


/* IE general*/
@supports (-ms-ime-align:auto) {
    .frame-5-a {
        top: -8px;
        left: 7px;
    }
}