body, header, html {
    font-family: 'Raleway', sans-serif;
}

.vision h2, .vision p, .metodologia h2, .metodologia p {
    margin: 0 10%;
}
.nav-link {
    color: #050505 !important;
    margin: 0 50px 0 0px;
    font-weight: 400 !important;
}
.nav-link:hover {
    color: #F49523 !important;
}

.logo_navbar{
    min-height: 30px;
}
.navbar {
    -webkit-box-shadow: 0px -20px 13px 24px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px -20px 13px 24px rgba(0,0,0,0.38);
    box-shadow: 0px -20px 13px 24px rgba(0,0,0,0.38);
    padding: 5px 0;
}
header img {
    height: 400px;
}
header .carousel-caption {
    text-align: right;
    right: 5%;
    top: 20%;
    padding-left: 50%;
}
.txt_header {
    width: 30%;
    float: right;
    margin: 50px 50px;
}

.carousel-item {
    
}
.carousel-item img {
    object-fit: cover;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .carousel-item img {
        object-fit: cover;
        max-height: 180px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .carousel-item img {
        object-fit: cover;
        max-height: 250px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .carousel-item img {
        object-fit: cover;
        max-height: 350px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .carousel-item img {
        object-fit: cover;
        max-height: 450px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .carousel-item img {
        object-fit: cover;
        max-height: 550px;
    }
}


.carousel-caption h1, .carousel-caption h5, .carousel-caption p {
    background-color: rgba(0,0,0,0.5);
    padding: 0 10px;
}
.carousel-caption h5 {
    font-size: medium;
}

.input-message {
    min-height: 300px;
}

.input-name, .input-mail, .input-message{
    width: 70%;
    border-radius: 8px;
    margin: 8px 0;
    padding: 4px;
    border: 1px solid #EEDD45;
    background-color: #f6f6f6;
    transition: border ease-in-out .3s;

}

textarea:focus, input:focus{
    outline: none;
    border: 1px solid #F49523 !important;
    transition: border ease-in-out .3s;
}

.input-name::placeholder, .input-mail::placeholder, .input-message::placeholder {
    color: #a9a9a9;
}

.input-button {
    width: 130px;
    border-radius: 8px;
    margin: 8px 0;
    padding: 4px;
    background-color: #07A438;
    border: none;
    color: white;
    font-weight: 500;
}



footer{
    font-weight: 500;
    height: 200px;
    width: 100%;
    background-color: #d9d9d9;
}

.logo_footer img {
    width: 250px;
    margin: 40px auto;
}

.rrss_footer .container {
    max-width: 300px;    
}
.rrss_footer .container {
    max-width: 300px;    
}
.rrss_footer .container img{
    color: #F49523;
    transition: ease-in-out .3s;
}
.rrss_footer .container img:hover {
    transform: rotate(7deg); 
    transition: ease-in-out .1s;
    filter: brightness(250%) contrast(120%);
}

.list_footer {
    max-width: 400px;
    margin: 0 auto;
    text-align: justify;
}
.list_footer a, .right_footer a{
    color: #07A438;
}
.list_footer a:hover , .right_footer a:hover{
    color: #f39829;
}

.list_footer li {
    margin: 0 60px;
}

.background_vision {
    background-image: url(../img/azul.png);
    background-position: left;
    background-repeat: no-repeat;
}

.background_trabajos {
    background-image: url(../img/verde.png);
    background-position: right;
    background-repeat: no-repeat;
}

.background_metodologia {
    background-image: url(../img/amarillo.png);
    background-position: left;
    background-repeat: no-repeat;
}
.metodologia img {
    padding: 40px 0 60px;
    max-width: 90%;
    width: 450px;
}

.right_footer {
    font-size: 12px;
}

footer .row{
    background-color:#d9d9d9;
}

.building {
    width: 300px;
    margin: 0 auto;
    padding-top: 150px;
}

.building img {
    margin: 0 auto;
    width: 300px;
}

footer ul {
    padding-left: 0;
}

