@charset "utf-8";
/* CSS Document */

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

.cd-intro {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 100%;
	border: thin none #000;
	position:absolute;
	left: 0px;
	top: 25%;
	right: 0px;
	bottom: 0px;
	box-sizing:border-box;
	display:block;
}

/*CONFIGURACION DEL TEXTO ANIMADO*/  
.cd-headline {
	font-family: RobotoCondensed-Regular;
	font-size: 48px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	border: thin none #000;
	position: absolute;
	left: 40%;
	top: 0%;
	right: 0px;
	bottom: 0px;
}

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

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper.selected {
	background-color: #F7931E;
}

.cd-headline.type .cd-words-wrapper.selected b {
	color: #FFFFFF;
}


.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@media screen and (max-width:800px){
   .cd-intro {
        margin: 0px;
        padding: 0px;
        height: 50px;
        width: 100%;
        border: thin none #000;
        position:absolute;
        left: 0px;
        top: 63%;
        right: 0px;
        bottom: 0px;
        box-sizing:border-box;
        display:block;
    }

    .cd-headline {
	font-family: RobotoCondensed-Regular;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	border: thin none #000;
	position: absolute;
	left: 0px;
	top: 0%;
	right: 0px;
	bottom: 0%;
    }

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

    xtype 

    -------------------------------- */
    .cd-headline.type .cd-words-wrapper.selected {
	background-color: #F7931E;
    }

    .cd-headline.type .cd-words-wrapper.selected b {
	color: #FFFFFF;
    }


    .cd-headline.type i {
      position: absolute;
      visibility: hidden;
    }

    .cd-headline.type i.in {
      position: relative;
      visibility: visible;
    }
}
