/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700";


body {
    font-family: 'Roboto', sans-serif !important;
}

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;
}




/* GLOBAL STYLES
-------------------------------------------------- */

/* HEADER CONTENT
-------------------------------------------------- */
.imgLogo{
  width: 270px;
  height: 60px;
}
.imgLogo2{
  width: 100px;
  height: 32px;
  margin-bottom: 30px;
}
.navcolor{
      position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  padding: 0px !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 .nav-link {
    margin: 1em;
    padding: 0;
    transition: color .2s ease-in-out;
    color: #fff !important
}

.navbar-nav .dropdown-menu {
    border-radius: 2px;
    border: 1px solid #fff;
    left: 0;
    margin: 0;
    padding: 10px 0px;
    width: auto;
    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;
}
button span:before {
    color: #fff !important;
}


@media (max-width: 768px) {
    .dropdown-menu:after {
     left: 10%;
    top: 44px;
    }
    .collapse.show {
    background-color: #ec3b6d;
}
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0rem;
}

.carousel-caption {
top: 50% !important;
transform: translateY(-50%);
right: 10% !important;
left: 10% !important;
bottom: initial;
width: initial;


}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.carousel-caption h1 {
 font-size: 2.5rem !important;
 margin-bottom: 50px;
 max-width: 600px;
 text-align: left;
}

.carousel-caption a {
 font-size: 1.2rem !important;
 text-align: center;
  padding-top: 10px;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 58rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 58rem;
}
.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;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.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: 80px 0;
    background-color: #f9f9f9;
}
.sections2{
    padding: 80px 0;
    background-color: #fff;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  border-top: 1px solid #fff;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  color: #4c4c4c;
  padding-bottom: 15px;
}

.lead {
    font-size: 18px !important;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

 
}


/*-------

   columnas de 8
-------*/


.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;
    }
}


/*-------

   fin - columnas de 8
-------*/

.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 (min-width: 1200px) {
    .col-lg-15 {
        max-width: 20%;
        float: left;
    }
}







/* 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;
}

.btnBuilder{
    width:250px;
    border-radius: 2px ;
    background: #1ea8ff;
    border-color:#1ea8ff;
    font-size:1.2rem;
    color:#fff !important;
    height: 50px;
    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;
    text-align: center;
    padding-top: 10px;
}

.btnBuilder:focus{
  border-color:#1ea8ff !important;
    color: #fff !important;
    background-color: #1ea8ff!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    position: relative;
}
.btnBuilder:hover{
  border-color: #5ec1ff!important;
    color: #fff !important;
    background-color: #5ec1ff!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;
}

.btnBuilder{
    width: 250px;
    border-radius: 2px;
    border: 2px solid #ffffff;
    font-size: 1.2rem;
    color: #fff !important;
    height: 50px;
    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;
    text-align: center;
    padding-top: 10px;

}


/* FOOTER
-------------------------------------------------- */
.footer {

  background-color: #fff;
}

.footer-content{
  padding: 40px 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;
}

.portada_builder {
    background-image: url(../images/login/banner-geodirbuilder.png);
    opacity: 1;
}





/*----------------------------------------------------
PRECIOS
---------------------------------------------------*/


.txt_1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 12px;
}
.txt_2 {
    margin-bottom: 50px;
}

.border_div{
  padding: 24px;
    border: 1px solid #c6d2e1;
    margin-bottom: 20px;
}
.txt_div1{
    font-size: 16px!important;
    line-height: 18px;
    color: #ee4e8b!important;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 700!important;
}

.txt_div2{
    font-size: 16px!important;
    line-height: 18px;
    color: #4264fb!important;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 700!important;
}
.txt_div3{
    font-size: 16px!important;
    line-height: 18px;
    color: #7753eb!important;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 700!important;
}
.txt_parra1{
  font-size: 14px!important;
    line-height: 18px;
    text-align: center!important;
    margin-bottom: 18px;
    padding: 10px 25px;

}
.txt_prices{
  font-size: 35px;
    line-height: 42px;
    font-weight: 700;
}
.txt_prices2{
  font-size: 20px;
    line-height: 42px;
    font-weight: 700;
}
.txt_user{

    color: #607d9c!important;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.btn_int1{
  background-color: #ee4e8b!important;
  color: #fff !important;
  border-radius: 25px;
  border-color: #ee4e8b!important;
  font-size: 11px !important;
    line-height: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 12px 25px;

}
.btn_int1:hover{
  background-color: #b43b71 !important;
}

.btn_int2{
  background-color: #4264fb!important;
  color: #fff !important;
  border-radius: 25px;
  border-color: #4264fb!important;
  font-size: 11px !important;
    line-height: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 12px 25px;
}
.btn_int2:hover{
  background-color: #314ccd !important;
}

.btn_int3{
  background-color: #7753eb!important;
  color: #fff !important;
  border-radius: 25px;
  border-color: #7753eb!important;
  font-size: 11px !important;
    line-height: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 12px 25px;

}
.btn_int3:hover{
  background-color: #5a3fc0 !important;
}

.txt_parra2{
  font-size: 14px!important;
    line-height: 18px;
    text-align: justify!important;
    margin-bottom: 18px;
    height: 200px;
    padding: 10px 25px

}
.txt_parra2 li{
  list-style-type: square;
  margin-bottom: 10px;
}
.spaceRow{

    padding-bottom: 50px;
}