  

h1,h2,h3,h4,h5,h6{
    font-family: "Noto Serif", sans-serif;
    font-weight: 400;
}

.nav-item{
    text-decoration: none;
    padding-right:10px;
    padding-left:10px;
    /* background-color: #415051; */
}

body{
    font-size: 15px;
	font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
	color: #727272;
}

p, blockquote{
	line-height: 180%; 
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
	
}

strong{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.cont{
	max-width: 1140px; margin: 0 auto; padding: 0 15px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.text-white{
    color: #fff;
}
.text-black{
    color: #000;
}



.btn-black{
    font-size: 16px;  text-transform: uppercase; color: #fff;  
    background: #000; line-height: 1em; padding: 13px  30px;  position: relative; border-radius: 0; width: auto;
}
.btn-black:hover{
   text-decoration: none;
   color: #000;
   background:#eebf99; 
       
}


/* HEADER */
header{
    top: 0;
    left: 0;
    width: 100%;

}

.border-top-header{
    border-top: 1px solid#eee;
    padding-bottom: 20px;
    padding-top: 25px;
    margin-top: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.navstick {
    background-color: transparent;
    transition: background-color 0.3s ease;
    padding: 10px 0;
    z-index: 10000;
  }
  
  .navstick.scrolled {
    background-color: rgba(255,255,255,0.7); 
  }

.navbar{
    padding-top: 0;
}
.navbar-nav{
    margin: 0 auto;
    border-radius: 30px;
    width: 100%;
    padding-left: 0;
    justify-content: flex-end;
}

.nav-link{
    font-family: 'Open Sans';
    font-weight: 500;
    color: #333333;
    font-size: 15px;
    padding: .5rem 1rem;
    border: 1.5px solid transparent;
    border-radius: 8px;
}
.nav-link:hover{
    color: #333333;
    text-decoration: none;
    border:1.5px solid #eebf99;
    border-radius: 8px;
}



.navbar-toggler
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #415051;
    border: 1px solid #fff;
    border-radius: .25rem;
    color: #fff;
}

/* HERO BANNER */
 .banner-hero-main{
    width: 100%;
    top: 0;
}

.main-btn-hero{
    color: black;
    padding: 18px 10px 4px 0;
    position: relative;
    text-align: right;
}
.carousel-item {
    display: flex;
    padding: 0 20px;
}
.carousel-item img{
    width: 33.333%;
    height: auto;
    padding: 0 10px ;
}

/* SERVICIOS */

.servicios{

}
.block-servicio_home{
    border-left: 1px solid #f2f2f2;
    padding: 50px 25px 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title-serv_Home{
    color:#333333;
    font-size: 22px;
    padding-left: 20px;
    margin-bottom: 30px;
    height: 53px;
   
}
.list-servicios_home{
    list-style: none;
    padding: 30px 20px;
}
.list-servicios_home li{
    margin-bottom: 7px;
}

.btn-ver{
    color: #eebf99;
    text-transform: uppercase;
    padding: 10px 20px;
}

.btn-ver:hover{
    color: #eebf99;
    text-transform: uppercase;
    padding: 10px 20px;
}

.title{
    font-size: 40px;
    color: #333333;
    font-weight: 700;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

/* QUIENES SOMOS */
.back-about{
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    background-image: url('../images/banner-quienes.png');
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    padding:  0;
    background-size: cover;
}

.back-about-info{
    background-color:#fff;
    padding: 80px 65px;
    margin-top: 120px !important;
    border: 17px solid;
    border-image-slice: 1;
    border-width: 15px;
    border-image-source: linear-gradient(to bottom, #eebf99, #fff);
    margin: 0 auto;
}

.title-about{
    font-size: 40px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    display: block;
    position: relative;
    z-index: 10000;
}
.title-about::after{
    font-size: 79px;
    color: #f5f5f5;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: center;
    content: 'Arts&Signs';
    display: block;
    position: absolute;
    margin: 0 auto;
    top: -32px;
    z-index: -1;
    left: -2%;
}
.border-about{
    width: 120px;
    height: 4px;
    background-color: #eebf99;
    display: block;
    margin: 30px auto;
    display: block;
}

.border-int{
    width: 120px;
    height: 4px;
    background-color: #eebf99;
    display: block;
    margin: 30px 0;
    display: block;
}


.carousel-cell{}
/* CONTACTO */
.back-form{
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    top:0;
    right: 0;
    z-index: 0;
    padding:  0;
    background-size: cover;
}

.back-conctac2{
    background-color: rgba(5, 130, 60, .70);
    padding: 80px 65px;
    border-radius: 30px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.8em + 1rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #727272;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #eaeaea;
    border-radius: 7px;
    font-size: 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control::placeholder { color: #727272; }      /* Modern browsers */
.form-control::-webkit-input-placeholder { color: #727272; } /* Chrome/Safari */
.form-control::-moz-placeholder { color: #727272; }  /* Firefox */
.form-control:-ms-input-placeholder { color: #727272; } /* IE 10+ */
.form-control:-moz-placeholder { color: #727272; }   /* Older Firefox */

.algunos-productos{
    margin-top: 60px;
}
.item-p {
    text-decoration: none;
    color: #727272;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin-top: 10px;
    color: #333333;
    font-weight: 800;
}
.img-p{
    margin-bottom: 20px;
}

.algunos-disenos{
    padding: 30px 0;
}

.link-algunos{
    position: relative;
}
.link-algunos figure{
    position: relative;
    opacity: 0.6;
}
.link-algunos figure:hover{
   opacity: 0.3;
}
.link-algunos figcaption{
    position: absolute;
    top: 0;
    display: block;
    content: '';
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    top: 100px;
    left: 40px;
    line-height: 110%;
}

.otros-productos{

}
.boder-otros{
    border-bottom:1px solid #eaeaea;
    padding-bottom: 60px;
}
.carousel-cell{
    padding: 20px;
}
.link-otros {
    text-decoration: none;
    color: #727272;
    font-family: 'Noto, Serif';
    font-size: 20px;
    margin-top: 10px;
    color: #333333;
    font-weight: 800;
}

.link-otros img {
    margin-bottom: 20px;
}

.link-otros:hover {
    text-decoration: none;
    color:#727272;
}

.partners{
    padding: 70px 0;
}
.flex{
    display: flex;
}
.logo-p{
    margin-right: 50px;
    margin-top: 20px;
}

/* FOOTER */

.footer{
    background: #f5f5f5;
    padding: 50px 15px;
    margin-top: 30px;
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.footer p{
    color: #777777;
}

.title-footer{
    font-family: 'Noto, Serif';
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: block;
    color: #333333;
}
.tel{
    color: #777777;
}
.tel:hover{
    color: #333333;
}
.border-block{
    border-left:1px solid #eaeaea;
    padding-left: 25px
}
.icon-redes{
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 12px 10px;
    text-align: center;
}
.all{
    padding-bottom: 80px;
}

.border-top{
    border-top:1px solid #eaeaea;
    padding-top: 30px;
}
.otros-productos-int{
    text-decoration: none;
    color: #727272;
    font-family: 'Noto, Serif';
    font-size: 20px;
    margin-top: 10px;
    color: #333333;
    font-weight: 800;
}
.otros-productos-int img{
    margin-bottom: 20px;
}
.mb-80px{
    margin-bottom: 80px;
}
.info-producto{
    padding: 80px 0 100px 0;
}
.title-p{
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    text-transform: uppercase;
}
.sub-p{
    text-decoration: none;
    color: #727272;
    font-family: 'Noto, Serif';
    font-size: 20px;
    margin-top: 10px;
    color: #333333;
    font-weight: 800;
    border-top:1px solid #eaeaea;
    padding-top: 30px;
}
.border-p {
    width: 120px;
    height: 4px;
    background-color: #eebf99;
    display: block;
    margin: 20px 0;
    display: block;
}

.banner-contacto{
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: 250px;
    background-image: url('../images/back-contact.png');
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    padding:  0;
    background-size: cover;
    padding: 100px 0;
    margin-bottom: 40px;
}

.horario{
    padding: 80px 0 50px 0;
}
.mb-10{
    margin-bottom: 10px;
}
.main-block-contact{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom:1px solid #eaeaea;
    padding-bottom: 20px;
}

.main-block-contact .icon-contact{
    margin-right: 20px;
    
}

.mail-contact{
    color: #727272;
    display: block;
}
.mail-contact:hover{
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 991px) {
   
   
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {

}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {

}

@media screen and (max-width: 767px) {
    .title-about::after {
        font-size: 57px;
        left: 8%;
    }
    .flex{
        display: block;
    }
    .logo-p{
        margin-bottom: 30px;
    }
}