/*RESET, borramos todos los estilos por defecto del navegador
** http://meyerweb.com/eric/tools/css/reset/ 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


* {box-sizing: border-box;} /*ponemos todas las etiquetas de html en border box*/

/*FIN DEL RESET*/


body {
    height: 100vh;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana;
    display: flex;
    flex-direction: column;

}
h2{
    font-size: 25px;
    font-weight: bold;
}
@font-face{
    font-family: headerfont;
    src: url(../fonts/Xolonium-Regular.ttf)
} 
@font-face{
    font-family: slidefont;
    src: url(../fonts/Xolonium-Regular.ttf)
} 

header {
        font-weight: bold;
        display: flex;
        flex-direction: column; 
        text-decoration: none;
    }
    .headercontsuper{
        display: flex;
    }
    .contHeaderlogomenu{
        padding-right: 30px;
        padding-left: 15px;
        width: 100%;
        float: right;
        display: flex;
        flex-direction: row-reverse; 
    }
    .headerLogomenu{
        text-decoration: none;
    }
    #headermenulogo{
        text-decoration: none;
        margin-left: 10px;
        margin-top: 9px;
        height: 50px;
        width: auto;
    }
    #headermenulogo :hover {
        text-decoration: none;
        margin-right: 10px;   
    }
    .headerLogo {
        text-decoration: none;
        margin-left: 10px;
    }
        .headerLogo > img {
            height: 60px;
            width: auto;
            margin-left: 10px; 
        }
    #headername {
        font-size: 25px;
        color: #000000;
        padding-left: 15px;
        padding-top: 30px;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 2px;
        font-weight: bold;
        font-family: headerfont;
    } 

/* contenido barra navegacion lateral desplegable */

.sidenav {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        position: fixed;
        height: auto;
        width: 0;
        z-index: 1000;
        top: 0;
        right: 0;
        background-color: rgb(255, 182, 87);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 50px;
        padding-bottom: 20px;
        margin-top: 60px;
        text-align: right;
      }
      .sidenav a {  
        transition: 0.3s;
      }
      .sidenav span {
        display: block;
        transition: 0.3s;
      }
      .sidenav .closebtn {
        text-decoration: none;
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 36px;
        margin-left: 10px;
        color: #858585;
      }
      .sidenav .closebtn:hover{
        color: rgb(255, 255, 255);
      }

      /* enlaces barra navegacion lateral desplegable grandes  */
      .sidenavLink{
        padding: 8px 32px 8px 8px;
        text-decoration: none;
        font-weight: normal;
        font-family: headerfont;
        font-size: 23px;
        color: rgb(255, 255, 255);
        }
        .sidenavLink.activo{  
            color: #858585;
         }
        .sidenavLink:hover{
            text-decoration: none;
            font-weight: normal;
            font-family: headerfont;
            font-size: 23px;
            color:rgb(187, 187, 187);   
         }

     /* enlaces barra navegacion lateral desplegable pequeños */
        .sidenavLinkpeq{
            padding: 8px 50px 8px 8px;
            text-decoration: none;
            font-weight: normal;
            font-family: headerfont;
            font-size: 18px;
            color: rgb(255, 255, 255);
        }
        .sidenavLinkpeq.activo{
            color: #858585;
        }
        .sidenavLinkpeq:hover{
            text-decoration: none;
            font-weight: normal;
            font-family: headerfont;
            font-size: 18px;
            color:rgb(187, 187, 187);        
        }

    /* enlaces barra navegacion lateral desplegable zona inferior */

    .sidenavdown{
        padding-top: 14px;
        margin-right: 30px;
        margin-left: 30px;
        margin-top: 20px;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-width: 2px;   
        border-color: #858585;    
    }
        .sidenavLinkpeqdown{
            padding: 8px 0px 8px 8px;
            text-decoration: none;
            font-weight: normal;
            font-family: headerfont;
            font-size: 18px;
            color: rgb(255, 255, 255); 
        }
        .sidenavLinkpeqdown:hover{
            color:rgb(187, 187, 187);   
            cursor: pointer;
        }

    /* enlaces barra navegacion lateral desplegable logos links redes*/

    .posContlogoSidenav{
    padding-right: 10px;
    }
    .contLogosidenav{
        display: flex;
        padding: 10px;
        float: right;
    }
        #logo_side_link_facebook{
            height: 30px;
            margin-left: 10px;
            margin-right: 10px; 
        }
        #logo_side_link_linkedin{
            height: 30px;
            margin-left: 10px;
            margin-right: 10px;
        }
        #logo_side_link_instagram{
            height: 30px;
            margin-left: 10px;
            margin-right: 10px;   
        }

    /* barra navegacion lateral desplegable dispositivos pequeños */

      @media screen and (max-width: 650px) {
        .sidenav {padding-top: 15px;}
        .sidenav a {font-size: 18px;}
      }

