/*



Template 2075 Digital Team



http://www.tooplate.com/view/2075-digital-team



*/



@import 'https://fonts.googleapis.com/css?family=Lobster';



body {

    background: #fff;

    font-family: 'Roboto', sans-serif;

    font-weight: 400;

    position: relative;

  }





html, body {

     width: 100%;

     overflow-x: hidden;

  }



h1, h2, h3, h4 {

  font-weight: bold;

  letter-spacing: 2px;

}



.heading {

  font-size: 20px;

}

.subheading {

  font-size: 14px;

  font-weight: bold;

  padding-bottom: 60px;

}

.bold {

  font-weight: bold;

}



p {

  line-height: 28px;

  font-size: 15px;

}



a {

  outline: none !important;

}



hr {

  width: 180px;

  border-color: #CCC;

}



.section-title strong {

	color: #00C6D7;

  	font-size: 56px;

}



.section-title h1 {

	font-size: 24px;

}



.section-title {

  padding-bottom: 32px;

}



.medium-icon {

  font-size: 32px !important;

}



#work,#about, #team, 

#portfolio, #pricing {

   padding-top: 100px;

  padding-bottom: 100px;

}





/* ==========================================================================

preloader section

========================================================================== */

.preloader {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 99999;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-flow: row nowrap;

        -ms-flex-flow: row nowrap;

            flex-flow: row nowrap;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;

    background: none repeat scroll 0 0 #fff;

}

.sk-spinner-circle.sk-spinner {

  width: 22px;

  height: 22px;

  position: relative; }

.sk-spinner-circle .sk-circle {

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0; }

.sk-spinner-circle .sk-circle:before {

  content: '';

  display: block;

  margin: 0 auto;

  width: 20%;

  height: 20%;

  background-color: #FF8C00;

  border-radius: 100%;

  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;

          animation: sk-circleBounceDelay 1.2s infinite ease-in-out;

  /* Prevent first frame from flickering when animation starts */

  -webkit-animation-fill-mode: both;

          animation-fill-mode: both; }

.sk-spinner-circle .sk-circle2 {

  -webkit-transform: rotate(30deg);

          transform: rotate(30deg); }

.sk-spinner-circle .sk-circle3 {

  -webkit-transform: rotate(60deg);

          transform: rotate(60deg); }

.sk-spinner-circle .sk-circle4 {

  -webkit-transform: rotate(90deg);

          transform: rotate(90deg); }

.sk-spinner-circle .sk-circle5 {

  -webkit-transform: rotate(120deg);

          transform: rotate(120deg); }

.sk-spinner-circle .sk-circle6 {

  -webkit-transform: rotate(150deg);

          transform: rotate(150deg); }

.sk-spinner-circle .sk-circle7 {

  -webkit-transform: rotate(180deg);

          transform: rotate(180deg); }

.sk-spinner-circle .sk-circle8 {

  -webkit-transform: rotate(210deg);

          transform: rotate(210deg); }

.sk-spinner-circle .sk-circle9 {

  -webkit-transform: rotate(240deg);

          transform: rotate(240deg); }

.sk-spinner-circle .sk-circle10 {

  -webkit-transform: rotate(270deg);

          transform: rotate(270deg); }

.sk-spinner-circle .sk-circle11 {

  -webkit-transform: rotate(300deg);

          transform: rotate(300deg); }

.sk-spinner-circle .sk-circle12 {

  -webkit-transform: rotate(330deg);

          transform: rotate(330deg); }

.sk-spinner-circle .sk-circle2:before {

  -webkit-animation-delay: -1.1s;

          animation-delay: -1.1s; }

.sk-spinner-circle .sk-circle3:before {

  -webkit-animation-delay: -1s;

          animation-delay: -1s; }

.sk-spinner-circle .sk-circle4:before {

  -webkit-animation-delay: -0.9s;

          animation-delay: -0.9s; }

.sk-spinner-circle .sk-circle5:before {

  -webkit-animation-delay: -0.8s;

          animation-delay: -0.8s; }

