html, body {
  font-family: 'Quicksand';
  font-weight: 300;
  font-size: 15px;
  width: 100%;
  height: 100%;
}

.bgcolor1 {
  background-color: blue;
}

.bgcolor2 {
  background-color: red;
}

.bgcolor3 {
  background-color: rgb(135, 138, 20);
}

.bgcolor4 {
  background-color: rgb(170, 228, 246);
}

.bgcolor5 {
  background-color: rgb(40, 40, 40);
}

.banner-contendores {
  height: 100%;
}

.navSocialesHead {
  background-color: rgb(16, 69, 42);
}

.whatsAppHead {
  padding: 10px 0px;
  color: white;
}

.whatsAppHead i {
  font-size: 19px;
}

.navSocialesHead ul {
  float: right;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navSocialesHead ul li {
  float: left;
  position: relative;
  display: block;
}

.navSocialesHead ul li a {
  color: white;
  position: relative;
  display: block;
  padding: 10px 15px;
}

.navSocialesHead ul li a i {
  font-size: 19px;
}

.navbar {
  /*padding: 30px 0px;*/
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0px;
  border: 0px solid;
}

.logoWeb {
  margin-top:10px;
  max-height: 60px;
}

.navbar-brand {
  float: left;
  height: 100px;
  padding: 10px 15px;
}

.navbar-nav {
  margin-top: 25px;
}

.navbar-default .navbar-nav a {
  font-size: 15px;
  color: black;
}

.navbar-default .navbar-nav>.active>a {
  color: #ffffff;
  background-color: rgb(255, 99, 0);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: rgb(255, 99, 0);
}

.navbar-default .navbar-nav>li>a:hover {
  color: rgb(255, 99, 0);
  background-color: transparent;
}

.cuerpoWeb {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgb(255, 99, 0);

}

.infoHome {
  text-align: center;
  color: white;
  padding: 10px 20px;
}

.infoHome h5 {
  font-size: 16px;
}

.servicioHome {
  padding-top: 50px;
  text-align: center;
  color: white;
}

.servicioHome i {
  font-size: 90px;
  color: white;
}

.servicioHome h3 {
  font-weight: bold;
  color: rgb(233, 233, 233);
}

.servicioHome h4 {
  font-size: 16px;
}

.rowServicioHome {
  padding-top: 30px;
  padding-bottom: 30px;
}

.masServicios{
  width:200px;
  font-size: 17px;
  background-color: rgb(21, 66, 12);
  color:rgb(230, 230, 230);
}

.masServicios:hover{
  color:rgb(230, 230, 230);
}

.masServiciosDetalle{
  width:100px;
  font-size: 15px;
  background-color: rgb(158, 158, 158);
  color:rgb(230, 230, 230);
  margin-bottom: 25px;
}
.masServiciosDetalle:hover{
  background-color: rgb(221, 221, 221);
  color:rgb(102, 102, 102);
}

.topEspcaio{
  padding-top:20px;
  text-align:left;
}
.topEspcaio b{
  color:rgb(173, 95, 23);
}
.maxImgServicio{
  max-width: 500px;
}

.staffTitu{
  color:rgb(173, 95, 23) !important;
}
.maxImgStaff{
  max-width: 200px;
}

footer {
  text-align: center;
  padding-bottom: 20px;
  background-color: rgb(44, 45, 45);
  color: white;
}

.top-separation {
  padding-top: 30px;
}

.deBy {
  background-color: rgb(56, 56, 56);
  text-align: center;
  padding: 10px 0px;
  color: white;
}

.deBy a {
  color: rgb(194, 194, 194)
}

.scrollup{
    cursor: pointer;
    text-align: center;
    padding:10px 15px 10px 15px;
    opacity:0.3;
    position:fixed;
    bottom:15px;
    right:-50px;
    display:none;

    background-color: rgb(10,10,10);
    /*background: url('icon_top.png') no-repeat;*/
}
.iconUp{
    color: rgb(185,201,94);
    font-size: 18px;
}

@media (max-width: 768px) {
  .socialesHeadWeb {
    display: none;
  }
  .naveSociales {
    width: 100%;
  }
  .naveSociales li {
    text-align: center;
    width: 50%;
  }
  .navbar-nav {
    text-align: center;
  }


  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgb(59, 59, 59);
  }
  .navbar-default .navbar-toggle {
    border-color: rgb(240, 124, 30);
  }

  .navbar-toggle {
    color:white;
    position: relative;
    float: right;
    padding: 1px 10px;
    margin-top: 28px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: rgb(240, 124, 30);
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
  }
  .navbar-toggle i{
    padding-bottom: 0px;
    padding-top:5px;
    margin: 0px;
  }

  .no-padding.img{
        position: relative !important;
        height: 300px !important;
    }

}