/* contenido barra navegacion */

 #navbars{
            background-image: linear-gradient( to left,#585858,#ffffff)
        }
        .navbar {
            display: flex;
            width: 100%;
            flex-direction: row-reverse;
        }
            .navbar ul{
                list-style: none;
                padding: 0px;
                margin-top: 0px;
                display: flex;  
            }
                .navbar ul li{
                padding: 10px;
            }
            .navlink{
                text-decoration: none;
                font-weight: normal;
                font-family: headerfont;
                font-size: 18px;
                color: white;
                padding: 10px;
            }
            .navlink.activo{
                color: rgb(255, 166, 0);
            }
        .navbar ul li a:hover {  
            color:rgb(187, 187, 187);    
        }
        .contactLink{
            text-decoration: none;
            font-weight: normal;
            font-family: headerfont;
            font-size: 18px;
            color: white;
            padding: 10px;
        }
             .contactLink:hover{
                color:rgb(187, 187, 187);   
                padding: 10px;
                cursor: pointer;
        }
/* carrusel de imagenes pagina inicio */

#slideGeneral{
        max-height: calc(100vh - 177px);/*Usamos la altura de la pantalla del navegador y le restamos cabecera y footer*/
        padding-bottom: 5px;
        width:100%;
        display: flex;
        flex-direction: column;
        }
        .mySlides {
            max-height: 100%;
            flex-wrap: wrap;
        }
        .animate-fading {     
            animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}; 
        }
        .slideImag {
            width: 69%;
            margin-top: 5px;
            margin-left: 5px;
            margin-right: 5px;
        }
        .slideVideo {
            width:69%;
            margin-top: 5px;
            margin-left: 5px;
            margin-right: 5px;
        }
        .slideText {
            width: 30%;
            font-size: 20px;
            font-family: slidefont;
            margin-top: 5px;
            margin-left: 0;
            margin-right: 0;  
            padding-top: 140px;
        }
        .slideText.rigth {
            background-color: rgb(255, 231, 188);
            padding-left: 40px;
            padding-right: 50px;
            text-align: left;
            margin-top: 5px;
            margin-left: 0px;
            margin-right: 5px;
        }
        .slideText.left {
            background-color: rgb(192, 182, 164);
            padding-left: 50px;
            padding-right: 40px;
            text-align: right;
            margin-top: 5px;
            margin-left: 5px;
            margin-right: 0px;
        }
/* contenido seccion sobre mi*/

#bioGeneral{
    max-height: calc(100vh - 177px);/*Usamos la altura de la pantalla del navegador y le restamos cabecera y footer*/
    padding-bottom: 5px;
    width:100%;
    display: flex;
    flex-direction: column;
}

.contbio{
    max-height: 100%;
    display: flex;
}

