/**
* Template Name: Maxim - v2.3.0
* Template URL: https://bootstrapmade.com/maxim-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: "Roboto";
  src: url("../fuente/Roboto-Light.ttf");
}

body {
  font-family: "Roboto";
  color: #000;
}

a {
  color: #24fad3;
}

a:hover {
  color: #69f3da;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto";
}

.h2 , h2 {
  font-size: 1.7rem;
}

.pjustificado{
  text-align: justify !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: rgb(10, 175, 181);
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #18967e;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 72px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background:rgb(10, 175, 181);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: rgb(38, 128, 153);
  text-decoration: none;
}

#header .logo img {
  height: auto;
  width: 100%;
}

@media (max-width: 992px) {
    #header {
        height: 60px;
        padding: 8px 0;
    }
}

@media (max-width: 882px) {
  #header .logo {
    width: 80%;
    height: 90px;
  }
}

@media (max-width: 1320px) {
  #header .logo img{
    margin-left: -30%;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 0 12px 0;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin-top: 10px;
}

.nav-menu > ul > li + li {
  margin-left: 30px;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 3px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #062822;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fff;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
  text-align: center;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #000;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(16, 31, 29, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 72px);
  background: url("../img/FIDELIC_hero.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 72px;
  padding: 0;
}

#hero .container {
  z-index: 2;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  border-color: #1bac91;
  background: #1bac91;
}

@media (max-width: 1300px) {
  #hero {
    background:url("../img/FIDELIC_hero_movil.jpg") center no-repeat;
  }
}



@media (max-width: 520px) {
  #hero {
    background:url("../img/FIDELIC_hero_movil2.jpg") center no-repeat;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-top: 60px;
    height: calc(100vh - 60px);
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
  text-align: center;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #21413c;
}

.section-title p {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h5 {
  font-weight: bold;
}

.about h1 {
  font-weight: bold;
  padding: 20px;
  margin-left: -10%;
}

.about .fidelic{
  border:black 1px solid;
  padding: 2%;
}

.about .img{
  margin-top: 30px;
  text-align:center;
}

.about img{
  margin-bottom: 20px;
}

.about .img img{
  width: 60%;
}

@media (max-width: 1024px) {
  .about , .precio , .features , .services, .contact {
    width: 80%;
    margin: 0 auto;
  }

  .about h1{
    text-align: center;
  }

}

@media (max-width: 768px) {
  .about .fidelic{
  text-align: center;
  float: center;
  margin-left: 10px;
  }

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


/*--------------------------------------------------------------
# Precio
--------------------------------------------------------------*/

.precio , .features , .services{
  padding: 0 !important;
  padding-top: 30px !important;
}

.precio .img{
  margin-right: -40px;
}

.precio img{
 width: 50%;
}

.precio .precio999 {
  font-weight: bold;
  margin-bottom: 30px;
}


.alta {
  border-right: 2px solid black;
}

@media (max-width: 768px) {
  .precio  h1{
   font-size: 24px;
  }

  .alta {
    border:0;
  }
  
  .mantener{
      margin-top: 30px;
  }

  .precio img{
    width: 100%;
    margin-bottom: 15px;
  }

  .precio .mes {
    border-left: 0; 
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
  box-shadow: 0 2px 29px 0 rgba(37, 37, 37, 0.1);
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.qsomos iframe{
  border:1px solid #000;
  border-radius: 20px !important;
}

.qsomos{
  margin-bottom: 3%;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
 
.services .logo {
  width: 100%;
  margin:0 auto;
}

.logo img{
  width: 100%;
  max-width: inherit;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .texto{
  justify-content: center;
  text-align: left;
  margin-left:30%;
  margin-top: 5%;
  margin-bottom: 5%;
}


.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: rgb(189, 189, 59);;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid rgb(189, 189, 59);;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form button[type="submit"] {
  
  border: 0;
  padding: 10px 24px;
  color: rgb(10, 175, 181);
  transition: 0.4s;
  border-radius: 4px;
  background-color: #fff;
  margin-left: 30%;
  font-weight: bold;
}

.contact  input{
  outline: none;
  border:none;
  border-bottom: black 2px solid;
  width: 45%;
  display: inline;
}


@media (max-width: 768px) {
  .contact .texto{
  margin :0 auto;
  width: 100%;
  }

}

@media (min-width: 1024px){
  .contact .texto{
    max-width:54%;
    margin: 0 auto;
  }

}

@media (min-width: 768px) {
  form.php-email-form {
      max-width: 50%;
      margin: 0 auto;
  }

}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.footer p{
  text-align: center;
}

.footer  { 
  background-color: #ececec;
  }



/*--------------------------------------------------------------
# Funcionamiento
--------------------------------------------------------------*/

.cnt{
  margin-bottom: 3%;
}




.flota{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.mflota{
	margin-top:16px;
}






.pre-block{
	display: block;
	width: 100%;
	float: left;
	margin: 0 auto;
}

.block1{
	display: block;
    width: 100%;
    float: left;
    margin: 0 auto;
}

.block1 img{
	width: 50%;
    height: auto;
    display: block;
    float: left;
    margin: 0 auto;
}

.block1 p{
	padding: 3% 5% 3% 5%;
    font-size: 3em;
    font-family: "Open Sans", sans-serif;
    margin-top: 10px;
    text-align: center;
	font-weight: 600;
}

.img-link{
    
}

.news-link{
    color: #444;
}

.news-user{
    font-size:small;
}

.news-link:hover {
    color: rgb(10, 175, 181) !important;
}
}