html,
body {
    font-family: 'Ubuntu', sans-serif;
}

body.no-scroll {
    overflow: hidden;
}


h1 {
    font-size: 2em;
    color: #062f53;
    margin-left: 14px;
        
}


h2 {
    font-size: 1.2em;
    color: #062f53;
}

p {
    color: black;
    text-align: justify;
}
.subtitle {
    position: relative;
    margin-left: 16px;
    color: gray;    
}

.subtitle-move {
    position: relative;
    margin-bottom: 40px;
    margin-left: 16px;
    color: gray;    
}

.subtitle-move-plain {
    margin-bottom: -46px !important;
}

section {
    margin-bottom: 50px;
    clear: both;
}

.text-tech {
    font-family: 'Titillium Web', sans-serif;   
}
 

.carousel-cont {
    width: 100%;
    overflow: hidden;
    height: 325px;    
    position: relative;
    margin-top: 35px;
    position: fixed;
    top: 0;    
    z-index: -20;
}

.carousel-cont .carousel {
    margin-top: -28%;    
}

.slidercut {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 114px 0 0 100vw;
    border-color: transparent transparent transparent white;
    -webkit-transform: rotate(360deg);
    margin-top: 247px;
} 

.slidercut-head {
position: absolute;
    margin-top: -70px;
}

.slidercut-subtitle {
    position: absolute;
    margin-top: -32px;    
}


.main-nav {
    background-color: black;
    padding-top: 2px;
    padding-bottom: 8px;
    padding-left: 8px;   
    font-family: 'Titillium Web', sans-serif;      
    transition: 0.4s ease;  
}

.main-nav-alt {
    background-color: black;
    padding-top: 2px;
    padding-bottom: 8px;
    padding-left: 8px;   
    font-family: 'Titillium Web', sans-serif;      
    /*box-shadow: 0px 4px 13px 1px lightgrey;*/
    transition: 0.4s ease;      
}

.main-logo {
    width: 245px !important;
    margin-top: 8px;    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 10px;
}

.main-logo-alt {
    width: 162px !important;
    margin-top: 6px;    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
    margin-left: 10px;    
}

.section--menu {
    margin-top: 3px;
}

header {
    position: fixed;
    z-index: 100;
    width: 100%; 
    top: 0;
}



.content-back {
    background-color: white;
    z-index: 10;
}

.projects {
    padding-top: 50px;
}

.project-item img {
    width: 100%;
}

.project-item {
    width: 32%;
    display: inline-block;
    margin: 6px;
    border: 1px solid lightgray;
    box-shadow: 1px 1px 1px 1px lightgray;
    border-radius: 2px;
    overflow: hidden;
    opacity: 0.7;
    cursor: pointer;
    z-index: 30;
}

.project-grid > div {
    position: relative;    
}

.project-grid-group {
    white-space: nowrap;    
}

.project-grid-group p {
    white-space: normal;    
}

.project-item:hover {
    opacity: 1;
    box-shadow: 62px 40px 87px -20px lightgray;
    z-index: 40;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translateX(0) translateY(0) translateZ(80px) rotateX(-23deg) rotateZ(0deg);           
}

    /*transform: translateX(0) translateY(0) translateZ(80px) rotateY(49deg) rotateX(-44deg) rotateZ(-68deg);*/
/*.project-item:hover:before {
    content: "";
    border: 1px solid black;
    width: 33%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: blue;
}*/

.project-grid-cont {
    position: relative;
    overflow: hidden;
    height: 738px;
}

.project-grid {
    transform-style: preserve-3d;
    transform: translateX(-20vw) translateY(-23vw) translateZ(500px) rotateX(64deg) rotateZ(58deg);
    transition: all 0.5s ease;
}

.project-grid-plain {
    transform: translateX(0) translateY(0) translateZ(500px) rotateX(0) rotateZ(0) !important;
    transition: all 0.5s ease;
}

.project-item-text {
    display: none;
    width: 45%;
    position: relative;
}

.btn-bottom {
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
    margin-top: 48px;
}

.project-item-detail {
    width: 100%;
    position: absolute;
    left: 0;
    top: 25%;
    z-index: 100;
    background-color: white;
    padding: 20px 0;
    height: 100%; 
    margin-top: 57px;
}

.project-item-detail img {
    width: 50%;
    border: 1px solid lightgray;
    border-radius: 2px;
    margin-left: 15px;    
    display: inline-block;
}

.project-item-detail .project-item-text {
    display: inline-block;
    transition: all 0.5s ease;
    vertical-align: top;
    padding-left: 20px;
}

.carousel-cont img {
    width: 100%;
}

.servicios {
    padding-top: 23px;
}

.servicios p {
    overflow: hidden;
}

