html, body{
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}

.ir-arriba{
  background: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 12px 0 12px 0;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 2000;
  color: #fff;
  transition: all .3s;
  display: none;
  border-radius: 5px;
}

.ir-arriba:hover{
  cursor: pointer;
  background: #CC9933;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

/*estilos cabecera*/
header{
  width: 100%;
}

header #btn-menu{
  display: none;
}

header nav{
  width: 90%;
  margin: 20px auto;
}

header label{
  display: none;
}

.menu_bar{
  display: none;
}

.mostrar-lg{
  display: block;
}

header nav ul{
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

header nav ul li:nth-child(1){
  position: absolute;
  left: 5%;
}

header nav ul li a{
  color: #000;
  padding: 20px;
  display: block;
  text-transform: uppercase;
  transition: all .3s;
}

header nav ul li a:hover{
  text-decoration: none;
  color: #000;
  border-bottom: 5px solid #ccc; 
}

.mostrar-responsive{
  display: none;
}

.cajaOculta{
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  justify-content: center;
}

.texto-descriptivo{
  margin-left: 25px;
}

/*-------Agregadas con javascript--------*/
.menu-fixed{
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding-top: 15px;
  top: 0;
  box-shadow: 0px 4px 3px rgba(0,0,0,0.5);
  background: white;
  margin: 0;
}

/*clases globales*/
.texto-amarillo{
  color: #CC9933;
}

.margenes{
  margin-top: 70px;
  margin-bottom: 70px;
}

.mostrar-servicios .fa-plus{
  color: #CC9933;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 50ms ease-in-out;
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
}

.mostrar-servicios .text{
  text-align: center;
  padding-top: 20px;
  display: block;
  text-align: center;
  width: 100%;
  transform: translate(0px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  opacity: 0;
  transition: transfom opacity 1.5s;
}

.mostrar-servicios:hover .fa-plus{
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
}

.mostrar-servicios:hover .text{
  transform: translate(0px, -20px);
  opacity: 1;
}

/*estilos del footer*/
.copyright{
	padding: 10px;
}
.brandsitemap{
	width: 25%;
	height: 25%;
	padding-bottom: 10px;
}
.footertext{
	font-size: 10px;
}

#fh5co-footer {
  padding-top: 2em;
  padding-bottom: 2em;
  float: left;
  width: 100%;
  position: relative;
  background: #262626;
}

/*.redes-sociales{
  display: flex;
  justify-content: flex-end;
}*/

.redes-sociales .fa-whatsapp{
  color: #fff;
  margin-left: 15px;
}

.carousel-item .servicio-descripcion{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  width: 50%;
  padding: 20px;
  text-align: justify;
}

.carousel-item .servicio-descripcion ul{
  padding: 0;
}

.titulos-servicios{
  color: #CC9933;
  font-weight: bold;
}

.carousel-item .servicio-descripcion ul li{
  list-style: none;
}

@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 3em 0;
  }
}
#fh5co-footer h2, #fh5co-footer h3, #fh5co-footer h4 {
  color: #fff;
}

#fh5co-footer [class*="col"] {
  padding-bottom: 30px;
}
#fh5co-footer .btn {
  color: #fff;
}
#fh5co-footer .float {
  float: left;
  margin-right: 10%;
}
#fh5co-footer ul {
  padding: 0;
  margin: 0;
}
#fh5co-footer ul li{
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  font-size: 12px;
}
#fh5co-footer ul li a {
  color: #fff;
  text-decoration: none !important;
}
#fh5co-footer ul li a:hover {
  color: #fff;
}
#fh5co-footer .fh5co-social li {
  display: block !important;
}

/*sección contacto*/
#Contacto{
  background: #303030;
  color: #fff;
}

.espacio-secciones{
  padding: 50px 0 50px 0;
}

.padding-seccion{
  padding: 35px;
}

#Servicios-xs{
  display: none;
}

#Servicios{
  display: block;
}

