/* FONTS */
@font-face {
    font-family: FontAwesome;
    src: url('../fonts/webfonts/fa-brands-400.ttf');
}
@font-face {
    font-family: FontAwesomeReg;
    src: url('../fonts/webfonts/fa-regular-400.ttf');
}
@font-face {
    font-family: FontAwesomeSol;
    src: url('../fonts/webfonts/fa-solid-900.ttf');
}
@font-face {
    font-family: CaviarDreams;
    src: url('../fonts/CaviarDreams.ttf');
}
@font-face {
    font-family: CaviarDreamsBold;
    src: url('../fonts/CaviarDreams_Bold.ttf');
}

/* CONTENT */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.home { width: 100%; margin-top: 80px; }

a {
    transition-duration: 0.4s;
 }
 /* Logo */
 .logo {
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 40px;
 }
 .logo img {
     width: 190px;
 }
 /* Button borders */
.button-borders {
    position: relative;
    padding: .85em 1em;
    border: none;
    background-color: transparent;
    outline: none;
    margin: 1em .8em;
    color: #353535;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
 }
.button-borders::after,
.button-borders::before {
    content: '';
    display: block;
    position: absolute;
    width: 20%;
    height: 20%;
    border: 2px solid;
    transition: all .6s ease;
    border-radius: 2px;
}
.button-borders::after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color:  #353535;
    border-right-color:  #353535;
}
.button-borders::before {
    top: 0;
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color:  #353535;
    border-left-color:  #353535;
}
.button-borders:hover::after,
.button-borders:hover::before {
    width: 100%;
    height: 100%;
}
.button-borders:active,
.button-borders:focus,
.button-borders:hover {
    text-decoration: none;
    color: #353535;
}
 /* General */
.trabajos {
    min-height: 80vh;
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 40px;
}
.trabajos .portFolio .container-fluid {
    height: auto;
}
h1.title-section {
    text-transform: uppercase;
    font-family: "CaviarDreamsBold", Arial;
    letter-spacing: 1.2px;
    text-shadow: 2px 1px 3px rgb(78, 78, 78);
    color: rgb(0, 0, 0);
    font-size: 2rem;
}
h2.title-section {
    text-transform: uppercase;
    font-family: "CaviarDreamsBold", Arial;
    letter-spacing: 1.2px;
    text-shadow: 2px 1px 3px rgb(78, 78, 78);
    color: rgb(0, 0, 0);
    font-size: 1.5rem;
    margin-top: .8rem;
}
.pt-8 {
    padding-top: 8%;
}
.pt-10 {
    padding-top: 10%;
}
.pt-20 {
    padding-top: 20%;
}
.pt-20px {
    padding-top: 20px;
}
.mb-20px {
    margin-bottom: 20px;
}
.mt-10 {
    margin-top: 10%;
}
.mt-6-5 {
    margin-top: 6.5%;
}
a:focus {
    outline: none;
}
.center {
    height: 100%;
    display: flex;
    align-items: center;
}
.row--center {
    justify-content: center;
    align-items: center;
}
.vh80 {
    min-height: 80vh;
    position: relative;
}
.vh80 .footer {
    position: absolute;
    bottom: 0;
}

/* Inicio */
.inicio {
    margin-top: 4%;
    margin-bottom: 3rem;
}
.inicio img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}
.inicio .row {
    padding: 0 90px;
}
.inicio .column {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
    padding: 0 4px;
}

/* Fotografía */
.Portfolio {
    /* position: relative; */
    margin: 5px;
    /* float: left; */
    width: 180px;
    height: 180px;
    transition-duration: 0.4s;
    animation: winanim 0.5s ;
    -webkit-backface-visibility:visible;
    backface-visibility:visible;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    object-fit: cover;
}
.Portfolio:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
    opacity: 0.7;
}
.portFolio .nav {
    padding: 20px;
    margin: 0 auto;
    justify-content: center;
}
.portFolio .nav li a { 
    margin:5px;
    font-family: "CaviarDreamsBold", Arial;
    padding: 8px 20px; 
    font-size:1.1em; 
    color: #737373 !important; 
    transition-duration: 0.4s;
    background-color: transparent !important;
}
.portFolio .nav a:hover { 
    text-shadow: 1px 5px 2px rgba(150, 150, 150, 1); 
    background-color: transparent !important;
    color:#333333 !important;
}
.portFolio .nav .active { 
    text-shadow: 1px 5px 2px rgba(150, 150, 150, 1);
    background-color: transparent !important;
    color:#333333 !important;
}
.tab-content>.active {
    text-align: center;
}
.photo-gallery {
    color:#313437;
    background-color:#fff;
}  
.photo-gallery .photos {
    padding-bottom:20px;
    justify-content: center;
}
.lb-outerContainer {
    background-color: transparent!important;
}
.lb-data .lb-details .lb-number {
    display: none!important;
}
.myImg {
    cursor: pointer;
    transition: 0.3s;
}
.height-calc {
    height: calc(100vh - 166px);
}
@media (max-width: 992px) {
    .height-calc {
        height: 100%;
    }
}

