/*resetcss*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*resetcss*/

/*fuentes*/

/* font-family:  'News Cycle', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Andika+New+Basic&family=Gamja+Flower&family=Homemade+Apple&family=News+Cycle&family=Over+the+Rainbow&family=Patrick+Hand+SC&display=swap');

@font-face {
    src: url("Milho_Cozido_38.ttf"; );
    font-family: "Milho Cozido";
}

/*fuentes*/

/*/////general style*/

html {
    /*    color*/
    --principal: aqua;
    --secundario: deeppink;
    --fondoNavA: #919191;
    --fondoNavB: #D3D4D4;
    /*     tipografia*/
}

body {
    font-family: 'News Cycle', sans-serif;
    font-weight: 200;
    font-size: 2rem;
    width: 100%;
    height: 100%;
    background-color: white;
}

/*/////menuHamburguesaCss*/

.respmenu a {
    /*    color: inherit;*/
    color: black;
    text-decoration: none;
    /*    tab-size: 2rem;*/
    font-size: 2rem;
    display: block;
    padding: 10px 20px;
    /*    border-bottom: 2px solid var(--fondoNavB);*/

    background-color: rgba(145, 145, 145, 0.5);
    /*    background: var(--fondoNavB);*/
    /*    font-family: 'News Cycle', sans-serif;*/
    font-family: 'Milho Cozido', sans-serif;
    font-weight: 500;
    text-align: right;
    margin-right: 40px;
}

.respmenu a:hover {
    color: deeppink;
    font-weight: 600;


}



.respmenu input[type="checkbox"],
.respmenu .fa-bars,
.respmenu .fa-times {

    position: absolute;
    box-sizing: border-box;
    /*    margin: 0;*/
    margin-right: 90px;
    padding: 0;
    right: 10px;
    top: 8px;
    width: 40px;
    height: 25px;
}

.respmenu .fa-bars,
.respmenu .fa-times {
    font-size: 40px;
    pointer-events: none;
}



.respmenu input[type="checkbox"] {
    opacity: 0;
}

.respmenu {
    color: white;
    width: 100%;
    position: relative;
    background-image: url(trazoBarra1.png);
    /*    background:#0a080d;*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    /*    background-color: rgba(145, 145, 145, 0.5);*/
    /*    background: var(--fondoNavB);*/
    /*    background-color: aquamarine;*/
    min-height: 60px;
    z-index: 2;
}

.respmenu nav {
    display: none;
    margin-left: 60%;
}

.respmenu nav li {
    list-style: none;
}

.respmenu input:checked ~ nav {
    display: block;
}

.respmenu input:checked ~ .fa-bars {
    display: none;
}

.respmenu input:not(:checked) ~ .fa-times {
    display: none;
}

#menuOff {
    background-color: rgba(145, 145, 145, 0.5);
    /*    background-color: var(--fondoNavB);*/

}

#menuOn {
    font-size: 2rem;

}

/*////menuHamburguesaCss*/


/*/////menuAtom*/

.menuAtomGeneral {
    font-family: "News Cycle", sans-serif;
    text-align: center;
    width: 100%;
    /*    width: 600px;*/
    /*    height: 1000px;*/
    background-color: rgba(255, 255, 255, 0.1);
    /*         background-color: khaki;*/

}

.containerAtom {
    width: 100%;
    /*        width: 600px;*/
    height: 50%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.1);
    ;
    text-align: center;
    /*    background-color: antiquewhite;*/
}

/*Controla el menu despegable, la nuebe e iconos*/
#menuAtom {
    width: 150px;
    height: 150px;
    margin: auto;

    position: relative;
    left: 333px;
    top: 190px;

    margin: 0 0 0 0;
    /*    margin: -75px 0 0 -75px;*/
    list-style: none;
    font-size: 200%;
    /*    background-color: darkred;*/
}

#menuAtom:hover {
    /*    background: red;*/
    /*    background-color: aqua;*/
}

/*
#iconos:hover{
    background: red;
}
*/

.menuAtom-button {
    opacity: 0;
    z-index: -1;
}