.contimagbio{
    
    background-color: rgb(250, 243, 229);
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 0px;
    text-decoration: none;
}

    #imagbio{
        width: 100%;
        padding: 10px 20px 0px 80px; 
    }
    .contbioText{
        
        display: none;

    }
    .textbio{
        color: rgb(87, 87, 87);
        width: 80%;
        font-size: 19px;
        font-family: slidefont;
        margin-top: 5px;
        margin-left: 0px;
        margin-right: 5px;
        background-color: rgb(250, 243, 229);
        padding: 10px;
        padding-left: 40px;
        padding-top: 19px;
        padding-right: 40px;
        text-align: right;
    }
    .textbio h3{
        font-size: 25px;
        color: rgb(87, 87, 87);
    }
    .textbio span{
        font-size: 25px;
        color: rgb(0, 0, 0);
        font-weight:bold;
    }
    .textbioText{
        color: rgb(87, 87, 87);
    }
    #descargaCv{
        color: rgb(87, 87, 87);
        font-size: 20px;
        padding-top: 20px;
        padding-left: 50px;
        padding-right: 0px;
        font-family: slidefont; 
    }
    #descargaCv a{
        text-decoration: none;
        color: rgb(0, 0, 0);
        display: flex;
        flex-direction: row-reverse; 
    }
    #imagCv{
        width: 120px;
        margin-bottom: 15px;
        margin-right: 15px;
        border: 1px solid rgb(0, 0, 0);
    }
    #descargaCv a:hover{
        text-decoration: none;
        color: rgb(141, 141, 141);
        transition: 0.3s;
    }
    #descargaCv a img:hover{
        opacity: 0.65;  
        transition: 0.3s;
    }

/* contenido seccion trabajos */

#trabajosGeneral{
    max-height: calc(100vh - 177px);/*Usamos la altura de la pantalla del navegador y le restamos cabecera y footer*/
    padding-bottom: 5px;
    width:100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}
.trabajosContPrimero{
    width:100%;
    display: flex;
    flex-wrap: wrap;
}
.trabajosContSegundo{ 
    width: 50%;
    height: auto;
    max-height: calc((100vh - 177px)/2);
    padding-right: 5px;
    margin-left: 0;
    padding-left:5px;
    overflow-y: hidden;
    display: flex;
    margin-top: 5px;
    background-color: rgb(255, 255, 255);
}
.trabajosText{
    width: 30%;
    font-size: 16px;
    font-family: slidefont;
    padding: 10px;
    padding-left: 10px;
    padding-top: 19px;
    padding-right: 15px;
    text-align: right;
    
}
.trabajosText.infoArquitectura{
    background-color: rgb(223, 187, 163);
}
.trabajosText.realidadVirtual{
    background-color: rgb(217, 221, 164);
}
.trabajosText.proyectosDiseno{
    background-color: rgb(185, 223, 160);
    
}
.trabajosText.artGraf{
    background-color: rgb(165, 228, 207);
    
}
.trabajosImag{
    width: 70%;
    height: auto;
}
.trabajosVideo{
    width:70%;
    height: auto;
}
.trabajosImag a img:hover{
    opacity: 0.5;  
    transition: 0.3s;
}
.trabajosVideo a video:hover{
    opacity: 0.5; 
    transition: 0.3s;
}
.trabajosContPrimero div.trabajosContSegundo:nth-child(2n){
    padding-left:0;
}
/* contenido del contactos */

