
body, html {
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
	width: 100% !important;
	height: 100% !important;
        background: #333333;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 600;
	margin: 0;
	color: #555;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #555;
}
h4 {
	font-weight: 500;
	color: #555;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 14px;
}
a {
	color: #333333;
}
a:hover, a:focus {
	text-decoration: none;
	color: #383636;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #7BC523;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
.fondo_negro
{
    background: #333333 !important;
}

.fondo_blanco
{
    background: #fff !important;
}

.fondo_verde
{
    background: #F7F7F7 !important;
}

/* Navigation */
.navbar-custom {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: #333;
	text-transform: uppercase;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: #E75926;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #eee;
	font-size: 18px;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #E75926;
	color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
/*.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}*/
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #7BC523;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #7BC523;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
/* Home Section */
#inicio {
/*	display: table;
	width: 100%;
	height: auto;*/
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/edificio.jpg) no-repeat center center fixed;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
/*	background: url(../img/edificio.jpg) no-repeat center center fixed;*/
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
#intro .intro-body H1 {
	font-size: 76px;
	font-weight: 700;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
#intro .intro-body .brand-heading {
	color: #7BC523;
/*	text-shadow: 0 4px #7BC523;*/
}
#intro .intro-body .intro-text {
	font-size: 18px;
}

@media(min-width:768px) {
#intro {
	height: 100%;
	padding: 0;
}
#intro .intro-body .intro-text {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 50px;
	color: rgba(255,255,255,0.9);
}
}
.btn-default {
	color: #f6f6f6;
	background: #7BC523;
	border: 0;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #f6f6f6;
	background-color: #a13e1a;
}

.btn-transp {
	color: #fff;
	background: transparent;
	border: 0;
	padding: 10px 10px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
        border: solid 2px #fff;
}
.btn-transp:hover, .btn-transp:focus, .btn-transp.focus, .btn-transp:active, .btn-transp.active {
	color: #f6f6f6;
	background-color: #333333;
}

.borde-blanco
{
    border: solid 1px #fff;
}

.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
/*	margin-bottom: 30px;*/
        margin-bottom: 3px;
}
/* About Section */
#about {
	padding: 140px 0;
	background: #fff;
}
#about .about-text {
	margin-left: 10px;
}
#about H4 {
	font-size: 20px;
}
#about li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#about li:before {
	content: "✓";
	font-weight: 600;
	padding-right: 10px;
	color: #7BC523;
}
#about i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	color: #fff;
	font-size: 44px;
	text-shadow: 0 0 1px #666;
}
#about img {
	margin-top: 20px;
}
#about p {
	margin-top: 20px;
	margin-bottom: 30px;
}
/* Services Section */
#services {
	padding: 140px 0;
	background: url(../img/servicios.jpg);
	background-size: cover;
	background-attachment: fixed;
}
#services .service {
	padding: 20px 10px;
}
#services h2 {
	color: #f6f6f6;
}
#services h3 {
	font-size: 20px;
	font-weight: 600;
	color: #f6f6f6;
}
#services p {
	color: rgba(255,255,255,0.7);
}
.space {
	margin-top: 40px;
}
#services i.fa {
	font-size: 36px;
	color: #7BC523;
	transition: all 0.5s;
}
/* Gallery Section */
#works {
	padding: 120px 0;
	background: #fff;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #777;
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
ol.type li a.active {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
ol.type li a:hover {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	max-height: 190px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: rgba(255,255,255,0.6);
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #f6f6f6;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>p {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works i.fa {
	font-size: 20px;
	padding: 5px;
	color: #F4D03F;
}
/* Team Section */
#team {
	padding: 140px 0;
	background: #e6e6e6;
}
img.img-thumbnail.team-img {
	width: 200px;
	height: 200px;
	border: 0;
	border-radius: 0;
	background-color: #f6f6f6;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding: 9px;
	color: #777;
}
/* Testimonials Section */
#testimonials {
	background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;
	padding: 140px 0;
}
#testimonials h2 {
	color: #f6f6f6;
}
#testimonials blockquote {
	position: relative;
	margin-top: 20px;
	border: 0;
	text-align: center;
	color: rgba(255,255,255,0.8);
}
#testimonials i {
	font-size: 24px;
	color: rgba(255,255,255,0.3);
	margin-bottom: 14px;
}
#testimonials .clients-name {
	display: inline-block;
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 20px 0;
	margin-top: 10px;
}
/* Contact Section */
#contact {
	padding: 120px 0 40px 0;
	background: #fff;
}
#contact .contact-item {
	padding: 10px;
	margin: 10px;
	height: 100px;
	border-radius: 4px;
}
#contact h3 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 40px;
}
#contact form {
	padding: 30px 0;
}
#contact i.fa {
	font-size: 22px;
	color: #7BC523;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #ff3333;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact .btn-default {
	background: #7BC523;
	border: 0;
	border-radius: 4px;
	padding: 10px 20px;
	color: #f6f6f6;
	margin-top: 15px;
	font-size: 15px;
}
#contact .btn-default:hover, #contact .btn-default:focus {
	color: #f6f6f6;
	background: #a13e1a;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#contact .social ul {
	margin-top: 30px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding-top: 8px;
	color: #cf5022;
	border-radius: 4px;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #a13e1a;
}
/* Footer Section*/
#footer {
	background: #333;
	color: #777;
	padding: 20px 0;
	text-align: center;
}
#footer a {
	color: #999999;
}
#footer a:hover, a:focus {
	color: #e75926;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}

