@font-face {
    font-family: "PT Sans";
    src: url("../fonts/PT_Sans-Web-Regular.ttf");
}
@font-face {
    font-family: "PT Sans";
    src: url("../fonts/PT_Sans-Web-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.ttf");
}
.bx-wrapper{
  background: none!important;
  border: 0px!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.bx-controls .bx-pager{
  display: none!important;
}
.bx-wrapper .bx-next{
  background: transparent!important;
  background-image: url("../images/cursor-rightslider.png")!important;
  background-repeat: no-repeat!important;
}
.bx-wrapper .bx-prev{
  background: transparent!important;
  background-image: url("../images/cursor-leftslider.png")!important;
  background-repeat: no-repeat!important;
}
.canon-theme .bx-wrapper{
  float: right;
}
/*.home .bx-wrapper .bx-next:hover{
  background-image: url("../images/cursor-rightslider.png")!important;
  background: transparent!important;
  background-repeat: no-repeat!important;
}
.home .bx-wrapper .bx-next:visited{
  background-image: url("../images/cursor-rightslider.png")!important;
  background: transparent!important;
  background-repeat: no-repeat!important;
}
@font-face {
    font-family: "PT Sans";
    src: url("../fonts/PT_Sans-Web-Italic.ttf");
    font-style: italic, oblique;
}
@font-face {
    font-family: "PT Sans";
    src: url("../fonts/PT_Sans-Web-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic, oblique;
}*/
html, body{
  font-family: PT Sans!important;
}
h2{
  font-family: Montserrat!important;
}

.left-cursor{
  cursor: url(../images/cursor-left.png), pointer;
  width: 49%;
  margin-left: 70px!important;
  padding-bottom: 70px;
  height: 100vh;
  position: absolute;
  left:0;
  bottom:0;
}
.right-cursor{
  cursor: url(../images/cursor-right.png), pointer;
  width: 49%;
  margin-right: 70px!important;
  padding-bottom: 70px;
  height: 100vh;
  position: absolute;
  right:0;
  bottom:0;
}
a, a:hover{
  text-decoration: none;
  color: black;
}
.content-banone a, .content-banone a:hover{
  color: white!important;
}
#content-sectionone{
  padding-bottom: 70px;
}
#burbuja{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--white);
    opacity: .2;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#sectionone{
	/*background: url(../images/bg1.gif) repeat center center fixed;*/
  background-size: cover;
  height: 100%;
  color: white;
  margin-top: 0px!important;
  margin-bottom: 0px!important;
  border-radius: 0px!important;
  padding: 0px!important;
}
#myVideo{
  right: 0;
  bottom: 0;
  width: 100%;
}
#shadow{
  position: absolute;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  right: 70px;
  left: 70px;
  bottom: 70px;
}
#content-sectionone, #content-sectiontwo, #content-sectionthree, #content-sectionfour, #content-sectionfive{
	margin-right: 70px!important;
	margin-left: 70px!important;
	height: 100vh;
	overflow: hidden;
}
#content-sectionone{

}
#content-sectiontwo, #content-sectionthree, #content-sectionfour, #content-sectionfive{
  background-color: #f8f8f8!important;
  padding: 10px;
}
#content-sectionfooter{
  background-color: #222222!important;
  padding: 10px;
  padding-top: 4%!important;
  height: 150px;
  color: white;
  font-size: 13px;

}
#content-sectionfooter .row{
  margin-right: 0;
  margin-right: 50px!important;
  margin-left: 50px!important;
}
#content-formcontact{
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
#menufixedclose{
  width: 23px;
  height: 23px;
  cursor: pointer;
  margin-right: 35px;
  float: left;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#bajada-menuleft{
  padding: 20px;
  margin-top: 40px;
  margin-left: 20px;
  text-align: left;
}
#bajada-menuleft p{
  font-size: 13px;
}
#menufixedclose img{
  width: 100%;
  height: 100%;
}
#itemmenu-agencia{
  background-image: url('../images/sections_agencia.jpg');
  height: 49px;
  background-repeat: no-repeat;
}
#itemmenu-agencia:hover{
  background-image: url('../images/sections-hover_agencia.jpg');
  cursor: pointer;
}
#itemmenu-contacto{
  background-image: url('../images/sections_contacto.jpg');
  height: 49px;
  background-repeat: no-repeat;
}
#itemmenu-contacto:hover{
  background-image: url('../images/sections-hover_contacto.jpg');
  cursor: pointer;
}
#itemmenu-proyectos{
  background-image: url('../images/sections_proyectos.jpg');
  height: 49px;
  background-repeat: no-repeat;
}
#itemmenu-proyectos:hover{
  background-image: url('../images/sections-hover_proyectos.jpg');
  cursor: pointer;
}
#itemmenu-creamos{
  background-image: url('../images/sections_creamos.jpg');
  height: 49px;
  background-repeat: no-repeat;
}
#itemmenu-creamos:hover{
  background-image: url('../images/sections-hover_creamos.jpg');
  cursor: pointer;
}
#itemmenu-somos{
  background-image: url('../images/sections_somos.jpg');
  height: 49px;
  background-repeat: no-repeat;
}
#itemmenu-somos:hover{
  background-image: url('../images/sections-hover_somos.jpg');
  cursor: pointer;
}
#itemmenu-casos{
  background-image: url('../images/sections_casos.png');
  height: 49px;
  background-repeat: no-repeat;
  margin-left: 5px;
}
#itemmenu-casos:hover{
  background-image: url('../images/sections-hover_casos.png');
  cursor: pointer;
}
#itemmenu-clientes{
  background-image: url('../images/sections_clientes.jpg');
  height: 49px;
  background-repeat: no-repeat;
}
#itemmenu-clientes:hover{
  background-image: url('../images/sections-hover_clientes.jpg');
  cursor: pointer;
}
#menuleft ul{
  text-decoration: none;
  list-style-type: none;
  margin-top: 50%;
}
.btn-atlas{
    border: 2px solid black;
    padding: 8px;
    border-radius: .25rem;
    font-size: 13px;
    cursor: pointer;
    width: fit-content;
    font-weight: bold;
    letter-spacing: 3px;
    padding-left: 15px;
    padding-right: 15px;
}
#btn-loquecreamos{
  border: 1px solid white;
  padding: 8px;
  border-radius: .25rem;
  font-size: 13px;
  cursor:pointer;
  width: fit-content;
}
#btn-loquecreamos:hover , .btn-atlas:hover{
  opacity: 0.8;
  cursor: pointer!important;
}
.linkbtn{
  margin: auto;
  text-decoration: none;
  color: black;
}
#content-sectionfooter .footercontent{
  float: left!important;
  width:49.5%!important;
}
#btn-vercasos{
  margin: auto;
}
img#logo {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.clear{
  clear: both;
}
.content-banone{
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index: 77777777;
  letter-spacing: 6px;
}
.canon-theme #content-sectionthree .header-content{
  text-align: right!important;
}
.creamos-theme h3{
  width: 100%;
  margin-top:25px;
}
.creamos-theme #content-sectionfive {
  text-align: center;
}