.modalContact {
    font-family: headerfont;
    display: none; 
    position: fixed; 
    z-index: 1500; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}
  
  /* modal contactos */
    .modal-content-contact {
        font-size: 15px;
        background-color: #fefefe;
        margin: auto;
        padding: 40px;
        padding-top: 20px;
        border: 1px solid rgb(255, 222, 179);
        width: 60%;
    }
    .modal-content-contact p{
        font-size: 17px;
        font-style: normal;
    }
  /* boton cierre modal contactos */
    .closeBtn {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
  
    .closeBtn:hover,
    .closeBtn:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        }
        input[type=text], select, textarea {
        font-family: Verdana;
        width: 100%;
        padding: 12px;
        border: 1px solid rgb(184, 183, 183);
        border-radius: 4px;
        box-sizing: border-box;
        margin-top: 6px;
        margin-bottom: 16px;
        resize: vertical;
        }
        input[type=email], select, textarea {
        font-family: Verdana;
        width: 100%;
        padding: 12px;
        border: 1px solid rgb(184, 183, 183);
        border-radius: 4px;
        box-sizing: border-box;
        margin-top: 6px;
        margin-bottom: 16px;
        resize: vertical;
        }
        input[type=tel], select, textarea {
        font-family: Verdana;
        width: 100%;
        padding: 12px;
        border: 1px solid rgb(184, 183, 183);
        border-radius: 4px;
        box-sizing: border-box;
        margin-top: 6px;
        margin-bottom: 16px;
        resize: vertical;
        }
        input[type=checkbox]{
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari y Chrome */
        -o-transform: scale(2); /* Opera */
        padding: 20px;
        margin: 15px 5px 3px 4px;
        font-family: Verdana;
        }
        input[type=submit] {
        margin-left: 20px;
        font-family: headerfont;
        float: right;
        background-color: rgb(255, 166, 0);
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 15px;
        }
        input[type=reset] {
        font-family: headerfont;
        float: right;
        background-color: rgb(255, 166, 0);
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 15px;
        }
        input[type=submit]:hover {
        background-color: rgb(255, 208, 119);
        }
        input[type=reset]:hover {
        background-color: rgb(255, 208, 119);
        }
      .contenedor{
        border-radius: 5px;
        background-color: rgb(255, 232, 202);
        padding: 40px;
        padding-bottom: 50px;
      }

/* contenido del Politica de privacidad */

.modalpolPri {
    font-family: headerfont;
    display: none; 
    position: fixed; 
    z-index: 1200; 
    padding-top: 100px; 
    padding-bottom: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
  }
  
  /* modal Politica de privacidad */

    .modal-content-polPri {
        font-size: 14px;
        background-color: #fefefe;
        margin: auto;
        padding: 50px;
        padding-bottom: 130px; 
        border: 1px solid #888;
        width: 80%;
    }
  
  /* boton cierre modal Politica de privacidad */

    .closeBtnpolPri {
        font-family: headerfont;  
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
  
    .closeBtnpolPri:hover,
    .closeBtnpolPri:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/* carrusel de imagenes pagina infoarq */

#slideinfoarq{
    max-height: calc(100vh - 182px);/*Usamos la altura de la pantalla del navegador y le restamos cabecera y footer*/
    margin-left: 0;
    padding-bottom: 5px;
    flex-wrap: wrap;
    width:100%;
    display: flex;
    margin-top: 5px;
    }

/* carrusel de imagenes */    

.contanimateInfoarq{
    width: 60%;
    padding-left:5px;
    position: relative;
}
.contanimateInfoarq div{
    max-height: 100%;
}
    .animateInfoarq{ 
        display: none;    
         
    }
    .slideImaginfoarq {
        width:100%;
    }
    .slideInfoarqCont {
        width: 39%;
        margin-left: 0;
        padding-left: 5px;
        max-height: 100%;
        overflow-y: hidden;
        display: flex;
        flex-direction: column;
    }
    /* poner puntero sobre imagenes de seleccion */
.cursor {
    cursor: pointer;
  }
  
  /* botones de adelante y artras */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Posicion el "adelante boton" hacia la derecha */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* sobre botones adelate y atras, añade espacio color negro con vision atraves */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* numero texto (1/3 etc) */

  .numerotexto {
    color: #f2f2f2;
    font-size: 16px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    font-weight: bold;
  }

  /* Add a transparency effect for thumnbail images */

  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
    /* texto titular seccion */   

    .slideInfoarqTextsup{ 
        font-size: 20px;
        font-family: slidefont;
        background-color: rgb(223, 187, 163);
        padding-left: 50px;
        padding-top: 33px;
        padding-right: 30px;
        padding-bottom: 63px;
        text-align: left;
        margin-right: 4px;
    }
    /* seleccion de imagenes de imagenes */   

    .slideInfoarqImagsCont{
        width: 100%;
        display: flex;
        background-color: rgb(255, 255, 255); 
        margin-top: 5px;
    }
    .infoarqImags{
        margin-right: 4px;
        width: 20%;
        border:rgb(180, 180, 180) 1px solid; 
    }
    .infoarqImags img{
        width: 100%;
        height: 100%;
    }
