@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700";

body {
    font-family: 'Roboto', sans-serif !important;
    padding-top: 70px;
}

p {
   font-family: 'Roboto', sans-serif !important; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
}

a {
 font-family: 'Roboto Light', sans-serif !important;
 text-decoration: none !important;   
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.imgLogo {
  width: 150px;
  height: 60px;
}

.navcolor {
  background: #fff !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); 
  padding: 0px !important;
}

#footer {
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}
.navbar-nav .nav-link {
    margin: 1em;
    padding: 0;
    transition: color .2s ease-in-out;
    color: #000 !important
}

.dropdown-item {
  padding: .25rem 1rem !important;
  color:#000;
  font-size: 14px !important;
}

.dropdown-item:hover, .dropdown-item:active{
  background-color: #f0f0f0;
  color:#2164f9;
}

.navbar-nav .dropdown-menu {
    border-radius: 2px;
    border: 1px solid #fff;
    left: 0;
    margin: 0;
    padding: 10px 0px;
    margin-top: 25px;
    width: auto;
    font-size: 14px !important
    font-weight: 600;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 40%;
    margin-left: -14px;
    top: -15px;
    border: 8px solid transparent;
}

.dropdown-menu:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 40%;
    margin-left: -12px;
    top: -13px;
    border: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

.nav-link.login {
    background: #2164f9;
    color: #fff !important;
    border-radius: 15px;
    padding: 5px 20px;
    text-align: center;
    width: 100%!important;
}

.nav-link.login:hover {
    background: #3f72e3;
}

.carousel {
  margin-bottom: 0rem;
}

.carousel-caption {
   top: 50% !important;
   transform: translateY(-50%);
   right: 10% !important;
   left: 10% !important;
   bottom: initial;
}

.carousel-caption {
  z-index: 10;
}

.carousel-caption h1 {
 font-size: 3.5rem !important;
 margin-bottom: 40px;
}

.carousel-caption a {
 font-size: 1rem !important;
}

.carouselItem {
  height: 58rem;
  background-color: #777;
}

.carouselItem > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 58rem;
}

.carouselItem {
    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;
}

.client .col-md-15{
   margin-bottom:30px;
}

.client img{
  margin: auto;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.marketing .col-lg-4 {

  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.col-lg-4 h4 {
    margin-top: 30px
}

.col-lg-4 span:before {
    font-size: 60px;
    color: #2164f9 !important;
    margin-bottom: 20px
}

.sections1 {
    padding: 100px 0;
    background-color: #f9f9f9;
}
.sections2 {
    padding: 100px 0;
    background-color: #fff;
}

.featurette-divider {
  margin: 5rem 0;
  border-top: 1px solid #fff;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.country{
  background-image: url(../../resources/images/geodir/banner04.png);
  background-position: center;
  height: 580px;
  background-repeat: no-repeat;
}

@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.col-sm-8r,
.col-md-8r,
.col-lg-8r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-8r {
    width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-sm-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-md-8r {
        max-width: 12.5%;
        float: left;
    }
}

.col-md-3 > img{
 width: 200px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        max-width: 20%;
        float: left;
    }
}

@media (min-width: 991px) {
    .col-md-15 {
        max-width: 20%;
        float: left;
    }
}

@media (max-width: 400px) {
    .div-footer-1 {
        width: 100% !important;
        margin: 10px 0px !important;
    }
}

.div-footer-1 {
    width: 16%;
    margin: 10px 20px;
    font-size: 15px;
}

.div-footer-1 a {
    font-size: 12px!important;
    line-height: 18px;
    color: #273d56;
}
.div-footer-1 h6 {
    font-weight: 700;
    color: rgba(31,51,73,.5)!important;
    font-size: 12px!important;
    line-height: 18px;
    letter-spacing: .1em!important;
}

.div-footer-1 a:hover {
    color: #2164f9;
}

.textcont li{
  font-size: 12px!important;
    line-height: 18px;
    color: #273d56!important;
}
/* BUTON STYLES
-------------------------------------------------- */


.btnGeodir{
    width:200px;
    border-radius: 2px ;
    background: #2164f9;
    border-color:#2164f9;
    font-size:14px;
    color:#fff !important;
    height: 40px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: all .001s ease-in-out !important;
}

.btnGeodir:focus{
  border-color:#2164f9 !important;
    color: #fff !important;
    background-color: #2164f9!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    position: relative;
}

.btnGeodir:hover{
  border-color: #044def!important;
    color: #fff !important;
    background-color: #044def!important;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    position: relative;
    cursor:pointer;
}

.btnDownload{
    width:200px;
    border-radius: 2px;
    color: #2164f9;
    border-color:#2164f9;
    font-size:14px;
    height: 40px;
    transition: all .001s ease-in-out !important;
}

.btnDownload:focus{
  border-color:#2164f9 !important;
  color: #2164f9 !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  position: relative;
}

.btnDownload:hover{
  color: #044def !important;
  box-shadow: 0 5px 40px 0 rgba(0,0,0,.08), 0 4px 15px 0 rgba(0,0,0,.15);
  position: relative;
  cursor:pointer;
}

.btnDownload span:before{
  color:#2164f9;
  font-size:20px
}

.btnDownload:hover span:before{
  color:#044def;
  font-size:20px
}

.footer-content{
  padding: 20px 20px;
}

ul{
  list-style-type: none !important;
    padding: 0 !important;
}

.ml-md-auto a:hover  span:before{
  color: #000;
}
.ml-md-auto span{
 font-size: 17px;
 padding: 15px;
}

.col-lg-15 ul {
    margin-bottom: 40px !important;
}
.col-lg-15 li {
    font-size: 14px !important;
}
.col-lg-15 li a{
      color: #000 !important;
    font-size: 14px !important;
}
.col-lg-15 li a:hover{
      color: #2164f9 !important;
}
.imgLogo2{
  width: 100px;
  height: 32px;
  margin-bottom: 30px;
}

.icon-file-md {
    width: 42px;
    margin: 0px 10px;
}

.icon-file-sm {
    width: 21px;
    margin: 0px 10px;
}

.img-bandera {
   width: 45px;
   margin-top: 14px;
}

@media (max-width: 360px) {
   .img-bandera {
      width: 35px;
   }

   .link-social {
      margin: auto !important;
      width: 100% !important;
      padding: 0px 0px !important;
   }
}
