body {
    padding: 0;
    margin: 0;
    background-color: #000;
}

@font-face {
    font-family: "titulos";
    src: url(../fonts/Neuzeit-Grotesk-Cond-W03-Black.ttf);
}

@font-face {
    font-family: "parrafos";
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: "cursiva";
    src: url(../fonts/Brisa-Regular.ttf);
}

:root {
    --tipografia-parrafo: ;
    --verde: #A1F5D6;
    --blanco: #fff;
    --negro: #000;
    --parrafo-blanco: rgba(255, 255, 255, 1);
}

html {
    scroll-behavior: smooth;
}


/* Navbar */
header{
    position: fixed;
    z-index: 2;
    background-color: #000;
    width: 100%;
}
.navbar{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    font-family: 'parrafos';
}
.navbar li{
    margin: 8px 2rem;
}
.navbar li a{
    text-decoration: none;
    color: var(--blanco);
    transition: all .3s;
}
.navbar li a:hover{
    color: var(--verde);
}

@media only screen and (max-width: 600px){
    .navbar{
        justify-content: space-around;
        width: 100%;
    }
    .navbar li{
        margin: .8rem 0rem;
    }
}

/* boton flotante de whatsapp */
.floatwa{
	position:fixed;
	width:50px;
	height:50px;
	bottom:20px;
    right: 16px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}
.floatwa:hover {
	text-decoration: none;
	color: #25d366;
  	background-color:#fff;
	transition: all 1s;
}
.my-float{
	margin-top: 11px;
}
.grecaptcha-badge {
	visibility: hidden !important;
}

/* end Navbar */

/* Banner principal */

.bannerP {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
}

.bannerP-cont {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerP-1 {
    width: 50%;
    display: flex;
    justify-content: center;
}

.bannerP-2 {
    width: 50%;
}

.bannerP-1 img {
    width: 70%;
    justify-content: center;
}

.bannerP-2 p:first-of-type {
    color: var(--verde);
    font-size: 1rem;
    font-family: "parrafos";
    margin-bottom: -32px;
}

.bannerP-2 h1 {
    color: var(--blanco);
    font-size: 3rem;
    margin-bottom: 8px;
    font-family: 'titulos';
}

.bannerP-2 h1 span {
    color: var(--verde);
}

.bannerP-2 div {
    background-color: var(--verde);
    height: 3px;
    width: 13%;
    margin-bottom: 32px;
}

.bannerP-2 p:nth-of-type(2) {
    color: var(--parrafo-blanco);
    font-size: 1rem;
    font-family: 'parrafos';
    margin-bottom: 32px;
}

.bannerP h2 {
    color: var(--verde);
    font-size: 3rem;
    font-family: 'cursiva';
}

@media only screen and (max-width: 600px) {
    .bannerP {
        background-image: url(../img/oscarhernandez.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .bannerP-cont {
        display: block;
        display: flex;
        justify-content: center;
    }

    .bannerP-1 {
        display: none;
        width: 100%;
    }

    .bannerP-2 {
        width: 100%;
    }

    .bannerP-1 img {
        width: 100%;
    }
}

/* end Banner principal */

/* bienvenido a mi mundo digital */

.bienv {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-bienv {
    background: linear-gradient(269.99deg, rgba(33, 51, 48, 0.63) 0.03%, rgba(0, 0, 0, 0.567) 100%);
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6rem 32px;
}


.seleccion {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.seleccion li a {
    color: var(--parrafo-blanco);
    margin-top: 2rem;
    font-family: 'parrafos';
    text-decoration: none;
}

#sobre {
    color: var(--verde);
}

#experiencia {
    color: var(--blanco);
}

#educacion {
    color: var(--blanco);
}


#cont-sobre-1 {
    display: block;
}

#cont-sobre-2 {
    display: block;
}

#cont-experiencia-1 {
    display: none;
}

#cont-experiencia-2 {
    display: none;
}

#cont-educacion-1 {
    display: none;
}

#cont-educacion-2 {
    display: none;
}

/* sobre mi */
#cont-sobre-1 {
    width: 50%;
}

#cont-sobre-2 {
    width: 50%;
}

#cont-sobre-1 img {
    width: 30%;
    position: absolute;
    margin-top: -12rem;
    left: 15%;
}

#cont-sobre-2 div {
    background-color: var(--verde);
    height: 3px;
    width: 20%;
    margin-bottom: -16px;
}