.menuAtom-button {
    width: 250px;
    height: 250px;

    position: absolute;
    left: 20%;
    top: 40%;

    margin: -75px 0 0 -75px;
    border-radius: 50%;
    background-image: url(dudaGris.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-decoration: none;
}

#menuAtom:not(:target) > a:first-of-type,
#menuAtom:target > a:last-of-type {
    opacity: 1;
    z-index: 1;
}

#menuAtom:not(:target) > .icon-plus:before,
#menuAtom:target > .icon-minus:before {
    opacity: 1;
}

.menuAtom-item {
    width: 90px;
    height: 90px;

    position: absolute;
    left: 25%;
    line-height: 5px;
    top: 40%;

    margin: -50px 0 0 -50px;
    /*    border-radius: 50%;*/
    background-color: white;
    transform: translate(0px, 0px);
    transition: transform 500ms;
    z-index: -2;
    transition: .5s;
}

/*
#cartaIcono{
    width: 90px;
    height: auto;
    background-image: url(cartaGrisColor.png);
    background: center center no-repeat;
    background-size: cover;
}
*/



.menuAtom-item a {
    /*    color: #fff;*/
    color: aqua;
    position: relative;
    /*    top: 30%;*/
    left: 0;
    text-decoration: none;
}

.menuAtom-item:hover {
    opacity: 0.5;
    box-shadow: 0 5px 10px aqua;
}

#menuAtom:target > .menuAtom-item:nth-child(6) {

    transform: rotate(100deg) translateY(-170px) rotate(-80deg);
    transition-delay: 0.6s;
}

#menuAtom:target > .menuAtom-item:nth-child(5) {
    transform: rotate(20deg) translateY(-170px) rotate(-20deg);
    transition-delay: 0.5s;
}

/*carta*/
#menuAtom:target > .menuAtom-item:nth-child(3) {
    transform: rotate(-20deg) translateY(-180px) rotate(20deg);

    transition-delay: 0.4s;
}

/*curriculum*/
#menuAtom:target > .menuAtom-item:nth-child(4) {
    transform: rotate(-65deg) translateY(-135px) rotate(60deg);
    transition-delay: 0.3s;
}

/*proyectos*/
#menuAtom:target > .menuAtom-item:nth-child(7) {
    transform: rotate(-140deg) translateY(-140px) rotate(130deg);
    transition-delay: 0.1s;
}

/*panel*/
#menuAtom:target > .menuAtom-item:nth-child(8) {
    transform: rotate(-180deg) translateY(-225px) rotate(140deg);
    transition-delay: 0s;
}

/*controla el tamaño del panel que tapa*/
#panel {
    width: 250px;
    height: 350px;
    object-fit: cover;
    background-color: white;
    position: relative;
    bottom: 10px;
    right: 10px;
}


/*
#menuAtom:target > .menuAtom-item:hover{
    background-color: brown;
}
*/

/*Controla el texto explicativo*/
.contentPlus {

    text-align: center;
    margin: 0 0 0 0;
    position: relative;
    top: -58px;
    left: 180px;
    font-size: 20px;
    font-weight: 800;
    /*    margin: -10px 0 0 -30px;*/
    /*    background-color: coral;*/
}

.enlacesTexto a {
    text-decoration: none;
    color: white;
}


.enlacesTextoCarta:hover {
    background-color: aqua;
    border-radius: 50%;
    color: white;
    opacity: 0.7;
}

.enlacesTextoCurriculum:hover {
    background-color: aqua;
    border-radius: 50%;
    opacity: 0.7;

}

.enlacesTextoProyectos:hover {
    background-color: aqua;
    border-radius: 50%;
    opacity: 0.7;
}

.enlacesTextoCarta {
    position: relative;
    text-align: center;
    margin: 0 0 0 0;
    /*    margin: -10px 0 0 -30px;*/
    top: -160px;
    left: 170px;
    /*
    top: 130px;
    left: 300px;
*/
    width: 115px;
    height: 115px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 800;
    padding: 35px 0px;
    color: white;
}

.enlacesTextoCurriculum {
    position: relative;
    text-align: center;
    margin: 0 0 0 0;
    /*    margin: -10px 0 0 -30px;*/
    top: -170px;
    left: 65px;
    /*
      top: 240px;
    left: 170px;
*/
    width: 150px;
    height: 150px;
    font-size: 20px;
    font-weight: 800;
    padding: 55px 0px;
    color: white;
}

