/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/* Mis Estilos */
.align-center {
	text-align: center;
}
hr.separator-break.separator-accent {
	margin-left: auto!important;
    margin-right: auto!important;
}

html {
	margin-top: 0px!important;
}
.single-post p {
    font-size: 1.2em!important;
}
p a {
	color: #006cff!important;
	font-weight: 500;
}
p a:hover {
	opacity: .8!important;
}

/* Estilos para los artículos */
ul.uagb-toc__list ul {
    margin-top: 2px!important;
}
ol li::marker {
	color: #6d85ff;
    font-weight: 600;
}
.list-style-np01 li {
	margin-bottom: 5px;
}
h2.uagb-heading-text {
    background: #006cff;
    padding: 12px;
    border-radius: 5px;
	color: #fff!important;
}
h2.uagb-heading-text::before {
    content: '';
    width: 35px;
    height: 1px;
    display: block;
    background: #006cff;
    position: absolute;
    margin-left: -43px;
    margin-top: 12px;
    z-index: 1;
}

 /*ventanas*/
            .ventana {
                position: fixed;
                background: rgba(0,0,0,1);
                top: 0;
                width: 100%;
                height: 100%;
                z-index: 1000;
            }

            .ventana:first-child{
                left: -50%;
                animation: ventana-first 1.5s 1;
                animation-fill-mode: forwards;
            }
            .ventana:nth-child(2){
                left: 50%;
                animation: ventana-second 1.5s 1;
                animation-fill-mode: forwards;
            }

            @keyframes ventana-first {
                100% {margin-left: -60%;}

            }
            @keyframes ventana-second {
                100% {margin-left: 60%;}
            }

