
/*.grecaptcha-badge { visibility: hidden; }*/

.btn-white-bg{
    color: black;
    background-color: #e5252830;
    border: 2px solid #e52528;
}
.btn-white-bg:hover{
    border: 2px solid #da727463;;
}

/*FAQ */

.question{
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    font-family: 'upgrade', sans-serif;
    text-transform: uppercase;
    text-align: left;
    display: block;
    width: 100%;
}
.answer{    
    color: #c5cdda;
    font-weight: 200;
    margin: 0;
    padding-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.2rem;
    font-family: 'upgrade', sans-serif;
    text-align: left;
    display: block;
    width: 100%;
}

/* SOLUTIONS field*/

@media (min-width: 768px){
    .icon-img{
        width: 100%;
    }

    .row.one-stop-shop{
        padding: 5rem 1rem 0rem 1rem;
    }

    .col-sm.solutions{
        margin-top: 0rem;
        margin-bottom: 0rem;
        padding: 0;
        overflow: hidden;
    }
    .col-sm.solutions div.image.right{
        padding-right: 2rem;
    }
    .col-sm.solutions div.image.left{
        padding-left: 2rem;
    }

    div.subtitle-narrow{
        max-width: 100%;
        margin: auto;
    }
    .arrow-wrapper.rotated{
        transform: rotate(-90deg);
    }
    .footer-col-inner.padding-heading{
        padding-top: 10rem;
    }
}

/* MOBILE-SPLIT */

@media (max-width: 768px){
    .projects{
        padding-bottom: 3rem;
    }

    .footer-col-inner.padding-heading{
        padding-bottom: 5rem;
    }

    .row.one-stop-shop{
        padding: 5rem 1rem 0rem 1rem;
        display: inline;
    }
    
    .icon-img{
        width: 50%;
    }
   
}

/* this is wrapper only - FOR OVER-RIDING*/
.col-sm.wrapper{
    padding: 0px;
    margin: 0px;
}

.col-sm div.title{
    padding-bottom: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 4.5rem;
    color:  #e52528;
    font-family: 'upgrade', sans-serif;
    text-transform: uppercase;
    text-align: right;
    padding: 0.8rem 3.5rem 0px 3.5rem;    
    margin-bottom: -3rem;
}
.col-sm div.subtitle{    
    font-weight: 300;
    margin: 0;
    font-size: 1.5rem;
    font-family: 'upgrade', sans-serif;
    line-height: 1.7rem; 
}
.col-sm div.subtitle.image{
    line-height: 3.5rem;
}

div.subtitle-narrow{
    font-weight: 300;
    font-size: 1.5rem;
    font-family: 'upgrade', sans-serif;
    line-height: 1.7rem;   
}

.col-sm div.left, h2.left{
    text-align: left;
}
.col-sm div.right, h2.right{
    text-align: right;
}

/* PROJECTS field*/
.content-frame-container{
    width: 100%;
    display: inline-block;
    height: 0;
    padding-top: 100%;
    /*background image is lazy-loaded*/
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #ffffff78;
    border-radius: 0.5rem;

    -o-transition:.2s ease-out !important;          /* Old Opera */
    -ms-transition:.2s ease-out !important;         /* Internet Explorer */
    -moz-transition:.2s ease-out !important;        /* Old Firefox */
    -webkit-transition:.2s ease-out !important;     /* Old Chrome, Safari */
    transition:.2s ease-out !important;             /* Newer Browsers */
}
.content-frame-container:hover{
    cursor: pointer;
    background-size: 110%;

    -o-transition:.2s ease-out !important;          /* Old Opera */
    -ms-transition:.2s ease-out !important;         /* Internet Explorer */
    -moz-transition:.2s ease-out !important;        /* Old Firefox */
    -webkit-transition:.2s ease-out !important;     /* Old Chrome, Safari */
    transition:.2s ease-out !important;             /* Newer Browsers */
}

@media (max-width: 576px) {
    .row.reverse-order { display: flex; flex-flow: column-reverse; }
    

    .row.order-three { display: flex; flex-flow: column; }
        .desktop-left { order: 2; }    
        .desktop-middle { order: 1; }        
        .desktop-right { order: 3; }    
}


.content-frame{
    width: 30%;
    height: 30%;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 35%;
    top: 35%;
    
     -o-transition:.2s ease-out;          /* Old Opera */
    -ms-transition:.2s ease-out;         /* Internet Explorer */
    -moz-transition:.2s ease-out;        /* Old Firefox */
    -webkit-transition:.2s ease-out;     /* Old Chrome, Safari */
    transition:.2s ease-out;             /* Newer Browsers */
}