@media (max-width: 992px) {
  .whatsAppHead{
    text-align: center;
  }
  .naveSociales {
    width: 100%;
  }
  .naveSociales li {
    text-align: center;
    width: 50%;
  }
  .navbar-nav {
    text-align: center;
  }

}

/**EMPRESA**/

.imgBody{
  background: url('../imagenes/empresa/bgempresa.png');
}

.navbar{
  margin-bottom: 0px;
}
.navBarBorderB{
  border-bottom:solid 1px rgb(233, 233, 233);
}
.empresaContent{
  padding-top: 50px;
  padding-bottom: 80px;
  /*background-color: rgb(255, 255, 255);*/
}

.infoTitulos {
  text-align: center;
  color: rgb(98, 100, 106);
  padding: 10px 20px;
}
.infoTitulos i{
  font-size: 80px;
}
.infoTitulos h3{
  font-size: 30px;
}
.infoTitulos h5{
  font-size: 17px;
  color:rgb(142, 141, 141);
}

.empresaMision{
  background-color: rgb(21, 66, 33);
  border-top: 1px solid rgb(230, 237, 243);
  border-bottom: 1px solid rgb(230, 237, 243);
  position: relative;
}

.no-padding.img {
    background: url('../imagenes/empresa/empresa.jpg') scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}


.visionMision{
  padding-top: 40px;
  padding-bottom: 50px;
}
.visionMision i{
  font-size: 40px;
  color:rgb(255, 255, 255)
}
.visionMision h3{
  color: rgb(251, 251, 251);
}
.visionMision h4{
  font-size: 15px;
  color: rgb(209, 209, 209);
}


.card {
    box-shadow: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.card .card-block, .card.card-block {
    padding: 20px;
    padding: 2rem;
}

.text-center {
    text-align: center;
}

.valoresBg{
  background-color: rgb(255, 223, 223);
}

.card-block h4{
  color: rgb(238, 27, 27);
  font-size: 20px;
}

.cardServicios {
    box-shadow: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}
.cardServicios h4{
  color:rgb(97, 99, 103);
  font-size: 17px;
  padding: 20px 0px;
}
.cardServicios h4 a{
  color:rgb(97, 99, 103);
}

.remodal {
    max-width: 900px;
}
.remodal  h3{
  font-size: 19px;
  color:rgb(78, 85, 94);

}
.remodal  h4{
  color:rgb(78, 85, 94);
  font-size: 16px;
}

.separaTop{
  padding-top: 50px !important;
}


.form-group {
    margin-bottom: 20px;
}
.form-control {
    height: 50px;
    padding: 6px 20px;
    color: #000;
    border: 2px solid rgb(228, 176, 138);
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    background-color: rgb(255, 255, 255);
    font-weight: 500;
}
textarea.form-control {
    padding: 15px 20px;
}

.btn-primary.btn-animated {
    font-size: 12px;
    font-weight: 700;
    padding: 17px 47px;
    background-color: transparent;
    text-transform: uppercase;
    border-color: #fff;
    border-width: 3px;
    border-style: solid;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    letter-spacing: 2px;
}

.form-control::-moz-placeholder {
  color: rgb(59, 59, 59);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgb(59, 59, 59);
}
.form-control::-webkit-input-placeholder {
  color: rgb(59, 59, 59);
}

#contact {
	overflow:hidden;
}

#main-contact-form .btn-primary {
	color:rgb(100,100,100);
	margin-top:35px;
	border-color:rgb(100,100,100);
}

#main-contact-form .btn-primary:hover {
	border-color:rgb(235,238,205);
	color:rgb(50,50,50);;
}

.btn-primary.btn-animated:hover, .btn-primary.btn-animated:focus {
    background-color: transparent;
    outline: none;
    border: 3px solid #a0d48c;
}

.load-contac{
    display: none;
    padding-top: 35px;
}

.load-tex{
    font-weight: 600;
}

.load-ok{
    color: rgb(65,172,57);
    font-size: 25px;
}
.load-tex-ok{
    font-weight: 600;
    color: rgb(65,172,57);
}

.load-error{
    color: rgb(188,193,68);
    font-size: 25px;
}
.load-tex-error{
    font-weight: 600;
    color: rgb(188,193,68);
}

.verPer{
  text-decoration: none;
  color: rgb(88, 126, 62);
}
.verPer:hover{
  text-decoration: none;
  color: rgb(59, 59, 59);
}
.staffBor{
  border: solid 3px rgb(215, 215, 215);
}
