/* 
 Theme Name:   bAstra
 Theme URI:    
 Description:  
 Author:       Fabio Chirino
 Author URI:   
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/*------------------ HEADER ------------------*/
.img-logo-jesus {
    width: 85px !important;
    height: 85px !important;
}

/*------------------ HERO ------------------*/
.redes-hero {
    position: absolute;
    top: 520px !important;
    left: 353px !important;
    z-index: 999 !important;
}

.scrolling_text {
    display: flex;
	max-width: 100vw !important;
	width: 100%;
    padding-bottom: 12px;
	background-color: #0D78B7;
    white-space: nowrap;
    overflow: hidden;
}
.txt-doblaje {
    font-family: 'Bilya Layered' !important;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	animation: animate_text 30s linear infinite;
}
.txt-doblaje span {
	margin: 0;
	text-align: center !important;
}
@keyframes animate_text {
	from {transform: translate3d(0, 0, 0);}

	to {transform: translate3d(-100%, 0, 0);}
}

.btn-redes {
    animation: btnAnim 1s ease-in-out infinite normal forwards;
    animation-fill-mode: both;
}
.btn-redes1 { animation-delay: 0s; }
.btn-redes2 { animation-delay: 0.4s; }
.btn-redes3 { animation-delay: 0.8s; }
.btn-redes4 { animation-delay: 1.2s; }
.btn-redes5 { animation-delay: 1.4s; }

@keyframes btnAnim {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/*------------------ SOMOS ------------------*/
.txt-doblar {}

.txt-personaje {
    position: relative !important;
    display: block !important;
    width: 59% !important;
    margin: auto !important;
    margin-top: -22px !important;
    background-color: #0D78B7;
    z-index: 999 !important;
}

.img-tv {
    margin-top: -35px !important;
}
.img-separador {
    position: absolute !important;
    top: -334px !important;
}

.img-somos {
    display: block !important;
    width: 800px !important;
    height: 564px !important;
    margin: auto !important;
}

.img-sinopsis {
    display: block !important;
    width: 634px !important;
    height: auto !important;
    margin: auto !important;
}

/*------------------ JESUS ------------------*/
.container-jesus {
    position: relative !important;
    top: -276px !important;
    margin-bottom: -186px !important;
    z-index: 999 !important;
}

/*------------------ CARRETES ------------------*/
.img-carrete1 {
    position: relative !important;
    margin-top: -160px !important;
    margin-bottom: -130px !important;
    z-index: 9999 !important;
}

/*------------------ CARRETES ------------------*/

/*------------------ BACK TO TOP ------------------*/
#ast-scroll-top {
    z-index: 99999 !important;
}

/*================================= 
    REPONSIVE
=================================*/
@media screen and (min-width: 1500px) {
    /*------------------ HERO ------------------*/
    .logo-hero img {
        width: 600px !important;
        height: 475px !important;
    }

    .img-sincro img {
        width: 842px !important;
        height: 655px !important;
    }

    .redes-hero {
        top: 643px !important;
        left: 392px !important;
    }

    /*------------------ CARRETES ------------------*/
    .img-carrete1 img {
        width: 100vw !important;
        height: auto !important;
        margin-top: -232px !important;
    }
}

@media screen and (max-width: 500px) {
    .txt-doblaje {
        font-size: 13px;
    }
    .redes-hero {
        top: 241px !important;
        left: 59px !important;
    }

    .scrolling_text {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    /*------------------ SOMOS ------------------*/
    .txt-personaje {
        width: 95% !important;
        padding-top: 10px !important;
        margin-top: -11px !important;
    }
    /*------------------ SOMOS ------------------*/
    .img-somos {
        width: 400px !important;
        height: auto !important;
    }

    /*------------------ SOMOS ------------------*/
    .img-separador {
        top: -101px !important;
    }
}


/* .bounce-top {
    animation: bounce-top .9s linear both;
}

@keyframes bounce-top {
    0% {
        transform: translateY(-45px);
        animation-timing-function: ease-in; opacity:1;
    }
    24% {
        opacity:1;
    }
    40% {
        transform:translateY(-24px);
        animation-timing-function:ease-in;
    }
    65% {
        transform:translateY(-12px);
        animation-timing-function:ease-in;
    }
    82% {
        transform:translateY(-6px);
        animation-timing-function:ease-in;
    }
    93% {
        transform:translateY(-4px);
        animation-timing-function:ease-in;
    }
    25%,55%,75%,87% {
        transform:translateY(0);
        animation-timing-function:ease-out;
    }
    100% {
        transform: translateY(0);
        animation-timing-function: ease-out;
        opacity: 1;
    }
} */