@font-face {
  font-family: dinot-light;
  src: url(../fonts/DINOT-Light.otf);
}

@font-face {
  font-family: gotham-xlight;
  src: url(../fonts/Gotham-XLight.otf);
}

@font-face {
  font-family: dinot-bold;
  src: url(../fonts/DINOT-Light.otf);
}

@font-face {
  font-family: gothan-black;
  src: url(../fonts/GothamBlack.otf);
}

@font-face {
  font-family: gothan-medium;
  src: url(../fonts/GothamMedium.otf);
}

@font-face {
  font-family: gothan-book;
  src: url(../fonts/GothamBook.otf);
}


@font-face {
  font-family: Quicksand-Bold;
  src: url(../fonts/Quicksand-Bold.ttf);
}


@font-face {
  font-family: Quicksand-Medium;
  src: url(../fonts/Quicksand-Medium.ttf);
}


@font-face {
  font-family: Quicksand-Regular;
  src: url(../fonts/Quicksand-Regular.ttf);
}

body{
    font-family: gotham-xlight, sans-serif;
    font-size: 16px;
    margin-top: 0px;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'gothan-black';
    margin-top: 0px;
    margin-bottom: 20px;
    color: black;
}


h1{
    font-size: 40px;
    line-height: 1.05em;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}


/** ---------------------------------  START HOME ------------------------------------- **/


.overbox {
    background-color:transparent;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 130px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .title-over-v{
    font-family: gothan-black;
    color: white;
    font-size: 3em;    
    text-align: center;
    transition: 0.5s;
  }

  .tagline-over-v{
    font-family: gothan-black;
    color: white;
    font-size: 3em;    
    text-align: center;
    transition: 0.5s;
  }

  .box:hover .overbox { opacity: 1; }

/*****---*/
.grid{
    list-style: none;
    margin: 30px auto;
    padding: 0;
    position: relative;
}

.container-features{
    margin-left: 10px;
    margin-right: 10px;
}

.grid-li-1{
    display: block;
    float: left;
    padding: 0px;
    padding-bottom: 16px;
    width: 15%;    
}

.grid-li-2{
    display: block;
    float: left;
    padding: 7px;
    width: 33.33%;    
}

.affix{
    background-color:#fff;
}


.grid li a, .grid li img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
}

/*****---*/

#videoHeader {
    background-color: rgba(0,0,0,0);
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:11;
    height: 80px;
  }

#videoHeader2 {
background-color: rgba(0,0,0,0);
z-index:11;
height: 80px;
display: block;
}

.main-title{
    text-align: center;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 5em;
    margin-bottom: 5em;
    font-size: 2em;
    color: #CB126B;
    
}

#t1{
    font-weight: bold;
}

#t2{
    font-weight: bold;
}

#tautor{
    text-align: center;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 5em;
    margin-bottom: 5em;
    font-size: .6em!important;
    color: #CB126B;
    font-style: italic;
}

#main-container{
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}


.home-section{
    padding-left: 40px;
    padding-right: 40px;
}

/** CAROUSEL HOME **/
.pb-carousel-item{

}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}

.pb-carousel-item:hover .overlay{
    opacity: 0.6;   
}

.pb-carousel-item:hover .title-project{
    -webkit-transform: translate(-40%, -40%);
    -ms-transform: translate(-40%, -40%);
    transform: translate(-40%, -40%);   
}

.title-project{
    font-family: gothan-black;
    color: white;
    font-size: 3em;
    position: absolute;
    top: 40%;
    left: 40%;
    -webkit-transform: translate(-40%, -40%);
    -ms-transform: translate(-40%, -40%);
    transform: translate(-40%, -40%);
    text-align: center;
    transition: 0.5s;
}

.button-play{    
    position: absolute;       
    text-align: center;
    margin-top: 100px;
}

.wrapper-text-button{
    width: 100px;
    float: left;
}

.button-play-text{
    font-family: gothan-book;
    color: white;
    font-size: .8em;     
    text-align: center;
    transition: 0.5s;
    text-decoration: none;
    /*padding-right: 10px;*/
    margin-right: 20px;
    z-index: 2;
}

.button-play:hover .button-play-text{
    color: white;
    /*padding-right: 0px;*/
    margin-right: 0px;
    text-decoration: none;
}


.button-play-ico{
    color: #ff1c8a;
    /*margin-left: 10px;*/
    font-size: 8px;
    transition: 0.5s;
}

.button-play:hover .button-play-ico{
    /*padding-left: -10px;*/
    font-size: 12px;

}

