@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Rubik:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');

:root{
    --color-principal: #bf4525;
    --color-secundario: #e1512c;
    }

            html{
            scroll-behavior: smooth;
            }

            body {
            margin: 0;
            padding: 0;
            font-family: 'Poppins', sans-serif;
            font-size: 1.1rem;
            }

            a{
                text-decoration: none !important;
            }

            .pt90{
                padding-top: 60px;
                padding-bottom: 83px;
            }

            .btn-primario{
                display: inline-block;
                overflow: hidden;
                position: relative;
                text-align: center;
                color: #fff;
                background: var(--color-principal) !important; 
                border: 1px solid var(--color-principal) !important;                
                transition: all 0.3s ease-in-out 0s;
            }

            .btn-primario:hover{
                background: var(--color-secundario) !important;
                border: 1px solid var(--color-principal) !important;
                color: #fff;   
            }

            .btn-secundario{
                display: inline-block;
                overflow: hidden;
                position: relative;
                text-align: center;
                color: #fff;
                background: var(--color-secundario);
                border: 1px solid var(--color-secundario) !important;
            }

            .btn-secundario:hover{
                background: var(--color-principal);
                border: 1px solid var(--color-secundario) !important;
                color: #fff;
            }

            /*----------------------*/
            .loader_bg{
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

            .lds-facebook {
  display: inline-block;
  /*position: relative;
  width: 80px;
  height: 80px;*/
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: var(--color-principal);
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
.lds-facebook div:nth-child(4) {
  left: 80px;
  animation-delay: 0;
}
.lds-facebook div:nth-child(5) {
  left: 104px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(6) {
  left: 125px;
  animation-delay: -0.24s;
}


@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}


            /*----------------------*/
            
@media (max-width: 575px) {
    .btn-primario{
        width: 100%;
    }

    .btn-secundario{
        width: 100%;
    }


    header .navbar{
        background: #ffffff;
    }

    header .navbar .navbar-nav .nav-link{
        color: #443420;
    }

    .hero .content h2{
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;

    }

    .hero .content p{
        font-size: 15px;
    }
}

            strong{
                color: #ffffff;
                font-weight: bold;
                font-size: 15px;
                text-transform: uppercase;
                background: var(--color-principal);
                padding: 0px 7px 0px 7px;
                border-radius: 8px;
            }

            .header {
                background:url(../img/675539.jpg) #444;
                background-size:cover;
                padding-top:0px;
                height: 100vh;
                width: 100%;
            }

            .header::before {
                position: absolute;
                content: '';
                background: rgba(10,10,10,.4);
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
            }
                        
            .sticky .navbar {
                background: #fff;
                border-radius: 0 0 7px 7px;
                box-shadow: rgba(188,188,188,.6) 0 2px 2px 2px;
            }

            .sticky .navbar .navbar-nav .nav-link{
                color: #443420;
            }


            .navbar{
              /*background: rgba(255,255,255, 0.815);*/
              /*padding-top: 0.91429rem !important;*/
              padding-top: 0px;
              padding-bottom: 0.91429rem !important;
            }

            .navbar .navbar-toggler{
              color: var(--color-principal);
            }

            .navbar .navbar-nav .active .nav-link {
                text-align: center;
               color: var(--color-principal); */
            }

            .navbar .navbar-nav .nav-link{
                font-size: 20px;
                /*font-weight: 90%;*/
                font-weight: 600;
                text-align: center;
                color: #443420;
            }

            .navbar .navbar-nav .nav-link:hover{
                color: var(--color-principal);
            }
            /*.hero{
                position: relative;
                top: 28%;
                box-sizing: border-box;
            }*/

            .hero .content{
                position: relative;
                top: 200px;
                box-sizing: border-box;
            }

            .hero h2{
                font-family: 'Montserrat', sans-serif;
                font-weight: bold;
                color: #fff;
                font-size: 57px;
                line-height: 1;
                letter-spacing: -1px;
                text-transform: uppercase;
                top: 100px;
            }

            .hero p{
                display: inline-flex;
                margin: 0 auto 20px auto;
                /*padding: 0 35px; REVISAR EN OLMER WEB*/
                width: 100%;
                font-size: 18px;
                color: #443420;
                text-shadow: 2px 2px 3px #000;
            }            

            .card-section {
                position: relative;
                bottom: 60px;
            }

            .card-section .card{
                border: 1px solid var(--color-principal);
                border-radius: 20px;
                text-align: center;
                box-shadow: rgba(188,188,188,.6) 0 8px 11px 4px;
                color: var(--color-principal);
            }

            .card-section .card h5{
                font-weight: bold;
                text-transform: uppercase;
            }

            .card-section .card p{
                font-size: 18px;
                line-height: 1;
                letter-spacing: -1px;
            }

            .card-section .card:hover {
                background: var(--color-principal);
                color: #fff;
                border-radius: 20px;
            }

            .card-section .card:hover span{
                color: #fff;
            }

            .section-title{
                margin-bottom: 60px;
            }

            .icon {
                display: inline-block;
                font-size: 40px;
                position: relative;
                color: var(--color-principal);
                padding-top: 15px;
            }

            .contenido{
                margin-top: 10px;
                font-size: 16px;
                padding: 5px 0px 30px 5px; 
                align-items: center;
                color: #443420;
            }


            .contacto {
                background: url("../img/961920.jpg");
                background-size: cover;
            }

            .contacto h2, .contacto p {
                text-shadow:  2px 2px 3px #000;
            }


            .wrap .individual:first-child{
                border-left: 1px solid #cac8c8;
            }

            .wrap .individual {
                display: inline-block;
                float: left;
                height: 160px;
                line-height: 160px;
                text-align: center;
                width: 25%;
                border-right: 1px solid #cac8c8;
                border-top: 1px solid #cac8c8;
            }

            .parallex-text{
                padding: 100px 0;
                text-align: center;
                color: #fff;
                
            }

            .parallex-text h2{
                font-size: 36px;
                line-height: 1.2;
                font-weight: 600;
            }

                .logros{
          /*padding-top: 30px;
          background: var(--color-principal);
          text-align: center;
          position: relative;
          padding-bottom: 100px;*/
          padding-bottom: 9rem !important;
padding-top: 6.5rem !important;
          background-image: url(../img/map2.png);
background-position: center;
background-size: 60%;
background-repeat: no-repeat;
position: relative;
        }

            .count-box{
                position: relative;
                padding-left: 114px;
                text-align: left;
            }


            .count-box .image {
    background: #f71735;
    color: #fff;
width: 80px;
height: 80px;
/*line-height: 100px;*/
/*text-align: center;*/
padding: 5px 5px 5px 5px;
border-radius: 50%;
position: absolute;
top: 10px;
left: 0;
}

            .count-box span{
              font-weight: bold;
              font-size: 40px;
              color: #ffffff;
              display: inline-block;
              position: relative;
              line-height: 1;
              padding-top: 20px
            }

            .count-box h3{
                font-weight: bold;
                font-size: 18px;
                color: #fff;
            }

            .footer{
                padding-top: 24px;
                padding-bottom: 28px;
                background: #cac8c8;
            }

/*-----------------------*/
.bg-img {
  background: url('../img/3057960.jpg') no-repeat center center;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
   background-color:#ccc;
  background-size: cover;
  border-radius: 0px 0px 65px 0px;
    margin: 0 auto;
  height: 500px;
  position: relative;*/
}
/*-----------------------------------*/

.custom-shape-divider-top-1629780938 {
    position: relative;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1629780938 svg{
    display: block;
    background: red;
    height: 100%;
}

.custom-shape-divider-top-1629780938 .shape-fill {
    fill: yellow;
}

/*-----------------------*/
.flat-work{
    padding: 60px 0;
z-index: 9;
position: relative;
}

/*.top-title{
    margin-bottom: 64px;
}*/

/*.top-title h2 {
    color: var(--color-principal);
    font-size: 30px;
    margin-bottom: 14px;
}*/

/*.iconbox.style1 {
    padding: 0 27px;
    margin-bottom: 55px;
}

.iconbox.style1:hover .icon {
    top: -5px;
}*/

.iconbox{
    text-align: center;
    display: inline-block;
    margin-bottom: 37px;
    border: 1px solid var(--color-principal);

}


.iconbox.style1 .icon {
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 37px;
    position: relative;
    top: 0;
}

.iconbox-content h2 {
    font-weight: bold;
}

.iconbox-content p {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: black;
    /*background: 0 0;*/
}


/*-------------------jumbotron-------------*/
.jumbotron h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    padding-top: 110px;
}

.breadcrumb {
  display: inline-flex;
  background-color: transparent;
}

.breadcrumb li a {
    color: var(--color-principal);
    font-size: 20px;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none; 
}

.breadcrumb li.active {
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

/*--------------------*/
.text .icon{
    /*color: var(--color-principal);*/
    font-size: 50px;
    padding-top: 8px;
}

.text h3{
    font-weight: bold;
    color: #000;
}

.text p{
    color: #000;
}

/*-----------------*/
.custom-shape-divider-bottom-1630296305 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    /*transform: rotate(180deg);*/
}

.custom-shape-divider-bottom-1630296305 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
}

.custom-shape-divider-bottom-1630296305 .shape-fill {
    fill: #FFFFFF;
}

/*--------------------------------*/
.bordes{
    text-align: center;
    margin-bottom: 10px;
    padding: 1.5rem;
    width: 100%;
    color: var(--color-principal);
    border: 1px solid var(--color-principal);
}

.bordes a{
    color: var(--color-principal);
    text-decoration: none;
}

/*---------------------*/
.form-control{
    border: 1px solid var(--color-principal);
}

/*-----------------------------*/
.footer{
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
  background: #000000;
}

.footer:after{
  content: "";
  position: absolute;
  top: 0;
  background: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}

.footer p{
  color: #fff;
  font-size: 15px;
  text-align: justify;
  line-height: 25px;
}

.footer h2{
  margin: 10px 0;
  color: var(--color-principal);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; 
}

/*.borde{
  height: 2px;
  width: 40px;
  background: var(--color-principal) !important;
}*/

.footer ul{
  list-style: none;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.footer ul a{
  text-decoration: none;
  outline: none;
  color: #fff;
  transition: 0.3s;  
}

.footer ul a:hover{
  color: var(--color-principal);
}

.footer ul li{
  margin: 10px 0;
  margin-left: -40px;
  height: 25px; 
}

/*.footer li span{
  margin-left: 20px !important;
}*/

.conte-social {
  padding-top: 20%;
}


.footer-lower{
  padding: 20px 0px 0px 0px;
  background: #000000;
  color: #fff;
  border-top: 1px solid var(--color-principal);
}


/*----------------*/

.nav-pills .nav-item .nav-link{
    background: var(--color-secundario);
    color: #ffffff; 
}

.nav-pills .nav-item .active {
    background: var(--color-principal);
    color: #ffffff;
}