.content-frame .play-button {
    background-position: center;
    background-size: 92%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
}

    
.content-frame div.title{
    padding-top: 2rem;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #e52528;
    font-family: 'upgrade', sans-serif;
}
.content-frame div.subtitle{    
    font-weight: 200;
    margin: 0;
    font-size: 1.1rem;
    font-family: 'upgrade', sans-serif;
    text-transform: uppercase;
}


.footer{
    text-align: left;
}
.center-footer{
    margin-left: 30px;
    margin-right: 30px;
}

.left-footer{
    margin-left: 30px;
    margin-right: 30px;
}


img.content{
    max-width: 20%;
    width: 200px;
    height: 200px;
}

/*form*/
.list-unstyled {  
    font-size: 0.7rem;
    color: #b98282;
}


/* BOOTSTRAP DATA VALIDATION */
.alert-success{
    line-height: 1rem;
    font-size: medium;
    font-weight: 300;
    padding-bottom: 2rem;
    color: green;
}
button.close{
    background: transparent;
    border-width: 0;
    color: white;
    font-size: x-large;
}

.col-xl-9{
    max-width: initial;
    padding-right: 0px;
    padding-left: 0px;
}

/* Autocomplete overides*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-text-size-adjust: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color:transparent; 
    background-clip: padding-box;
    border-bottom: 2px solid #e52528;
    border-left: none;
    border-top: none;
    border-right: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.placeholder,
.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}


textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}






div.frame-img{
    display: inline-block;
    /*    max-height: 200px;    */
}


div.frame-img.icons{
    cursor: pointer;
    width: 220px;
}

div.frame-img.icons:hover{
    padding-left: 4px;    
    max-width: 240px;
    padding-right: 4px;

    -o-transition:.2s ease-out;          /* Old Opera */
    -ms-transition:.2s ease-out;         /* Internet Explorer */
    -moz-transition:.2s ease-out;        /* Old Firefox */
    -webkit-transition:.2s ease-out;     /* Old Chrome, Safari */

    transition:.2s ease-out;             /* Newer Browsers */
}

section.load.in-view img, 
section.load.in-view div.content-frame-container, 
section.load.in-view div.col-sm.solutions,
section.load.in-view span.section-heading-lower
{
    opacity: 1;
} 

section.load img, 
section.load div.content-frame-container, 
section.load div.col-sm.solutions,
section.load span.section-heading-lower
{
    opacity: 0;
    -o-transition:1s ease-out;          /* Old Opera */
    -ms-transition:1s ease-out;         /* Internet Explorer */
    -moz-transition:1s ease-out;        /* Old Firefox */
    -webkit-transition:1s ease-out;     /* Old Chrome, Safari */

    transition:1s ease-out;             /* Newer Browsers */
}

section.load img.references-img{
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 250px;
    width: 250px;
    height: 150px;
    opacity: 0.2;
       -o-transition:.5s ease-out;          /* Old Opera */
    -ms-transition:.5s ease-out;         /* Internet Explorer */
    -moz-transition:.5s ease-out;        /* Old Firefox */
    -webkit-transition:.5s ease-out;     /* Old Chrome, Safari */

    transition:.5s ease-out;             /* Newer Browsers */
}

section.load.in-view imgreferences-img {
    opacity: 0.2;
} 

section.load img.references-img:hover{
    opacity: 1;
       -o-transition:.2s ease-out;          /* Old Opera */
    -ms-transition:.2s ease-out;         /* Internet Explorer */
    -moz-transition:.2s ease-out;        /* Old Firefox */
    -webkit-transition:.2s ease-out;     /* Old Chrome, Safari */

    transition:.2s ease-out;             /* Newer Browsers */
}



section.load img.icons-img{
    width: 100%;
    height: 100%;
}

.hidden{
    display:none;
}