#cont-sobre-2 h2 {
    font-size: 2.5rem;
    font-family: 'titulos';
    color: var(--blanco);
    margin-bottom: -64px;
}

#cont-sobre-2 h3 {
    font-size: 3.5rem;
    font-family: 'cursiva';
    color: var(--verde);
    margin-bottom: 32px;
}

#cont-sobre-2 p {
    font-size: 1rem;
    font-family: 'parrafos';
    color: var(--parrafo-blanco);
}


/* experiencia laboral */

#cont-experiencia-1 {
    width: 50%;
}

#cont-experiencia-2 {
    width: 50%;
}

#cont-experiencia-1 img {
    width: 30%;
    position: absolute;
    margin-top: -12rem;
    left: 15%;
}

#cont-experiencia-2 div {
    background-color: var(--verde);
    height: 3px;
    width: 20%;
    margin-bottom: -16px;
}

#cont-experiencia-2 h2 {
    font-size: 2.5rem;
    font-family: 'titulos';
    color: var(--blanco);
    margin-bottom: -64px;
}

#cont-experiencia-2 h3 {
    font-size: 3.5rem;
    font-family: 'cursiva';
    color: var(--verde);
    margin-bottom: 32px;
}

#cont-experiencia-2 p {
    font-size: 1rem;
    font-family: 'parrafos';
    color: var(--parrafo-blanco);
}

/* Educacion */

#cont-educacion-1 {
    width: 50%;
}

#cont-educacion-2 {
    width: 50%;
}

#cont-educacion-1 img {
    width: 30%;
    position: absolute;
    margin-top: -12rem;
    left: 15%;
}

#cont-educacion-2 div {
    background-color: var(--verde);
    height: 3px;
    width: 20%;
    margin-bottom: -16px;
}

#cont-educacion-2 h2 {
    font-size: 2.5rem;
    font-family: 'titulos';
    color: var(--blanco);
    margin-bottom: -64px;
}

#cont-educacion-2 h3 {
    font-size: 3.5rem;
    font-family: 'cursiva';
    color: var(--verde);
    margin-bottom: 32px;
}

#cont-educacion-2 p {
    font-size: 1rem;
    font-family: 'parrafos';
    color: var(--parrafo-blanco);
}


@media only screen and (max-width: 600px){
    
    .cont-bienv {
        width: 100%;
        display: block;
        padding: 2rem 16px;
    }
    
    .seleccion {
        list-style: none;
        justify-content: left;
        writing-mode: horizontal-tb;
        transform: none;
    }
    .seleccion li a {
        color: var(--parrafo-blanco);
        margin-top: 0;
        font-family: 'parrafos';
        text-decoration: none;
    }
    .seleccion li:nth-child(2){
        margin: 0 1rem;
    }
    #cont-sobre-1{
        display: none !important;
    }
    #cont-sobre-2 {
        width: 100%;
    }
    #cont-sobre-2 div {
        width: 100%;
    }
    #cont-experiencia-1{
        display: none !important;
    }
    #cont-experiencia-2{
        width: 100%;
    }
    #cont-experiencia-2 div{
        width: 100%;
    }
    #cont-educacion-1{
        display: none !important;
    }
    #cont-educacion-2{
        width: 100%;
    }
    #cont-educacion-2 div{
        width: 100%;
    }
}

/* end bienvenido a mi mundo digital */

/* portafolio */
.portafolio {
    display: flex;
    justify-content: center;
}

.cont-portafolio {
    margin-top: 18rem;
    width: 80%;
}

.cont-portafolio h2 {
    font-family: 'cursiva';
    color: var(--blanco);
    font-size: 4rem;
    text-align: center;
}

.cont-portafolio p {
    color: var(--blanco);
    font-family: 'parrafos';
}
.cat-portafolio{
    display: flex;
    justify-content: center;
}
.cat-portafolio ul{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    width: 50%
}
.cat-portafolio li{
    min-width: 20%;
    max-width: 20%;
}