/*fin ventana*/
          /* Style the header */
            *{
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            .imagenes {
                position: absolute;
                top: 0;
                left: 0;
                display: none;
            }
            #todasImagenes {
                height: 100vh;
            }

            #slider {
                /*                width: 896px;*/
            }
            .centrado {
                position: relative;
                /*                width: 896px;*/
                margin: 0 auto;
            }

            .activo {
                background-color: cadetblue;
                color: #fff;
            }
            .header {
                padding: 10px 16px;
                background: #555;
                color: #f1f1f1;
            }

            /* Page content */
            .content {
                padding: 16px;
            }

            /* The sticky class is added to the header with JS when it reaches its scroll position */
            .sticky {
                position: fixed;
                top: 0;
                width: 100%
            }

            /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
            .sticky + .content {
                padding-top: 102px;
            }


            .cb-slideshow,
            .cb-slideshow:after { 
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0px;
                left: 0px;
                z-index: 0; 
            }
            .cb-slideshow:after { 
                content: '';
                background: transparent url(img/pattern.png) repeat top left; 
            }
            .cb-slideshow li span { 
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
                color: transparent;
                background-size: cover;
                background-position: 50% 50%;
                background-repeat: none;
                opacity: 0;
                z-index: 0;
                -webkit-backface-visibility: hidden;
                -webkit-animation: imageAnimation 36s linear infinite 0s;
                -moz-animation: imageAnimation 36s linear infinite 0s;
                -o-animation: imageAnimation 36s linear infinite 0s;
                -ms-animation: imageAnimation 36s linear infinite 0s;
                animation: imageAnimation 36s linear infinite 0s; 
                background-size: cover;
                background-attachment: fixed;
                background-position: 50% 0px;
            }
            .cb-slideshow li div { 
                z-index: 1000;
                position: absolute;
                bottom: 30px;
                left: 0px;
                width: 100%;
                text-align: center;
                opacity: 0;
                color: #fff;
                -webkit-animation: titleAnimation 36s linear infinite 0s;
                -moz-animation: titleAnimation 36s linear infinite 0s;
                -o-animation: titleAnimation 36s linear infinite 0s;
                -ms-animation: titleAnimation 36s linear infinite 0s;
                animation: titleAnimation 36s linear infinite 0s; 
            }
            .cb-slideshow li div h3 { 
                font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
                font-size: 240px;
                padding: 0;
                line-height: 200px; 
            }
            .cb-slideshow li:nth-child(1) span { 
                background-image: url(https://nachoperezgraphics.com/wp-content/uploads/2019/02/image-placeholder-25-min.jpg) 
            }
            .cb-slideshow li:nth-child(2) span { 
                background-image: url(https://nachoperezgraphics.com/wp-content/uploads/2019/02/image-placeholder-18-min.jpg);
                -webkit-animation-delay: 6s;
                -moz-animation-delay: 6s;
                -o-animation-delay: 6s;
                -ms-animation-delay: 6s;
                animation-delay: 6s; 
            }
            .cb-slideshow li:nth-child(3) span { 
                background-image: url(https://nachoperezgraphics.com/wp-content/uploads/2019/02/image-placeholder-30-min.jpg);
                -webkit-animation-delay: 12s;
                -moz-animation-delay: 12s;
                -o-animation-delay: 12s;
                -ms-animation-delay: 12s;
                animation-delay: 12s; 
            }
            .cb-slideshow li:nth-child(4) span { 
                background-image: url(https://nachoperezgraphics.com/wp-content/uploads/2019/02/image-placeholder-16-min.jpg);
                -webkit-animation-delay: 18s;
                -moz-animation-delay: 18s;
                -o-animation-delay: 18s;
                -ms-animation-delay: 18s;
                animation-delay: 18s; 
            }
            .cb-slideshow li:nth-child(5) span { 
                background-image: url(../images/5.jpg);
                -webkit-animation-delay: 24s;
                -moz-animation-delay: 24s;
                -o-animation-delay: 24s;
                -ms-animation-delay: 24s;
                animation-delay: 24s; 
            }
            .cb-slideshow li:nth-child(6) span { 
                background-image: url(../images/6.jpg);
                -webkit-animation-delay: 30s;
                -moz-animation-delay: 30s;
                -o-animation-delay: 30s;
                -ms-animation-delay: 30s;
                animation-delay: 30s; 
            }
            .cb-slideshow li:nth-child(2) div { 
                -webkit-animation-delay: 6s;
                -moz-animation-delay: 6s;
                -o-animation-delay: 6s;
                -ms-animation-delay: 6s;
                animation-delay: 6s; 
            }
            .cb-slideshow li:nth-child(3) div { 
                -webkit-animation-delay: 12s;
                -moz-animation-delay: 12s;
                -o-animation-delay: 12s;
                -ms-animation-delay: 12s;
                animation-delay: 12s; 
            }
            .cb-slideshow li:nth-child(4) div { 
                -webkit-animation-delay: 18s;
                -moz-animation-delay: 18s;
                -o-animation-delay: 18s;
                -ms-animation-delay: 18s;
                animation-delay: 18s; 
            }
            .cb-slideshow li:nth-child(5) div { 
                -webkit-animation-delay: 24s;
                -moz-animation-delay: 24s;
                -o-animation-delay: 24s;
                -ms-animation-delay: 24s;
                animation-delay: 24s; 
            }
            .cb-slideshow li:nth-child(6) div { 
                -webkit-animation-delay: 30s;
                -moz-animation-delay: 30s;
                -o-animation-delay: 30s;
                -ms-animation-delay: 30s;
                animation-delay: 30s; 
            }
            /* Animation for the slideshow images */
            @-webkit-keyframes imageAnimation { 
                0% { opacity: 0;
                    -webkit-animation-timing-function: ease-in; }
                8% { opacity: 1;
                    -webkit-animation-timing-function: ease-out; }
                17% { opacity: 1 }
                25% { opacity: 0 }
                100% { opacity: 0 }
            }
            @-moz-keyframes imageAnimation { 
                0% { opacity: 0;
                    -moz-animation-timing-function: ease-in; }
                8% { opacity: 1;
                    -moz-animation-timing-function: ease-out; }
                17% { opacity: 1 }
                25% { opacity: 0 }
                100% { opacity: 0 }
            }
            @-o-keyframes imageAnimation { 
                0% { opacity: 0;
                    -o-animation-timing-function: ease-in; }
                8% { opacity: 1;
                    -o-animation-timing-function: ease-out; }
                17% { opacity: 1 }
                25% { opacity: 0 }
                100% { opacity: 0 }
            }
            @keyframes imageAnimation { 
                0% { opacity: 0;
                    animation-timing-function: ease-in; }
                8% { opacity: 1;
                    animation-timing-function: ease-out; }
                17% { opacity: 1 }
                25% { opacity: 0 }
                100% { opacity: 0 }
            }
            /* Animation for the title */
            @-webkit-keyframes titleAnimation { 
                0% { opacity: 0 }
                8% { opacity: 1 }
                17% { opacity: 1 }
                19% { opacity: 0 }
                100% { opacity: 0 }
            }
            @-moz-keyframes titleAnimation { 
                0% { opacity: 0 }
                8% { opacity: 1 }
                17% { opacity: 1 }
                19% { opacity: 0 }
                100% { opacity: 0 }
            }
            @-o-keyframes titleAnimation { 
                0% { opacity: 0 }
                8% { opacity: 1 }
                17% { opacity: 1 }
                19% { opacity: 0 }
                100% { opacity: 0 }
            }
            @keyframes titleAnimation { 
                0% { opacity: 0 }
                8% { opacity: 1 }
                17% { opacity: 1 }
                19% { opacity: 0 }
                100% { opacity: 0 }
            }
            /* Show at least something when animations not supported */
            .no-cssanimations .cb-slideshow li span{
                opacity: 1;
            }

            @media screen and (max-width: 1140px) { 
                .cb-slideshow li div h3 { font-size: 140px }
            }
            @media screen and (max-width: 600px) { 
                .cb-slideshow li div h3 { font-size: 80px }
            }

/* Mis Estilos */
.no-display, .poppins-font-h350 .heading-text.el-text > p:first-child, .fontsize-160000.fontspace-135905.text-accent-color.text-uppercase > span p:last-child {
	display: none!important;
}
/* Iconos Menú Redes Sociales */
.menu-light .menu-smart a i {
    color: #006cff;
}
/* Iconos Redes Sociales Portfolio */
.portfolio-wrapper div[class*="sharer-"].share-button .social ul li {
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    border-right: 1px solid #cfcfcf;
    padding-right: 10px;
	margin-right: 12px!important;
}
.portfolio-wrapper div[class*="sharer-"].share-button .social ul li.social-paper-plane {
	border: 0px;
}
div[class*=sharer-].share-button .social ul li {
	font-size: 24px;
	width: 47px;
	height: 34px;
	line-height: 34px;
}

/*.vc_custom_heading_wrap.align-center .font-762333.h1.fontspace-111509.font-weight-600,*/ .portfolio-web h2 {
	text-align: center;
	font-size: 75px!important;
	width: 900px;
}
.width-900 {
	max-width: 900px;
	margin: auto;
}
.color_primary-autos {
	background-color: #18344e;
}
.color_primary-autos h2, .color_primary-autos p, .portfolio-web .text-lead strong {
    color: #fff!important;
}
.portfolio-web .text-lead, .portfolio-web .text-lead p  {
	margin-top: 20px!important;
}


.tmb .t-entry p.t-entry-meta span {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 100;
    opacity: .95;
}
.poppins-font {
	font-family: Poppins !important;
}
.font-size75px.font-weight-700 h1 {
	font-size: 75px;
	font-weight: 700;	
}
.font-size35px.font-weight-500 h2 {
	font-size: 35px;
	font-weight: 500;	
}
.poppins-font h2 {
	font-size: 50px;
	font-weight: 400;
}
.poppins-font-h350 {
	margin-top: 24px!important;
}
.poppins-font-h350 h3 {
	font-size: 50px;
}
body:not(.vc-safe-mode) .desplazamiento-top260 .shift_y_neg_quad {
	margin-top: -260px !important;
}
body:not(.vc-safe-mode) .desplazamiento-top500 .shift_y_neg_quad {
	margin-top: -500px !important;
}

/* Estilos barra lateral */
/*
.uncell.double-bottom-padding aside {
    background: #006cff;
    padding: 20px;
    border-radius: 15px;
}
aside#text-1 {
    background: transparent!important;
    padding: 0px!important;
}
.uncell.double-bottom-padding .widget-title {
	color: #fff;
	padding: 0px 0px 20px 0px;
}
.style-light .widget-container a {
	color: #fff;
}
*/
aside#text-1 img {
	border-radius: 15px!important;
}


/* Personalizaciones blog */
.articulos-noticias h1 {
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
    font-size: clamp(1.2rem,calc(1rem + 3.5vw),4.37rem);
    line-height: 1.15em;
}
.post-content.style-light.double-bottom-padding {
	border-radius: 15px;
    box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.4);
	/*box-shadow: 0 4px 9px 0 rgba(67, 65, 79, 0.2);*/
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 4rem;
}
.post-template-default.single .post .post-media {
    margin: -30px;
}
.post-template-default.single .post .post-media img {
	border-radius: 15px 15px 0 0;
}
.post-template-default.single.single-post .page-body {
	display: inherit;
	position: relative;
	/* margin-top: -350px;*/
	z-index: 3;
}
.post-template-default.single.single-post .style-color-xsdn-bg {
    background-color: transparent;
}
.post-content.style-light.double-bottom-padding {
    background: #fff;
}
.articulos-noticias .col-lg-4.col-widgets-sidebar aside {
	padding: .5rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(17,17,17,.5);
}
.articulos-noticias .col-lg-4.col-widgets-sidebar aside img {
    border-radius: 15px!important;
    box-shadow: 0 0 50px rgba(17,17,17,.5);
}
.single .post-content {
	padding-right: 22%!important;
}
@media screen and (min-width: 960px) { 
 .articulos-noticias article .col-lg-8 {
    width: 78.666667%;
	}
	.articulos-noticias article .col-lg-4 {
    width: 28.333333%;
	}
}
@media screen and (max-width: 960px) { 
	.post-template-default.single.single-post .page-body {
		 margin-top: -24%;
	 }
}
 @media screen and (max-width: 480px) { 
	/* .post-template-default.single.single-post .page-body {
		 margin-top: -64%;
	 }
	 */
	 .post-template-default.single #page-header {
		 margin-bottom: -245px;
		 display: inherit;
	 }
	 .main-container .row-container .row-parent {
    	padding-left: 12px;
		padding-right: 12px; 
	}
	 .post-content.style-light.double-bottom-padding {
		 border-radius: 10px;
		padding: 1.55rem;
	 }
	 .align-left-mv {
		 text-align: left;
	 }
}
/* END Personalizaciones blog */

@media screen and (min-width: 1500px) { 
    .row-menu-inner {
    	width: 93%;
		margin: auto;
	}
            }

@media screen and (max-width: 480px) { 
    .poppins-font-h350 h3 {
    	font-size: 30px;
	}
	.main-container .row-container .single-h-padding {
    padding-left: 20px;
    padding-right: 20px;
	}
}