input {
    line-height: normal;
}

textarea {
    overflow: auto;
}

.underline {
    border-bottom: solid 2px #f2f2f2;
    margin: -0.512em auto;
    width: 80px;
}

.icon_wrapper {
    margin: 50px auto 0;
    width: 100%;
}

.icon {
  display: block;
  fill: #474544;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.lblError{
  color: red;
  font-size: 16px;
  font-family: 'DinLight';
  font-weight: bold;
}

input[type='text'], [type='email'], select, textarea {
  background: none;
  border: none;
  border-bottom: solid 1px #f2f2f2;
  color: #fdd043;
  font-family: 'DinLight';
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0em 0 1.675em 0;
  padding: 0 0 0.675em 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
  outline: none;
  padding: 0 0 0.675em 0;
}

.nombre{
  width: 100%;
}

.apellido{
  width: 100%;
}

.empresa{
  width: 100%;
}

.rutEmpresa{
  width: 100%;
}

.ciudad{
  width: 100%;
}

.direccion{
  width: 100%;
}

.subject {
    width: 100%;
}

.email {
    width: 100%;
}

.telefono{
  width: 100%;
}

.asunto{
  width: 100%;
}

.metros{
  width: 100%;
}

textarea {
  line-height: 150%;
  height: 80px;
  resize: none;
  width: 100%;
}

.titulo-modal{
  font-family: 'DinMedium';
  font-size: 1.2em;
  font-weight: normal;
}

::-webkit-input-placeholder {
  color: #fdd043;
}

:-moz-placeholder { 
  color: #fdd043;
  opacity: 1;
}

::-moz-placeholder {
  color: #fdd043;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fdd043;
}

.title-1{
  font-family: 'DinRegularAlternate';
  font-size: 28px;
  color: #f2f2f2
}

.title-2{
  font-family: 'DinRegularAlternate';
  font-size: 20px;
  color: #fdd043
}

.title-3{
  font-family: 'DinRegularAlternate';
  font-size: 22px;
  color: #fdd043
}

.title-4{
  font-family: 'DinRegularAlternate';
  font-size: 20px;
  color: #fdd043
}

.title-5{
  font-family: 'DinRegularAlternate';
  font-size: 18px;
  color: #fdd043
}

.text-1{
  font-family: 'DinLight';
  font-size: 20px;
  color: #fdd043
}

.text-nos{
  text-align: justify;
  text-justify: inter-word;
  font-size: 18px;
}

.text-footer{
  text-align: left;
}

.logo-alt{
  width: 300px
}

.text-2{
  font-family: 'DinLight';
  font-size: 20px;
  color: #f2f2f2
}

.text-legal{
  font-family: 'DinLight';
  font-size: 18px;
  color: #f2f2f2;
  text-align: justify;
  text-justify: inter-word;
  padding-left: 10px;
  padding-right: 10px;
}

.logo-footer{
  display: block;
}

.logo-footer-img{
  width: 200px
}

.image-upload > input
{
  display: none;
}

.image-upload img
{
  width: 65px;
  cursor: pointer;
}

.RowUpload
{
  display: table;
  width: 100%; /*Optional*/
  border-spacing: 0px; /*Optional*/
}

.ColumnUpload
{
  display: table-cell;
  background-color: #000; /*Optional*/
  vertical-align: middle;
}

.ColumnUploadWidth{
  width: 90px;
}
      
.myButtonUpload {
  background-color:transparent;
  -moz-border-radius:28px;
  -webkit-border-radius:28px;
  border-radius:28px;
  border:1px solid #f2f2f2;
  display:inline-block;
  color:#f2f2f2 !important;
  font-family: 'DinRegular';
  font-size: 18px;
  padding: 2px 60px;
  text-decoration:none;
  margin: 3px;
  line-height: 1.6;
}

.myButtonUpload:hover {
  background-color: #fdd043;
  color: #000000 !important;
}

.myButtonUpload:active {
  color: #fff !important;
}

.myButtonUpload:focus {
  color: #fff !important;
}

.canal {
  position: relative;
  padding: 20px;
}

.canal .overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.canal .overlay-modal {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.canal .overlay-servicio {
  position: absolute;
  top: 50px;
  left: 95px;
  right: 80px;
  bottom: 50px;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.canal:hover .overlay {
  background: #1C1D21;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0.8;
}

.canal:hover .overlay-servicio {
  background: #1C1D21;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0.8;
}

.canal .canal-content {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.canal .canal-content h3 {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  font-family: 'DinMedium';
  color: #f2f2f2;
  font-weight: normal;
  margin-bottom: 10px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.canal .canal-content h2 {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  font-family: 'DinMedium';
  color: #f2f2f2;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 10px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.canal .overlay-prox {
  background-color: #FFFFFF;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  opacity: 0.45;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.hvr-icon-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-fade .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
}

.hvr-icon-fade:hover .hvr-icon, .hvr-icon-fade:focus .hvr-icon, .hvr-icon-fade:active .hvr-icon {
    color: red;
}

.img-shadow{
    -webkit-box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 18px 0px rgba(0,0,0,0.75);
}

.img-shadow2{
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.75);
}

.lnfooter{
    color: #f2f2f2;
}

.lnfooter:hover{
    color: #fdd043;
}

.imgBtnVideoLegal{
    width: 70px
}

.homeservicio{
    position: relative;
}

.homeservicio .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.homeservicio .canal-content {
    position: absolute;
    left: 10%;
    right: 0%;
    top: 5%;
    text-align: left;
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    transform: translateY(-0%);
}

.homeservicio .canal-content h3 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    font-family: 'DinMedium';
    color: #fdd043;
    font-weight: normal;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    max-width: 45%;
}

.homeservicio .canal-content h2 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    font-family: 'DinLight';
    color: #f2f2f2;
    font-weight: normal;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    max-width: 40%;
}

.modal-open {
    overflow:hidden;
    overflow-y:scroll;
    padding-right:0 !important;
}

div#timeline1 {
    width: 100%;
    background: #fdd043;
    display: block;
    height: 4px;
    position: relative;
    margin-top: 5px;
}