.sk-spinner-circle .sk-circle6:before {

  -webkit-animation-delay: -0.7s;

          animation-delay: -0.7s; }

.sk-spinner-circle .sk-circle7:before {

  -webkit-animation-delay: -0.6s;

          animation-delay: -0.6s; }

.sk-spinner-circle .sk-circle8:before {

  -webkit-animation-delay: -0.5s;

          animation-delay: -0.5s; }

.sk-spinner-circle .sk-circle9:before {

  -webkit-animation-delay: -0.4s;

          animation-delay: -0.4s; }

.sk-spinner-circle .sk-circle10:before {

  -webkit-animation-delay: -0.3s;

          animation-delay: -0.3s; }

.sk-spinner-circle .sk-circle11:before {

  -webkit-animation-delay: -0.2s;

          animation-delay: -0.2s; }

.sk-spinner-circle .sk-circle12:before {

  -webkit-animation-delay: -0.1s;

          animation-delay: -0.1s; }



@-webkit-keyframes sk-circleBounceDelay {

  0%, 80%, 100% {

    -webkit-transform: scale(0);

            transform: scale(0); }



  40% {

    -webkit-transform: scale(1);

            transform: scale(1); } }



@keyframes sk-circleBounceDelay {

  0%, 80%, 100% {

    -webkit-transform: scale(0);

            transform: scale(0); }



  40% {

    -webkit-transform: scale(1);

            transform: scale(1); } }





/* ==========================================================================

navigation section

========================================================================== */

.custom-navbar {

    background: #4B4B4B;

    margin-bottom: 0;

}

.custom-navbar .navbar-brand  {

  color: #FF8C00;  /* Color titulo barra */

  font-weight: 600;

  font-size: 24px;

}

.custom-navbar .navbar-brand .navbar-toggle {

    background: #FF8C00;

    padding: 1px 1px;

    font-size: 16px;

    color: #fff;

    }

.custom-navbar .nav li a {

    color: #ffffff;

    font-size: 14px;

    font-weight: 500;

    }

.custom-navbar .nav li a:hover {

  	background: transparent;

   color: #eeeeee;

}

.custom-navbar .nav > li > a:focus {

  background-color: transparent;

  color: #ffffff;

  outline: none;

}

.custom-navbar .nav li.active > a {

      color: #FF8C00;  /* Color Seleccion Barra */

    }

.custom-navbar .navbar-toggle {

        border: none;

        padding-top: 1px;

    }

.custom-navbar .navbar-toggle .icon-bar {

        background: #FF8C00;

        border-color: transparent;

    }

@media(min-width:768px){

    .custom-navbar {

            background: #4B4B4B;

            padding: 1px;

            border-bottom: 0;

            background: 0 0;

         }

    .custom-navbar.top-nav-collapse {

            padding: 1px;

            background: #4B4B4B;

        }

}





/* ==========================================================================

home section

========================================================================== */







#home {



  background-size: cover;

  background-position: center;

  color: #ffffff;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-align-items: center;

  -ms-flex-align: center;

      align-items: center;

  height: 100vh;

  text-align: center;

}



#home img {

    max-width:100%;

}



#home h1 {

  font-size: 40px;

}

#home h3 {

  font-size: 14px;

}

#home hr {

  width: 240px;

}

#home .btn {

  background: transparent;

  border: 4px solid #ffffff;

  border-radius: 0;

  color: #ffffff;

  font-size: 15px;

  font-weight: bold;

  letter-spacing: 2px;

  padding: 12px 42px;

  margin-top: 10px;

  margin-right: 16px;

  transition: all 0.4s ease-in-out;

}

#home .btn:hover {

  background: #FF8C00;

  border-color: transparent;

    opacity: 0.5;

}

#home .btn-danger {

  background: rgba(50, 50, 50, 0.20);

  border-color: transparent;



}











/* ==========================================================================

work section

========================================================================== */

#work {

    text-align: center;

}

#work .col-md-4 {

  padding: 28px;

  position: relative;

  transition: all 0.4s ease-in-out;

}