.cat-verde {
    padding: 3rem;
    background: linear-gradient(269deg, #213330 0%, rgba(0, 0, 0, 0.90) 100%);
    margin: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}
.cat-verde p{
    font-family: 'titulos';
    font-size: 1rem;
    text-transform: uppercase;
}
.cat-verde i{
    color: var(--blanco);
    font-size: 2.5rem;
}
.cat-verde:hover{
    border: 1px solid #FFF;
    box-shadow: 0px 4px 31px 0px rgba(234, 234, 234, 0.25);
}

.cat-negra {
    padding: 3rem;
    background: linear-gradient(91deg, #141414 0%, rgba(20, 20, 20, 0.00) 99.40%);
    margin: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}
.cat-negra p{
    font-family: 'titulos';
    font-size: 1rem;
    text-transform: uppercase;
}
.cat-negra i{
    color: var(--blanco);
    font-size: 2.5rem;
}
.cat-negra:hover{
    border: 1px solid #FFF;
    box-shadow: 0px 4px 31px 0px rgba(234, 234, 234, 0.25);
}

@media only screen and (max-width: 600px){
    .cont-portafolio {
        margin-top: 2rem;
        width: 90%;
    }
    .cat-portafolio ul{
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        /* justify-content: center; */
        width: 100%
    }
    .cat-portafolio li{
        min-width: none;
        max-width: none;
        width: 20%;
    }
    .cat-verde {
        padding: 16px 0 0 0;
        margin: 8px;
    }
    .cat-verde p{
        font-size: .5rem;
    }
    .cat-verde i{
        color: var(--blanco);
        font-size: 1rem;
    }
    
    .cat-negra {
        padding: 16px 0 0 0;
        margin: 8px;
    }
    .cat-negra p{
        font-size: .5rem;
    }
    .cat-negra i{
        font-size: 1rem;
    }

}

/* modales portafolio */
.modal{
    background: linear-gradient(270deg, rgba(33, 51, 48, 0.91) 0%, #000 100%);
    padding:3rem;
    width: 100%;
}

.close-modal{
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    right: 3rem;
    cursor: pointer;
}

.content-modal{
    display: flex;
}
.titulo-modal{
    color: var(--blanco);
    text-align: center;
    font-family: 'titulos';
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 5rem;
}
.titulo-modal i{
    font-size: 3rem;
}

.list-modal{
    width: 33.33%;
    display: flex;
    align-items: center;
}

.list-modal ul{
    color: var(--blanco);
    font-family: 'titulos';
    font-size: 1.3rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-modal ul li{
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all .5s;
}
.list-modal ul li i{
    font-size: .8rem;
}
.list-modal ul li:hover{
    color: var(--verde);
}
.img-modal{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 33.33%;
    padding: 0 2rem;
}
.img-modal img{
    width:100%;
    justify-content: center;
}
.sw-modal{
    color: var(--blanco);
    font-family: 'cursiva';
    font-size: 2rem;
    width: 33.33%;
    padding: 2rem;
}
.sw-titulo{
    margin-bottom: 2rem;
    font-size: 3rem;
}
.sw-utilizados{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.sw-visit{
    text-decoration: none;
    background: #959595;
    color: #fff;
    padding: .5rem 3rem;
    transition: all .3s;
}
.sw-visit:hover{
    box-shadow: 0px 5px 20px 0px rgba(255, 255, 255, 0.11);
}
@media only screen and (max-width: 600px){
    .modal{
        margin-top: 2rem;
        padding:2rem 1rem;
    }
    
    .close-modal{
        font-size: 1.5rem;
        right: 1rem;
    }
    .titulo-modal{
        margin-bottom: 24px;
    }
    .content-modal{
        display: block;
    }
    .list-modal{
        width: 100%;
        display: flex;
        justify-content: left;
    }
    .img-modal{
        width: 100%;
        padding: 1rem 0;
    }
    .sw-modal{
        width: 100%;
        padding: 1rem .2rem;
    }
    .sw-utilizados{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 3rem;
    }

    .sw-visit{
        padding: .5rem 5rem;
    }
}

/* funcionalidades para portafolio */


/* Apertura de modales */

.modales-portafolio{
    display: none;
}
#modalEcommerce{
    display: none;
}
#modalNegociosC{
    display: none;
}
#modalEmpresariales{
    display: none;
}
#modalIndustria{
    display: none;
}
#modalEmprendimiento{
    display: none;
}

/* end Apertura de modales */

/* Ecommerce */
#img-carnesTienda{
    display: block;
}
#img-krakencafe{
    display: none;
}
#img-ethos{
    display: none;
}
#img-essential{
    display: none;
}
#img-ampali{
    display: none;
}
#img-simbiosis{
    display: none;
}


#list-carnesTienda{
    display: block;
}
#list-krakenTienda{
    display: none;
}
#list-ethosTienda{
    display: none;
}
#list-essentialTienda{
    display: none;
}
#list-ampaliTienda{
    display: none;
}
#list-simbiosisTienda{
    display: none;
}