@media (max-width: 768px) {
.hover-bg .hover-text {
	padding: 20%;
}
}

@media (max-width: 640px) {
#intro .intro-body H1 {
	font-size: 5em;
}
}

.letra-icon
{
    font-size: 60px;
}

@media (max-width: 1024px)  {
    .letra-icon
    {
        font-size: 40px !important;
    }
}

@media (max-width: 768px)  {
    .letra-icon
    {
        font-size: 45px !important;
    }
}

@media (max-width: 600px)  {
    .letra-icon
    {
        font-size: 30px !important;
    }

}

@media (max-width: 448px)  {
    .letra-icon
    {
        font-size: 27px !important;
    }
}

.padding-0px
{
    padding: 0px !important;
}

.padding-5px
{
    padding: 5px !important;
}

.padding-15px
{
    padding: 15px !important;
}

.padding-47px
{
    padding: 47px !important;
}
.letra-10px
{
    font-size: 10px !important;
}

.letra-11px
{
    font-size: 11px !important;
}

.letra-12px
{
    font-size: 14px !important;
}

.letra-18px
{
    font-size: 18px !important;
}

.letra-log
{
    font-size: 18px !important;
}
@media (max-width: 448px)  {
    .letra-log
    {
        font-size: 6px !important;
    }
}

.letra-25px
{
    font-size: 25px !important;
}

.letra-17px
{
    font-size: 17px !important;
}

.letra-13px-resp
{
    font-size: 13px;
}


@media (max-width: 1024px)  {
    .letra-13px-resp
    {
        font-size: 12px !important;
    }
}

@media (max-width: 768px)  {
    .letra-13px-resp
    {
        font-size: 9px !important;
    }
}

@media (max-width: 600px)  {
    .letra-13px-resp
    {
        font-size: 8px !important;
    }

}

@media (max-width: 448px)  {
    .letra-11px-resp
    {
        font-size: 8px !important;
    }
}

.letra-35px
{
    font-size: 35px !important;
}

.letra-logo
{
    font-size: 18px;
}

@media (max-width: 448px)  {
    .letra-logo
    {
        font-size: 12px !important;
    }
}


.letra-separada
{
    letter-spacing: 2px
}

.letra-gr-500
{
    font-weight: 500;
}

.letra-naranja
{
    color: #FF7F00 !important;
}

.letra-gris
{
    color: #555555 !important;
}


.letra_verde
{
    color: #7BC523 !important;
}

.letra-blanca
{
    color: #fff !important;
}

.letra-gris
{
    color: #333 !important;
}
.letra-verde
{
    color: #43C600 !important;
}

.letra-mayuscula
{
    text-transform: uppercase !important;
}

.letra-negrita
{
    font-weight: bold !important;
}

.letra-600
{
    font-weight: 600;
}

.margin-top-10px
{
    margin-top: 10px !important;
}

.margin-top-20px
{
    margin-top: 20px !important;
}