/* Vídeo */
.video {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video--wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 480px;
    margin: .75rem 0;
}
.video--wrapper > iframe{
    box-shadow: 0 8px 24px #35353551;
    width: 450px;
    height: 250px;
}
@media  (max-width: 468px) {
    .video--wrapper > iframe {
        width: 300px;
        height: 170px;
    }
}
.video--more-info {
    padding: 0 15px;
    margin: 3rem auto 0;
}
@media  (max-width: 962px) {
    .video--more-info {
        margin: 3rem auto;
        font-size: 1.25rem;
    }
}
@media  (max-width: 772px) {
    .button-borders {
        display: block;
        margin: .75rem auto 0;
        width: 60%;
        text-align: center;
    }
}
.footer-video {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
@media  (max-width: 962px) {
    .footer-video {
        position: relative;
    }
}
/* Contact */
.contact {
    background-image: url('../images/gear-audiovisuals23.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: auto;
    padding: 4rem 0 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact .title-section {
    margin-bottom: 40px;
}
.contact p {
    font-size: 1.1rem;
}
.contact a {
    text-decoration: none;
    color: white;
    transition-duration: 0.4s;
}
.contact a:hover, .contact a:focus, .contact a :visited {
    color: black;
    text-decoration: none;
    text-shadow: 2px 1px 3px rgb(17, 17, 17);
}
.contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-form label {
    font-size: 1.2rem;
    margin-top: 1rem;
}
.contact-form input,
.contact-form textarea {
    padding: .4rem .5rem;
}
.contact-form-btn {
    justify-content: center;
    margin-top: 1rem;
}
.contact-form-btn input {
    padding: .5rem 1rem;
    font-weight: 600;
    color: white;
    background-color: transparent;
    border-bottom: 3px solid #d7a723;
    border-top: 3px solid #d7a723;
    border-right: none;
    border-left: none;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0;
}

.contact-form-btn input:hover,
.contact-form-btn input:active {
  letter-spacing: 5px;
  color: #d7a723;
  border-bottom: 3px solid white;
  border-top: 3px solid white;
  transition: all .5s ease-in-out;
}
.contact-form-required {
    text-align: right;
}
.contact span {
    color: orangered;
}

/* Footer */
.footer {
    padding: 10px;
    color: white;
    background-color: #353535;
}
.footer div p:first-child {
    margin-top: 8px;
    margin-bottom: 5px!important;
}
.footer div p:last-child {
    margin-top: 0px;
    margin-bottom: 5px!important;
}
.footer .column:last-child {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.flex {
    display: flex;
}
.footer div {
    justify-content: center;
}
.column {
    flex-direction: column;
}
.footer a {
    text-decoration: none; 
    color: white;
}
.footer a:hover {
    color: grey;
    text-decoration: none;
}
.footer span {
    font-size: 1.5em;
    margin: 10px;
}
.icon0 {
    height: 20px;
}
.icon1:after { 
    content: "\f16d"; 
    font-family: FontAwesome;
}
.icon2:before { 
    content: "\f167"; 
    font-family: FontAwesome;
}
.icon3:before { 
    content: "\f232"; 
    font-family: FontAwesome;
}

/* Sobre mi */
.sobreMi {
    margin: 100px 30px 30px 30px;
}
.sobreMi-content {
    padding: 15px 10%;
}
.sobreMi-img {
    justify-content: center;
    align-items: center;
}
.sobreMi-img div:hover {
    box-shadow: 0 5px 20px 0 rgba(20,96,170,0.32), 0 10px 20px 0 rgba(20,96,170,0.16);
}
.sobreMi-img div {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/gear-audiovisuals8.jpg");
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgba(20, 96, 170, .32);
}
#sobreMi .footer {
    position: absolute;
    bottom: 0;
}
@media (max-width: 992px) {
    #sobreMi .footer {
        position: relative;
    }
}
/*Sepia effect*/
.sepia-hover div {
    -webkit-filter: sepia(0);
    filter: sepia(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sepia-hover div:hover {
    -webkit-filter: sepia1(100%);
    filter: sepia(100%);
}

/* MEDIA QUERIES */
@media (max-width: 600px) {
    .Portfolio {
        width: 130px!important;
        height: 130px!important;
    }
    .inicio .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .inicio .row {
        padding: 0 40px;
    }
    .logo {
        margin-top: 70px;
    }
}
@media (max-width: 700px){
    .home {
        margin-top: 0;
    }
    .modal-content {
        width: 100%;
    }
    h2.title-section {
        margin: 25px auto 20px auto;
    }
    .vh80 .footer,
    #sobreMi .footer {
        position: relative;
    }

}
@media  (max-width: 800px) {
    .inicio .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
}


/* No publi */
img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {
    display: none;
}






  
  
  
  