/* end Ecommerce */
/* Negocios Comerciales */

#img-carnesCom{
    display: block;  
}
#img-exoprint{
    display: none;
}
#img-castle{
    display: none;
}
#img-stay{
    display: none;
}
#img-todopaga{
    display: none;
}
#img-horizon{
    display: none;
}

#list-carnesCom{
    display: block;
}
#list-exoNeg{
    display: none;
}
#list-castleNeg{
    display: none;
}
#list-stayNeg{
    display: none;
}
#list-todopagaNeg{
    display: none;
}
#list-horizonNeg{
    display: none;
}

/* end Negocios Comerciales */

/* Empresariales */

#img-allstar{
    display: block;
}
#img-sulawe{
    display: none;
}
#img-trimlight{
    display: none;
}
#img-cross{
    display: none;
}
#img-rankmeup{
    display: none;
}
#img-falconcode{
    display: none;
}
#img-serkar{
    display: none;
}

#list-allstar{
    display: block;
}
#list-sulawe{
    display: none;
}
#list-trimlight{
    display: none;
}
#list-cross{
    display: none;
}
#list-rankme{
    display: none;
}
#list-falcon{
    display: none;
}
#list-serkar{
    display: none;
}

/* end Empresariales */

/* Industria */
#img-fundiciones{
    display: block;
}
#img-psv{
    display: none;
}
#img-jgs{
    display: none;
}

#list-nardo{
    display: block;
}
#list-psv{
    display: none;
}
#list-jgs{
    display: none;
}
/* end Industria */

/* emprendimiento */

#img-isaac{
    display: block;
}
#img-deus{
    display: none;
}
#img-mas{
    display: none;
}

#list-isaac{
    display: block;
}
#list-deus{
    display: none;
}
#list-mas{
    display: none;
}

/* end emprendimiento */

.fa-diamond{
    display: none;
}
.block{
    display: inline-block;
}
/* end funcionalidades para portafolio */


/* Carrusel blog */
.blog{
    padding: 5rem 0 7rem 0;
}
.titulo-blog{
    color: var(--blanco);
    text-align: center;
}
.titulo-blog p:nth-child(1) {
    font-family: 'titulos';
    font-size: 2.5rem;
    margin-bottom: -32px;
}
.titulo-blog p:nth-child(2) {
    font-family: 'cursiva';
    font-size: 3rem;
    margin-bottom: 24px;
}
.titulo-blog p:nth-child(3) {
    font-family: 'parrafos';
    font-size: 1rem;
}

.blog-carrusel{
    display: flex;
    justify-content: center;
}
.carousel{
    margin-top: 1rem;
    width: 80%;
}
.slide{
    border: 1.5rem solid #000;
    text-align: center;
}
.slide a{
    text-decoration: none;
    color: var(--blanco);
    transition: all .3s;
}
.slide a:hover{
    text-decoration: none;
    color: var(--verde);
}
.slide h2{
    font-family: 'titulos';
    font-size: 1rem;
}
.entry-content{
    font-family: 'parrafos';
    font-size: 1rem;
}

.arrows-blog {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prevBlog,
.nextBlog {
    color: var(--verde);
    padding: 1rem;
    cursor: pointer;
    font-size: 1.5rem;
}

.mas-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5rem 0;
}

.mas-blog a {
    text-decoration: none;
    font-family: 'cursiva';
    font-size: 1.5rem;
    color: var(--blanco);
    background-color: #1D1E22;
    padding: 1rem 2rem;
    transition: all .3s;
}

.mas-blog a:hover {
    color: var(--verde);
    box-shadow: 0px 5px 13px 0px rgba(255, 255, 255, 0.11);
}

@media only screen and (max-width: 600px){
    .blog{
        width: 95%;
    }
    .titulo-blog p:nth-child(2) {
        font-size: 2rem;
    }
    .carousel{
        margin-top: 1rem;
        width: 100%;
    }
    .slide{
        border: 1.5rem solid #000;
        text-align: center;
    }
}

/* Formulario de contacto */

.separador{
    display: flex;
    justify-content: center;
}
.separador div{
    width: 90%;
    height: 3px;
    background-color: #fff;
    border-radius: 8px;
}