/* carrusel de imagenes pagina Proyectos diseño*/

#slideProdis{
    max-height: calc(100vh - 182px);/*Usamos la altura de la pantalla del navegador y le restamos cabecera y footer*/
    margin-left: 0;
    padding-bottom: 5px;
    flex-wrap: wrap;
    width:100%;
    display: flex;
    margin-top: 5px;
    }

/* carrusel de imagenes */    

.contanimateProdis{
    width: 60%;
    padding-left:5px;
    position: relative;
}
.contanimateProdis div {
    max-height: 100%;
}
    .animateProdis{ 
        display: none;     
    }
    .slideImagProdis {
        width:100%;
    }
    .slideProdisCont {
        width: 39%;
        margin-left: 0;
        padding-left: 5px;
        max-height: 100%;
        overflow-y: hidden;
        display: flex;
        flex-direction: column;
    }
    /* poner puntero sobre imagenes de seleccion */

.Prodiscursor {
    cursor: pointer;
  }
  
  /* botones de adelante y artras */
  .Prodisprev,
  .Prodisnext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: rgb(255, 153, 85);
    font-weight:bolder;
    font-size: 24px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Posicion el "adelante boton" hacia la derecha */
  .Prodisnext {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* sobre botones adelate y atras, añade espacio color negro con vision atraves */
  .Prodisprev:hover,
  .Prodisnext:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* numero texto (1/3 etc) */
  .numerotextoProdis {
    color:rgb(255, 153, 85);
    font-size: 16px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    font-weight: bold;
  }
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  /* Add a transparency effect for thumnbail images */
  .Prodisdemo {
    opacity: 0.6;
  }
  
  .active,
  .Prodisdemo:hover {
    opacity: 1;
  }
    /* texto titular seccion */   

    .slideProdisTextsup{ 
        font-size: 20px;
        font-family: slidefont;
        background-color: rgb(185, 223, 160);
        padding-left: 50px;
        padding-top: 44px;
        padding-right: 30px;
        padding-bottom: 76px;
        text-align: left;
        margin-right: 4px;
    }
    .slideProdisTextinf{ 
        font-size: 20px;
        font-family: slidefont;
        background-color: rgb(185, 223, 160);
        padding-left: 50px;
        padding-top: 74px;
        padding-right: 30px;
        padding-bottom: 76px;
        text-align: left;
        margin-right: 4px;
        margin-top: 5px;
    }
    /* seleccion de imagenes de imagenes */   

    .slideProdisImagsCont{
        width: 100%;
        display: flex;
        background-color: rgb(255, 255, 255); 
        margin-top: 5px;
    }
    .ProdisImags{
        margin-right: 4px;
        width: 20%;
        border:rgb(180, 180, 180) 1px solid; 
    }
    .ProdisImags img{
        width: 100%;
        height: 100%;
    }

    /* carrusel de imagenes pagina Artes Graficas digitales*/

#slideArt{
    max-height: calc(100vh - 182px);/*Usamos la altura de la pantalla del navegador y le restamos cabecera y footer*/
    margin-left: 0;
    padding-bottom: 5px;
    flex-wrap: wrap;
    width:100%;
    display: flex;
    margin-top: 5px;
  
    
    }
