body{
  font-family: "Times New Roman"; 
  font-style: normal;
  font-weight: normal;
}
*{
  box-sizing: border-box;
}

.full-screen {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 1;
}

.logo{
  animation: animacion-element .8s both;
  z-index: 500;
  position: relative;
  margin: 0 auto;
}

h1, h2, h3{
  margin: 0;
  padding: 0;
}
.logo h1{
  white-space: nowrap;
  text-align: center;
  font-family: "Times New Roman"; 
  font-style: normal;
  font-weight: normal;
  font-size: 6em;
  color: #ffffff;
  cursor: pointer;
  transition: all .3s;
  position: relative;
}


main.homeview{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  background: #000;
}

main.homeview .logo{
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}
.menufullpage{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  transform: translateX(-100%);
  background: #ffffff;
  height: 0;
  overflow: hidden; 
}
.carousel-control-prev {
  left: -20px;
}
.carousel-control-next {
  right: -20px;
}

.menufullpage h2{
  white-space: nowrap;
  text-align: center;
  font-family: "Times New Roman"; 
  font-style: normal;
  font-weight: normal;
  font-size: 6em;
  color: rgb(0, 0, 0);
  cursor: pointer;
  transition: all .3s;
  position: relative;
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}

ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menufullpage ul{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.block-tab-cvview .table-data-project{
margin-bottom: 4px;
}



.menufullpage ul li{
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}
.img-project figcaption{
  font-size: .9em;
}
.menufullpage ul li a{
  display: block;
  text-decoration: none;
  color: black;
  font-size: 2em;
  transition: all .3s;
  line-height: 1.2;
}
.menufullpage ul li a:hover{
  text-decoration: underline 1px;
}
.page-projets-view .table-data-project tr td:nth-child(1) {
  width: 15%;
}
.p_content-fractal-cvview .table-data-project tr td:nth-child(1) {
  width: 25%;
}
.info-project-view-tab{
  animation: animacion-element .8s both;
}
@keyframes slidemenu {
  from {transform: translateX(-100%);
        
  }
  to {transform: translateX(0);
  }
}
@keyframes slidemenuoff {
  from {transform: translateX(0);}
  to {transform: translateX(-100%);}
}

@keyframes animacion-element {
  from {transform: translateY(-10px);
        opacity: 0;
  }
  to {transform: translateY(0);
    opacity: 1;
  }
}

.showmenu{
  animation: slidemenu .7s both;
  box-shadow:  20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700;
  height: auto;
  transition-timing-function: cubic-bezier(.17,.67,.93,.44);
  
}
.closemenu{
  animation: slidemenuoff 1s both;
  position: relative;
  transform: translateX(-100%);
  background: #ffffff;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.closemenufull{
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: all .3s;
}
.closemenufull:hover{
  transform: scale(1.3)
}
.closemenufull p{
  margin: 0;
  padding: 0;
  font-size: 2em;
}

 .headcomponent{
  animation: animacion-element .6s both;
  width: auto;
  margin: 0;
  padding: 60px 15px 15px 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}

.headcomponent .Links-menu{
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  cursor: pointer;
  text-align: center;
}

.headcomponent .Links-menu h3{
font-size: 2em;
}
.headcomponent .Links-menu h3:hover{
text-decoration: underline 1px;
}
.headcomponent .Links-menu h1{
  font-size: 3.3em;
  }

  .headcomponent  a{
    order: 0;
  flex: 0 1 auto;
  align-self: auto;
    font-size: 3.3em;
    color: #000;
    display: block;
  }

  .headcomponent  a:hover{
    text-decoration: underline 1px;
  }
.block-cvview{
  animation: animacion-element .8s both;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: flex-start;
  margin: 0 0 15px 0;
  width: auto;
}
.block-cvview .block-tab-cvview{
  order: 0;
  flex: 1 1 auto;
  align-self: auto;
  width: 49%;
}
.p_content-fractal-cvview{
  border-top: 3px solid #000;
}

.p_content-fractal-cvview .block-tab-cvview .info-project-view-tab:nth-child(1) h4{
  border-top: none;
}
.p_content-fractal-cvview .block-tab-cvview .info-project-view-tab:nth-child(2) h4{
  border-top: none;
}
.p_content-fractal-cvview .block-tab-cvview{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-start;
}
.p_content-fractal-cvview .block-tab-cvview .info-project-view-tab{
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  width: 50%;
}
.p_content-fractal-cvview .block-tab-cvview .info-project-view-tab h4{
  border-top: 4px solid #000;
  padding-top: 10px;
}

.info-project-view-tab{
  margin: 0 0 0 0;
  padding: 10px 0;
}
.head-principal-cv{
  border-bottom: 2px solid #000;
}

.head-principal-cv h4:nth-child(1){
  margin-bottom: 0;
}
.block-cvview .block-tab-cvview:nth-child(2) .info-project-view-tab{
  margin: 0 0 0 30px;
}
.table-data-project td, .table-data-project th{
  padding: 0.25rem 0;
  border-bottom: 1px solid rgb(87, 87, 87);
  border-top: none;
  font-size: .9em;
}
.title-head{
  padding: 15px;
}
.title-head h2{
  text-align: center;
  font-size: 3.3em;
}

.copy-name{
  width: auto;
  font-style: italic;
  text-align: right;
  padding: 10px 0 5px 0;
}
.carousel-control-next-icon {
  background-image: url(../images/proximo.png);
}
.carousel-control-prev-icon{
  background-image: url(../images/atras.png);
}
.content-fractal-catproj{
  animation: animacion-element .8s both;
  border-top: 3px solid #000;
  padding-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.content-fractal-catproj a{
  animation: animacion-element .8s both;
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
  margin: 10px;
  width: 30%;
}
.content-fractal-catproj a:hover{
  opacity: .7 !important;
}

.content-fractal-catproj a img{
  margin: 0 auto;
  display: block;
  width: 70%;
  clear: both;
}

.headcomponent a{
  line-height: 1.2;
}

.table-data-project-cv tr td:nth-child(1){
  width: 20%;
}
.contact-datos{
  margin: 50px auto;
  text-align: center;
}
.contact-datos a{
  font-size: 2rem;
  color: #000;
}
.img-project{
  animation: animacion-element 1.2s both;
}
.img-project img{
  margin: 0 auto;
  padding: 0;
}
.page-projets-view .img-project img{
  transition: all .3s;

}
.page-projets-view .carousel-inner{
height: auto;
padding: 15px 0 50px 0;
}
.info-project-view-tab {
  margin: 0 0 0 0;
  padding: 10px 0;
  border-top: 4px solid #000;
}
.grid .info-project-view-tab {
  margin: 0 0 0 0;
  padding: 10px 5px;
  border-top: none;
}
.page-projets-view {
  max-width: 1300px !important;
  overflow-x: hidden;
  padding: 0 !important;
}
@media (max-width: 1300px){
  .page-projets-view {
    max-width: 100% !important;
    padding: 0 5px !important;
  }

  }
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 900px;
}
}
.container, .container-lg, .container-md, .container-sm {
  max-width: 900px;
}
@media only screen and (max-width: 900px) {
  .block-cvview .block-tab-cvview:nth-child(2) .info-project-view-tab {
    margin: 0 0 0 20px;
}
 
}
@media only screen and (max-width: 880px) {
  .p_content-fractal-cvview .block-tab-cvview .info-project-view-tab{
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .page-projets-view {
    max-width: 100% !important; 
}
.page-projets-view .carousel-inner {
  height: auto !important;
}
}


@media only screen and (max-width: 800px) {
  .p_content-fractal-cvview .block-tab-cvview .info-project-view-tab {
    width: 100%;
}
  .block-cvview{
    flex-wrap: wrap;
  }
  .block-cvview .block-tab-cvview{
    width: auto;
  }



  

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

  .table-data-project-cv tr td:nth-child(1) {
    width: 25% !important;
}
  
  .table-data-project td, .table-data-project th {
    font-size: 1em;
}
  .content-fractal-catproj {
    justify-content: space-between;
}
  .content-fractal-catproj a {
    width: 40%;
}
  .content-fractal-catproj a img {
    width: 100%;
}
  .contact-datos  h2{
    font-size: 1.5em;
  }
  .contact-datos a {
    font-size: 1.5rem;
}
  .page-projets-view .table-data-project tr td:nth-child(1) {
    width: 43%;
}
  .p_content-fractal-cvview .table-data-project tr td:nth-child(1) {
    width: 30%;
}
  .content-fractal-catproj{
    width: 90%;
  }
  .menufullpage ul li a{
    font-size: 1.3em;
  }
  .cvview .carousel-inner{
    height: 345px;
  }
  .p_content-fractal-cvview .block-tab-cvview {
    flex-wrap: wrap;
}
 
  .block-cvview .block-tab-cvview:nth-child(2) .info-project-view-tab {
    margin: 0;
}
  .logo h1{
    font-size: 3em;
  }
  .menufullpage h2{
    font-size: 3em;
  }
  .showmenu{
    animation: slidemenu .5s both;
    
  }
  .table-data-project tr td:nth-child(1){
    width: auto;
  }
}
@media only screen and (max-width: 253px) {
  .logo h1{
    font-size: 2em;
  }
  .menufullpage h2{
    font-size: 2em;
  }
}