.servicios p img {
    float: left;
    width: 47px;
    opacity: 1;
    margin-right: 19px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.servicios .row {
    padding: 9px 0;
}


.project-item-text h3 {
    margin-top: 0;
    margin-bottom: 30px;
}

.project-item-text span {
    font-weight: bold;
}

.project-item-text p {
    line-height: 25px;
    margin-bottom: 25px;    
}

.clients {
    text-align: center;
    margin-top: 30px;
}

.clients img {
    width: 100%;
    max-width: 150px;
}

.contact-data span {
    font-weight: bold;
}

.mm-slideout {
    overflow: hidden;
}

.menu-main ul {
    list-style-type: none;
}

.menu-main li {
    float: left;
    font-size: 16px;
    color: white;
    margin-top: -4px;
    margin-right: 30px;
}

.menu-main a {
    color: white;
}

.show-menu {
    float: right;
    margin-right: 40px;
    color: white;
    font-size: 23px;
    margin-top: 3px;
    display: none;
}

.show-menu:hover,
.show-menu:focus,
.show-menu:active {
    text-decoration: none;
    color: white;
}

.scportfoliodet {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;    
    display: none;
}

.project-data {
    display: none;
}

.project-poster {
    width: 33%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateX(54deg) rotateY(0deg) rotateZ(30deg);
    box-shadow: 0 0px 0px 2px lightgrey;    
}

.project-poster img {
    width: 100%;
    height: 360.5px;
}

.project-poster h3 {
    position: absolute;
    top: 66px;
    text-align: center;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    padding: 11px 5px;
    font-size: 19px;
    text-shadow: 0 0 2px grey;
}

.project-poster:hover {
    cursor: pointer;
}

.project-poster-expand {
    transform: none !important;
    position: relative;
    float: left;
    top: 0;
    left: 0 !important;
    transition: 0.2s ease;
}

.project-poster-expand:hover {
    border: 0;
}

.main-logo-cont h1 {
    color: white;
    font-size: 20px;
    display: inline-block;
    margin-bottom: -7px;
    position: absolute;
    top: 5px;
    left: 30px;
    margin: 0;    
}

.main-logo-cont  h1 a {
    color: white;
    text-decoration: none;
}

.main-logo-cont h1 a:focus,
.main-logo-cont h1 a:hover,
.main-logo-cont h1 a:active {
    color: white;
    text-decoration: none;    
}

.content {
    margin-top: 35px;
}

code {
    background: url(../img/backgrounds/bgcode.gif);
    border: 1px solid #F0F0F0;
    border-left: 6px solid #D91623;
    color: #555;
    display: block;
    font: normal 1em "Lucida Sans Unicode",serif;
    margin-bottom: 12px;
    padding: 8px 10px;
    white-space: pre;    
}

.project-table {
    position: relative;
    min-height: 400px;
    margin-top: 65px;
}



.revealers {
    background-color: #8fcbff;
    width: 150%;
    height: 0;
    top: -10%;
    left: -10%;
    position: fixed;
    transform: rotate(5deg);
    z-index: 40;
}

.revealers .content {
    display: none;
}

.revealer-1 {
    background-color: #126ab7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;   
    height: 0;
}

.revealer-2 {
    background-color: #062f53;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}


.revealers-step1 {
    height: 150%;
    transition: 0.5s ease;
}

.revealers-step3 {
    top: 150%;
}

.revealers-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    background-color: rgba(255,255,255,1);
    display: none;
    overflow-y: auto;
    overflow-x: hidden;    
}

.revealers-content .fa {
    position: absolute;
    top: 9vh;
    right: 4vw;
    font-size: 32px;
    cursor: pointer; 
    z-index: 50;
}

i.devicon-space1 {
    margin-right: 0;
}

.project-title {
    padding-left: 45px;
    padding-top: 55px;
    padding-bottom: 20px;
}
.project-img {
    padding-left: 45px;
    margin-bottom: 30px;    
}

.project-img img {
    width: 100%;
}

.project-text {
    padding-right: 45px;    
}

.project-text p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 32px;
}


.project-text span:after {
    content: "\a";
    white-space: pre;
}

.project-tech span:after {
    content: "";
    white-space: inherit; 
}

p.project-tech {
    line-height: 34px;
    text-align: left;
}

.project-tech span {
    font-size: 15px;
    margin-right: 20px;
    white-space: nowrap;
}

.project-tech i {
    font-size: 27px;
    vertical-align: middle;
    margin-right: 3px;
}

p.project-tech-title {
    margin-bottom: 2px;    
}

.project-search {
    top: 0;
    width: 35vw;
    margin-top: 38px;
    z-index: 10000;
    position: absolute;
    right: 20px;    
}

.project-categories {
    text-align: center;
}

.cat {
    margin-right: 13px;
    font-size: 16px;
    border: 1px solid lightgray;
    padding: 8px 15px;
    margin-bottom: 12px;
    cursor: pointer;
    background-color: rgba(255,255,255,0.8);
    display: inline-block;
}

