﻿/*@font-face {
    font-family: Provert;
    src: url(../Fonts/itc-bauhaus-medium.eot);
    src: url(../Fonts/itc-bauhaus-medium.ttf);
    src: url(../Fonts/itc-bauhaus-medium.otf);
    src: url(../Fonts/itc-bauhaus-medium.svg);
    src: url(../Fonts/itc-bauhaus-medium.woff);
}

@font-face {
    font-family: Provert;
    src: url(../Fonts/itc-bauhaus-bold.eot);
    src: url(../Fonts/itc-bauhaus-bold.ttf);
    src: url(../Fonts/itc-bauhaus-bold.otf);
    src: url(../Fonts/itc-bauhaus-bold.svg); 
    src: url(../Fonts/itc-bauhaus-bold.woff);
    font-weight: bold;
}*/

@-webkit-keyframes slideIn
{
    0%
    {
    margin-left: 100%;
    opacity: 0.0;
    }
    100%
    {
    margin-left: 0%;
    opacity: 1.0;
    }
}

@-webkit-keyframes slideOut
{
    0%
    {
    margin-left: 5%;
    opacity: 1.0;
    }
    100%
    {
    margin-left: -100%;
    opacity: 0.0;
    }
}

::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}
 
::-webkit-scrollbar-track 
{
    background-color: rgba(0,0,0,0.6);
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 10px;
    border: 0px solid #FFF;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px 0px rgba(0,0,0,1); 
    background-color:#FFF;
}

/*
    USER OPTION

    .userInfo:hover #userOptions
    {
        display:block;
    }

    #userOptions
    {
        display:none;
        position:absolute;
        background-color:rgba(0,0,0,0.6);
        top: 23px;
        padding-top: 10px;
        padding-bottom: 15px;
        padding-left: 0px;
        list-style: none;
        border-bottom-left-radius: 10px;
        border: 2px solid #FF0;
        border-right: 0px;
    }

    #userOptions li
    {
        color: #FF0;
        padding-left: 40px;
    }
    #userOptions li:hover
    {
        background-color:rgba(255,255,255,0.2);
    }


    END USER OPTION
*/



.abcPanel
{
    padding: 5%;
    margin:-1px;
    width:90%;
    height:100%;
    /*margin: 75px;
    margin-bottom: 0px;*/
    border: 1px solid black;
    /*border-radius: 20px;*/
    position:relative;
}

.abcPanel span
{
    color: #FFF;
    padding: 0px 10px;
    width: 28%;
    display: inline-block ;
    vertical-align: top;
    margin-top: 5px;
}

.abcPanel select, .abcPanel input, .abcPanel textarea
{
    padding: 5px 5px;
    width: 60%;
    display: inline-block ;
    font-weight: bold;
    color: #444;
    font-family: Arial;
}

.abcPanel textarea
{
    margin-top: 5px;
}

#loading
{
    background-image: url(../Images/load.gif); 
    background-size:80px; 
    background-position: center; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    transition: all 1s;
    opacity: 0.0;
    z-index: 2;
}

#loading.visible
{
    opacity: 1.0;
}