#work .col-md-4:hover {

  background-color: #ffffff;

  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);

}

#work h3 {

  font-size: 18px;

}





/* ==========================================================================

about section

========================================================================== */

#about, #buzon {

  background: #3B3B3B;

  color: #ffffff;

}

.nav-tabs {

  margin-top: 20px;

  border-bottom: 1px solid #606060;

}

.nav-tabs > li {

  float: left;

  margin-bottom: -1px;

}

.nav-tabs > li > a {

	display: block;

  	color: #ffffff;

  	font-size: 16px;

  	padding: 10px 20px;

  	border: 0;

  	border-radius: 0;

}

.nav-tabs > li > a:hover {

  background-color: transparent;

}

.nav-tabs > li.active > a,

.nav-tabs > li.active > a:hover,

.nav-tabs > li.active > a:focus {

  color: #00c6d7;

  cursor: default;

  background-color: transparent;

  border: 1px solid transparent;

  border-bottom-color: transparent;

}

.tab-content {

  padding-top: 20px;

}



.tab-content a {

	color: #0CC;

}



.tab-content a:hover, .tab-content a:link {

	color: #FF0;

	text-decoration: none;

}



/* ==========================================================================

team section

========================================================================== */

#team {

  text-align: center;

}

#team h3 {

  color: #00c6d7;

  font-size: 14px;

  font-weight: bold;

}

#team .col-md-3 {

  padding-top: 20px;

  padding-bottom: 20px;

}

#team .team-wrapper {

  overflow: hidden;

  position: relative;

}

#team .team-des {

  background-color: rgba(00,00,00,0.6);

  position: absolute;

  color: #ffffff;

  opacity: 0;

  max-width: 500px;

  width: 100%;

  height: 100%;

  text-align: center;

  vertical-align: middle;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  transition: all 0.4s ease-in-out;

  margin: 0 auto;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-justify-content: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-flex-direction: column;

      -ms-flex-direction: column;

          flex-direction: column;

}

#team .team-des:hover {

 opacity: 1;

}

#team img {

  margin: 0 auto;

}



#team .social-icon li a {

  color: #fff;

}



#team .social-icon li a:hover {

  color: #00c6d7;

}



/* ==========================================================================

portfolio section

========================================================================== */

#portfolio {

  background-color: #f6f6f6;

  text-align: center;

  }

#portfolio .container {

  width: 100%;

  padding: 0;

  margin: 0;

}

#portfolio img {

  width: 100%;

  transition: all 0.4s ease-in-out;

}

#portfolio img:hover {

  opacity: 0.5;

}

/* FILTER CSS */

.filter-wrapper {

    width: 100%;

    margin: 40px 0 24px 0;

    overflow: hidden;

    text-align: center;

}

.filter-wrapper li {

    display: inline-block;

    margin: 4px;

}

.filter-wrapper li a {

    color: #999999;

    font-size: 13px;

    font-weight: bold;

    letter-spacing: 2px;

    text-transform: uppercase;

    padding: 8px 17px;

    display: block;

    text-decoration: none;

    transition: all 0.4s ease-in-out;

}

.filter-wrapper li .selected,

.filter-wrapper li a:focus,

.filter-wrapper li a:hover {

    color: #00c6d7;

    outline: none;

  }



/* ISOTOPE BOX CSS */

.iso-box-section {

    width: 100%;

}

.iso-box-wrapper {

    width: 100%;

    padding: 0;

    clear: both;

    position: relative;

}

.iso-box {

    position: relative;

    min-height: 50px;

    float: left;

    overflow: hidden;

    margin-bottom: 20px;

}

.iso-box > a {

    display: block;

    width: 100%;

    height: 100%;

    overflow: hidden;

}

.iso-box > a {

    display: block;

    width: 100%;

    height: 100%;

    overflow: hidden;

}

.fluid-img {

  width: 100%;

  display: block;

}



/* ==========================================================================

Portafolio section

========================================================================== */