.enlacesTextoProyectos {
    position: relative;
    text-align: center;
    margin: 0 0 0 0;
    /*    margin: -10px 0 0 -30px;*/
    top: -170px;
    left: 80px;
    /*
    top: 380px;
    left: 220px;
*/
    width: 180px;
    height: 180px;
    font-size: 20px;
    font-weight: 800;
    padding: 70px 0;
    color: whitesmoke;
}

/*/////menuAtom*/


/*/////general style*/

.logo {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.3);
    position: fixed;
    top: 70px;
    left: 3%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 3;

}

.logo:hover {
    background-color: rgba(205, 205, 205, 0.6);
}

.logo img {
    width: 100%;
    margin: auto;
    object-fit: cover;
}

/*/////contenido index*/
.contenedorPral {
    /*    background-color: aqua;*/
    width: 100%;
    align-content: center;
    overflow: auto;
    margin: 20px auto;

}

.contenedorCentra {
    width: 75%;
    /*    width: 100%;*/
/*        background-color: olive;*/
    margin: auto;
    text-align: center;
    /*
    padding-left: 80px;
    padding-bottom: 20px;
*/
    overflow: auto;

}

#columnaIzq {
    /*    width: 600px;*/
    /*    width: 50% -20px;*/
    width: 50%;
    height: 900px;
    /*    background-color: white;*/
    margin: 30px 0 0 0;
    /*    margin: 0 20px 0 0;*/
    /*    margin: 20px 0 0 20px;*/

    float: left;
    overflow: hidden;
}

#columnaDer {
    /*    width: 600px;*/
    width: 50%;
    height: 900px;
    /*    background-color: gray;*/
    /*    margin: 20px 0 0 20px;*/

    float: left;
    overflow: hidden;
}


.navAtomico {
    width: 100%;
    height: 45%;
    margin: auto;
    /*    background-color: aliceblue;*/
}


