

body {

    background: url(/public/static/index/images/background.jpg) no-repeat top center;

}

.carouselMap {
    min-height: 308px;
    width: 100%;

    overflow: hidden;
    
    min-width: 1254px;

}



.carouselMap ul {

    width: 400%;

    height: auto;

}



.carouselMap li {

    width: 25%;

}



.switch {

    position: relative;

    display: none;

}



.switch img {

    position: absolute;

    top: 125px;

    cursor: pointer;

    padding: 35px 10px;

    background: rgba(0, 0, 0, 0.5);

}



.switch img:nth-of-type(1) {

    left: 0px;

    transform: rotate(180deg);

    border-radius: 5px 0px 0px 5px;

}



.switch img:nth-of-type(2) {

    right: 0px;

    border-radius: 5px 0px 0px 5px;

}



.form {

    margin: 0 auto;

    margin-top: -55px;

    position: relative;

    z-index: 999;

    padding: 0px 30px;

}



.form form {

    background: white;

    box-shadow: 0px 0px 10px #ededed;

    padding-top: 35px;

    padding-bottom: 30px;

}



.form p {

    margin-left: 60px;

    color: #575757;

    font-size: 16.5px;

    line-height: 40px;

}



.ipt {

    margin-left: 25px;

}



.ipt input {

    margin-right: 20px;

    width: 145px;

    height: 40px;

    background: #eee;

    padding-left: 15px;

    color: black;

}

.ipt select {

    margin-right: 20px;

    width: 145px;

    height: 40px;

    background: #eee;

    padding-left: 15px;

    color: black;
    border: 0;

}

.form button {

    width: 165px;

    height: 40px;

    background: #98181c;

    color: white;

    font-size: 16.5px;

}



.section{

    margin-top: -50px;

    padding-top: 50px;

    box-shadow: 0px 0px 10px #dedbd7;

    background: white;

}



.institutions{

    padding-top: 25px;

    padding-bottom: 10px;

}



.institutions-cont{

    margin-top: 18px;

}

.news-title h2{
    font-size: 1.4rem;
}