div#seekObj1 {
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    vertical-align: middle;
    top: -6px;
}

.legal-padding{
  padding-left: 100px;
  padding-right: 100px;
}

@media (min-width: 768px) and (max-width: 1024px) {    
  .logo-alt{
      width: 200px
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .title-1{
      font-size: 20px;
  }

  .title-2{
      font-family: 'DinRegularAlternate';
      font-size: 16px;
      color: #fdd043
  }

  .title-3{
      font-family: 'DinRegularAlternate';
      font-size: 18px;
      color: #fdd043
  }

  .title-4{
      font-family: 'DinRegularAlternate';
      font-size: 16px;
      color: #fdd043
  }

  .title-5{
      font-family: 'DinRegularAlternate';
      font-size: 16px;
      color: #fdd043
  }

  .text-nos{
      text-align: justify;
      text-justify: inter-word;
      font-size: 16px;
  }

  .text-2{
      font-family: 'DinLight';
      font-size: 16px;
      color: #f2f2f2
  }

  .text-footer{
      text-align: center;
  }

  .logo-footer{
      display: none;
  }

  .legal-padding{
    padding: 0;
  }
  
  .homeservicio .canal-content{
        top: 0%;        
    }

    .homeservicio .canal-content h3{
        font-size: 13px;
        max-width: 45%;
    }

    .homeservicio .canal-content h2{
        font-size: 12px;
        max-width: 43%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .homeservicio .canal-content{
        top: -10%;        
    }

    .homeservicio .canal-content h3{
        font-size: 10px;
        max-width: 42%;
    }

    .homeservicio .canal-content h2{
        font-size: 9px;
        max-width: 42%;
    }

    .imgBtnVideoLegal{
        width: 40px
    }

    .canal .canal-content h3 {
        font-size: 16px
    }
  
    .canal .canal-content h2 {
        font-size: 18px
    }
  
    .legal-padding{
      padding: 0;
    }

    .title-1{
        font-size: 15px;
    }
  
    .text-1{
        font-family: 'DinLight';
        font-size: 16px;
        color: #fdd043;
    }
  
    .title-2{
        font-family: 'DinRegularAlternate';
        font-size: 13.5px;
        color: #fdd043;
    }
  
    .title-3{
        font-family: 'DinRegularAlternate';
        font-size: 14px;
        color: #fdd043;
    }
  
    .title-4{
        font-family: 'DinRegularAlternate';
        font-size: 14px;
        color: #fdd043;
    }
  
    .title-5{
        font-family: 'DinRegularAlternate';
        font-size: 14px;
        color: #fdd043;
    }
  
    .text-nos{
        text-align: justify;
        text-justify: inter-word;
        font-size: 16px;
    }
  
    .text-footer{
        text-align: center;
    }
    
    .logo-alt{
        width: 220px;
    }
  
    .text-2{
        font-family: 'DinLight';
        font-size: 16px;
        color: #f2f2f2;
    }
  
    .logo-footer{
        display: none;
    }

    .icon {
        height: 35px;
        width: 35px;
    }

    .underline {
        width: 53px;
    }

    input[type='text'], [type='email'], select, textarea {
        font-size: 0.875em;
    }

    .lblError{
      color: red;
      font-size: 14px;
    }

    .legal-padding{
      padding: 0;
    }

    .lblError{
      color: red;
      font-size: 14px;
    }
  
    .legal-padding{
      padding: 0;
    }
  
    .imgBtnVideoLegal{
      width: 40px
    }
}

/* 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){
    .homeservicio .canal-content{
        top: 0%;        
    }

    .homeservicio .canal-content h3{
        font-size: 14px;
        max-width: 40%;
    }

    .homeservicio .canal-content h2{
        font-size: 14px;
        max-width: 42%;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    .homeservicio .canal-content{
        top: -8%;        
    }

    .homeservicio .canal-content h3{
        font-size: 10px;
        max-width: 43%;
    }

    .homeservicio .canal-content h2{
        font-size: 8px;
        max-width: 43%;
    }
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    .homeservicio .canal-content{
        top: 0%;        
    }

    .homeservicio .canal-content h3{
        font-size: 15px;
        max-width: 43%;
    }

    .homeservicio .canal-content h2{
        font-size: 12px;
        max-width: 43%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    .homeservicio .canal-content{
        top: -8%;        
    }

    .homeservicio .canal-content h3{
        font-size: 9px;
        max-width: 43%;
    }

    .homeservicio .canal-content h2{
        font-size: 7px;
        max-width: 45%;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .homeservicio .canal-content{
        top: 5%;        
      }
    
      .homeservicio .canal-content h3{
        font-size: 20px;
        max-width: 42%;
      }
    
      .homeservicio .canal-content h2{
        font-size: 20px;
        max-width: 40%;
      }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .homeservicio .canal-content{
        top: 0%;        
      }
    
      .homeservicio .canal-content h3{
        font-size: 17px;
        max-width: 42%;
      }
    
      .homeservicio .canal-content h2{
        font-size: 17px;
        max-width: 40%;
      }
}