.button-play:hover .circle-play{
    border-style: dotted;
}


.pb-pjfeat-name-a:link {
  text-decoration: none;
  color: black;
}

.pb-pjfeat-name-a:visited {
  text-decoration: none;
  color: black;
}

.pb-pjfeat-name-a:hover {
  text-decoration: none;
  color: black;
}

.pb-pjfeat-name-a:active {
  text-decoration: none;
  color: black;
}


.carousel-wrap{
    /*min-height: 1080px; height:auto !important; height: 1080px; 
    background-color: #ff1c8a;*/
    
    /*height: calc(100h);*/
    
}

.loaderbg{
    width: 100%;
    height: auto;
    background-color: #ff1c8a;
    position: absolute;
}


.loaderbg2{
    width: 100%;
    height: 100%;
    height: auto;
    background-color: #white;
    
}

.myvideo{
    aspect-ratio: attr(width) / attr(height);
}
/**********-------*/

.overflowhidden{
    overflow: hidden;
}

.overlay-skew{
    margin: 0px 0px 0px 0px;
    margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * .5);
    background-color: #ff1c8a;   
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translateY(130%) skewY(15deg);
    -moz-transform: translateY(130%) skewY(15deg);
    -ms-transform: translateY(130%) skewY(15deg);
    -o-transform: translateY(130%) skewY(15deg);
    transform: translateY(130%) skewY(15deg);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 100ms;
    -moz-transition: -moz-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 100ms;
    transition: transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 100ms;

}

.pb-container-pj2:hover .overlay-skew {

    -webkit-transform: translateY(0%) skewY(0deg);
    -moz-transform: translateY(0%) skewY(0deg);
    -ms-transform: translateY(0%) skewY(0deg);
    -o-transform: translateY(0%) skewY(0deg);
    transform: translateY(0%) skewY(0deg);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    -moz-transition: -moz-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    z-index: 2;

}

.feat_image{
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%) ;
    -ms-transform: translateY(0%) ;
    -o-transform: translateY(0%) ;
    transform: translateY(0%) ;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    -moz-transition: -moz-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

.pb-container-pj2:hover .feat_image {

    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    -moz-transition: -moz-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    z-index: 2;

}

.rosa{
    background-color: #ff1c8a;
}

.pb-pj-skewcontainer{
    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;    
    overflow: hidden;
}

.pb-pj-imgcontainer{        
  
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%!important;    
    overflow: hidden;
}




/****-----------------*/

/** MAIN NAV **/
.navbar{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pb-nav{
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
}

.pb-nav-logo{
    padding-bottom: 0px;
    padding-top: 0px;
}

.pb-nav-ul li{
    font-family: gothan-medium;
    font-size: .8em;
    padding-left: 10px;
    padding-right: 10px;
}

.pb-nav-ul li a{
    color: #000000;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    font-weight: normal;

}

.pb-nav-ul>li>a:hover, .pb-nav-ul>li>a:focus, .pb-nav-ul>li.active>a {

    color: #ff1c8a;

}

.pb-nav-ul>li>a:after {

        content: "";
        display: block;
        background-color: #ff1c8a;
        height: 2px;
        width: 0%;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;

}   

.pb-nav-ul>li>a:hover:after, .main-nav>li.active>a:after {

    width: 100%;

}

.pb-lang{
    padding-top: 0px;
    font-family: 'gothan-medium';
    font-weight: normal;
    font-size: 0.6em;
    color: #000;
}


.pb-lang-line{
    padding-top: 0px;
    font-family: 'gothan-medium';
    font-weight: normal;
    font-size: 0.6em;   
    color: #000;

}

.pb-es-en-wrapper{
    padding-right: 65px;
    padding-bottom: 24px;
}



/*****manito*****/
#buttonBackToTop {
  display: inline-block;
  text-align: center;
  position: fixed;
  bottom: 220px;
  right: 30px;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#buttonBackToTop:hover {
  cursor: pointer;
}
#buttonBackToTop:active {
}

#buttonBackToTop.show {
  opacity: 1;
  visibility: visible;
}


#buttonBackToTop.up {
  opacity: 0;
  bottom: 400px;
  visibility: hidden;
}


/** PROJECTS **/


.pb-image-pj {
    display: block;
    width: 100%;
    height: auto;
}