/*Sección Servicios*/
#Servicios{
  position: relative;
}

.texto-servicio{
  position: absolute;
  z-index: 100;
}
.form-control:focus{
  color: none;
  color: #CC9933;
  background-color: #fff;
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(204, 153, 51, 0.5);
}

textarea.form-control{
  resize: vertical;
  max-height: 300px;
  min-height: 200px;
}

input[type="submit"].form-control{
  width: 40%;
  position: relative;
  left: 60%;
  transition: all .5s;
}

input[type="submit"].form-control:hover{
  cursor: pointer;
  background: #CC9933;
}

input.form-control{
  border-radius: none;
}

.errores{
  color: red;
  display: none;
  font-size: 12px;
  margin-top: 15px;
}

/*Sección Menú*/
#Menu{
  margin-top: 50px;
  margin-bottom: 50px;
}

.botones ul{
  display: flex;
  justify-content: center;
}

.botones ul li{
  list-style: none;
  margin-right: 20px;
}

.botones ul li a{
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-weight: lighter;
  color:#CC9933;
  font-size: 50px;
  margin: auto;
}

/*---------------Responsive-----------------*/
/*@media screen and (max-width:800px){
  header nav{
    width: 80%;
    height: 100%;
    left: -100%;
    margin: 0;
    position: fixed;
    z-index: 1000;
    background: #000;
  }

  header nav ul{
    display: block;
    padding: 0;
  }

  header nav ul li{
    display: block;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
  }

  header nav ul li a{
    color: #fff;
  }

  .menu_bar{
    display: block;
    width: 100%;
    background: #ccc;
  }

  .menu_bar .btn-menu{
    display: block;
		padding: 20px;
		background:#000;
		color:#fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 25px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
  }
}

@media screen and (max-width: 480px){
  .padding-seccion{
    padding: 0;
  }
}*/

.sin-decoraciones-inicio-negro{
  color: #000;
}

.sin-decoraciones-inicio-negro:hover{
  text-decoration: none;
  color: #000;
}
.sin-decoraciones-inicio{
  color: #CC9933;
}

.sin-decoraciones-inicio:hover{
  text-decoration: none;
  color: #CC9933;
}

.sin-decoraciones{
  color: #fff;
}

.sin-decoraciones:hover{
  text-decoration: none;
  color: #fff;
}

/*Archivo externo*/
#gracias{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#gracias h1{
    padding-top: 20px;      
}

.gracias-texto{
    color: #000;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 20px;
}

@media screen and (max-width: 800px){

  #fh5co-footer .float {
    margin-right: 0;
  }

  header label{
    display: block;
  }

  header nav ul li a:hover{
    color: #fff;
  }

  header .menu{
    position: absolute;
    width: 100%;
    margin-left: -200%;
    transition: all 0.5s;
    z-index: 100;
    opacity: .9;
  }

  header nav ul{
    flex-direction: column;
  }

  header #btn-menu:checked ~ .menu{
    margin: 0px -0;
    padding: 24px 0;
    background: #000;
  }

  header nav ul li{
    text-align: center;
  }

  header nav ul li a{
    color: #CC9933;
  }

  .mostrar-responsive{
    display: block;
    position: absolute;
    left: 72%;
    top: 5px;
  }

  .mostrar-lg{
    display: none;
  }
}

@media screen and (max-width:768px){
  .carousel-item .servicio-descripcion{
    width: 70%;
  }
}

@media screen and (max-width:480px){
  .carousel-item .servicio-descripcion{
    width: 100%;
  }
  .carousel-item .servicio-descripcion ul li{
    font-size: x-small;
  }

  .texto-amarillo{
    font-size: 1.5rem;
  }

  .tam-letra{
    font-size: 0.9rem;
  }

  .imagen-posicion{
    display: block;
    margin: auto;
  }

  #Servicios{
    display: none;
  }

  #Servicios-xs{
    display: block;
  }
}

@media screen and (max-width:480px){
  .errores{
    text-align: center;
  }
}