body
{
    padding: 0px;
    margin: 0px;
    background-color: #555;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.header
{
    /*position:relative;
    width: 100%;
    height: 50px;*/
    margin: 0px;
    padding: 0px;
    z-index: 4;
	background-color: rgba(0,0,0,1);
	/*top:0px;
	left: 0px;
	width: 100%;*/
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom: 5px solid #888;
	/*overflow: hidden;*/
	overflow: visible;
	display:block;
	z-index: 1000;
	/*height: 2em;*/
}


.footer
{
    /*position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 1%;
    width: 100%;
    text-align: center;
    left: 0px;
    padding-bottom: 10px;
    font-family: Arial;*/
    padding: 20px 20px 10px 20px;
    background-color: #000;
    height:auto;
    display:block;
    margin: 15px 0px 0px 0px;
    border-radius: 20px 20px 0px 0px;
    border-top: 5px solid #888;
    text-align: center;
    color:#fff;
    font-size: 0.9em;
    font-family: Arial;
    background-image: url(../Images/cad-bg.png);
    background-repeat:no-repeat;
    background-size: auto 95%;
    background-position: 99% 100% ;
    
}
.footer>.container
{
    display:inline-block;
    margin: 0px 5px 0px 5px;
    vertical-align: top;
}
.footer>.container .container
{
    display:inline-block;
    margin: 0px 15px 10px 15px;
    text-align: justify;
}
.containerTitle
{
    color: #FF0;
    font-weight: lighter;
    text-align: left;
    display: block;
    padding-bottom : 2px;
    border-bottom: #888 solid 1px;
    margin-bottom: 5px;
}
.cont-info
{
    background-repeat:no-repeat;
    background-size: 20px 20px;
    background-position: 0px 0px;
    padding-left: 30px;
    margin: 10px 0px;
    vertical-align:top;
    min-height:20px;
}
.cont-info a,
.cont-info a:hover
{
    text-decoration:none;
    color:#fff;
}
.cont-info a:hover
{
    color:#ff0;
}
.siteMap
{
    background-image: url(../Images/Icons/sitemap.png);
}
.siteMap ul
{
    list-style:none;
    padding-left: 2px;
    margin:0px;
}
.siteMap ul li
{
    margin: 6px 0px;
}
.direccion
{
    background-image: url(../Images/Icons/map.png);
}
.telefono
{
    background-image: url(../Images/Icons/telephone.png);
}
.mobile
{
    background-image: url(../Images/Icons/mobile.png);
}
.fax
{
    background-image: url(../Images/Icons/fax.png);
}
.correo
{
    background-image: url(../Images/Icons/email.png);
}
.social
{
    background-image: url(../Images/Icons/social.png);
}
.facebook
{
    background-image: url(../Images/Icons/facebook.png)!important;
}
.box .facebook
{
    background-image: url(../Images/Icons/facebookH.png)!important;
}
.facebook:hover
{
    background-image: url(../Images/Icons/facebookH.png)!important;
}
.instagram
{
    background-image: url(../Images/Icons/instagram.png)!important;
}
.box .instagram
{
    background-image: url(../Images/Icons/instagramH.png)!important;
}
.instagram:hover
{
    background-image: url(../Images/Icons/instagramH.png)!important;
}
.googleplus
{
    background-image: url(../Images/Icons/googleplus.png);
}
.googleplus:hover
{
    background-image: url(../Images/Icons/googleplusH.png);
}
.twitter
{
    background-image: url(../Images/Icons/twitter.png);
}
.twitter:hover
{
    background-image: url(../Images/Icons/twitterH.png);
}
.linkedin
{
    background-image: url(../Images/Icons/linkedin.png);
}
.linkedin:hover
{
    background-image: url(../Images/Icons/linkedinH.png);
}

.framecontent
{
    width: 90%;
    min-height: 80%;
    margin: 0px 5%;
    background-color: #252525;
    /*border: 1px solid #000;*/
    font-size: 18px;
    font-family: Arial;
    /*position: absolute;
    z-index: 2;
    overflow-x: hidden;
    overflow-y: auto;
    top: 58px;
    bottom: 6px;*/
    /*box-shadow: 0px 0px 70px 0px #ff0, inset 0px -60px 110px -50px rgba(255,255,255,0.5);*/
    /*box-shadow: inset 0px -30px 110px -50px rgba(255,255,0,0.9);*/
    border-radius: 0px 0px 45px 45px;
    /*left: -87px;*/
    /*background-image: url(../Images/provert-op50.png);
    background-size: auto 6em;
    background-position: 100% 100%;
    background-repeat: no-repeat;*/
    display: block;
    overflow:hidden;
    padding-top: 4em;
    padding-bottom: 1em;
    z-index: -1;
}
.framecontent .contentContainer
{
    width: 90%;
    margin: 5%;
    display: block;
}
.framecontent .contentContainer .shadowContainer
{
    padding: 1em;
    display: block;
    background-color: rgba(0,0,0,0.5);
    border-radius: 1em;
    overflow: hidden;
}
.encabezado
{
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0em;
    margin-bottom: 0.33em;
    font-family: Arial;
    font-size: 25px;
    border-bottom: 3px solid #FF0;
    text-align: center;
    color: #ff0;
    display:block;
    font-weight: lighter;
    padding-bottom: 0.15em;
}
.simpleText
{
    color:#fff!important;
    font-weight:lighter;
    font-size: 1em;
    margin: 0px 0px 0.2em 0px;
    text-align:justify;
}
.backImage
{
    width: 90%;
    /*min-height: 40%!important;*/
    display:block!important;
    padding: 1em 5%;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    overflow:hidden;
}
.backImageCarousel
{
    width: 100%;
    height: 350px!important;
    display:block!important;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    overflow:hidden;
    transition: all 1s ease-in-out;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
}
/*
.backImage
{
    width: 80%;
    padding: 35% 20% 5% 20%;
    margin-left: -10%;
    background-size: auto 100%; 
    background-position: center; 
    background-repeat: no-repeat; 
}
*/
.backImageTitle
{
    /*width: 100%;
    padding: 15em 0em 2em 0em;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 3em;*/
    height: 20em;
    display: block;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: 0px 15px 35px rgba(0,0,0,1);
}
.homeBG
{
    background-image: url(../Images/homeBG.jpg);
}
.faqBG
{
    /*background-image: url(../Images/faqBG.jpg);
    background-position: center 28% !important;
    /*background-position: center 35% !important;
    padding-top: 26em;*/
    background-image: url(../Images/faqBG.jpg);
    background-position: center center;
    background-size: 60% 150%;
}
.contactBG
{
    background-image: url(../Images/contactBG.jpg);
    /*padding-top: 28em;*/
    background-position: center 30%;
}
.infoRequestBG
{
    background-image: url(../Images/infoRequestBG.jpg);
    background-position: center 70%;
    background-size: 60% 150%;
    /*padding-top: 20em;*/
    
}
.door
{
    background-image: url(../Images/login.jpg);
}
.minimalistCity
{
    background-image: url(../Images/login.png);
    background-size: 100% auto!important;
    background-position: center bottom!important;
    padding: 1em 2% 3em 2%!important;
    width: 96%!important;
}
.ContainerOverImage
{
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 20%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 80%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(20%,rgba(0,0,0,1)), color-stop(30%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 20%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 80%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,1) 20%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 80%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,1) 20%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 80%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,1) 20%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 80%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 ); /* IE6-9 */
    height: 20em;
    width: 100%;
    display:inline-block;
}
.textContainerOverImage
{
    padding: 0.5em;
    border-radius: 0px;
    box-shadow: inset 0em -1em 44px 13px rgba(0,0,0,1);
    color: #FF0;
    font-weight: bold;
    font-size: 2em;
    display:block;
    background-color: transparent;
    width: 60%;
    box-sizing: border-box;
    text-align: center;
    margin: 0px 20% 0px 20%;
}
.textContainerOverImageA
{
    box-shadow: inset 0em -1.7em 44px 13px rgba(0,0,0,1);
    display:block;
    background-color: transparent;
    width: 60%;
    height: 4em;
    box-sizing: border-box;
    text-align: center;
    margin: 16em 20% -4em 20%;
}
.textContainerOverImageB
{
    padding: 0.5em;
    color: #FF0;
    font-weight: bold;
    font-size: 2em;
    display:block;
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
/*.backImage .textContainerOverImage,
.backImageTitle .textContainerOverImage
{
    padding: 2em;
    margin: 0px;
    border-radius:4em 0em;
    background-color: rgba(0,0,0,0.7);
    box-shadow: inset -6px -6px 45px -7px rgba(255,255,0,0.7);
    display: block;
}
.backImageTitle .textContainerOverImage
{
    padding: 0.5em;
    border-radius: 0px;
    box-shadow: inset -6px -6px 45px -15px rgba(255,255,0,0.7);
    color: #FF0;
    font-weight: bold;
    font-size: 2em;
}
  
/*  .framecontent::before
  {
      width:98%;
      height:98%;
      padding: 1%;
      content: ' ';
      display:inline;
      opacity: 0.5;
        background-image: url(../Images/provert.png);
      background-size: 30% auto;
      background-position: 80% 95%;
      background-repeat: no-repeat;
        position:fixed;
      z-index: -1;
      left: 0px;
      top: 0px;
  }*/

.framecontent .frame
{
    left:0px;
    top:0px;
    width: 98%;
    height: 100%;
    padding: 0px 1%;
    position:absolute;
    overflow: auto;
    z-index:4;
    color:#000;
    border: none;
    background-color: rgba(0,0,0,0.5);
    margin-left: -100%;
}

.framecontent .frame.visible
{
    -webkit-animation: slideIn 3s 1;
    -moz-animation: slideIn 3s 1;
    -ms-animation: slideIn 3s 1;
    animation: slideIn 3s 1;
    opacity: 1.0;
    z-index:5;
    margin-left: 0%;
}

.framecontent .frame.invisible
{
    -webkit-animation: slideOut 3s 1;
    -moz-animation: slideOut 3s 1;
    -ms-animation: slideOut 3s 1;
    animation: slideOut 3s 1;
    opacity: 0.0;
}

.backgroundMessage
{
    position:fixed;
    top: 0px;
    left:0px;
    width:100%;
    height:100%;
    z-index: 100;
}

.containerMessage
{
    width: 30%;
    min-height: 140px;
    margin: 300px auto;
    color: #000;
    background-color: #FFF;
    border: 3px solid black;
    position: relative;
    box-shadow: 0px 30px 20px -20px #FFF;
}

.captionMessage
{
    width: 100%;
    padding: 10px 15px;
    font-size: 20px;
    text-align: center;
    display: block;
    color: #FF0;
    background-color: #000;
    margin-top: -1px!important;
    font-weight: bold;
    box-sizing: border-box;
}

.messageMessage
{
    width: 100%;
    padding: 40px 15px 40px 15px;
    font-size: 20px;
    text-align: center;
    display: block;
    box-sizing: border-box;
}

input[type='submit'].buttonMessage:hover
{
    background-color: transparent;
    /*border-top: 3px solid black;*/
}
input[type='submit'].buttonMessage
{
    width: 70%;
    padding: 5px 0px;
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    margin: 0px 15% 15px 15%;
}

.logoProvertPie
{
    background-image: url(../Images/provert.png);
    background-repeat:no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    display: block;
}
.logoProvert
{
    background-image: url(../Images/provert.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: block;
    width: 217px;
    height: 57px;
}

.blinkItem {
    -webkit-animation: myfirst 3s infinite; /*Chrome, Safari, Opera*/
    animation: myfirst 5s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    0%   {background: #ff0; color:#000;}
    25%  {background: #ff0; color:#000;}
    50%  {background: transparent; color:#888;}
    75%  {background: transparent; color:#888;}
    100% {background: #ff0; color:#000;}
}

/* Standard syntax */
@keyframes myfirst {
    0%   {background: #ff0; color:#000;}
    25%  {background: #ff0; color:#000;}
    50%  {background: transparent; color:#888;}
    75%  {background: transparent; color:#888;}
    100% {background: #ff0; color:#000;}
}

.SVAMsignature
{
    color: #FFF;
    font-size: 12px;
    margin-top: 1em;
    line-height: 17px;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}
.SVAMsignature a
{
    color: #FFF;
    text-decoration: none!important;
    line-height: 17px;
    vertical-align: top;
}
.SVAMsignature .logotype
{
    background-image: url(../Images/svamlogo.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    background-size: 263px 17px;
    display:inline-block;
    width: 263px;
    height: 17px;
    background-color: transparent;
}

.Link2Product
{
    display: inline-block;
    padding: 3px 5px;
    background-color: #FF0;
    color: #000;
    text-decoration: none!important;
    border-radius: 3px;
}

.HideItem
{
    display: none!important;
}