body {
    font-family: 'Helvetica', Arial, sans-serif;
    color: #555;
}

.fondo404{
    background: linear-gradient(0deg, #63b5d4, white 80%);
}

nav {
    border-bottom: 1px solid #c7c7c750;
}

nav a, footer a{
    color:rgba(0, 0, 0, 0.55);
}

.menu li{
    text-transform: uppercase;
    padding-right: 20px;
    letter-spacing: 1px;
}

.dropdown-menu {
    border:0px;
    padding-right:0;
    color:rgba(0, 0, 0, 0.55);
}

.dropdown-item:hover {
    background:#e8bb4a !important;
    color:white !important;
}

nav a:hover, nav a:active {
    color: #e8bb4a !important;
}

.top-social-icons a {
    padding: 0 15px 0 0;
    margin-top: 15px;
    font-size: 25px;
    color:#888;
}

.fa-facebook:hover, .fa-youtube:hover, .fa-pinterest:hover, .fa-instagram:hover, .fa-linkedin:hover{
    color:#e8bb4a;
}

.logo {
    letter-spacing: -9999px;
    text-align: center;
    margin: 30px 0;
}

.container {
    padding:0 20px;
}

/* portafolio */

/*blogfilter*/.filtroportafolio a {
    display: inline-block;
    font-family: "lato", sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 25px;
    margin-right: 0;
    margin-bottom: 15px;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
} 

.filtroportafolio a:hover, .filtroportafolio a:active, .filtroportafolio a.current {
    background-color: #e8bb4a;
    color:white;
}

.card-body h2{
    font-size: 18px;
}

.card-body p{
    color:#e8bb4a;
}

.spancard {
    font-size:12px;
    color:#555;
}

.bordeportafolio { 
    border-bottom: 4px solid #fbfbfb;
}

.bordeportafolio:hover {
    border-bottom: 4px solid #e8bb4a;
}

.btn {
    background-color: #e8bb4a;
    color:white;
    border:none;
    padding:7px 9px;
    border-radius:inherit;
}

.btn:hover {
  background-color: #555;
}

.inline{
    display: inline-block;
}

/* PROYECTOS */

.carousel-indicators [data-bs-target]{
    background-color: black;
}

.carousel-control-prev, .carousel-control-next {
    width: 15%;
    background-color: #999;
    border-radius: 0;
    opacity: 0.2;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    opacity: 0.4;
}

.carousel-control-prev{
    background: linear-gradient(to right, #999, white);
}

.carousel-control-next{
    background: linear-gradient(to left, #999, white);
}

.h2proyecto{
    font-size:23px;
}

.enlaces {
    text-decoration: none;
    color:#e8bb4a;
    margin-top:5px;
}

.enlaces:hover {
    color:#555;
    text-decoration-line: underline;
}

p {
    color: #8d8d8d !important;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    font-weight: 400;
}

.titulos {
    color: #e8bb4a;
    font-weight: 300;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
    padding: 5px 0 10px 0;
    font-size: 20px;
}
.lineyellow {
    display: block;
    width: 50px;
    height: 4px;
    margin: 7px 0 -11px 0;
    background: #e8bb4a;
}

.carousel{
    margin-bottom: 30px;
}

.trabajos li {
   color:#999999;
    font-size:15px;
}

.buttonproyecto {
    font-size: 15px;
    display: inline-block;
    margin: 8px 10px 8px 15px;
    cursor: pointer;
    text-decoration: none;
    background: #e8bb4a;
    color:white;
    padding: 10px;   
}

.buttonproyecto:hover{
    background: #555;
    color:white;
}

/* Contacto */

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
}

.form-control{
    box-shadow: inset 0 0 8px silver;
    border-radius: 0px;
}

textarea:focus, input:focus, input[type]:focus {
    border-color: #e8bb4a !important;
    box-shadow: 0 1px 1px rgba(232, 187, 64, 0.075)inset, 0 0 8px rgba(232,187,64,0.6) !important;
    outline: 0 none !important;
}

.btnform {
    padding:10px 14px;
}

.marginlabel{
    margin-top: 18px;
}

/*ERROR 404*/

.error {
    background-image: url(../images/404.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;  
    height: 215px;
    margin-bottom: 20px;
}

.ops{
    font-size: 33px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: inherit;
}

.negritaops{
    font-size:45px;
    color:#777;
}

.pequenaops{
    font-size: 20px;
    color:#999;
}

.enlaceops{
    justify-content: center;
    font-size:18px;
    color:white;
}


/* FOOTER */

.paddington {
    justify-content:center;
}

.paddington404{
    padding-top: 0 !important;
}

.iconosfooter {
    height: 100%;
    padding-right: 0 !important;
}

    .iconosfooter ul {
        padding-top: 44px;
        margin-bottom: 3px !important;
    }

.nofooter {
    background-image: none;
    height: auto;
}

footer{
    background-image: url(../images/footer_small2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;  
    height: 275px;
}

footer .fab {
    font-size: 25px;
    color:white;
    margin-left:5px;
}

.colfooter{
    display: flex;
    justify-content:flex-end !important;
}

.footericonos {
    margin-bottom: 0;
    margin-top:10px;
    padding-top: 8px;
   
}




/* MEDIAS */
@media (max-width:576px){
   
    .h2contacto{
        font-size: 18px;
        background-color: #e8bb4a;
        color:white;
        padding: 5px 5px 5px 7px;
        text-align: center;
    }
    
    .colfooter {
        display: none;
    }
    .bordefooter {
        display: none;
    }
    .none {
        display: none;
    }
    
    .pruebafooter{
        display: flex;
        justify-content:center;
        margin-top: 224px;
    }
    
    .footererror{
        display: flex;
        justify-content:center;
        margin-top: 20px;
    }
    
}


@media (min-width: 576px) { 
   
    .h2contacto{
        font-size: 23px;
        background-color: #e8bb4a;
        color:white;
        padding: 5px 5px 5px 7px;
        text-align: center;
    }

    footer{
        background-image: url(../images/footer.png);
        height: 300px;
    }
    .container {
        padding:0 10px !important;
    }
    .paddington {
        padding-top: 225px;
    }
    
    .error {
        background-image: url(../images/404.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;  
        height: 405px;
        margin-bottom: 20px;
    }

    .ops{
        font-size: 36px;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 10px;
        line-height: inherit;
    }

    .negritaops{
        font-size:50px;
        color:#777;
    }

    .pequenaops{
        font-size: 25px;
    }

    .enlaceops{
        justify-content: center;
        font-size:18px;
    }

}

@media (min-width: 768px) { 
    .paddingsm {
        padding-right: 0px;
    }
    
    .bordefooter{
    background-image: url(../images/bordefooter.png);
    background-repeat: repeat-x;
    background-position:left;
    }
    
}

@media (min-width: 992px) { 

    footer{
        height: 450px;
    }
     .paddington {
        padding-top: 386px;
    }
    

}