/* carrusel de imagenes */    
.contanimateArt{
    width: 60%;
    padding-left:5px;
    position: relative;
    
}
.contanimateArt div{
    max-height: 100%;

}
    .animateArt{ 
        display: none;    
         
    }
    .slideImagArt {
        width:100%;
    }
    .slideArtCont {
        width: 39%;
        margin-left: 0;
        padding-left: 5px;
        max-height: 100%;
        overflow-y: hidden;
        display: flex;
        flex-direction: column;
    }
    /* poner puntero sobre imagenes de seleccion */
.Artcursor {
    cursor: pointer;
  }
  
  /* botones de adelante y artras */
  .Artprev,
  .Artnext {

    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: rgb(255, 153, 85);
    font-weight:bolder;
    font-size: 24px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Posicion el "adelante boton" hacia la derecha */
  .Artnext {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* sobre botones adelate y atras, añade espacio color negro con vision atraves */
  .Artprev:hover,
  .Artnext:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* numero texto (1/3 etc) */
  .numerotextoArt {
    color:rgb(255, 153, 85);
    font-size: 16px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    font-weight: bold;
  }

  
  /* Add a transparency effect for thumnbail images */
  .Artdemo {
    opacity: 0.6;
  }
  
  .active,
  .Artdemo:hover {
    opacity: 1;
  }
    /* texto titular seccion */   

    .slideArtTextsup{ 
        font-size: 20px;
        font-family: slidefont;
        background-color: rgb(165, 228, 207);
        padding-left: 50px;
        padding-top: 40px;
        padding-right: 30px;
        padding-bottom: 67px;
        text-align: left;
        margin-right: 4px;
    }
    .slideArtTextinf{ 
        font-size: 20px;
        font-family: slidefont;
        background-color: rgb(165, 228, 207);
        padding-left: 50px;
        padding-top: 40px;
        padding-right: 30px;
        padding-bottom: 67px;
        text-align: left;
        margin-right: 4px;
        margin-top: 5px;
    }
    /* seleccion de imagenes de imagenes */   

    .slideArtImagsCont{
        width: 100%;
        display: flex;
        background-color: rgb(255, 255, 255); 
        margin-top: 5px;
        
    }
    .ArtImags{
        margin-right: 4px;
        width: 25%;
        border:rgb(180, 180, 180) 1px solid; 
    }
    .ArtImags img{
        width: 100%;
        height: 100%;
    }
    /* contenido seccion Realidad Virtual */

#RvGeneral{
    max-height: calc(100vh - 182px);/*Usamos la altura de la pantalla del navegador y le restamos cabecera y footer*/
    margin-left: 0;
    padding-bottom: 5px;
    flex-wrap: wrap;
    width:100%;
    flex-direction: column;
    margin-top: 5px;
}
.RvContPrimero{
    
    font-size: 20px;
    font-family: slidefont;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 10px;
    text-align: center;
    background-color: rgb(185, 223, 160);
    margin-left: 4px;
    margin-right: 4px;
}

.RvContSegundo{
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 4px;
    width: 100%;
    display: flex; 
}
.RvContTercero{  
    margin-left: 0;
    margin-right: 0;
    width: calc(50% - 2px);
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    background-color: rgb(223, 187, 163);
}
.RvContCuarto{  
    margin-left: 2px;
    margin-right: 4px;
    margin-top: 4px;
    width:50%;
    display: flex;
    flex-direction: column;
    background-color: rgb(217, 221, 164);
}
.RvTextLeft1{
    width: 95.8%;
    font-size: 15px;
    font-family: slidefont;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 19px;
    padding-right: 10px;
    text-align: center;
    background-color: rgb(223, 187, 163);
}
.RvTextLeft2{
    width: 95.8%;
    font-size: 15px;
    font-family: slidefont;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 19px;
    padding-right: 10px;
    text-align: center;
    background-color: rgb(217, 221, 164);
}
.RvVideo{
    
    padding-left: 25px;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 50px;
    text-align: center;
}
.RvContSegundo div.RvContTercero:nth-child(2n){
    background-color: rgb(217, 221, 164);
    }

    /* contenido seccion sidewalkweb*/

    #sidewalkGeneral{
        
        max-height: calc(100vh - 177px);/*Usamos la altura de la pantalla del navegador y le restamos cabecera y footer*/
        padding-bottom: 5px;
        width:100%;
        display: flex;
        flex-direction: column;
        margin-top: 5px;
    }
    .contImagsidewalk{
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-top: 18px;
        padding-right: 10px;
        background-color: rgb(214, 230, 204);
        margin-left: 4px;
        margin-right: 4px;
    }
    #logosidewalkweb{
        width: 25%;   
    }
    .textSidewalk{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-family: slidefont;
        padding-bottom: 26px;
        padding-left: 0px;
        padding-top: 20px;
        padding-right: 0px;
        background-color: rgb(214, 230, 204);
        margin-left: 4px; 
        margin-right: 4px;
    }
    .textSidewalk p{  
        width: 71.5%;
        text-align: center;
        margin-block-start: 0.7em;
        margin-block-end: 0.7em;
    }
    .contEvosidewalk{
        background-color: rgb(214, 230, 204);  
        margin-left: 4px;
        margin-right: 4px;
        display: flex;
        flex-direction: row;
        padding-top: 0;
        padding-bottom: 0;
        flex-wrap: wrap;
    }
    .evosidewalk{
        padding-bottom: 5px;
        padding-left: 10px;
        padding-top: 15px;
        padding-right: 10px;
        font-size: 15px;
        font-family: slidefont;
        width: 48%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    #pagant_sidewalkweb{
        margin-right: 20px;
    }
    #pagant_sidewalkweb img{
        border:rgb(180, 180, 180) 1px solid; 
        width: 68%; 
    }
    #pagmod_sidewalkweb{
        margin-left: 20px; 
    }
    #pagmod_sidewalkweb img{
        border:rgb(180, 180, 180) 1px solid; 
        width: 93%;  
    }
    .evosidewalktext{
        padding-bottom: 5px;
        padding-top: 15px;
    }
