@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400&display=swap');

body {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
}


.bg-dark{
    background-color: #181818 !important;
}

.top-absolute {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
}

.top-absolute img {
    object-fit: cover;
    width: 100%;
}

.interna{
    background-color: #181818;
}

#header {
    position: absolute;
    width: 100%;
    z-index: 199 !important;
    height: 80px;
    line-height: 80px;
    top:-80px
}

.menu{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.6px;
}

.navbar-dark .navbar-nav .nav-link{
    color: #FFFFFF !important;
    margin-left: 20px;
}

.heading-text.heading-section.verde h2 {
    color: #11462B;
}

.heading-text.heading-section h2 {
    font-weight: 400;
}

.heading-text.heading-section h2 {
    position: relative;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 60px;
    letter-spacing: -.7px;
}

.heading-text.heading-section h2:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 70px;
    background-color: #11462B;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

p {
    font-size: 1rem;
    font-style: normal;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: 0;
    color: #777777;
}

.texto{
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

#empresa{
 padding-top: 80px;
}

#hacienda{
    padding-top: 80px;
    padding-bottom: 40px;
}



#insumos .heading-text.heading-section.verde h2 {
    color: #f47a04;
}


#insumos .heading-text.heading-section h2:before {
 
    background-color: #f47a04;
   
}

#contacto{
    padding-top: 80px;
    padding-bottom: 40px;
}



#cnotacto .heading-text.heading-section.verde h2 {
    color: #ffffff;
}


#contacto .heading-text.heading-section h2:before {
 
    background-color: #ffffff;
   
}

#campos{
    padding-top: 80px;
    padding-bottom: 40px;
}



#campos .heading-text.heading-section.verde h2 {
    color: #ffa303;
}


#campos .heading-text.heading-section h2:before {
 
    background-color: #ffa303;
   
}


.icon-box .icon {
    height: 64px;
    position: absolute;
    width: 64px;
   
}

.icon-box h3{
    padding-left: 90px;
}

.icon-box p{
    padding-left: 90px;
    color: black;
}

.icon {
    margin-bottom: 16px;
}


.bg-amarillo {
    background-color: #FFA302;
    color:#FFFFFF;
}


.icon-box {
    margin-bottom: 50px;
    position: relative;
}



#insumos{
    padding-top: 80px;
    padding-bottom: 40px;
}

.foto-larga{
    width: 100%;
    height: 350px;
    display: block;
   background-image: url(empresa.jpg);
   background-size: cover;
    margin-top: 60px;
}

.letras{
    display: block;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #fdebd9;
    min-height: 350px;
}

.contenido{
    margin-top: 20%;
}

.letras h4{
    font-weight: bold;
   
}

.letras p{
    font-size: 16px !important;
    line-height: 18px;
    color: black;
}

.fondo{
    width: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.insumo{
    width: 100%;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    
}

.contenido-insumo{
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 20%;
    text-align: center;
}

.contenido-insumo p{
    color: #FFFFFF;
 
}

.contenido-insumo h4{

    margin-bottom: 20px;
 
}

.uno{
    background-image: url(hacienda-1.jpeg);
}
.dos{
    background-image: url(hacienda-2.jpeg);
}
.tres{
    background-image: url(hacienda-3-1-1.jpeg);
    background-position: center;
}
.cuatro{
    background-image: url(hacienda-4.jpeg);
}
.cinco{
    background-image: url(hacienda-5.jpeg);
}


.one{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.99) 100%),
    url(insumos-1.jpeg);

}
.two{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.99) 100%),
    url(insumos-2.jpeg);
}
.three{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.99) 100%),
    url(insumos-3.jpeg);
}
.four{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.99) 100%),
    url(insumos-4.jpeg);
}

.form-control {
    border: 1px solid #e6e8eb;
    border-radius: 5px;
}

.btn-verde {
    background-color: #11462B !important;
    border: 0 !important;
    border-radius: 5px;
    color: #FFFFFF;
}

.icon-contact {
    font-size: 32px;
}



.m-t-20 {
    margin-top: 20px !important;
}

.formulario{
    margin-top: 50px;
}

#footer .copyright-content {
    min-height: 80px;
    padding: 30px 0;
    background-color: #eff1f4;
    font-size: 13px;
}

.pantalla{
    background-color: transparent;
    z-index:198;
    position:absolute;
    width: 100%;
    top:150px;
    /*display: none;*/
}

#mensaje {
    
    font-family: 'Nunito Sans', sans-serif;

}


.chico{
    display: none !important;
}

.bGrn {
  
    height: 3px !important;
}

#widgetPu h4{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
}

@media only screen and (max-width: 910px) {
    #carouselExampleIndicators img{
        min-height: 620px; /*Descomentar cuando pantalla*/
    }
    
    /* Para cuando hay un slide principal y se esconde pantalla
    .top-absolute img{
        opacity: 0.4;
    }
    
    .logo-default img{
        max-width: 180px !important;
    }
    
    .grande{
        display: none !important;
    }
    
    .chico{
        display: block !important;
    }*/
    
}

@media only screen and (max-width: 766px) {
    #header {
   
        line-height: 10px;
    }
}

@media only screen and (max-width: 430px) {
   /* #dias{
        font-size: 10px;
    }
    
    

    #contador-remate small{
        font-size: 10px;
    }*/

   

    #contador-remate .px-4{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #contador-remate .px-3{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #accesosRemateLotes small{
        font-size:60%;
    }

    #mensaje {
        font-size: 1.5rem;
    }

   
  }

  #listadoLotes{
      margin-top: 150px;
  }

  .fc-1{
      color:#11462B !important;
  }

  .loslotes #contacto{
      margin-top: 100px;
  }

  html {
    scroll-behavior: smooth;
  }

  #redes .col-sm-1.col-2 {
    margin-left: 10px;
}

#redes a{
    color: black;
    font-size: 20px;
}

.redes-sociales{
 
    display: flex;
    float: right;
    margin-right: 30px;
}

.red{
    margin-left: 30px;
}

.banderas {
    display: block;
    float: right;
    position: absolute;
    right: 27px;
    z-index: 99;
}