.margin-top-40px
{
    margin-top: 40px !important;
}

.margin-top-82px
{
    margin-top: 82px !important;
}

.margin-bottom-10px
{
    margin-bottom: 10px !important;
}

.margin-left-10px
{
    margin-left: 10px !important;
}

.margin-right-10px
{
    margin-right:  10px !important;
}

.transparencia_osc
{
    background-color: rgba(0,0,0,0.7);
}


.cambio-color-gris
{
    background-color: transparent;
}
.cambio-color-gris:hover
{
    background:#383636;
    transition:all 2s ease;
    color: #fff;
}

.cambio-color-azul
{
    background-color: transparent;
}
.cambio-color-azul:hover
{
    background:#24519b;
    transition:all 2s ease;
    color: #fff;
}

.cambio-color-naranjo
{
    background-color: transparent;
}
.cambio-color-naranjo:hover
{
    background:#ef610b;
    transition:all 2s ease;
    color: #fff;
}

.cambio-color-verde
{
    background-color: transparent;
}
.cambio-color-verde:hover
{
    background:#199e0f;
    transition:all 2s ease;
    color: #fff;
}

#fin {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/servicios.jpg) no-repeat center center fixed;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

#quiene {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/q-nosotros.jpg) no-repeat center center fixed;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

#form-contacto {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/generar-contactos.jpg) no-repeat center center fixed;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}


.fieldset-top {
    border: none;
    border-top: 1px solid rgba(0,0,0,0.6);
}

.border-gris
{
    border-bottom: solid 1px #383636; 
}

#seccion {
    padding: 120px 0 40px 0;
    background: #fff;
}

.link-descarga
{
    color: #429D11;
    text-decoration: none;     
}

.link-descarga:hover
{
    color: #133C55;
    text-decoration: none;     
}


.letra-portada
{
    font-size: 45px;
    margin-top: 0px !important;
}

@media (max-width: 1024px)  {
    .letra-portada
    {
        font-size: 40px !important;
        margin-top: 130px !important;
    }
}

@media (max-width: 768px)  {
    .letra-portada
    {
        font-size: 45px !important;
        margin-top: 20px !important;
    }
}

@media (max-width: 600px)  {
    .letra-portada
    {
        font-size: 30px !important;
    }

}

@media (max-width: 448px)  {
    .letra-portada
    {
        font-size: 30px !important;
    }
}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.sombra
{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1 )    
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
/*    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);*/
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 4em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3, 
.fade-carousel .slides .slide-4, 
.fade-carousel .slides .slide-5{
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../img/rot-1.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../img/rot-2.jpg); 
}
.fade-carousel .slides .slide-3 {
  background-image: url(../img/rot-3.jpg); 
}
.fade-carousel .slides .slide-4 {
  background-image: url(../img/rot-4.jpg); 
}
.fade-carousel .slides .slide-5 {
  background-image: url(../img/rot-5.jpg); 
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

.link
{
    color: #333333;
    text-decoration: none;
}

.link:hover
{
    color: #383636;
    text-decoration: none;
}

.margin-top20px-resp
{
   margin-top: 20px;
}
@media only screen and (min-width: 200px) and (max-width: 768px) {
    .margin-top20px-resp
    {
        margin-top: 2px !important;
    }

}

.alto-50px-resp
{
   margin-top: 50px;
}
@media only screen and (min-width: 200px) and (max-width: 768px) {
    .alto-50px-resp
    {
        margin-top: 2px !important;
    }

}

.border_bottom
{
    border-bottom: solid 1px #B3BBC5 !important;
}
.txt-1, 
.txt-2, 
.txt-3 {
	position: absolute;
  display: block;
	top: 4px;
  
  width: 100%;
  
  font-size: 12px;

	animation-duration: 20s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.txt-1{
	animation-name: anim-1;
}

/*.txt-2{
	animation-name: anim-2;
}

.txt-3{
	animation-name: anim-3;
}*/

@keyframes anim-1 {
	0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 0%; opacity: 1; }
  33.33%, 100% { left: 20%; opacity: 0; }
}
/*
@keyframes anim-2 {
	0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 25%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}*/


.letra-roja-adv
{
    color: #fb594d;
}