/* contenido del footer */

footer {
        z-index: 20;
        margin-top:0;
        display: flex;
        flex-direction: row;
        color: white;
        width: 100%;
        background-image: linear-gradient( to right,#585858,#ffffff);
        }
        .contLogofooter{
            display: flex;
            width: 32%;
        }
            .logoRRSS{
                height: 25px;
                margin-left: 15px;
                margin-right: 15px;
                margin-top: 10px;
            }
        .contTextfooter{
            flex-direction:row;
            display: flex;
            width: 32%;
            text-align: center;
            justify-content: center;
        }
        #textFooterlink {
            font-weight: normal;
            font-family: headerfont;
            font-size: 16px;
            padding: 10px;
            padding-top: 20px;
            padding-bottom: 0px;
            margin-left: 20px;
            margin-right: 20px;
        }
        #textFooterlink span{
            text-decoration: none;
            color: white;
        }
            #textFooterlink span:hover{
                text-decoration: none;
                color:rgb(187, 187, 187);  
                cursor: pointer;
        }
        #textFooter{
            text-decoration: none;
            font-weight: normal;
            font-family: headerfont;
            font-size: 16px;
            color: rgb(0, 0, 0);
            padding-top: 20px;
            margin-left: 20px;
            margin-right: 10px;
        }
        .contLogoamdFooter{
            flex-direction:row-reverse;
            display: flex;
            width: 32%;
        }
            #footerLogo{
                padding-bottom: 4px;
                padding-top: 4px;
                height: 40px;
            }

/*Ajustes media*/

@media (max-width:1200px){
    .textbio, .textSidewalk {font-size: 16px;}
}

@media (max-width:1024px){
    .textbio, .textSidewalk {font-size: 14px;}
}

