/**GENERAL**/

* {
    font-family: arial;
}

/*a{
    font-family: 'Futura-Normal';
}*/

body{
    background: #f8f9fa;
}

.footer{
    width: 100%;
    display: none;
    color: #8f7f7f!important;
    font-size:15px!important;
    margin-left: 30px;
    margin-top: 30px;

}

.text_title {
    margin-top: 50px;
    font-size: 50px;
    color: gray;
}

.text_contacto {
    font-size: 20px;
}

.avatar {
    border-radius: 50%;
    width: 200px;
}

.btn-xl {
    font-size: 20px !important;
    width: 100px;
}

.form-control {
    font-size: 20px !important;
}

.control-label{
    font-size: 20px !important;
}

.mar{
    width: 100%;
}

.softblue{
    color: #00a2d3;
}

.btn-info{
    background: #00a2d3 !important;
    border-color: #00a2d3 !important;
}

.navbar_nosotros a {
    color: gray!important;
    margin-right: 100px;
}

.navbar_nosotros a:hover {
    color: black!important;
}

.navbar{
    display: none !important;
}

.nav-link{
    font-size: 20px;
    color: #8f7f7f;
}

.tab-pane{
    max-width: 100% !important;
}

.sidebar {
    width: 768px;
    position: fixed;
    height: 100%;
    max-width: 300px;
}

.info {
    margin-top: 450px;
}
.slide img,
.carousel {
    height: 1000px;
    width: 100%;
    margin: 0px;
}
.text {
    font-size: 70px;
    top: 20px !important;
    margin-right: 0px;
    font-weight: bolder;
    color: gray!important;
}

.port img {
    width: 100%!important;
    padding-bottom: 15px;
}
.square-content img {
    width: 100%;
}

.pink-square{
    font-size: 20px; 
}

.list-group-item {
    border: none !important;
}

#w0{
    height: 75vh !important
}

@media only screen and (max-width: 1100px) {
    #sidebar-wrapper{
        display: none;
    }

    .navbar{
        display: flex !important;
    }

    .mar{
        margin-top: 60px
    }

    .slide img,
    .carousel {
        height: 700px;
    }

    .footer{
        display: inline-block;

    }


}

@media only screen and (max-width: 768px) {

    .slide img {
        width: 768px;
        height: 500px;
    }
    .text {
        font-size: 40px;
        margin-bottom: 380px;
        font-weight: bolder;
        color: gray!important;
    }
    .sidebar {
        width: 100%;
        position: relative;
    }
    img {
        object-fit: cover;
    }
    .carousel {
        height: auto;
        padding: 10px;
        width: 100vw;
    }
    .port img {
        width: 377px!important;
        padding-bottom: 15px;
    }
}

/*@media only screen and (min-width:220px) {
    .slide img {
        width: 465px;
        height: 300px;
    }
    .text {
        font-size: 40px;
        margin-bottom: 160px;
        font-weight: bolder;
        color: gray!important;
    }
    .sidebar {
        width: 320px;
    }
    img {
        object-fit: cover;
    }
    .carousel {
        margin-top: 192px;
        padding: 10px;
        width: 377px;
    }
    .text_title {
        margin-top: 220px!important;
    }
    .square-content img {
        width: 377px;
    }
    .port img {
        width: 377px!important;
        padding-bottom: 15px;
    }
    .us {padding:50px!important;}

}
*/