.pb-overlay-pj {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff1c8a;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.pb-container-pj2{
    
}

.pb-text-pj {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 40%;
    left: 40%;
    -webkit-transform: translate(-40%, -40%);
    -ms-transform: translate(-40%, -40%);
    transform: translate(-40%, -40%);
    text-align: center;
}


.container_overlay{
    margin: 5px 5px 5px 5px;
}

.pb-pj-overlay{
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease;
    background-color: transparent;
    background-clip: content-box;
    z-index: 4;
   
}



.pb-pj-overlay_ico{
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease;
    background-clip: content-box;
    z-index: 4;
    transition-delay: 0.2s;
}


.pb-pj-name-a:link {
  text-decoration: none;
  color: white;
}

.pb-pj-name-a:visited {
  text-decoration: none;
  color: white;
}

.pb-pj-name-a:hover {
  text-decoration: none;
  color: white;
}

.pb-pj-name-a:active {
  text-decoration: none;
  color: white;
}



/*----------------NORMAL--------------------------*/
.pb-container-pj2:hover .pb-pj-overlay {
  opacity: 1;
}

.pb-container-pj2:hover .pb-pj-overlay_ico {
  opacity: 1;
}


.pb-container-pj2:hover .pb-pj-gusanito-name {
  padding-bottom: 75px;

}

.pb-container-pj2:hover .pb-pj-project-name {
  padding-bottom: 45px;  
}



.pb-container-pj2:hover .pb-pj-client-name {
  padding-bottom: 25px;
  
}



.pb_pj_ico_cat{
    margin-top: 10px;
    margin-right: 10px;
}

.pb-pj-gusanito-name{

    position: absolute;
    text-align: left;
    transition: 0.3s;
    padding-bottom: 100px;
    padding-left: 40px;
    z-index: 3;
}

.pb-pj-project-name{

    text-transform: uppercase;
    font-family: 'gothan-black';
    color: black;
    font-size: 20px;
    position: absolute;
    text-align: left;
    transition: 0.4s;    
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
    transition: 0.4s;
    z-index: 3;

}

@media (min-width: 900px) {
    .pb-pj-project-name{        
        font-size: 14px;       
    }
}

@media (min-width: 1500px) {
    .pb-pj-project-name{        
        font-size: 16px;       
    }
}

.pb-pj-client-name{

    font-family: 'gothan-book';
    color: white;
    font-size: 12px;
    position: absolute;
    text-align: left;
    transition: 0.5s;
    padding-bottom: 40px;
    padding-left: 40px;
    z-index: 3;
}


/*----------------PEQUE--------------------------*/


/** ---------------------------------  END HOME ------------------------------------- **/






/** CONTACT **/
.group-contact{
    font-size: 16px;
    font-family: dinot-light;
    color: #000;
    
}

.contact-contents{
    position: absolute;
    top: 0;
    padding: 20px 20px 20px 20px;
    margin-right: 60px;
}

.group-contact p{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0.5em;
}

.group-contact .fullname{
    font-weight: bold;
}

.pb-align-center{
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.pb-container-contact{
    height: 667px;
}

.pb-bg-contact{
    background-color: #ff1c8a;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
}

.pb-h1-contact{

    font-size: 2.5em;
}

.pb-email-contact{
    color: white;
    font-family: 'gothan-black';
    font-size: 2.1em;
    padding-bottom: 80px;
}

.pb-divider-contact{
    border: 0.5px solid rgba(0,0,0,1);
    color: white;
}

.pb-black-contact{
    background-color: black;
    height: 40%;
    position: absolute;
    width: 100%;
    top: 60%;
}

.hide-little{
    visibility: all;
    display: block;
}


.show-little{
    visibility: hidden;
    display: none;
}


.contact-cloud p{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: dinot-light;
}
/** ABOUT US **/ 


.about-section{
    /*padding-left: 100px;
    padding-right: 100px;*/
}



.big-image-about{
    margin-bottom: 40px;
}


.pb-container-pj2:hover .pb-pj-collaborator-name {
  padding-bottom: 100px;  
} 

.pb-container-pj2:hover .pb-pj-collaborator-puesto {
  padding-bottom: 60px;
  
}

.pb-pj-collaborator-name{

    text-transform: uppercase;
    font-family: 'gothan-black';
    color: black;
    font-size: 20px;
    position: absolute;
    text-align: left;
    transition: 0.4s;
    padding-bottom: 70px;
    padding-left: 10px;
    z-index: 3;
}

.pb-pj-collaborator-puesto{

    font-family: 'gothan-book';
    color: white;
    font-size: 12px;
    position: absolute;
    text-align: left;
    transition: 0.5s;
    padding-bottom: 40px;
    padding-left: 10px;
    z-index: 3;
}



/** FOOTER **/
.social-ico{
   width: 40px;
   height: 40px;
   margin: 10px 10px;
   margin-top: 100px;
}

.social-container{

}


.footer-follow {
    text-align: center;
}

.footer-follow li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
}

.footer-follow li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color:#5d5d5d;
  font-size: 20px;
}

