/* formulario */
#contactform {
  display: block;
  position: relative;
  max-width: 360px;
  margin: 20px auto 40px auto;
 }

.WebToEntityForm{
  width: 90px;
}

input[type="text"].form-control {
  display: inline-block;
  position: relative; }


input[type="text"].form-control, input[type="email"].form-control {
  display: inline-block;
  position: relative;
  border: none;
  margin: 7px 0px;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-bottom: 2px solid #f1f1f1;
  font-size: 18px;
  height: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

  #First_Name{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

  }

  #Last_Name{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

  }

  #Company{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

  }

  #Email{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

  }

  #Phone{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

  }
 




  #First_Name:focus{
    border-bottom-color: #009bdd;
  }

  #Last_Name:focus{
    border-bottom-color: #009bdd;
  }

  #Company:focus{
    border-bottom-color: #009bdd;
  }

  #Email:focus{
    border-bottom-color: #009bdd;
  }

  #Phone:focus{
    border-bottom-color: #009bdd;
  }

  


input[type="text"]:focus, input[type="email"]:focus {
  border-bottom-color: #009bdd;
  outline: 0; }

input[type="text"]:focus::-webkit-input-placeholder {
  color: #97e0ff; }

input[type="text"]:focus::-moz-placeholder {
  color: #97e0ff; }

/* firefox 19+ */
input[type="text"]:focus:-ms-input-placeholder {
  color: #97e0ff; }

/* ie */
input[type="text"]:focus:-moz-placeholder {
  color: #97e0ff; }

input[type="email"]:focus::-webkit-input-placeholder {
  color: #97e0ff; }

input[type="email"]:focus::-moz-placeholder {
  color: #97e0ff; }

/* firefox 19+ */
input[type="email"]:focus:-ms-input-placeholder {
  color: #97e0ff; }

/* ie */
input[type="email"]:focus:-moz-placeholder {
  color: #97e0ff; }

span.plus {
  display: block;
  position: relative;
  font-size: 16px;
  color: #5d5d5d;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 16px; }

input[type="submit"] {
  color: #fff;
  background: #e02429;
  border: none;
  border-radius: 0;
  font-size: 22px;
  padding: 10px 32px;
  margin-top: 15px; }

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background: #e02429; }

#myCarousel {
  display: block;
  position: relative;
  height: 334px;
  margin: 0 auto;
  padding: 0; }
  @media (max-width: 767px) {
    #myCarousel {
      display: block;
      position: relative;
      margin: 0 auto;
      padding: 0;
      height: 280px; } }

.carousel-indicators {
  bottom: 10px; }
  .carousel-indicators li {
    border: 1px solid #e5e4e6; }
  .carousel-indicators .active {
    background-color: #fff; }

.container {
  max-width: 960px; }

h1 {
  margin-top: 0;
  color: #5d5d5d;
  text-align: center; }
  h1 span {
    font-weight: 200; }
  @media (max-width: 767px) {
    h1 {
      margin-top: 20px;
      margin-bottom: 17px;
      font-size: 26px;
      padding-right: 0; } }

h2 {
  color: #5d5d5d;
  font-weight: 200; }
  h2 span {
    color: #e02429;
    font-weight: bold; }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px;
      margin-top: 5px;
      font-weight: center;
      padding-right: 0; } }

h3 {
  font-size: 36px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #5d5d5d;
  font-weight: 200; }
  @media (max-width: 767px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #5d5d5d;
  font-weight: 200; }
  @media (max-width: 767px) {
    h4 {
      font-size: 18px; } }

h1 + p {
  color: #5d5d5d;
  text-align: left; }
  @media (max-width: 767px) {
    h1 + p {
      text-align: center; } }

hr {
  display: block;
  position: relative;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 65%;
  height: 0;
  border-bottom: 1px solid #e5e5e5; }

img.logo-desici {
  display: block;
  position: relative;
  width: 150px;
  margin: 15px auto 30px auto; }

img.logo-parallels {
  margin-top: 86px;
  display: block;
  position: relative;
  width: 300px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    img.logo-parallels {
      width: 200px; } }

.left-border {
  display: block;
  position: relative;
  border-left: solid 8px #e02429;
  padding: 0 0 10px 20px; }
  @media (max-width: 767px) {
    .left-border {
      border-left: none; } }

ul.queesList {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  @media (max-width: 767px) {
    ul.queesList {
      font-size: 14px;
      padding-left: 0px;
      padding-top: 5px;
      padding-bottom: 5px;
      border-bottom: 1px solid #dddcde; } }

ul.queesList li {
  font-size: 14px;
  margin: 0px;
  padding-left: 0px; }

/* +++++++++++++++++++++++++++ */
ul.list-icon {
  margin: 30px auto;
  padding: 0 120px;
  padding-left: 10px;
  list-style: none;
  width: 760px;
  }
  @media (max-width: 767px) {
    ul.list-icon {
      width: 120%;
      padding: 10px; 
    } }

ul.list-icon li {
  padding-left: 75px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  margin: 0;
  font-size: 14px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: 0 20px; }

  @media (max-width: 767px) {
    ul.list-icon li {
      width: 100%;
      
       } }



ul.list-icon li:last-child {
  border-bottom: none; }

ul.list-icon li:nth-child(1) {
  background-image: url(../img/icon-envio.png); }

ul.list-icon li:nth-child(2) {
  background-image: url(../img/icon-escritorio-remoto.png); }

ul.list-icon li:nth-child(3) {
  background-image: url(../img/icon-redireccion.png); }

ul.list-icon li span {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 5px;
  color: #5d5d5d; }
  @media (max-width: 767px) {
    ul.list-icon li span {
      font-size: 16px;
      } }

/* +++++++++++++++++++++++++++ */
.error {
  display: block;
  position: relative;
  color: #c11e28; }

#result {
  display: block;
  position: relative;
  color: #75f442;
  font-size: 16px;
  text-shadow: #000 1px 1px 1px; }

/* ++++++++++++++++++++++++++ */
.card {
  margin: 30px 0; }

.card img {
  display: block;
  position: relative;
  width: 60px;
  margin: 0 auto; }

.card h4 {
  display: block;
  position: relative;
  font-size: 16px;
  text-align: center;
  height: 40px;
  margin: 15px 0 10px 0;
  padding: 0; }

.card p {
  display: none;
  text-align: justify; }


.container-columns{
  position: relative;
}

.column-img{
  margin-top: 50px;
}

@media (max-width: 1080px) {
  .column-img, .column-icon{
     position: absolute;
     
      
  }
}



::placeholder { color: #999999; }
:-ms-input-placeholder { color: #999999; } /* IE 10+ */
::-webkit-input-placeholder { color: #999999; } /* WebKit */
::-moz-placeholder { color:#999999; } /* Firefox 19+ */


.remote{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .remote{   
  margin-bottom: 15px;
     
  }
}


@media (max-width: 1080px) {
  .img-ic {
    display: none;
    } }