/*   BACK TO TOP BUTTON         */
.to-top{
	color:black;
	padding-top:1.8em;
	display:block;/* or block */
	position: fixed;
	border-color:#e52528;
	text-decoration:none;
    transition:all .3s ease-out;
    z-index: 999;
    opacity: 0.7;
}
.to-top:before{
    content: '▲';
    font-size: 2em;
    position: fixed;
    bottom: 1rem;
    right: 1%;
    bottom: 10%;
    margin-left: -.7em;
    border: solid 0.07em white;
    border-radius: 10em;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.2em;
    border-color: inherit;
    transition: transform .5s ease-in;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.to-top:hover{
	color:#da7273;
    border-color:#da7273;
    cursor: pointer;
    opacity: 1;
}
.to-top:hover:before{
	transform: rotate(360deg);
}
	

/*   BACK TO TOP BUTTON - end   */

/*   SOCIAL MEDIA BUTTONs       */

.socialButton{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 3px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2rem;
}

/* LINKED IN */
.socialButton#linkedin{
    background: url('../img/social/icon-linkedin.svg') no-repeat 0px 0px ;
    background-size: 2.5rem 2.5rem;
    background-position: center;
}

.socialButton#linkedin:hover{
    background-size: 2.8rem 2.8rem;
    -o-transition:.2s ease-out !important;          /* Old Opera */
    -ms-transition:.2s ease-out !important;         /* Internet Explorer */
    -moz-transition:.2s ease-out !important;        /* Old Firefox */
    -webkit-transition:.2s ease-out !important;     /* Old Chrome, Safari */
    transition:.2s ease-out !important;             /* Newer Browsers */
}

/* YOUTUBE */
.socialButton#youtube{
    background: url('../img/social/icon-youtube.svg') no-repeat 0px 0px;
    background-size: 2.5rem 2.5rem;
    background-position: center;    
}

.socialButton#youtube:hover{
    background-size: 2.8rem 2.8rem;
    -o-transition:.2s ease-out !important;          /* Old Opera */
    -ms-transition:.2s ease-out !important;         /* Internet Explorer */
    -moz-transition:.2s ease-out !important;        /* Old Firefox */
    -webkit-transition:.2s ease-out !important;     /* Old Chrome, Safari */
    transition:.2s ease-out !important;             /* Newer Browsers */
}

/*   SOCIAL MEDIA BUTTONs - end   */


/*   costumization NP - end   */

.text-faded {
    color: rgba(255, 255, 255, 0.3);
}

.form-group {
    width: 100%;    
    padding-top: 0;
}

.form-group.dropdown{
    padding-top: 1.3rem;
}

.cta {
    background-color: #ffffff;
}

.cta .cta-inner {
    position: relative;  
    width: 100%;    
    margin-top: -7rem;
}

.cta-inner.no-arrow {
    margin-top: 0rem
}

.row {/*override*/
    margin-left:0px;
    margin-right:0px;
}

.row.group{
    display: inline-block;
}

@media (max-width: 992px) {
    .col-sm div.subtitle {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) {
    .row.one-stop-shop{
        padding: 3rem 8rem 0rem 8rem;
    }

    .list-hours {
        width: 50%;
        font-size: 1.1rem;
    }

    div.subtitle-narrow{
        max-width: 70%;
        margin: auto;
    }

    .about-heading .about-heading-img {
        position: relative;
        z-index: 0;
    }
    .about-heading .about-heading-content {
        margin-top: -5rem;
        position: relative;
        z-index: 1;
    }

    .product-item .product-item-title {
        position: relative;
        z-index: 1;
        margin-bottom: -3rem;
    }
    .product-item .product-item-img {
        position: relative;
        z-index: 0;
        max-width: 60vw;
    }
    .product-item .product-item-description {
        position: relative;
        z-index: 1;
        margin-top: -3rem;
        max-width: 50vw;
    }
}

.list-hours {
    font-size: 0.9rem;
}

.list-hours .list-hours-item {
    border-bottom: 1px solid rgba(230, 167, 86, 0.5);
    padding-bottom: .25rem;
    margin-bottom: 1rem;
}

.list-hours .list-hours-item.today {
    font-weight: 500;
    color: #e52528;;
}

.address strong {
    font-size: 1.2rem;
}



footer.footer {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    width: 100%;
    margin-bottom: 0px;
}

.text-primary {
    color: #e52528 !important;
}

.bg-primary {
    background-color: #e52528 !important;
    border-color: #e52528;;
}


.font-weight-light {
    font-weight: 200 !important;
}
.col-sm div.subtitle.image.qualitat{
    margin-top: 1rem;
    margin-bottom:1rem;

  }
  @media (min-width: 769px) {
    .col-sm div.subtitle.image.qualitat{
        margin-top: 0.5rem;
        margin-bottom:0;
    
      }
   }
.certificateLogo{
    border-radius: 0.5rem;
    width:45%
}
@media (min-width: 768px) {
    .certificateLogo{
        width:60%
    }
   }