@font-face
{
   font-family: "Raleway";
   font-weight: 900;
   src: url('../fonts/raleway-black.woff2') format('woff2'),
        url('../fonts/raleway-black.woff') format('woff'),
        url('../fonts/raleway-black.ttf') format('truetype'),
        url('../fonts/raleway-black.svg#Raleway-Black') format('svg'),
        url('../fonts/raleway-black.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Raleway";
   font-weight: 400;
   src: url('../fonts/raleway-regular.woff2') format('woff2'),
        url('../fonts/raleway-regular.woff') format('woff'),
        url('../fonts/raleway-regular.ttf') format('truetype'),
        url('../fonts/raleway-regular.svg#Raleway-Regular') format('svg'),
        url('../fonts/raleway-regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Raleway";
   font-weight: 800;
   src: url('../fonts/raleway-extrabold.woff2') format('woff2'),
        url('../fonts/raleway-extrabold.woff') format('woff'),
        url('../fonts/raleway-extrabold.ttf') format('truetype'),
        url('../fonts/raleway-extrabold.svg#Raleway-ExtraBold') format('svg'),
        url('../fonts/raleway-extrabold.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Raleway";
   font-weight: 500;
   src: url('../fonts/raleway-medium.woff2') format('woff2'),
        url('../fonts/raleway-medium.woff') format('woff'),
        url('../fonts/raleway-medium.ttf') format('truetype'),
        url('../fonts/raleway-medium.svg#Raleway-Medium') format('svg'),
        url('../fonts/raleway-medium.eot') format('embedded-opentype');
}
@-webkit-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-webkit-keyframes transform-roll-in
{
   0% { -webkit-transform: translate(-100%,0px) rotate(-120deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes transform-roll-in
{
   0% { -moz-transform: translate(-100%,0px) rotate(-120deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-roll-in
{
   0% { transform: translate(-100%,0px) rotate(-120deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes transform-3d-flip-in-x
{
   0% { -webkit-transform: perspective(400px) rotateX(90deg) ;  }
   40% { -webkit-transform: perspective(400px) rotateX(-10deg) ;  }
   70% { -webkit-transform: perspective(400px) rotateX(10deg) ;  }
   100% { opacity: 1; -webkit-transform: perspective(400px) rotateX(0deg) ;  }
}
@-moz-keyframes transform-3d-flip-in-x
{
   0% { -moz-transform: perspective(400px) rotateX(90deg) ;  }
   40% { -moz-transform: perspective(400px) rotateX(-10deg) ;  }
   70% { -moz-transform: perspective(400px) rotateX(10deg) ;  }
   100% { opacity: 1; -moz-transform: perspective(400px) rotateX(0deg) ;  }
}
@keyframes transform-3d-flip-in-x
{
   0% { transform: perspective(400px) rotateX(90deg) ;  }
   40% { transform: perspective(400px) rotateX(-10deg) ;  }
   70% { transform: perspective(400px) rotateX(10deg) ;  }
   100% { opacity: 1; transform: perspective(400px) rotateX(0deg) ;  }
}
@-webkit-keyframes pendular
{
   0% { -webkit-transform: rotate(-10deg) ;  }
   50% { -webkit-transform: rotate(0deg) ;  }
   100% { -webkit-transform: rotate(10deg) ;  }
}
@-moz-keyframes pendular
{
   0% { -moz-transform: rotate(-10deg) ;  }
   50% { -moz-transform: rotate(0deg) ;  }
   100% { -moz-transform: rotate(10deg) ;  }
}
@keyframes pendular
{
   0% { transform: rotate(-10deg) ;  }
   50% { transform: rotate(0deg) ;  }
   100% { transform: rotate(10deg) ;  }
}
@-webkit-keyframes Rotacion-Reloj
{
   0% { -webkit-transform: rotate(0deg) ;  }
   100% { -webkit-transform: rotate(360deg) ;  }
}
@-moz-keyframes Rotacion-Reloj
{
   0% { -moz-transform: rotate(0deg) ;  }
   100% { -moz-transform: rotate(360deg) ;  }
}
@keyframes Rotacion-Reloj
{
   0% { transform: rotate(0deg) ;  }
   100% { transform: rotate(360deg) ;  }
}
a.style1
{
   color: #3C3C3C;
   text-decoration: none;
   -webkit-transition: all 1000ms linear;
   transition: all 1000ms linear;
   position: relative;
   display: inline-block;
}
a.style1::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   -webkit-transition: all 1000ms linear;
   transition: all 1000ms linear;
}
a.style1:hover::after
{
   background: #000000;
   width: 100%;
}
a.style1:visited
{
   color: #3C3C3C;
   text-decoration: none;
}
a.style1:active
{
   color: #000000;
   text-decoration: none;
}
a.style1:hover
{
   color: #000000;
   text-decoration: none;
}
a.linkEnjoy
{
   color: #FBFBFB;
   text-decoration: none;
}
a.linkEnjoy:visited
{
   color: #FBFBFB;
   text-decoration: none;
}
a.linkEnjoy:active
{
   color: #FBFBFB;
   text-decoration: none;
}
a.linkEnjoy:hover
{
   color: #6AFEDA;
   text-decoration: underline;
}
h1, .h1
{
   font-family: "Raleway";
   font-weight: 900;
   font-size: 64px;
   text-decoration: none;
   color: #3C3C3C;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: "Raleway";
   font-weight: 900;
   font-size: 32px;
   text-decoration: none;
   color: #6AFEDA;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: "Raleway";
   font-weight: 900;
   font-size: 35px;
   text-decoration: none;
   color: #3C3C3C;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: "Raleway";
   font-weight: 900;
   font-size: 27px;
   text-decoration: none;
   color: #3C3C3C;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: "Raleway";
   font-weight: 800;
   font-size: 19px;
   text-decoration: none;
   color: #3C3C3C;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: "Raleway";
   font-weight: 500;
   font-size: 15px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