.creamos-theme #content-sectionfive h2{
  margin: auto!important;
  margin-top: 20%!important;
}
.content-banone p{
  font-size: 2em;
}
.content-banone h1{
  font-weight: bold;
}
#menuleft #logo{
  margin: 20px;
}
.creamos-theme #content-sectiontwo, .creamos-theme #content-sectionfour{
  height: auto!important;
}

#imgscroll{
	float: left;
  position: absolute;
  bottom: 70px;
}
div.clear{
  clear:both;
}
#creamos-bajada{
  text-align: right;
}
#contactinfo{
	bottom: 70px;
  position: absolute;
  right: 65px;
  padding: 5px;
  font-size: 13px;
  padding-right: 20px;
}
.lineatlaswhite{
  border-bottom: 3px solid white;
  width: 12px;
}
.lineatlasblack{
  border-bottom: 3px solid black;
  width: 12px;
}
#logocanon-pixmahome{
  float: right;
  margin-bottom: 25px;
}
#menuleft{
  width: 300px;
  background-color: white;
  height: 100vh;
  position: fixed;
  z-index: 999999999999;
  -webkit-box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.75);
  box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.75);
  text-align: center;
}
#menufixed{
  position: fixed;
  top: 50%;
  margin-top: -40px;
  background-color: #ffffffc7;
  margin-left: 10px;
  width: 100px;
 height: 100px;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 999988888888888;
}
#menufixed:hover{
 background-color: #ffffff;
 cursor: pointer;
}
#menufixed img{
}
.canon-theme #sectionone{
  background: url("../images/bgcanon.jpg") repeat center center fixed;
}
.metro-theme #sectionone{
  background: url("../images/bgmetro.jpg") repeat center center fixed;
}
.metro-theme .bx-wrapper{
  margin: auto;
}
.equipo.col-xs-12.col-lg-4 {
    text-align: center;
    margin-top: 25px;
}
#canontheme-compu-video{
  width: 100%;
  margin-top: 40px!important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#canontheme-compu-video:hover{
  opacity: 0.9;
  cursor: pointer;
}
#menufixedtop{
    text-align: center;
    position: fixed;
    background-color: white;
    width: 100%;
    z-index: 9999999999999;
    
}

.menufixedtopsombra{
  -webkit-box-shadow: -1px 9px 13px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 13px -11px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 13px -11px rgba(0,0,0,0.75);
}
#menufixedtop img{
  width: 150px!important;
}

