/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

body{
  background-color: white;
  color: black;
}

.navbar-brand{
  display:contents;
}

.navbar-nav > li > a {
    background-color: rgba(250, 240, 245, 0.5);
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background-color: rgba(98,94,94, 0.5);
    color: red;
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption{
  color: white;
}

.row{
  margin-left: 0;
  margin-right: 0;
}


#contenedor_carga{
  background-color: rgba(250, 240, 245, 0.9);
  height: 100%;
  width: 100%;
  position: fixed;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 10000;
}

#carga{
  border: 15px solid #ccc;
  border-top-color: #d93012;
  border-top-style: groove;
  height: 100px;
  width: 100px;
  border-radius: 100%;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: girar 1.5s linear infinite;
  -o-anamation: girar 1.5s linear infinite;
  animation: girar 1.5s linear infinite;
}

@keyframes girar{
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}

.up{
  position: fixed;
  bottom: 90px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#contactanos{
  width: 20%;
}

#seccion{
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
  color: white;
  text-shadow: 0 0 0.8em black, 0 0 0.8em black, 0 0 0.8em black;
}

#QUIENES{
  padding: 85px 100px 10px;
}

#QUIENES hr{
  width: 15%;
  border-color: #d93012;
}

#SERVICIOS {
  padding: 85px 0;
}

#SERVICIOS hr{
  width: 15%;
  border-color: #d93012;
}

#IMAGENES {
  padding: 85px 0;
}

#IMAGENES hr{
  width: 15%;
  border-color: #d93012;
}

#vaporizado{
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  border: 1px solid;
  height: 300px;
  color: white;
  padding: 20px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#jardineria{
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 1px solid;
  height: 300px;
  color: white;
  padding: 20px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#rampas{
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 1px solid;
  height: 300px;
  color: white;
  padding: 20px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#soldadura {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 1px solid;
  height: 300px;
  color: white;
  padding: 20px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#images div{
	margin-top: 15px;
	margin-bottom: 15px;
}


#contacto {
  padding: 70px 0;
}

#contacto2{
  line-height: 6px;
}

#mapa {
  padding: 85px 0;
}

.carousel-caption{
  top: 35%;
  bottom: auto;
}

.carousel-caption h2{
  font-size: 60px;
}

.carousel-caption p{
  font-size: 32px;
}

.fa{
  margin-bottom: 15px;
}

.content-box{
  color: #323436;
  border:solid 1px #ebebeb;
  display:block;
  padding:30px 20px 10px;
  background:#FFF;
  text-align:center;
  position:relative;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:15px;
  margin-bottom:50px;
  height: 85%;
}

.content-box i.box-icon{
  position:absolute;
  z-index:99;
  display:block;
  width:60px;
  height:60px;
  color:#fff;
  text-align:center;
  font-size:30px;
  line-height:60px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
}

.content-box.left-icon i.box-icon{
  top:50%;
  left:0;
  left:-30px;
  margin-top:-30px;
}

.content-box.left-icon{
  width:93%;
  padding:30px 35px 0 50px;
  text-align:left;
}


@media screen and (max-width: 979px) and (min-width: 769px){
  .carousel-caption{
    top: 36%;
  }

  .carousel-caption h2{
    font-size: 50px;
  }

  .carousel-caption p{
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) and (min-width: 560px){
  .carousel-caption{
    top: 40%;
  }

  #contactanos{
    width: 60%;
  }

  .carousel-caption h2{
    font-size: 40px;
  }

  .carousel-caption p{
    font-size: 26px;
  }
}

@media screen and (max-width: 559px){
  .carousel-caption {
    top: 41%;
  }

  #contactanos{
    width: 50%;
  }

  .carousel-caption h2{
    font-size: 30px;
  }

  .carousel-caption p{
    font-size: 18px;
  }
}


@media screen and (max-width: 380px){
  .navbar img{
    width:70%;
  }

  .carousel-caption {
    top: 41%;
  }

  #contactanos{
    width: 80%;
  }

  .carousel-caption h2{
    font-size: 35px;
  }

  .carousel-caption p{
    font-size: 18px;
  }
  .up{
    display: none;
  }

  #QUIENES{
    padding: 85px 30px 10px;
  }
}