.pb-footer{
    /*margin-top: 40px;*/
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #000;
}

.pb-text-footer{    
    font-size: 13px;
    font-family: gothan-book;
    color: #5d5d5d;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 4px;
}

.text-footer-container{
    margin-left: 20px;
    padding-left: 20px;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
}
.left-border-footer{
    

}


/*--------------C O N T A C T-----------*/
.pb-bg-pink{
    background-color: #ff1c8a;
    background: #ff1c8a;
    margin-bottom: 100px;
}

.pb-cc-bg-left{
    
    margin: 40px 40px 40px 40px;   
}


.pb-c-bg-left{
    /*background: black;*/
    /*margin: 40px 40px 40px 40px;*/
    padding: 40px 40px 40px 40px;
    background-color: #000;
    /*background-image: url("../img/cuadro_C.png"); */
}

.pb-c-bg-right{ 
    margin: 40px 40px 40px 40px;
    padding: 40px 40px 40px 40px;

}

.pb-c-phone{
    color: #ff1c8a;
    font-family: 'Quicksand-Regular';
    margin-bottom: 0.1rem;
}

.pb-c-email{
    color: #fff;
     font-size: 1.5em;
    font-family: 'Quicksand-Bold';
}

.pb-c-title{
    font-size: 2em;
    color: #ff1c8a;
    font-family: 'Quicksand-Bold';
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
}

.pb-cr-name{
    font-size: 25px;
    color: #000;
    font-family: 'Quicksand-Bold';
    margin-bottom: 0px;
}

.pb-cr-data{
    font-size: 16px;
    color: #000;
    font-family: 'Quicksand-Regular';    
    margin-bottom: 0.1rem;
}

.pb-gusanito-rosa{
    margin-top: 35px;
    margin-bottom: 20px;
}

/**-------------------------------RESPONSIVE-------------------------------------------**/

@media only screen and (min-device-width : 992px){

    .pb-btn-contact-txt{

        color: #fff !important; 
        font-weight: normal;
        background-color: #ff1c8a;
        border-radius: 40px;
        transition: 0.3s!important;
        padding-left: 20px!important;
        padding-right: 20px!important;
    }


    .pb-btn-contact-txt:hover, .pb-btn-contact-txt:focus {

        background-color: black !important;

    }


    .pb-btn-contact-txt:after{
        content: "";
        height: 0px!important;
        width: 0%;
    }

    

}




@media only screen and (max-width: 1200px){

    .hide-little{

        visibility: hidden;
        display: none;
    }

    .show-little{
        visibility: all;
        display: block;
    }
   

}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */

    .pb-nav-logo {
        padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 10px;
    }

    .pb-navbar{
        padding-left: 10px;
        padding-right: 10px;
    }

    #videoHeader {
        background-color: rgba(0,0,0,0);
        position: relative; 
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 11;
        height: 80px;
    }

    .pb-collapse{
        margin-top: 14px;
    }
        
    .main-title {
        text-align: center;
        width: 100%;
        margin-top: 2em;
        margin-bottom: 2em;
        font-size: 1.5em;
        color: #CB126B;
        font-weight: bold;
    }

    .title-project{
        font-family: gothan-black;
        color: white;
        font-size: 0.8em;
        position: absolute;
        top: 40%;
        left: 40%;
        -webkit-transform: translate(-40%, -40%);
        -ms-transform: translate(-40%, -40%);
        transform: translate(-40%, -40%);
        text-align: center;
        transition: 0.5s;
    }

    .button-play{    
        position: absolute;          
        text-align: center;
        margin-top: 40px;
    }

    

    .title-over-v{
        font-family: gothan-black;
        color: white;
        font-size: 1em;    
        text-align: center;
        transition: 0.5s;
      }


    .button-play-text{
        color: white;
        font-size: .5em;     
        text-align: center;
        transition: 0.5s;
        text-decoration: none;
        padding-right: 10px;
    }

    .button-play:hover .button-play-text{
        color: white;
        padding-right: 0px;
        text-decoration: none;
    }


    .button-play-ico{
        color: white;
        padding-left: 10px;
        font-size: 6px;
        transition: 0.5s;
    }

    .button-play:hover .button-play-ico{
        padding-left: 10px;
        font-size: 8px;
    }


    .wrapper-text-button {
        width: 46px;
        float: left;
    }

    .button-play-text {
        color: white;
        font-size: .5em;
        text-align: center;
        transition: 0.5s;
        text-decoration: none;
        padding-right: 10px;
        margin-right: 0px;
    }

    .button-play:hover .button-play-text{
        color: white;
        /*padding-right: 0px;*/
        margin-right: 0px;
        text-decoration: none;
    }
    

    .pb-bg-pink{
        background-color: #ff1c8a;
        background: #ff1c8a;
        margin-bottom: 0px;
    }


    .pb-c-email {
        color: #fff;
        font-size: 1.2em;
        font-family: 'Quicksand-Bold';
    }

}