.cat:hover {
    background-color: #efecec;
    transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.project-cats span {
    float: left;
    margin-right: 20px;
}

.project-text .subtitle {
    color: #062f53;
    margin-left: 0;
}

.project-categories-main {
    position: absolute;
    top: -79px;
    right: 0;
    width: 106px;
    text-align: right;    
    display: none;
}

.project-categories-main .cat {
    float: right;
    min-width: 100px;
    text-align: center;        
}

#clientes {
    padding-top: 40px;
}

.txtEmail {
    font-size: 16px;
    padding: 4px 10px;
    max-width: 300px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;    
    border: 0;
    background-color: #f1eeee;
}

.txtContact {
    width: 100%;
    padding: 10px;
    min-height: 163px;
    font-size: 16px;
    margin-bottom: 10px;
    border: 0;
    background-color: #f1eeee;
}

.contact {
    margin-top: 80px;    
}

.contact .fa {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 7px;
    color: black;
}

.contact .fa-map-marker {
    margin-left: -25px;    
}

.contact a {
    color: black;
    text-decoration: none;
}

.contact a:hover {
    color: black;
    text-decoration: none;    
}

.contact textarea {
    resize: vertical;    
}

.contact .answer {
    display: none;
}

.contact .error {
    display: none;
    color: red;
    margin-bottom: 15px;
}

.form-space {
    margin-top: 20px;
}

.project-tech-search {
    text-align: center;    
    margin-top: 20px;
}

.tech {
    display: inline-block;
    margin-right: 15px;
    opacity: 0.6;
    cursor: pointer;
    margin-bottom: 11px;
}

.tech:hover {
    opacity: 1;
}

.tech i {
    font-size: 48px;
}

.content-component {
    margin-top: 35px;
    padding: 0 20px;
    width: 100%;
    max-width: 1000px;
    margin: 50px auto;
}

.content-component h1 {
    margin-left: 0;
}

.content-component .subtitle {
    margin-left: 0;
}

.content-component h3 {
    font-size: 14px;
    margin-bottom: 0;    
}

pre.code {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    margin-top: 11px;    
}

code {
    border: 1px solid #F0F0F0;
    border-left: 6px solid #062f53;
    background-color: #f9f9f9 !important;    
}

.inp {
    padding: 7px;
    margin-right: 5px;    
}

.component {
    color: black;
    border: 1px solid lightgray;
    padding: 15px 20px;
    max-width: 370px;
    width: 100%;
    margin-top: 25px;
    display: inline-block;
    margin-right: 15px;
}

.component a,
.component a:focus,
.component a:active {
    color: black;
    text-decoration: none;
}

.component p {
    
}

.component i {
    font-size: 49px;
    font-weight: 100;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    color: black;
}

.component .title {
    font-size: 23px;
    margin: 0;
}

.component .subtitle {
    margin: 0;
    color: black;
    margin-top: -4px;
}


footer {
    background-color: black;
    color: rgba(255,255,255, 0.85);
    padding: 5px 20px;
    text-align: right;
}

header.main-nav h2 {
    margin: 6px 0 0 0;
    color: rgba(255,255,255, 0.85);
}

footer a:active,
footer a:focus,
footer a {
    color: rgba(255,255,255, 0.85);    
}

label {
    font-weight: normal;
    min-width: 100px;
}

.cont-component {
    text-align: center;
}

.site-error {
    margin: 40px;
    min-height: 500px;    
}

.cv-content h1 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    color: black;
}
.cv-content .subt {
    margin-bottom: 26px;    
}

.cv-header {
    width: 900px;
    margin: 7px auto 5px auto !important;
    font-size: 25px;
    padding-left: 10px;
}

.cv-content {
    margin-top: 80px;
    width: 900px;    
}

.cv-content img {
    border-radius: 5px; 
    width: 100%;
    max-width: 120px;
}

.cv-personal p {
    margin-bottom: 7px;
}

.cv-personal span {
    color: #010180;
}

.cv-content h3 {
    font-size: 20px;
    margin-bottom: 13px;
    border-bottom: 1px solid lightblue;    
    color: #000039;
}

.cv-content .remark1 {
    color: #000078;
}



.main-nav > div:nth-child(1) {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

div.container-fluid:nth-child(1) {
  width: 100%;
  max-width: 1400px;
}

.slidercut-head {
  width: 100%;
  max-width: 1400px;
  margin-left: calc((100vw - 1400px) / 2);
}

.slidercut-subtitle {
  margin-left: calc((100vw - 1400px) / 2);
}

h1 {
  margin-left: calc((100vw - 1400px) / 2);
}

.subtitle-move {
  margin-left: calc((100vw - 1400px) / 2);
}

.project-search {
  right: calc((100vw - 1400px) / 2);
}

.subtitle {
  margin-left: calc((100vw - 1400px) / 2);
}

.clients {
  width: 100%;
  max-width: 1400px;
}

.main-logo-alt {
  margin-left: 0;
}

.contact > div:nth-child(3) {
  width: 100%;
  max-width: 1400px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}


/* Element | https://codingfocus.com/ */

/* .main-nav-alt > div:nth-child(1) { */
.main-nav-alt > .row {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