.canon-theme #content-sectionthree .casocanon{
    max-width: 100%!important;
    margin: 0!important;
    padding: 0!important;
}
.canon-theme #content-sectionthree{
    padding: 0!important;
}
.bx-wrapper .bx-controls-direction a{
  margin-right: 25px!important;
  margin-left: 30px!important;
}
img.casos{
  width: 100%!important;
}

#content-sectiontwo{
  height: auto!important;
}
.content-caso{
  display: inline-block;
  margin: 3px;
  position: relative;
}
.hoverimgcaso, .hoverimgcasoazul{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: transparent;
    padding: 5px 5px 5px 5px;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    color:white;
}
.hoverimgcaso:hover{
     background-image: -webkit-radial-gradient(top right,  #ff3b007a, #772020);
      background-image: -moz-radial-gradient(top right,  #ff3b007a, #772020);
      background-image: -ms-radial-gradient(top right,  #ff3b007a, #772020);
      background-image: -o-radial-gradient(top right,  #ff3b007a, #772020);
}
.hoverimgcasoazul:hover{
     background-image: -webkit-radial-gradient(top right,  #00f3ffa1, #164363);
      background-image: -moz-radial-gradient(top right,  #00f3ffa1, #164363);
      background-image: -ms-radial-gradient(top right,  #00f3ffa1, #164363);
      background-image: -o-radial-gradient(top right,  #00f3ffa1, #164363);
}

.texthovercaso{
  display: none;
  -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.hoverimgcaso:hover > .texthovercaso, .hoverimgcasoazul:hover > .texthovercaso{
  display: block;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: 20px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  letter-spacing: 3px;
}
.title2{
    background: url(../images/bgtitle2.jpg) 0 no-repeat;
    padding-left: 90px;
    padding-top: 10px;
    letter-spacing: 6px;
    margin-top: 60px;
    margin-bottom: 35px;
}
div#content-sectionthree {
    height: auto;
}
.logocontent{
  margin-bottom: 40px;
}
textarea,input{
  border:2px solid black!important;
  -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

textarea:focus,input:focus{
   outline: none !important;
    border-color: red!important;
    box-shadow: 0 0 0px white!important;
}
div#content-messagecontact {
    font-size: 16pt;
    color:#6f6b6b;
}
.btn-viewcase{
    border: 1px solid white;
    padding: 8px;
    border-radius: .25rem;
    font-size: 13px;
    cursor: pointer;
    width: fit-content;
    font-weight: bold;
    letter-spacing: 3px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.btn-viewcase:hover{
  opacity: 0.7!important;
}
#bannerhome{
  display: none;
  width: 100%;
}
.nodesktop{
    display: none!important;
}
.linkbtnviewcase{
  color:white!important;
}
p{
  text-align: justify;
  font-size: 16pt;
  line-height: 29pt;
}
#contentvisionglobal .titlespan{
  color:#ea7064!important;
  font-weight: bold!important;
}
.metroppg #content-sectionone, .metroppg #sectionone, .t3 #content-sectionone, .canonprinter #content-sectionone, .canopnprinter #sectionone{
  height: auto!important;
  padding-bottom: 0px!important;
}
.imggal{
  margin-top: 10px!important;
  cursor: pointer;

}
.imggal:hover{
  opacity: 0.8!important;
  
}
.success{
  color:white;
  background-color: green;
  padding: 5px;
  display: none;
  text-align: center; 
  margin-bottom: 10px!important;

}
.empty{
  color:white;
  background-color: red;
  padding: 5px;
  display: none;
  text-align: center; 
  margin-bottom: 10px!important;

}

@media (max-width: 600px) {
  #content-sectionone, #content-sectiontwo, #content-sectionthree, #content-sectionfour, #content-sectionfive {
    margin-right: 0px!important;
    margin-left: 0px!important;
    height: 100vh;
    overflow: hidden;
  }
  h2.title2 {
    font-size: 19pt;
  }
  .content-caso, .content-caso img {
    width: 100%!important;
  }
  .nomobile{
    display:none!important;
  }
  #content-sectionfour,#sectionone,#content-sectionone,.right-cursor,.left-cursor{
    height: auto!important;
  }
  #content-sectionone {
    padding-bottom: 0px;
  }
  #bannerhome{
    display: block!important;
  }
  #content-sectiontwo .title2{
    margin-top: 25px!important;
  }
  .nodesktop{
    display: block!important;
  }
  #content-sectionfooter{
    padding-top: 14%!important;
  }
  .quienessomos p{
    font-size: 16px!important;
    line-height: inherit;
  }
  #contentvisionglobal .titlespan{
    color:#ea7064!important;
    font-weight: bold!important;
  }


}



