/*
Items Name : Rinovim
Author : Ngetemplates
-------------------------------- */
/* ------------------------------
   Import Google Web Font
---------------------------------*/


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 14, 2022 */


@font-face {
    font-family: 'aspiraheavy_italic';
    src: url('../fonts/aspira_heavy_italic-webfont.woff2') format('woff2'),
         url('../fonts/aspira_heavy_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aspiraheavy';
    src: url('../fonts/aspira_heavy-webfont.woff2') format('woff2'),
         url('../fonts/aspira_heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aspiraregular';
    src: url('../fonts/aspira_regular-webfont.woff2') format('woff2'),
         url('../fonts/aspira_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'aspiraregular', sans-serif;
  background: #ffffff;
  color: #676576;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'aspiraheavy_italic', sans-serif;
  padding: 0;
  margin: 0;
  color: #333333;
}

h1 {
  font-size: 56px;
  line-height: 70px;
  font-weight: 800;
  left: -4px;
  position: relative;
  letter-spacing: 1px;
}

h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 46px;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #00A6CE;
}

p {
  margin: 5px 0;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #195c92;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #00A6CE;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 30px;
  background: #00A6CE;
  color: #0D1D41;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  border: 0;
  border: 2px solid transparent;
}

.button2 {
  background: transparent;
  border-color: #00A6CE;
}

.button:hover {
  opacity: 0.9;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  background: #0D1D41;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.navbar img {
  height: 50px;
  width: auto;
}

.navbar .navbar-brand {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-family: 'Montserrat', sans-serif;
}

.navbar .navbar-brand span {
  color: #00A6CE;
}

.navbar .navbar-brand:hover {
  color: #333333;
}

.navbar .navbar-toggler {
  padding: 0;
}

.navbar .navbar-toggler i {
  font-size: 32px;
  color: #fff;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar .navbar-collapse {
  position: relative;
  left: -8px;
}

.navbar .navbar-nav li {
  padding: 0 10px;
}

.navbar .navbar-nav li a {
  color: #fff;
}

.navbar .navbar-nav li .button {
  color: #fff;
  margin-top: -3px;
  display: inline-block;
  margin-right: -15px;
  margin-left: 30px;
  font-family: 'aspiraheavy';
}

.navbar .show .button {
  margin-top: 20px !important;
}

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  padding: 70px 0 0;
  background: #011E41;
}
.logointro {width: 100%; max-width: 400px; height: auto; padding: 80px 0 10px 0;}
.intro h1 {
  color: #fff;
}
.intro .content-image {
  text-align: right;
}

.intro p {
  margin: 10px 0 30px;
  margin-right: 20%;
  color: #eee;
}

.intro p.normal {
  margin: 10px;
}

.intro ul li {
  display: inline-block;
  margin-right: 20px;
}

.intro .content-image img {
  width: 90%;
}

/* ------------------------------
  about
---------------------------------*/
.about {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about img {
  margin-bottom: 30px;
}
.about .content-button {
  text-align: right;
}

/* ------------------------------
  services
---------------------------------*/
.services {
  padding-top: 120px;
  background: #eef3f7;
  padding-bottom: 150px;
}
.services .content {
  background: #fff;
  padding: 25px;
  text-align: center;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}
.services .content h5 {
  text-align: left;
}
.services .content img {
  height: 130px;
  width: auto;
  bottom: -60px;
  position: relative;
  margin-top: -33px;
}
.services h2 {
  margin-bottom: 0;
}

/* ------------------------------
  work
---------------------------------*/
.work {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 120px;
}

/* ------------------------------
  testimonial
---------------------------------*/
.testimonial .swiper {
  background: #eef3f7;
}

.testimonial .swiper .content {
  text-align: center;
  padding: 80px 25%;
}

.testimonial .swiper .content span {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  top: -12px;
}

.testimonial .swiper .content h5 {
  font-size: 16px;
}

/* ------------------------------
  contact
---------------------------------*/
.contact {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 100px;
  background: #195c92;
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  color: #eee;
}
.contact h2 {
  color: #fff;
}
.contact h5 {
  color: #fff;
}
.contact .content {
  margin-top: 20px;
}
.contact i {
  color: #fff;
  height: 50px;
  width: 50px;
  background: #00A6CE;
  font-size: 20px;
  line-height: 50px;
  border-radius: 50%;
}

/* ------------------------------
  footer
---------------------------------*/
footer {
  padding: 30px 0;
  border-top: 1px solid #eef3f7;
}
footer ul {
  text-align: right;
}
footer ul li {
  display: inline-block;
}
footer ul li i {
  font-size: 20px;
  margin-left: 10px;
}
footer ul li i:hover {
  color: #00A6CE;
}

/* ------------------------------
  parches
---------------------------------*/

.barra {width: 100%; height: 20px;}

/* Colores*/
.colorBlanco {color: #FFFFFF;}
.colorNegro {color: #000000;}
.colorAzulMarino {color: #0D1D41;}
.colorAzulMarinoClaro {color: #002E6D;}
.colorAzulCielo {color: #00A6CE;}

.fondoBlanco {background-color: #FFFFFF;}
.fondoNegro {background-color: #000000;}
.fondoAzulMarino {background-color: #0D1D41;}
.fondoAzulMarinoClaro {background-color: #002E6D;}
.fondoAzulCielo {background-color: #00A6CE;}
.fondoBolitas {background-image: url("../img/pattern_bolitas_dos.png"); background-position: top center; background-repeat: repeat-x;}
.fondoBolitasInvertido {background-image: url("../img/pattern_bolitas_dos_invertido.png"); background-position: bottom center; background-repeat: repeat-x;}

.calltoaction {padding: 20px;}

.ico35a {width: 100%; height: auto; max-width: 250px;}


.botonesFlotantes {position: fixed; bottom:80px; width: 100%; padding: 5px;}
.aBtnFlo {padding: 5px; float: left;}
.aBtnFloMenu {float: left;}
.aBtnFloMenu p a {text-decoration: none; color: #fff; line-height: 30px; padding: 10px; display: block;}
.aBtnFloBotones {float: right; padding-right: 10px;}
.logoFooter {width: 100%; height: auto; max-width: 211px;}
.wrapLogoFooter {padding: 40px 15px 0 0;}

.pad40 {padding: 10px 20px;}
.btnWhats {width: 70px; height: 70px;}


/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 991px) {
  .navbar .navbar-nav li .button {
    margin-left: 0;
  }

  .intro {
    padding-top: 110px;
    /*padding-bottom: 100px;*/
  }
  .intro img {
    width: 100%;
    vertical-align: bottom;
  }

  .intro .content-image img {
    width: 100%;
    vertical-align: bottom;
  }
  .logointro {padding: 20px;}
  .services .col-md-4 {
    width: 100%;
  }
  .services h2 {
    margin-bottom: 30px;
  }

  .testimonial .swiper .content {
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 30px;
  }
	
 h1 {
    font-size: 40px;
    line-height: 50px;
	text-align: center;  
  }
	
  h2 {text-align: center;  }	
	
  p {text-align: center;}	
	
  .intro p {margin: 0; padding: 50px 0;}	
	
  .intro ul li {text-align: center; width: 100%;}
  .intro ul li button {font-size: 20px;}
	
  .content-button p {text-align: center;}
  .content-button p button {font-size: 20px;}
	
.intro .content-image img {
	padding-top: 10px;
  }
   .logointro {padding: 80px 0;}

  .services .content {
    margin-bottom: 60px;
  }

  .work {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact h2 {
    display: none;
  }
  .intro {
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
	text-align: center;  
  }
	
  h2 {text-align: center;  }	
	
  p {text-align: center;}	
	
  .intro p {margin: 0; padding: 50px 0;}	
	
  .intro ul li {text-align: center; width: 100%;}
  .intro ul li button {font-size: 20px;}
	
  .content-button p {text-align: center;}
  .content-button p button, .calltoaction button {font-size: 20px;}
	
 .intro .content-image img {
	padding-top: 10px;
  }
	
  .logointro {padding: 80px 0;}

  .about .content-button {
    text-align: left;
    margin-top: 20px;
  }

  footer {
    text-align: center;
  }
  footer ul {
    text-align: center;
    margin-top: 10px;
  }
}