#pricing {

    background: #fff url('../images/Portafolio.jpg') no-repeat center center;

  background-size: cover;

  color: #ffffff;

  text-align: center;

}



.accordionTitule,

.accordion__Heading {

  background-color: rgba(50, 50, 50, 0.20);

  text-align: center;

  font-weight: 700;

  padding: 1em;

  display: block;

  text-decoration: none;

  color: #fff;

  -webkit-transition: background-color 0.5s ease-in-out;

  transition: background-color 0.5s ease-in-out;

  border-bottom: 1px solid rgba(50, 50, 50, 0.20);

}



.accordionTitule:hover,

.accordion__Heading:hover {

  background-color: #FF8C00;

}



#pricing h2 {

  font-size: 52px;

}

#pricing h3 {

  font-size: 16px;

}

#pricing .plan {

  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.50);

    background:  rgba(50, 50, 50, 0.50);

  padding-top: 40px;

  padding-bottom: 80px;

  margin-bottom: 32px;

}

#pricing .plan span {

	font-size: 16px;

}

#pricing .plan .plan_title {

  font-weight: 250;

  letter-spacing: 2px;

  padding: 20px;

  margin-bottom: 20px;

}

#pricing .medium-icon {

  box-shadow: 0px 2px 8px 0px #ffffff;

  border-radius: 50%;

  font-size: 52px;

  width: 120px;

  height: 120px;

  line-height: 120px;

  text-align: center;

  margin-bottom: 32px;

}

#pricing .plan ul {

  padding: 0px;

}

#pricing .plan ul li {

  display: block;

  font-weight: 500;

  padding: 12px 0px;

}

#pricing .plan .btn {

  border: none;

  border-radius: 0px;

  color: #ffffff;

  font-size: 16px;

  font-weight: bold;

  padding: 16px 60px;

  transition: all 0.4s ease-in-out;

  margin-top: 20px;

  text-transform: uppercase;

}

#pricing .plan-one .btn {

  background-color: #00c6d7;

}

#pricing .plan-two .btn {

  background-color: #ffa400;

}

#pricing .plan-three .btn {

  background-color: #009988;

}

#pricing .plan .btn:hover {

  background-color: #3B3B3B;

}









/* ==========================================================================

contact section

========================================================================== */





#contact {

  background: #3B3B3B url('../images/contact-bg.jpg') no-repeat center center;

  background-size: cover;

  color: #ffffff;

   padding-top: 10px;

  padding-bottom: 100px;

}

}

#contact h2 {

  padding-bottom: 20px;

}

#contact h3 {

  font-size: 16px;

  font-weight: bold;

  letter-spacing: 1px;

}

#contact .medium-icon {

  padding-top: 10px;

  padding-right: 10px;

}

#contact .contact-info div {

  padding-top: 14px;

  padding-bottom: 14px;

}

#contact form {

  padding-top: 60px;

}

#contact .form-control {

  border: 2px solid #ffffff;

  border-radius: 0;

  box-shadow: none;

  margin-top: 10px;

  margin-bottom: 10px;

  transition: all 0.4s ease-in-out;

}

#contact input {

  height: 40px;

}

#contact input[type="submit"] {

  background: #FF8C00;

  border: 3px solid #FF8C00;

  letter-spacing: 1px;

  margin-top: 18px;

  height: 50px;

  color: #ffffff;

}

#contact input[type="submit"]:hover {

  color: #000000;

}









/* ==========================================================================

footer section

========================================================================== */

footer {

  text-align: center;

  padding-top: 60px;

  padding-bottom: 60px;

}

footer p {

  padding-top: 20px;

}

.social-icon {

  padding: 0;

  margin: 0;

}

.social-icon li {

  list-style: none;

  display: inline-block;

  padding: 6px;

}

.social-icon li a {

  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.09);

  color: #808080;

  font-size: 20px;

  width: 56px;

  height: 56px;

  line-height: 60px;

  text-align: center;

  text-decoration: none;

  transition: all 0.4s ease-in-out;

}