.ilustracion {
    width: 90%;
    height: 45%;
    /*    background-color: whitesmoke;*/
    margin: 50px auto;
    background-image: url(autoretratoGris.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/*El texto de la columna izq*/
.textDuda {
    width: 100%;
    height: 40%;
    font-family: 'Milho Cozido', sans-serif;
    text-align: center;
    margin: 20px auto;
    padding: 0 150px;
    font-size: 5rem;
    /*    background-color: whitesmoke;*/

}

.iconos {
    width: 80%;
    height: 50%;

    /*    background-image: url(iconos.png);*/

    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}



/*contenido paginas*/
.paginasMarco {
    margin: 40px auto;
    width: 100%;
    /*    background-color: aqua;*/

}

/*curriculum*/

.curriculumMarco {

    width: 100%;
    /*    height: 1000px;*/
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.curriculumMarco iframe {
    width: 70%;
    height: 1200px;
}

.tituloCurriculum {
    text-align: center;
    margin: auto;
    padding: 20px 20px;
    font-size: 2.3rem;
    font-weight: 600;
    /*    background: aqua;*/
}

.tituloCurriculum a {
    font-family: 'News Cycle',
        sans-serif;
    color: var(--fondoNavA);
    text-align: center;
    text-decoration: none;

}

.tituloCurriculum a:hover {
    color: aquamarine;
    font-weight: 600;

}

/*carta*/

.tituloCarta {
    text-align: center;
    margin: auto;
    padding: 20px 20px;
    font-size: 2.3rem;
    font-weight: 600;
    /*    background: aqua;*/
}

.tituloCarta a {
    font-family: 'News Cycle',
        sans-serif;
    color: var(--fondoNavA);
    text-align: center;
    text-decoration: none;
    margin: 10% 30%;
}

.tituloCarta a:hover {
    color: aquamarine;
    font-weight: 600;

}

.iconoCurriculum {
    width: 80%;
    height: 300px;
    background-image: url(curriculumGrisColor.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 100px auto;

}

.iconoCarta {
    width: 80%;
    height: 300px;
    background-image: url(cartaGrisColor.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 100px auto;
}

.password {
    margin: 20px 0 50px 0;
    padding: 50px;
    text-align: center;
    color: gray;
    font-size: 2rem;
    background: aqua;
}

.botonGo {
    /*    margin: 0 10px;*/
    padding: 0 10px;
    color: gray;
    /*     font-size: 2rem;*/
}

.botonGo:hover {
    background: white;
    color: crimson;
    border-width: 0;
}

/*proyectos*/

.tituloProyectos {
    text-align: center;
    margin: auto;
    padding: 20px 20px;
    font-size: 2.3rem;
    font-weight: 600;
    /*    background: aqua;*/
}

.tituloProyectos a {
    font-family: 'News Cycle',
        sans-serif;
    color: var(--fondoNavA);
    text-align: center;
    text-decoration: none;
    /*    margin: 10% 30%;*/
}

.tituloProyectos a:hover {
    color: aquamarine;
    font-weight: 600;


}

.iconoProyect {
    /*    width: 60%;*/
    height: 250px;
    background-image: url(proyectosColor.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 80px auto;
}

.proyectosEnlace {
    width: 100%;
    /*    margin: 60px 10%;*/
    padding: 0 150px 0 150px;
    /*    text-align: left;*/
    background: aqua;
    overflow: auto;
}

.portfolioGit {
    float: left;
}

.portfolioWeb {
    float: right;
}

.proyectosEnlace a {
    font-family: 'News Cycle',
        sans-serif;
    color: var(--fondoNavA);
    /*    text-align: center;*/
    text-decoration: none;
    /*    margin: 60px 40%;*/

}

.proyectosEnlace a:hover {
    color: deeppink;
    font-weight: 600;

}

/*cuadro proyectos*/
.tituloTablero {
    text-align: center;
    margin: auto;
    padding: 20px 20px;
    font-size: 2.3rem;
    font-weight: 600;

}

.tituloTablero a {
    font-family: 'News Cycle',
        sans-serif;
    color: var(--fondoNavA);
    text-align: center;
    text-decoration: none;
    /*    margin: 10% 30%;*/
}

.tituloTablero a:hover {
    color: aquamarine;
    font-weight: 600;


}

.cuadroProyectos {
    width: 100%;
    /*    background-color: yellow;*/
    margin: auto;
    padding: 15px 20px;
}


table {
    width: 60%;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    border-collapse: separate;
    border-spacing: 10px;
    border-radius: 5%;
    margin: 20px auto;
    padding-bottom: 40px;
    color: gray;
    font-family: 'News Cycle',
        sans-serif;
    font-size: 2rem;
    text-decoration: none;
    /*    background-color: yellow;*/
}

table a {
    text-decoration: none;
    color: deeppink;
}

table a:hover {
    text-decoration: none;
    color: gray;
    background-color: aquamarine;
    /*    opacity: 0.7;*/
    padding: 20px;
    border-radius: 50%;
}

td {
    /*
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
*/
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 40%;
    /*    background: rgba(1, 1, 1, 0.3);*/
}

th {
    border-bottom: 1px solid aqua;
    border-right: 1px solid aqua;
    padding: 10px;
    /*    border-radius: 40%;*/
}

/*paginas de proyectos*/
.tituloVueltaProyectos {
    text-align: right;
    margin: auto;
    padding: 10px 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.tituloVueltaProyectos a {
    font-family: 'News Cycle',
        sans-serif;
    color: var(--fondoNavA);
    text-align: center;
    text-decoration: none;
    /*    margin: 10% 30%;*/
}

.tituloVueltaProyectos a:hover {
    color: orange;
    font-weight: 600;

}

.tituloPortfolioPage {
    text-align: left;
    margin: auto;
    padding: 10px 20px;
    font-size: 1.5rem;
    font-weight: 600;
}

.tituloPortfolioPage a {
    font-family: 'News Cycle',
        sans-serif;
    color: var(--fondoNavA);
    text-align: center;
    text-decoration: none;
    /*    margin: 10% 30%;*/
}

.tituloPortfolioPage a:hover {
    color: deeppink;
    font-weight: 600;

}

.tituloPortfolioGitHubPage {
    text-align: left;
    margin: auto;
    padding: 10px 20px;
    font-size: 1.5rem;
    font-weight: 600;
}

.tituloPortfolioGitHubPage a {
    font-family: 'News Cycle',
        sans-serif;
    color: var(--fondoNavA);
    text-align: center;
    text-decoration: none;
    /*    margin: 10% 30%;*/
}

.tituloPortfolioGitHubPage a:hover {
    color: deeppink;
    font-weight: 600;

}


.tituloProyectosPage {
    color: aquamarine;
    text-align: center;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 3rem;
    font-weight: 600;
}

.tituloProyectosPage a {
    font-family: 'News Cycle',
        sans-serif;
    color: aquamarine;
    /*    color: var(--fondoNavA);*/
    text-align: center;
    text-decoration: none;
    /*    margin: 10% 30%;*/
}

.tituloProyectosPage a:hover {
    color: aquamarine;
    font-weight: 600;

}

.iconoProyectosPage {
    /*    width: 30%;*/
    height: 120px;
    background-image: url(proyectosColor.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px auto;
    transform: rotate(180deg);

}

.imagenPralProyectPage {
    width: 100%;
    height: auto;
    margin: 40px auto;
    text-align: center;
}

.imagenPralProyectPage img {
    width: 100%;
    height: auto;
    margin: 20px auto;
    text-align: center;
}

.textoPralProyectPage {
    margin: 40px auto;
    color: grey;
    text-align: center;
}

.textoPiePag {
    margin: 10px auto;
    color: grey;
    text-align: center;
    font-size: 1rem;
    font-style: italic;
}

.textoPralProyectPageEnlace a {
    color: grey;
    text-decoration: none;
}

.textoPralProyectPageEnlace a:hover {
    color: deeppink;
    text-decoration: underline;
}


/*contenido principal MySimpleTemplate*/
/*
.article {
    width: 100%;    
    background-color: cornflowerblue;
}
*/

/*
.showcase {
    width: 100%;
    height: 600px;
    margin: 10px auto;
    padding: 5%;
    background-color: azure;
    background-image: url(images/lowres%20jpg%2072dpi-WVF.04.B.0330.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
*/

/*
.filaPral {
    width: 100%;
    height: 600px;
    margin: auto;

    background-color: darkcyan;
    overflow: hidden;

    display: flex;
    flex-direction: row;

    justify-content: space-evenly;
    align-items: center;

}
*/

/*    padding: 5%;*/
/*    Probando con display flex*/
/*    flex-wrap: wrap;*/

/*
.col {

    width: 45%;
    height: 550px;
    background-color: white;

}
*/


.imagenArtPral img {
    width: 100%;
    /*    height: 550px;*/
    background-image: url(images/lowres%20jpg%2072dpi-WVF.04.B.0330.jpg);
    background: center center no-repeat;
    background-size: cover;
    transform: translate(0, 15%);
    margin: auto 0;
}

.textoArtPral {
    padding: 10px 20px;
    text-align: justify-all;
    overflow: hidden;
    font-family: 'News Cycle', sans-serif;
    font-weight: 100;
}

/*
.filaGrill {
    width: 100%;
  
    margin: 10px auto;
    padding: 3.5%;
    background-color: darkcyan;

}
*/

/*
.subFilaGrill {
    
    width: 100%;
    background-color: white;
        height: 450px;
    margin: 10px auto;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    overflow: hidden;
}
*/

/*
.subFilaGrill img {
    width: 100%;
}


.modH {
    width: 300px;
    height: 182px;
    background-color: darkorange;
}

.modV {
    width: 300px;
    height: 377.5px;
    background-color: yellow;
}
*/

/*footer*/
.footer {
    width: 100%;
    height: 200px;
    /*    background-color: gray;*/
    color: white;
    overflow: hidden;
    /*    margin: auto;*/
    text-align: center;
    font-size: 1.5rem;

}

.footerA {
    width: 33.3%;
    height: 100%;
    background-color: white;

    margin: auto;
    float: left;
    /*    overflow: auto;*/
    text-align: center;
}

.footerA li {

    text-align: center;
    margin: auto;
    filter: grayscale();
}

.redes {
    overflow: auto;
    list-style: none;
    width: 100%;
    margin: auto;
    padding: 50px 0;
}

.redes {
    overflow: auto;
    margin-left: 90px;
}

.redes li {
    float: left;
    width: 20%;
    list-style: none;
    color: gray;
}

.redes i {
    color: gray;
}

.contacto {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 15px;
    color: gray;
    overflow: hidden;
}

.contacto li {
    float: none;
    width: 100%;
    list-style: none;
    text-align: center;
    padding: 10px;
}

.contacto a {
    text-decoration: none;
    color: gray;

}

.copirigth {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 50px 0px;
    color: gray;
}

.copirigth a {
    text-decoration: none;
    color: gray;

}

/*general style*/



/*responsive way*/
@media only screen and (max-width:1200px) {

    .logo {
        width: 100px;
        height: 100px;
        background-color: rgba(255, 255, 255, 0.3);
        position: fixed;
        top: 70px;
        left: 2%;
        border-radius: 50%;
        overflow: hidden;
        z-index: 3;

    }

    /* For small pc: */
    .container {
        /*
        width: 100%;
        max-width: 800px;
*/
    }

    #columnaIzq {
        width: 40%;
        height: 800px;
        padding: 0;
    }

    #columnaDer {
        width: 60%;
        height: 800px;
        padding: 0;
    }

    /*El texto de la columna izq*/
    .textDuda {
        width: 100%;
        height: 40%;
        font-family: 'Milho Cozido', sans-serif;
        text-align: center;
        /*
        margin-bottom: 50px;
        margin-right: auto;
        margin-left: auto;
*/
        margin: 50px auto;
        padding: 0 105px;
        font-size: 3.7rem;
        /*    background-color: whitesmoke;*/

    }


}

@media only screen and (max-width:800px) {

    /* For tablets: */
    .container {
        width: 100%;
        max-width: 800px;
    }

    #columnaIzq {
        width: 100%;
        height: 250px;
        padding: 0;
    }

    .textDuda {
        font-size: 3rem;
        padding: 0 50px;
    }

    #columnaDer {
        width: 100%;
        padding: 0;
    }

    .contacto a {
        font-size: 1.1rem;
        text-decoration: none;
        color: gray;

    }

    /*////para el curriculumBBK.html*/
    .curriculumMarco {

        width: 100%;
        /*    height: 1000px;*/
        margin: auto;
        text-align: center;
        overflow: hidden;
    }

    .iconoCurriculum {
        width: 80%;
        height: 200px;
        background-image: url(curriculumGrisColor.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 50px auto;
    }

    .curriculumMarco iframe {
        width: 70%;
        height: 300px;
    }

}

@media only screen and (max-width:500px) {

    /* For mobile phones: */

    /*
    .container {
        width: 100%;
        max-width: 800px;
    }
*/

    /*/////menuHamburguesaCss*/

    .respmenu a {
        /*    color: inherit;*/
        color: white;
        text-decoration: none;
        /*    tab-size: 2rem;*/
        font-size: 1.5rem;
        display: block;
        padding: 10px 10px;
        /*    border-bottom: 2px solid var(--fondoNavB);*/

        background-color: rgba(145, 145, 145, 0.95);
        /*    background: var(--fondoNavB);*/
        /*    font-family: 'News Cycle', sans-serif;*/
        font-family: 'Milho Cozido', sans-serif;
        font-weight: 500;
        text-align: right;
        margin-right: 0px;
    }

    .respmenu a:hover {
        color: deeppink;
        font-weight: 600;

    }

    .respmenu input[type="checkbox"],
    .respmenu .fa-bars,
    .respmenu .fa-times {

        position: absolute;
        box-sizing: border-box;
        /*    margin: 0;*/
        margin-right: 10px;
        padding: 0;
        right: 0px;
        top: 8px;
        width: 40px;
        height: 25px;
        color: aqua;

    }

    .respmenu .fa-bars,
    .respmenu .fa-times {
        font-size: 40px;
        pointer-events: none;
    }


    .respmenu input[type="checkbox"] {
        opacity: 0;
    }

    .respmenu {
        color: white;
        width: 100%;
        position: fixed;
        background-image: url(trazoBarra1.png);
        /*    background:#0a080d;*/
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        /*    background-color: rgba(145, 145, 145, 0.5);*/
        /*    background: var(--fondoNavB);*/
        /*    background-color: aquamarine;*/
        /*    min-height: 60px;*/
        z-index: 2;
    }

    .respmenu nav {
        display: none;
        margin-left: 50%;
    }


    #menuOn {
        font-size: 1.6rem;
    }

    #menuOff {
        background-color: rgba(145, 145, 145, 0.95);
    }

    /*////menuHamburguesaCss*/

    .logo {
        width: 70px;
        height: 70px;
        background-color: rgba(255, 255, 255, 0.3);
        position: fixed;
        top: 70px;
        left: 2%;
        border-radius: 50%;
        overflow: hidden;
        z-index: 3;

    }
    .contenedorCentra{
        width: 90%;
    }

    #columnaIzq {
        width: 100%;
        height: 181px;
        margin-top: 60px;
        padding: 0;
        /*        background-color: aqua;*/
    }

    .textDuda {
        font-size: 2rem;
        margin: 30px auto;
        padding: 0 50px;
    }

    #columnaDer {
        width: 100%;
        height: 700px;
        /*        height: 570px;*/
        /*        padding: 0 50px;*/
        /*        background-color: aqua;*/
        overflow: hidden;
    }

    .navAtomico {
        width: 90%;
        height: 50%;
        /*    margin: auto;*/

    }

    #menuAtom {

        position: relative;
        left: 150px;
        top: 170px;
        margin: 0 0 0 0;
        list-style: none;
        /*        background-color: darkred;*/
        transform: scale(0.55);

    }

    #panel {
        width: 100px;
        height: 150px;
        object-fit: cover;
        background-color: white;
        /*        background-color: rgba(234, 34, 44, 0.5);*/
        position: relative;
        bottom: 30px;
        right: 7px;
    }

    .contentPlus {

        text-align: right;
        margin: 0 120px;
        position: relative;
        top: -40px;
        left: 135px;
        font-size: 1rem;
        font-weight: 800;
        padding: 10px;
        /*        background-color: coral;*/
    }

    .ilustracion {
        width: 90%;
        height: 50%;
        margin: 50px 10px 0 10px;
/*        margin: 110px 10px 0 10px;*/
        /*    background-color: whitesmoke;*/

    }

    .enlacesTextoCarta {
        position: relative;
        text-align: center;
        margin: 0 0 0 0;
        /*    margin: -10px 0 0 -30px;*/
        top: -120px;
        left: 55px;
        width: 60px;
        height: 60px;
        vertical-align: middle;
        font-size: 1rem;
        font-weight: 800;
        padding: 15px 0px;
        color: white;
        /*    background-color: coral;*/
        z-index: -1;
    }

    .enlacesTextoCurriculum {
        position: relative;
        text-align: center;
        margin: 0 0 0 0;
        /*    margin: -10px 0 0 -30px;*/
        top: -130px;
        left: 65px;
        width: 105px;
        height: 105px;
        font-size: 1rem;
        font-weight: 800;
        padding: 40px 0px;
        color: white;
        z-index: -1;
        /*        background-color: rgba(34,34,34, 0.5);*/
    }

    .enlacesTextoProyectos {
        position: relative;
        text-align: center;
        margin: 0 0 0 0;
        /*    margin: -10px 0 0 -30px;*/
        top: -145px;
        left: 80px;
        width: 120px;
        height: 120px;
        font-size: 1rem;
        font-weight: 800;
        padding: 45px 0;
        color: whitesmoke;
        z-index: -1;
        /*
    background-color: rgba(34, 34, 34, 0.5);
*/
    }

    .footer {
        width: 100%;
        height: 200px;
        /*    background-color: gray;*/
        color: white;
        overflow: hidden;
        /*    margin: auto;*/
        text-align: center;
        font-size: 1rem;

    }

    .redes {
        overflow: auto;
        margin-left: 40px;
    }

    .contacto {
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 0px;
        color: gray;
        overflow: hidden;
    }

    .contacto li {
        float: none;
        width: 100%;
        list-style: none;
        text-align: center;
        padding: 0px;
    }

    .contacto a {
        font-size: 0.7rem;
        text-decoration: none;
        color: gray;

    }

    /*////para las páginas curriculum etc*/

    .paginasMarco {
        margin: 0 auto;
        width: 100%;
        /*            background-color: aqua;*/

    }

    /*////para el curriculumBBK.html*/
    .curriculumMarco {

        width: 100%;
        /*    height: 1000px;*/
        margin: auto;
        text-align: center;
        overflow: hidden;
    }

    .tituloCurriculum {
        text-align: center;
        margin: 0 auto;
        padding: 120px 20px 20px 20px;
        font-size: 1.5rem;
        font-weight: 600;
    }

    .iconoCurriculum {
        width: 80%;
        height: 150px;
        background-image: url(curriculumGrisColor.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        /*    margin: 25px auto;*/
        margin-bottom: 60px;

    }

    .curriculumMarco iframe {
        width: 80%;
        height: 600px;
    }

    /*carta*/

    .tituloCarta {
        text-align: center;
        margin: auto;
        padding: 120px 0px 20px 0px;
        font-size: 1.5rem;
        font-weight: 600;
    }

    .tituloCarta a {
        font-family: 'News Cycle',
            sans-serif;
        color: var(--fondoNavA);
        text-align: center;
        text-decoration: none;
        margin: 10% 30%;
    }

    .tituloCarta a:hover {
        color: aquamarine;
        font-weight: 600;

    }

    .iconoCurriculum {
        width: 80%;
        height: 300px;
        background-image: url(curriculumGrisColor.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 100px auto;

    }

    .iconoCarta {
        width: 80%;
        height: 300px;
        background-image: url(cartaGrisColor.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 100px auto;
    }

    /*proyectos*/

    .tituloProyectos {
        text-align: center;
        margin: auto;
        padding: 120px 0px 20px 0px;
        font-size: 1.5rem;
        font-weight: 600;
    }

    .tituloProyectos a {
        font-family: 'News Cycle',
            sans-serif;
        color: var(--fondoNavA);
        text-align: center;
        text-decoration: none;
        /*    margin: 10% 30%;*/
    }

    .tituloProyectos a:hover {
        color: aquamarine;
        font-weight: 600;

    }

    .iconoProyect {
        /*        width: 80%;*/
        height: 150px;
        background-image: url(proyectosColor.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 50px auto;
    }

    .proyectosEnlace {
        width: 100%;
        margin: 0 0;
        padding: 0 10px 0 10px;
        font-weight: 500;
    }


    .proyectosEnlace a {
        margin: 20px 0;
        color: var(--fondoNavA);
        text-align: left;
        text-decoration: none;
        font-size: 1rem;
        font-family: 'News Cycle',
            sans-serif;


    }

    .proyectosEnlace a:hover {
        color: deeppink;
        font-weight: 600;

    }

    /*    cuadro*/
    .cuadroProyectos {
        width: 100%;
        /*    background-color: yellow;*/
        margin: auto;
        padding: 15px 5px;
    }

    .tituloTablero {
        text-align: center;
        margin: 20px 0;
        padding: 20px 20px;
        font-size: 1.3rem;
        font-weight: 600;

    }


    table {
        width: 50%;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
        border-bottom: 1px solid gray;
        border-top: 1px solid gray;
        border-collapse: separate;
        border-spacing: 10px;
        border-radius: 5%;
        margin: 20px auto;
        padding-bottom: 40px;
        color: gray;
        font-family: 'News Cycle',
            sans-serif;
        font-size: 0.8rem;
        text-decoration: none;
        /*    background-color: yellow;*/
    }

    table a {
        text-decoration: none;
        color: deeppink;
    }

    table a:hover {
        text-decoration: none;
        color: gray;
        background-color: aquamarine;
        /*    opacity: 0.7;*/
        padding: 5px;
        border-radius: 50%;
    }

    td {
        /*
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
*/
        padding: 5px;
        text-align: center;
        vertical-align: middle;
        border-radius: 40%;
        /*    background: rgba(1, 1, 1, 0.3);*/
    }

    th {
        border-bottom: 1px solid aqua;
        border-right: 1px solid aqua;
        padding: 5px;
        /*    border-radius: 40%;*/
    }



}


/*
@media screen and (max-width: 1400px)and (min-width: 1024px) {
    .container {
        max-width: 1400px;
        margin: auto;
    }

    .textDuda {
        width: 100%;
        height: 40%;
        font-family: 'Milho Cozido', sans-serif;
        margin: 20px auto;
        font-size: 1.5rem;

    }

}
*/


/*responsive way*/
