



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 998;
  background: #012840;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #86c0da;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


      .navbar {
        background:#012840 url('img/back_page.gif'); 
        background-size: cover;
		
  opacity: 0.95;
      }
	  
/*--------------------------------------------------------------
# Hero Section Contacto
--------------------------------------------------------------*/

#hero_contact {
  width: 100%;
  height: 75vh;
  background: linear-gradient(rgba(55, 142, 181, 0.5), rgba(55, 142, 181, 0.2)), url("../img/portadas_web.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: 10px;
  padding-top: 102px;
}

#hero_contact .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero_contact h1 {
  margin: 25px 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -1px 0 2px #2f4d5a;
}

#hero_contact h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: -1px 0 2px #2f4d5a;
}

#hero_contact .btn-get-started {
  font-size: 36px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}

#hero_contact .btn-get-started:hover {
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.15);
}

@media (min-width: 1024px) {
  #hero_contact {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero_contact h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero_contact h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}


/***********************************/
/****  SOLICIYUD DE SERVICE   ******/
/***********************************/

.solicitud_service{
	margin: 5px;
	padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: auto;
    background-image: url("../img/bg_placa1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 2px solid white;
    border-radius: 15px;
}

.solicitud_service:hover{
    border: 2px solid #161925;
}

.solicitud_service h3{
    color: white;
    padding: 10px;
        font-size: 1.8em;
}
.solicitud_service p{
    color: white;
    padding: 5px;
        font-size: 1.3em;
}

.solicitud_service a{ 
  font-family: 'Noto Sans', sans-serif;
  margin: 5px auto;
  border-radius: 5px;  
  padding: 10px 15px; 
  border: 1px white solid; 
  text-align: center; 
		color: white;
        font-size: 1.3em;
    background:#012840 url(../img/back_page.gif) repeat; 
}

/*****     RESPONSIVE     *****/
	
@media (max-width: 800px) {
/****  SOLICITUD DE SERVICE   ******/
		
	.solicitud_service h3{
			font-size: 1.6em;
    padding: 5px;
	}
	.solicitud_service p{
		padding: 1px;
			font-size: 1.1em;
	}
	.solicitud_service a{ 
	  padding: 5px 15px; 
			font-size: 1.1em;
	}
}
















/****  BOTON FLOTANTE   ******/

:root{
    --bgColor: #00415A;
    --primaryColor: #00B8FF;
    --colorHover: #3BC9FF;
    --colorHover: red;
    --sizeButton: 60px;
    --sizeIcons: 25px;
    --widthContent: 200px;
    --heightContent: 130px;
}


.menu-content{
    width: var(--widthContent);
    height: var(--heightContent);
    position: fixed;
    bottom: 1%;
    left: 30px;
    transform: translateX(-50%);
}

.menu-item{
    width: var(--sizeButton);
    height: var(--sizeButton);
	background:#012840 url(../img/back_page.gif) repeat; 
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 65%;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 70px;
    transition: transform 300ms;
	border: 3px solid white;
	font-size: 2.2rem;
	color: white;
}

.menu-item img{
	color: white;
}

.menu-item:hover{
    color: white;
/*			transform: scale(1.05); */
			
			background-color: #B9CDF2;

  opacity: 0.5;
  opacity: 80%;   /* Equivalente a la anterior */
  
}

.menu-item img{
    width: var(--sizeIcons);
    transition: transform 300ms;
	color: white;
}

#menu{
    z-index: 10;
}

.menu-active #menu i{
    transform: rotate(45deg);
}

.menu-active .menu-item:nth-child(2){
    transform: translateY(-210px);
}

.menu-active .menu-item:nth-child(3){
    transform: translateY(-70px);
}

.menu-active .menu-item:nth-child(4){
    transform: translateY(-140px);
}