.contacto{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
}
.contContacto{
    width: 80%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.contactame{
    width: 50%;
    color: var(--blanco);
    padding: 1rem;
}
.contactame h3{
    font-family: 'titulos';
    font-size: 3rem;
    text-align: center;
}
.contactame p{
    font-family: 'parrafos';
}
.contactame p:nth-of-type(2){
    text-align: center;
}
.contactame p a{
    text-decoration: none;
    color: var(--blanco);
    font-family: 'titulos';
    font-size: 2rem;
    transition: all .3s;
}
.contactame p a:hover{
    color: var(--verde);
}
.contactame p:nth-of-type(3){
    text-align: center;
}

.formulario{
    width: 50%;
    padding: 1rem 0;
    background: linear-gradient(269deg, rgba(33, 51, 48, 0.63) 0%, rgba(0, 0, 0, 0.57) 100%);
    display: flex;
    justify-content: center;
}

.titulo-formulario{
    color: var(--blanco);
    font-family: 'titulos';
    font-size: 3rem;
    text-align: center;
}

.formulario label{
    color: var(--blanco);
    font-family: 'parrafos';
}
.formulario input{
    width: 100%;
    padding: .5rem .3rem;
    font-family: 'parrafos';
    font-size: 1rem;
    background: transparent !important;
    color: var(--verde);
    border: none;
    border-bottom: 1px solid var(--blanco);
}
.formulario textarea{
    width: 100%;
    font-family: 'parrafos';
    height: 2rem;
    font-size: 1rem;
    background: transparent !important;
    color: var(--verde);
    border: none;
    border-bottom: 1px solid var(--blanco);
}
input[type="submit"]{
    font-family: 'cursiva';
    font-size: 2rem;
    border: none;
    padding: 1rem 3rem;
    background: #1D1E22 !important;
    cursor: pointer;
    transition: all .3s;
}
input[type="submit"]:hover{
    box-shadow: 0px 5px 13px 0px rgba(255, 255, 255, 0.05);
    color: var(--verde);
}

/* errores o mensajes del formulario de contacto */
.screen-reader-response, .wpcf7-response-output{
    font-family: 'parrafos';
    color: var(--verde) !important;
}
/* Footer */
footer p {
    font-family: 'parrafos';
    color: var(--blanco);
    text-align: center;

}
@media only screen and (max-width: 600px){
    .contacto{
        padding: 2rem 0;
    }
    .contContacto{
        width: 95%;
        display: block;
        justify-content: center;
        /* align-items: center; */
    }
    .contactame{
        width: 100%;
        padding: .5rem;
    }
    .contactame p a{
        font-size: 1.2rem;
    }
    .formulario{
        width: 100%;
        padding: 0 0 2rem 0;
    }
}
/* end Footer */


/* contenido del  los post de blog */
.posts{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0;
}
.contPost{
    width: 50%;
    color: #fff;
    font-family: 'parrafos';
}

.imgPost{
    display: flex;
    justify-content: center;
}
.postTile{
    text-align: center;
    font-family: 'cursiva';
    font-size: 3rem;
}
.postTile a{
    text-decoration: none;
    color: var(--verde);    
}

@media only screen and (max-width: 600px){
    .contPost{
        width: 90%;
    }
    .imgPost a img{
        width: 100%;
    }
}
/* contenido del  los post de blog */























/* animaciones */

@keyframes anim-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1
    }
}

@keyframes anim-up {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes anim-down {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes anim-left {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes anim-right {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.anim-up,
.anim-down,
.anim-left,
.anim-right,
.anim-fade-in {
    animation-duration: 1s;
    /* la animacion dura X segundos */
    animation-delay: 0.5s;
    /* esperamos X segundos antes de hacer la animacion */
    animation-fill-mode: both;
    /* aplica estilos de la animacion antes y despues de reproducirla */
}

.anim-up {
    animation-name: anim-up;
}

.anim-down {
    animation-name: anim-down;
}

.anim-left {
    animation-name: anim-left;
}

.anim-right {
    animation-name: anim-right;
}

.anim-fade-in {
    animation-name: anim-fade-in;
}

.anim-pause-1 {
    animation-delay: 1s;
}

/* la animacion empieza en 1 seg. */
.anim-pause-2 {
    animation-delay: 2s;
}

/* la animacion empieza en 2 seg. */
.anim-pause-3 {
    animation-delay: 3s;
}

/* la animacion empieza en 3 seg. */
.anim-pause-4 {
    animation-delay: 4s;
}

/* la animacion empieza en 4 seg. */
.anim-pause-5 {
    animation-delay: 5s;
}

/* la animacion empieza en 5 seg. */
/* todas las animaciones pausadas */
.paused * {
    animation-play-state: paused;
}