
  
  .layout_padding {
    padding: 110px 0;
  }
  
  .layout_padding2 {
    padding: 45px 0;
  }
  
  .layout_padding2-top {
    padding-top: 45px;
  }
  
  .layout_padding2-bottom {
    padding-bottom: 45px;
  }
  
  .layout_padding-top {
    padding-top: 90px;
  }
  
  .layout_padding-bottom {
    padding-bottom: 90px;
  }
  
  .heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .heading_container h2 {
    font-weight: bold;
    color: #323232;
    position: relative;
  }
  
  .heading_container h2::before {
    content: "";
    width: 75px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fed11f;
  }
  
  .section_hr {
    margin: 10px auto;
    width: 1px;
    height: 175px;
    border: none;
    background-color: #000000;
  }
  
  /*header section*/
  .hero_area {
    background-image: url(../images/hero-bg.jpg);
    background-size: cover;
  }
  
  .sub_page .hero_area {
    height: auto;
  }
  
  .hero_area.sub_pages {
    height: auto;
  }
  
  .header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
  
  .header_section .nav_container {
    margin: 0 auto;
  }
  
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    margin: 10px 45px;
    padding: 0;
    color: #ffffff;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
  }
  
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::before {
    display: none;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fcd811;
  }
  
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link:nth-child(1) {
    margin-left: 0;
  }
  
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::before, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link::before {
    display: block;
  }
  
  a,
  a:hover,
  a:focus {
    text-decoration: none;
  }
  
  a:hover,
  a:focus {
    color: initial;
  }
  
  .btn,
  .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
  }
  
  .navbar-brand {
    font-family: 'Nunito', sans-serif;
  }
  
  .navbar-brand img {
    width: 45px;
  }
  
  .navbar-brand span {
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .custom_nav-container {
    z-index: 99999;
    padding: 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .custom_nav-container .navbar-toggler {
    outline: none;
  }
  
  .custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(images/proyecto1.jpg);
    background-size: 40px;
    margin-bottom: 4px;
  }
  
  /*end header section*/
  
  .slider_section #carouselExampleControls {
    margin-top: -95px;
  }
  
  .slider_section .slider_btn-container {
    position: absolute;
    bottom: 0;
    left: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    z-index: 9;
  }
  
  .slider_section .slider_btn-container .carousel-control-prev,
  .slider_section .slider_btn-container .carousel-control-next {
    position: unset;
    width: 55px;
    height: 55px;
    background-color: #313552;
    border-radius: 100%;
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
  }
  
  .slider_section .slider_btn-container .carousel-control-prev:hover,
  .slider_section .slider_btn-container .carousel-control-next:hover {
    background-color: #fed11f;
  }
  
  .slider_section .slider_btn-container .carousel-control-prev {
    background-image: url(../images/prev.png);
  }
  
  .slider_section .slider_btn-container .carousel-control-next {
    background-image: url(../images/next.png);
  }
  
  .design_section .design_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .design_section .design_container .box {
    min-width: 225px;
    min-height: 225px;
    padding: 25px;
    text-align: center;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  
  .design_section .design_container .box h5 {
    font-weight: bold;
    font-size: 22px;
  }
  
  .design_section .design_container .box.b-1 {
    background-color: #24263c;
    color: #ffffff;
    margin-right: -40px;
  }
  
  .design_section .design_container .box.b-2 {
    background-color: #f4f8fa;
    z-index: 2;
    margin-right: -40px;
  }
  
  .design_section .design_container .box.b-3 {
    background-color: #24263c;
    color: #ffffff;
    z-index: 3;
  }
  
  .about_section {
    text-align: center;
  }
  
  .about_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .about_section .box .detail-box {
    width: 80%;
    margin-bottom: 35px;
  }
  
  .about_section .box .img-box {
    width: 75%;
    border: 1px dashed #000000;
  }
  
  .about_section .box .img-box img {
    width: 50%;
  }
  
  .about_section a {
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    color: #000000;
    position: relative;
    background-color: transparent;
    font-size: 18px;
  }
  
  .about_section a::after {
    content: "";
    width: 35px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    background-color: #000000;
  }
  
  .project_section .project_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

  }
  
  .project_section .project_container .box {
    margin: 15px;
    -ms-flex-preferred-size: 30.70%;
        flex-basis: 30.70%;
    min-width: 250px;
  }
  
  .project_section .project_container .box img {
    width: 100%;
  }
  
  .expand_section {
    background-color: #24263c;
    color: #ffffff;
  }
  
  .expand_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .expand_section .row .col-md-6 {
    padding: 0;
  }
  
  .expand_section .detail-box {
    padding: 0 45px;
  }
  
  .expand_section .detail-box h2 {
    font-weight: bold;
    margin-bottom: 35px;
  }
  
  .expand_section .img-box img {
    width: 100%;
  }
  
  .blog_section .box {
    margin-top: 45px;
  }
  
  .blog_section .box .img-box img {
    width: 100%;
  }
  
  .blog_section .box .detail-box {
    margin-top: 25px;
  }
  
  .blog_section .box .detail-box h4 {
    font-weight: bold;
  }
  
  
  
  .box img:hover{

    filter:brightness(103%);
}


h3{
    font-size:30px;
}



.textoimagen {
  font-weight:400;  
  font-size: 22px;
  margin-top:15px;
  margin-bottom:80px;
  }
  
  
.box{
padding:30px;
}