.social-icon li a:hover {

  color: #00c6d7;

}



@media screen and (min-width: 992px) {

  @-moz-document url-prefix() {

    #portfolio .col-lg-4,

    #portfolio .col-md-4 {

      width: 33.333%;

    }

  }    

}



/* ==========================================================================

media quires for mobile

========================================================================== */

@media (max-width: 440px) {

  #home {

    padding-top: auto;

    padding-bottom: auto;

  }

  #home h1 {

    font-size: 22px;

  }

  #home h3 {

    font-size: 12px;

  }

}







::-webkit-scrollbar{

  width: 10px;

  background: #3B3B3B;

}

::-webkit-scrollbar-button{

  width:8px;

  height: 5px;

}

::-webkit-scrollbar-track{

  background:#3B3B3B;

  border:thin solid #1a1f25;

  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

  -webkit-border-radius: 10px;

  border-radius: 10px;

}

::-webkit-scrollbar-thumb{

    background: -webkit-linear-gradient(top, #2c2276, #2c2276);

  -webkit-box-shadow:   inset 0 1px 0 rgba(255,255,225,.5),

              

 

  border:thin solid #3B3B3B;

  border-radius: 10px;

  -webkit-border-radius: 10px;

}

::-webkit-scrollbar-thumb:hover{

    background: -webkit-linear-gradient(top, #ef7900, #ef7900);

}

/* Pseudo-clase */

::-webkit-scrollbar-thumb:window-inactive {

  background: rgba(255, 164, 0);

}







.pattern { 

    content: '';

    background: transparent url(images/pattern.png) repeat top left; 

}





/* 8 ------- Sponsors Section Styles -------*/





.section-pattern {

    background-color: rgba(255, 255, 255, 0.7);

}

.sponsors .section-padding {

    padding: 150px 0px;

}

.sponsors .section-title {

    font-weight: 400px;

}

.sponsors .section-details {

    padding-top: 30px;

}

.sponsors-logo img {

    -webkit-filter: grayscale(1);

    filter: grayscale(1);

    -webkit-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}

.sponsors-logo a:hover img {

    -webkit-filter: grayscale(0);

    filter: grayscale(0);

}





/* 8 ------- Slogan Section Styles -------*/











.sp-container h2 {

    font-family: 'Lobster', cursive;

	position: absolute;

	line-height: 50px;

	height: 50px;

	margin-top: -10px;

	font-size: 30px;

	width: 100%;

  max-width:100%;

	text-align: center;

	color: transparent;

	-webkit-animation: blurFadeInOut 3s ease-in backwards;

	-moz-animation: blurFadeInOut 3s ease-in backwards;

	-ms-animation: blurFadeInOut 3s ease-in backwards;

    animation: blurFadeInOut 3s ease-in backwards;



}

.sp-container h2.frame-1 {

	-webkit-animation-delay: 0s;

	-moz-animation-delay: 0s;

	-ms-animation-delay: 0s;

	animation-delay: 0s;



}

.sp-container h2.frame-2 {

	-webkit-animation-delay: 3s;

	-moz-animation-delay: 3s;

	-ms-animation-delay: 3s;

	animation-delay: 3s;

}

.sp-container h2.frame-3 {

	-webkit-animation-delay: 6s;

	-moz-animation-delay: 6s;

	-ms-animation-delay: 6s;

	animation-delay: 6s;

}







.sp-container h2.frame-4 {

	-webkit-animation-delay: 9s;

	-moz-animation-delay: 9s;

	-ms-animation-delay: 9s;

	animation-delay: 9s;

}







/*------------------------*/



.sp-container h2.frame-5 {

  -webkit-animation-delay: 12s;

  -moz-animation-delay: 12s;

  -ms-animation-delay: 12s;

  animation-delay: 12s;



}

.sp-container h2.frame-6 {

  -webkit-animation-delay: 15s;

  -moz-animation-delay: 15s;

  -ms-animation-delay: 15s;

  animation-delay: 15s;

}

.sp-container h2.frame-7 {

  -webkit-animation-delay: 18s;

  -moz-animation-delay: 18s;

  -ms-animation-delay: 18s;

  animation-delay: 18s;

}





.sp-container h2.frame-8 {

  -webkit-animation-delay: 20s;

  -moz-animation-delay: 20s;

  -ms-animation-delay: 20s;

  animation-delay: 20s;

}





/*------------------------*/



.sp-container h2.frame-9 {

  -webkit-animation-delay: 23s;

  -moz-animation-delay: 23s;

  -ms-animation-delay: 23s;

  animation-delay: 23s;



}

.sp-container h2.frame-10 {

  -webkit-animation-delay: 25s;

  -moz-animation-delay: 25s;

  -ms-animation-delay: 25s;

  animation-delay: 25s;

}

.sp-container h2.frame-11 {

  -webkit-animation-delay: 28s;

  -moz-animation-delay: 28s;

  -ms-animation-delay: 28s;

  animation-delay: 28s;

}





.sp-container h2.frame-12 {

  -webkit-animation-delay: 30s;

  -moz-animation-delay: 30s;

  -ms-animation-delay: 30s;

  animation-delay: 30s;

}





/*------------------------*/



.sp-container h2.frame-13 {

  -webkit-animation-delay: 32s;

  -moz-animation-delay: 32s;

  -ms-animation-delay: 32s;

  animation-delay: 32s;



}

.sp-container h2.frame-14 {

  -webkit-animation-delay: 35s;

  -moz-animation-delay: 35s;

  -ms-animation-delay: 35s;

  animation-delay: 35s;

}

.sp-container h2.frame-15 {

  -webkit-animation-delay: 38s;

  -moz-animation-delay: 38s;

  -ms-animation-delay: 38s;

  animation-delay: 38s;

}





.sp-container h2.frame-16 {

  -webkit-animation-delay: 40s;

  -moz-animation-delay: 40s;

  -ms-animation-delay: 40s;

  animation-delay: 40s;

}





/*------------------------*/



.sp-container h2.frame-17 {

  -webkit-animation-delay: 42s;

  -moz-animation-delay: 42s;

  -ms-animation-delay: 42s;

  animation-delay: 42s;



}

.sp-container h2.frame-18 {

  -webkit-animation-delay: 45s;

  -moz-animation-delay: 45s;

  -ms-animation-delay: 45s;

  animation-delay: 45s;

}

.sp-container h2.frame-19 {

  -webkit-animation-delay: 48s;

  -moz-animation-delay: 48s;

  -ms-animation-delay: 48s;

  animation-delay: 48s;

}





.sp-container h2.frame-20 span {

  -webkit-animation: blurFadeIn 3s ease-in 50s backwards;

  -moz-animation: blurFadeIn 1s ease-in 50s backwards;

  -ms-animation: blurFadeIn 3s ease-in 50s backwards;

  animation: blurFadeIn 3s ease-in 50s backwards;

  color: transparent;

  text-shadow: 0px 0px 1px #fff;

}

.sp-container h2.frame-20 span:nth-child(2) {

  -webkit-animation-delay: 51s;

  -moz-animation-delay: 51s;

  -ms-animation-delay: 51s;

  animation-delay: 51s;

}

.sp-container h2.frame-20 span:nth-child(3) {

  -webkit-animation-delay: 52s;

  -moz-animation-delay: 52s;

  -ms-animation-delay: 52s;

  animation-delay: 52s;

}





/**/

@-webkit-keyframes blurFadeInOut{

	0%{

		opacity: 0;

		text-shadow: 0px 0px 40px #fff;

		-webkit-transform: scale(1.3);

	}

	20%,75%{

		opacity: 1;

		text-shadow: 0px 0px 1px #fff;

		-webkit-transform: scale(1);

	}

	100%{

		opacity: 0;

		text-shadow: 0px 0px 50px #fff;

		-webkit-transform: scale(0);

	}

}

@-webkit-keyframes blurFadeIn{

	0%{

		opacity: 0;

		text-shadow: 0px 0px 40px #fff;

		-webkit-transform: scale(1.3);

	}

	50%{

		opacity: 0.5;

		text-shadow: 0px 0px 10px #fff;

		-webkit-transform: scale(1.1);

	}

	100%{

		opacity: 1;

		text-shadow: 0px 0px 1px #fff;

		-webkit-transform: scale(1);

	}

}

@-webkit-keyframes fadeInBack{

	0%{

		opacity: 0;

		-webkit-transform: scale(0);

	}

	50%{

		opacity: 0.4;

		-webkit-transform: scale(2);

	}

	100%{

		opacity: 0.2;

		-webkit-transform: scale(5);

	}

}

@-webkit-keyframes fadeInRotate{

	0%{

		opacity: 0;

		-webkit-transform: scale(0) rotate(360deg);

	}

	100%{

		opacity: 1;

		-webkit-transform: scale(1) rotate(0deg);

	}

}

/**/

@-moz-keyframes blurFadeInOut{

	0%{

		opacity: 0;

		text-shadow: 0px 0px 40px #fff;

		-moz-transform: scale(1.3);

	}

	20%,75%{

		opacity: 1;

		text-shadow: 0px 0px 1px #fff;

		-moz-transform: scale(1);

	}

	100%{

		opacity: 0;

		text-shadow: 0px 0px 50px #fff;

		-moz-transform: scale(0);

	}

}

@-moz-keyframes blurFadeIn{

	0%{

		opacity: 0;

		text-shadow: 0px 0px 40px #fff;

		-moz-transform: scale(1.3);

	}

	100%{

		opacity: 1;

		text-shadow: 0px 0px 1px #fff;

		-moz-transform: scale(1);

	}

}

@-moz-keyframes fadeInBack{

	0%{

		opacity: 0;

		-moz-transform: scale(0);

	}

	50%{

		opacity: 0.4;

		-moz-transform: scale(2);

	}

	100%{

		opacity: 0.2;

		-moz-transform: scale(5);

	}

}

@-moz-keyframes fadeInRotate{

	0%{

		opacity: 0;

		-moz-transform: scale(0) rotate(360deg);

	}

	100%{

		opacity: 1;

		-moz-transform: scale(1) rotate(0deg);

	}

}

/**/

@keyframes blurFadeInOut{

	0%{

		opacity: 0;

		text-shadow: 0px 0px 40px #fff;

		transform: scale(1.3);

	}

	20%,75%{

		opacity: 1;

		text-shadow: 0px 0px 1px #fff;

		transform: scale(1);

	}

	100%{

		opacity: 0;

		text-shadow: 0px 0px 50px #fff;

		transform: scale(0);

	}

}

@keyframes blurFadeIn{

	0%{

		opacity: 0;

		text-shadow: 0px 0px 40px #fff;

		transform: scale(1.3);

	}

	50%{

		opacity: 0.5;

		text-shadow: 0px 0px 10px #fff;

		transform: scale(1.1);

	}

	100%{

		opacity: 1;

		text-shadow: 0px 0px 1px #fff;

		transform: scale(1);

	}

}

@keyframes fadeInBack{

	0%{

		opacity: 0;

		transform: scale(0);

	}

	50%{

		opacity: 0.4;

		transform: scale(2);

	}

	100%{

		opacity: 0.2;

		transform: scale(5);

	}

}

@keyframes fadeInRotate{

	0%{

		opacity: 0;

		transform: scale(0) rotate(360deg);

	}

	100%{

		opacity: 1;

		transform: scale(1) rotate(0deg);

	}

}





/* 8 ------- ir-Arriba Section Styles -------*/





.ir-arriba {

  display:none;

  padding:10px;

  background:rgba(255,255,255,.0);

  font-size:30px;

  color: #FF8C00;

    opacity: 100;

  cursor:pointer;

  position: fixed;

  bottom:20px;

  right:20px;

}
#texta-svial{
  background-color: #3B3B3B;
  border-style: none;
  resize: vertical;
  width: 100%;
}