@media (max-width:1023px){
    body {height: auto;}
    h2{
        font-size: 20px;
        font-weight: bold;
    }
    .headercontsuper{margin-top: 5px;}
    .headerLogo{margin-left: 5px;}
    .headerLogo > img {height: 35px;}
    .contHeaderlogomenu{padding-left: 2px;}
    #headermenulogo {height: 35px;margin-top: 2px;}

    #navbars {display:none;}
    #headername {font-size: 18px;padding-top: 15px;}

    #slideGeneral, #bioGeneral,#trabajosGeneral,#sidewalkGeneral {max-height: 100%;}

    .slideText.left, .slideText.rigth {width: 100%; order:1;padding-top: 20px;padding-bottom:20px;margin-left: 5px;margin-right: 5px;font-size: 16px;text-align: left;}
    .slideImag,.slideVideo {width: 100%; order:2;margin-left: 0;margin-right: 0;}

    


    #slideinfoarq, #slideProdis,#slideArt,#RvGeneral {max-height: 100%; padding-left: 0;}
    .contanimateInfoarq, .contanimateArt,.contanimateProdis {width: 100%; padding-left: 5px;padding-right: 5px;padding-bottom: 5px;}
    .slideInfoarqCont, .slideArtCont, .slideProdisCont {width: 100%; padding-left: 4px;}

    #trabajosGeneral{margin-bottom: 0;}
    .trabajosContSegundo {width: 100%; padding-right: 0;padding-left:0;display: block;}
    .trabajosText{width: 100%;}
    .trabajosImag,.trabajosVideo{width: 100%;}

    .contbio {flex-wrap: wrap;}
    .contbioText{
        color: rgb(87, 87, 87);
        font-size: 14px;
        font-family: slidefont;
        margin-top: 5px;
        margin-left: 0px;
        margin-right: 5px;
        padding: 10px;
        padding-left: 40px;
        padding-top: 10px;
        padding-right: 40px;
        text-align: right;
        display: block;
    }
    .textbio{padding: 0px;}
    .textbio h3{font-size: 20px;}
    .textbio span{font-size: 20px;}
    .textbio p{font-size: 14px;}
    .textbioText{display: none;}
    #descargaCv{font-size: 16px;}
    .textbio, .textSidewalk {font-size: 14px;}
    .contbio .textbio {width: 100%; order:1;margin-right: 0;}
    .contbio .contimagbio {width: 100%; order:2; margin-top: 0; margin-left: 0;}
    #imagbio {width: 100%;display:block;margin:0 auto;padding-top: 0px;}

    .numerotextoArt,.numerotextoProdis,.numerotexto{font-size: 12px;}
    .slideArtTextsup,.slideArtTextinf,.slideProdisTextsup,.slideProdisTextinf,.slideInfoarqTextsup{ font-size: 14px;padding-bottom: 30px;padding-top: 20px;}
    .RvContPrimero {padding-bottom: 20px;font-size: 14px;}

    .RvVideo{padding-bottom: 20px;padding-top: 10px;}
    .RvTextLeft1,.RvTextLeft2{font-size: 14px;}
    .RvContTercero {margin-left: 0;margin-right: 0;width: 100%;}

    .modal-content-polPri{width: 98%;margin-right:10px ;}
    .modal-content-contact{margin-right: 0;margin-left: 0;width: 100%;font-size: 14px;padding: 30px;padding-bottom: 60px;}
    
    .contenedor{padding: 12px;padding-bottom: 60px;}
    .evosidewalk {width: 100%;font-size: 14px;}
    #logosidewalkweb{width: 50%;}

    .logoRRSS{height: 18px;}
    #textFooter,#textFooterlink {font-size: 12px; margin-left: 0; margin-right: 0;padding-top: 10px;}
    #textFooter{text-align: right;}
    .textbio{
        color: rgb(87, 87, 87);
        width: 80%;
        font-size: 19px;
        font-family: slidefont;
        margin-top: 5px;
        margin-left: 0px;
        margin-right: 5px;
        background-color: rgb(250, 243, 229);
        padding: 10px;
        padding-left: 40px;
        padding-top: 19px;
        padding-right: 40px;
        text-align: right;
    }

    
}

