@charset "UTF-8";
/*ALL  CSS Document */
*{
    border:0;
    margin:0;
    padding:0;
}
body, .content-form input, textarea, pre{
    font-family: 'Raleway', sans-serif;
  color: #0f1010;
}
.box{
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
} 
.two-content, .two-contentr, .content-figures figure{
    float:left;
    display: inline-block;
}
.two-content-r{
    float: right !important;
}
/*HEADER*/
header{
    padding: 5px 0 10px;
}
.position-logo{
    background: url(../images/dinox-logo.png) no-repeat;
    background-size: auto 100%;
    height: 100px;
    width: 180px;
    margin-left: 6%;
}
.position-tel{
    height: 30px;
    padding: 30px 0 0 0;
    margin-right: 6%;
}
.position-tel p{
     font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.position-tel p:nth-child(1){
    color: #939597;
    border-right: 3px solid;
    margin-right: 10px;
    padding-right: 15px;
}
.position-tel p:nth-child(2){
    float: left;
}
.position-tel p:nth-child(2) a{
  color: #6300ff;
  text-decoration: none;
}
.position-tel p:nth-child(2) span{
    margin: 0px 0px 0 5px;
}
.position-tel p:nth-child(2) span img{
    margin: -10px 0;
}
/*SLIDER*/
.behind-slide{
    position: relative;
}
.behind-slide ul{
    padding: 0;
    width: 300%;
    /*animation: cambio 20s infinite;
    -webkit-animation: cambio 20s infinite;*/
    -webkit-animation: cambio 20s infinite;
}
.behind-slide li{
    width: 33.33%;
    min-height: 600px;
    float: left;
    list-style: none;
    background-size: 100% 100% !important;
}
.behind-slide ul li:nth-child(1){
    background:url(../images/slide1.jpg) no-repeat center;  
}
.behind-slide ul li:nth-child(2){
    background:url(../images/slide2.jpg) no-repeat center;
}
.behind-slide ul li:nth-child(3){
    background:url(../images/slide3.jpg) no-repeat center;
}
@-webkit-keyframes ism-fadein {
  from { opacity: 0; }
  to { opacity: 1; }

}
@-webkit-keyframes ism-loading {
  50% { left: 120px; }
}
@-webkit-keyframes cambio{
  0% {margin-left: 0;opacity: 1;}
  20% {margin-left: 0;opacity: 1;}

  25% {margin-left: -100%;opacity: 1;}
  45% {margin-left: -100%;opacity: 1;}

  50%{margin-left: -200%;opacity: 1;}
  70%{margin-left: -200%;opacity: 1;}
}
@keyframes cambio{
  0% {margin-left: 0;}
  20% {margin-left: 0;}

  25% {margin-left: -100%;}
  45% {margin-left: -100%;}

  50%{margin-left: -200%;}
  70%{margin-left: -200%;}
}
/*infront-slider*/
.infront-slide{
    width: 90%;
    min-height: 600px;
    position: absolute;
    margin: 0 5%;
}
.infront-slide hgroup{
    margin-top: 10%;
    width: 40%;
    margin-left: 5%;
}
.infront-slide hgroup h1{
    font-size: 4em;
    font-weight: 700;
}
.infront-slide hgroup h2, .infront-slide hgroup h1{
     text-shadow: -7px 0px 23px #000, 0px -2px 26px #000, -0px 3px 40px #000;
     color: #fff;
}
.infront-slide hgroup h2{
    font-size: 2.5em;
    font-weight: 300;
}
/*formulario*/
.form-contact{  
    max-width: 385px;
    bottom: 0;
    right: 0;
    position: absolute;
}
/*flecha de señalizacion*/
.position-img-specific{
    float: right;
    margin-right: 420px;
    margin-top: 150px;
}
/*triangulo de arriba*/
.form-contact .form{
    width: 0;
    height: 0;
    border-right: 192px solid transparent;
    border-top: 192px solid transparent;
    border-left: 192px solid transparent;
    border-bottom: 50px solid #a783e0;
}
/*titulo:CONTACTANOS*/
.form-contact .form-title{
    text-align: center;
     background: #a783e0;
}
.form-title h3{
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
/*Fomulario oculto*/
.content-form{
	background: #a783e0;
  /*
  background: rgba(62,123,176,1);
  background: -moz-linear-gradient(top, rgba(62,123,176,1) 0%, rgba(62,123,176,1) 25%, rgba(68,140,203,1) 47%, rgba(68,140,203,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(62,123,176,1)), color-stop(25%, rgba(62,123,176,1)), color-stop(47%, rgba(68,140,203,1)), color-stop(100%, rgba(68,140,203,1)));
  background: -webkit-linear-gradient(top, rgba(62,123,176,1) 0%, rgba(62,123,176,1) 25%, rgba(68,140,203,1) 47%, rgba(68,140,203,1) 100%);
  background: -o-linear-gradient(top, rgba(62,123,176,1) 0%, rgba(62,123,176,1) 25%, rgba(68,140,203,1) 47%, rgba(68,140,203,1) 100%);
  background: -ms-linear-gradient(top, rgba(62,123,176,1) 0%, rgba(62,123,176,1) 25%, rgba(68,140,203,1) 47%, rgba(68,140,203,1) 100%);
  background: linear-gradient(to bottom, rgba(62,123,176,1) 0%, rgba(62,123,176,1) 25%, rgba(68,140,203,1) 47%, rgba(68,140,203,1) 100%);
  */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7bb0', endColorstr='#448ccb', GradientType=0 );
  display: block;
}
.content-form hr{
    border-top: .3px solid #fff;
    margin-top: 20px;
    width: 46%;
    margin: 13px auto 15px;
}
input, textarea{
  font-size: 15px;
  font-weight: 200;
}
.content-form input{
  border: 1px solid #6a6d6f;
  margin: 0px 5% 10px;
  width: 74.5%;
  padding: 8px 30px
}
.content-form .style-placeholder::-webkit-input-placeholder{ color: #6a6d6f; }/*webkit chrome safari*/
.content-form .style-placeholder:-moz-placeholder { color: #6a6d6f;  } /* Firefox 18- */
.content-form .style-placeholder::-moz-placeholder { color: #6a6d6f;  } /* Firefox 19+ */
.content-form .style-placeholder:-ms-input-placeholder { color: #6a6d6f;  } /* IE 10+ */

.content-form .messages{
  width: 75.2%;
  margin: 0 5% 12px;
  height: 125px;
  padding: 3px 30px 0;
  color: #6a6d6f;
  border:1px solid #6a6d6f;
}
#captcha{
  margin-left: 5%;
  margin-right: 1%;
  border:1px solid #6a6d6f;
  height: 35px;
}
#captcha1{
  width: 41%;
  margin: 0;
  margin-left: 1.5%;
}
#captcha2{
  width: 25px;
  margin: 0;
  margin-top: 7px;
}
.enviar{
  text-align: center;
  margin: 25px 0;
}
.enviar input{
  border: inherit;
  background: inherit !important;
  margin: 10px 0;
}
.enviar a{
  color:#fff;
}
/*efecto parallax*/
.box-content{
  background: url(../images/Parallax.jpg) no-repeat fixed, gray;
  background-size: cover;
}
/*contenidos despues de slider*/
.box-descriptions, .box-descriptions2, .box-descriptions3{
background: url(../images/PATRON-FONDO-DINOX.jpg) repeat;
}
.content-figures{
    width: 80%;
    overflow: hidden;
    margin: 5% auto 6%;
}
.content-figures figure{
    width: 20%;
    text-align: center;
    margin: 0% 2.5%;
}
.content-figures figure .cont-img{
    background: #c2c4c4;
    border-radius: 5px 5px 0px 0px;
}
.content-figures figure img {
    margin: 3px 3px -4px;
    width: 97%;
    border-radius: 3px 3px;
}
.content-figures figure figcaption{
    position: relative;
    background: #a783e0;
    background-position-x: 95%;
    padding: 0 20px;
    font-size: 1.1em;
    font-weight: bold;
    padding: 3px 0 5px 0;
}
.content-figures figure .feauture{
    display: none;
    background: #e3e4e4;
    text-align: justify;
    padding: 20px 10px;
    font-size: 14px;
    min-height: 110px;
    max-height: 110px;
    border-radius: 0px 0px 5px 5px;
}
.box-descriptions hgroup h3{
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 5%;
}
.box-descriptions hgroup h3 pre {
    display: inline-block;
    font-size: 1em;
    background: #a783e0;
    padding: 0px 12px;
    transform: rotate(-10deg);
    margin: 0 5px;
}
.box-descriptions hgroup h3 pre div{transform: rotate(11deg); margin-left: -10px;}
.box-descriptions hgroup h3 a {
  text-decoration: none;
    color: #6300ff;
}
.box-descriptions2{
  margin-top: 280px;
  padding-bottom: 100px;
}
.box-descriptions2 hgroup {
  width: 92%;
    margin: 5% auto 0;
}
.box-descriptions2 hgroup h3{
  color: #6300ff;
  font-size: 2.3em;
}
.box-descriptions2 ul li{
  list-style-image: url(../images/flecha-morada.png);
  list-style-position: inside;
}
.styletable{
  border: 1px solid #8f9191;
    border-collapse: collapse;
    width: 100%;
}
.styletable tbody{
  display: none;
}
.styletable td {
    border: 1px solid #8f9191;
    padding: 0px 10px;
    height: 35px;
    background:#fff;
    width: 600px;
}
.styletable thead td:nth-child(2){
  border: 1px solid rgba(255,255,255,.111);
    vertical-align: baseline;
    background: inherit;
}
.content-table{
    margin: 0% auto;
    margin-top: 3%;
    width: 80%;
}
.box-descriptions3{
  padding-top: 100px;
}
.box-descriptions3 hr{
    border: .1px solid #8f9191;
    width: 40%;
    margin: 5% auto;
}
.box-descriptions3 hgroup, .position-btn-contact{
  text-align: center;
   font-size: 3em;
}
.box-descriptions3 hgroup h4{
  font-weight: 500;
}
.box-descriptions3.box-ventajas{
  background: #e3e4e4;
  padding: 50px 0;
}
.box-descriptions3.box-ventajas ul{
  width: 85%;
  margin: 0 auto;
}
.box-descriptions3.box-ventajas ul li{
  float: left;
    width: 30%;
    list-style-position: inside;
    margin: 10px 1.5%;
    height: 60px;
}
.box-descriptions3.box-ventajas h4{
  margin-bottom: 35px;
}
.figures-bottom.content-figures figure{
  background: inherit;
}
.figures-bottom.content-figures figure figcaption{
  background: inherit;
  background-position: inherit;
  font-size: 1.2em;
  font-weight: bold;
}
.position-btn-contact{
  margin-bottom: 80px;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    margin-left: 10px;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 3px 3px;
    border-radius: 6px;
    font-size: 9px;
    position: absolute;
    z-index: 11111111111;
    top: 0;

}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltiptext::after{
   content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}
footer{
  background: #a783e0;
}
footer div{ 
  margin-top: 20p;
  padding: 20px;
}
footer div span{
  border-right: 1px solid #fff;
  color: #FFFFFF;
  margin-right: 10px;
  padding: 0 18px 0 0;
}
footer p {
  color: #fff;
    text-align: center;
}
footer p:nth-child(2){
  font-size: 12px;
    padding-bottom: 30px;
}