/****************************DETAIL PROJECTS------------------*/
.pb-gris-section{
    margin-top: 15px;   
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f0f0f0;
}

.pb-img-full{
    width: 100%;
}

.pb-white-section{
    margin-top: 15px;    
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f0f0f0;
}


.pb-full-section{
    margin-top: 15px;    
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #fff;
}


.pb-img1-detail{

    width: 100%;
    height: auto;
}

.pb-img2-detail-cont{
    /*margin: 5px 5px 5px 5px;*/
}

.pb-img2-detail{
    width: 100%;
    height: auto;
   
}

.pb-padding-detail{
   
    /*margin: 5px 5px 5px 5px;*/

}

.pd-container{
    padding: 20px 20px 20px 20px;
}

.pb-main-process{
    font-family: 'Quicksand-Regular';
    font-size: 15px;
}

.pd-cat-project{
    font-family: 'Quicksand-Regular';
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.pd-client-project{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding-top: 0px;
    font-family: 'Quicksand-Medium';
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.pd-title-project{
    font-weight: bold;
    font-size: 35px;   
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-family: 'Quicksand-Bold';
}

.pb-block-process-1{
    background-color: #ff1c8a;        
    padding: 20px 20px 20px 20px;    
    text-align: justify;
    font-family: 'Quicksand-Regular';
    height: 100%;
}

.pb-block-process-2{
    background-color: #807e7e;
    margin: 5px 5px 5px 5px;
    padding: 10px 10px 10px 10px;
}

.pb-title-process{
    font-size: 20px;
    padding: 0px 0px 0px 0px;
    color: black;    
    font-family: 'Quicksand-Bold';
    margin-bottom: 4px;
    
}    

.pb-description-process{
    font-size: 15px;
    color: black;
    font-family: 'Quicksand-Regular';
    width: 100%;
    text-align: left; 
}

.pb-detail-collaborators{
    margin: 5px 5px 5px 5px;
    padding: 10px 10px 10px 10px;

}

.collaborator-section{

    background-color: #000;
    padding-top: 30px;
    font-family: 'gothan-medium';
    font-size: 12px;
}

.pj-collaborator-column{
    margin: 5px 5px 5px 5px;
    padding: 10px 10px 10px 10px;
    color: #5d5d5d;
}

.pj-detail-line_topx1{
    border-top: 0.6px solid white;
}

.pj-detail-line_topx2{
    border-top: 1.5px solid white;
}


.pj-detail-line_bottom{
    border-bottom: 1px solid white;
    padding-left: 80px;
    padding-right: 80px;
    margin-right: 80px;
    margin-left: 80px;
}



.pj-list-collaborators{

    padding-top: 20px;
}

/******  ADMIN *******/
.pb-side-bar-admin{
    text-decoration: none;
    list-style: none;
}


.pb-project-home-f3{

}




/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}






















/*****boostrap mod*****/
.col-xs-55,

.col-sm-55,

.col-md-55,

.col-lg-55 {
  min-height: 1px; 
  position: relative;
}

.col-xs-55 {
  float: left;
  width: 20%;
}

@media (min-width: 768px) {
    .col-sm-55 {  
      float: left;  
      width: 20%;  
    }  
}
  
@media (min-width: 992px) {  
    .col-md-55 {  
      float: left;  
      width: 20%;  
    }  
}
  
@media (min-width: 1650px) {
      .col-lg-55 {  
      float: left;  
      width: 20%;  
    }  
}

  /******************************************/


  .pb-image-overhide{

    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .pb-img-full-2{
    width: 100%;
    height: 100%;
  }


  .fc-15x {
    font-size: 1.2rem;
  }