@import url("https://use.typekit.net/ztn7hgq.css");

html  {

    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    color: 000;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#menuBar {
    padding: 0 5%;
    font-size: 1.3rem;
    font-weight: 700;
}

.active {
    font-size: 1.5rem;
    border-bottom: 3px solid #FFD800;
}

.imgNav {
    height: 75px;
    
    margin-right: 10px;
    min-width: 75px;
}

.imgLogo{
    text-align: right;
    display: inline-block;
}

.bg-DarkGray {
    background-color: #111111;
}

.bg-LightGrey {
    background-color: #272727;
}

.bg-black {
    background-color: #000;
}

.bg-Principal {
    background-color: #FFD800;
}

.bg-Opacity {
    background-color: #000000c7;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg-Gray{
    background-color: rgb(233, 233, 233);
}

h1{
    font-family: myriad-pro, sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 4rem;
    text-shadow: 2px 5px 15px #0A0A14;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}

h2 {
    font-family: myriad-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5rem;
}

h3 {
    font-family: myriad-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
}

h4 {
    font-size: 2rem;
}

h6 {
    font-size: 1rem;
}

p {
        font-size: 1.3rem;
}


label {
    font-size: 1.5rem;
}

.prueba{
    background-color: #FFD800;
}

.commentsButton {
    color: #fff;
    background-color: #E0BE00;
    font-size: 1.5rem;
    transition: 0.5s;
    box-shadow: 3px 3px 15px 3px #00000044;
    padding: 3px 50px;
    border: 1.5px solid #000;
    border-radius: 10px;
}

.commentsButton:hover {
    transition: 0.5s;
    background-color: #272727;
}

.seeMoreText {
    color: #E0BE00;

}

.seeMoreText:hover{
    color: #E0BE00;
    font-weight: 700;
}

.textJustify {
    text-align: justify;
    text-justify: inter-word;
}

.txtIconNav {
    font-size: 2.5rem;
    color: #fff;
}

.SMIcon {
    font-size: 3.5rem;
}

.SMIcon:hover, .txtIconNav:hover {
    color: #E0BE00;
}

.homeImgInfo {
    background-image: url("../imgs/imgInfo.jpg");
    background-size: cover;
    background-position: center;
}

.imgHomeInfo{
    bottom: 0%;
    
}

.btnOptionsHome{
    font-family: myriad-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    border: none;
    width: 100%;
}

.btnOptionsHome:hover{
    background-color: #111111;
    color: #fff;
}

.servicesSection {
    height: auto;
    overflow: auto;
}

.servicesLists{
    width: 75%;
}

.servicesLists li {
    list-style: none;
    padding: 5px 20px;
    background-color: #FFD800;
    border-radius: 50px 0 0 50px;
}

.servicesLists li:hover,
.servicesLists .useService,
.servicesLists .useProyect {
    background-color: #111111;
}

.servicesLists li:hover a,
.servicesLists .useService a,
.servicesLists .useProyect a {
    color: #fff;
}

.servicesLists a {
    color: #000;
    text-decoration: none;
}

.servicesButtons {
    padding: 5px;
    border-radius: 50px;
    background-color: #696969;
    color: #fff;
    width: 100%;
    font-size: 1rem;
}

.servicesButtons:hover{
    background-color: #FFD800;
    color: #000;
    border: 2px solid #000;
}

.servicesProjects li {
    font-size: 25px;
}

.selected{
    background-color: #FFD800;
    color: #000;
    border: 2px solid #000;
}

.servicesStars {
    color: #FFD800;
    font-size: 25px;
}

#picService, #picProyects {
    width: 100%;
}

.thumbnails {
    display: flex;
    flex-direction: column;
}

.thumbnail-containerPC {
    height: 800px;
    width: 40px;
    position: relative;
    overflow-y: hidden;
}

.thumbnail-listPC {
    white-space: nowrap;
    height: 910px;
}

.thumbnail-listPC li {
    line-height: 50px;
    text-align: center;
}

.thumbnail-imagePC {
    display: block;
    padding: 2px;
    max-width: 200px;
    height: auto;
    border: solid white;
    transition: 1s;
}

.thumbnail-imagePC:hover {
    transition: 1s;
    transform: scale(1.4);
}

.thumbnailsMobil {
    display: flex;
    list-style: none;
    flex-direction: row;
}

.thumbnails li {
    list-style-type: none;
}

.imgSlider{
    width: 100%;
}

.slides {
    overflow: hidden;
    width: 75vmin;
    height: 100vmin;
}

.slides li {
    width: 75vmin;
    height: 100vmin;
    position: absolute;
    z-index: 1;
    list-style-type: none;
}

.slides img {
    height: 100vmin;
    width: 75vmin;
    object-fit: cover;
    object-position: top;
}

.slides li:target {
    z-index: 3;
}

.slides li:not(:target) {
    z-index: 1;
}

.thumbnail-container {
    overflow-x: scroll;
    width: 100%;
    padding: 0 15px;
}

.thumbnail-list {
    white-space: nowrap;
    list-style: none;
}

.thumbnail-list li {
    display: inline-block;
}

.thumbnail-image {
    display: block;
    padding: 2px;
    max-width: 100px;
    height: auto;
}

.imageAnimated {
    border: solid white;
}

.footerHover{
    color: white;
}

.footerHover:hover{
    color: #E0BE00;
}

.widthComments{
    width: 50%;
}

@media (max-width: 767.98px){
    h1{
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }

    label, .commentsButton,h4 {
        font-size: 1rem;
    }

    p{
        font-size: 0.7rem;
    }

    .txtIconNav, h3{
        font-size: 1.5rem;
    }

    .servicesLists{
        width: 100%;
    }

    .imgSlider{
        width: 150%;
        height: auto;
    }

    #menuBar{
        font-size: 1rem;
    }

    .active{
        font-size: 1.3rem;
    }

    .servicesStars{
        font-size: 20px;
    }

    .widthComments{
        width: 100%;
    }

}

@media (max-width: 575.98px){
    h1{
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }

    label, .commentsButton, p,h4 {
        font-size: 0.7rem;
    }

    .txtIconNav, h3{
        font-size: 1rem;
    }

    .servicesLists{
        width: 100%;
    }

    .imgSlider{
        width: 150%;
        height: auto;
    }

    #menuBar{
        font-size: 0.7rem;
    }

    .active{
        font-size: 1rem;
    }

    .servicesStars{
        font-size: 15px;
    }
}