@import "font.css";
body {
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
}
.white{
    color:white;
}
a{
    cursor: pointer;
}
.bg {
    /* The image used */
    background-image: url(../images/Imagen-PLAYERS.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0%;
    opacity: 0.9;
  }
.tb-menu-2{
    display: none !important;
}
.top-bar{
    /*margin: 0px 120px;*/
    color: white;
    font-size: 13px;
    text-align: center;
    font-family: "opensans-bold";
}
.underline{
    border-bottom: 2px solid rgb(255,70,68);
}
.logo{
    width: 45%;
}
.btn-class{
    border-radius: initial !important;
    height: 50px;
    width: 120px;
    font-size: 13px !important;
    font-family: "opensans-bold";
    background-color: rgb(255,70,68) !important;
    color: white !important;
    padding-top: 12px !important;
}
.player{
    /*margin: 0px 8vw 8vw;*/
}
.player .line1{
    width: 28%;
    position: absolute;
    right: -9vw;
    top: 16vw;
}
.player .line2{
    position: absolute;
    left: -6vw;
    top: 55vw;
}
.player .title{
    width: 100%;
    margin: 0px 5vw;
}
.player .title .title-news{
    font-size: 7vw;
    font-family: 'opensans-extrabold';
    color: #ff4644;
}
.player .title .title-description{
    font-family: 'opensans-extrabold';
    padding: 2vw;
    font-size: 1.9vw;
}
.player .title .title-description span{
    color: #ff4644;
}
.player .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 0px;
    transition: transform 0.8s;
}
.player .card .close {
    margin: 0px !important;
}
.player .card .show{
    display: none;
}
.close {
    float: none; 
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 1 !important;
}
.player .card:hover{
    transform: translate(0px, -30px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.player .card:hover .show{
    display: block;
}
.player .card .card-img-top{
    height: 275px;
    object-fit: contain;
}
.player .card .card-body .card-title{
    font-size: 23px;
    font-family: 'opensans-extrabold';
    line-height: 1.4rem;
}
.player .card .card-body .card-subtitle{
    color: #ff4644;
}
.player .card .card-body .player-flag{
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}
.modal-dialog {
    max-width: inherit !important;
    width: 80vw !important;
    margin: 1.75rem auto;
}
.modal-body .close {
    margin: 0px !important;
    color: white;
    z-index: 100;
}
.close {
    float: none; 
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 1 !important;
}
.modal-img{
    width: 100%;
    padding: 0px;
}
.modal-img img{
	width: 100%;
    height: 100%;
    padding: 0px;
    object-fit: cover;
}
.modal-body{
    padding: 0px !important;
}

.modal-body .team-member{
    width: fit-content;
    padding: 9vw 5vw 7vw 5vw;
}
.modal-body .team-member p{
    font-family: 'opensans-regular';
    font-size: 16px;
    line-height: 1.5rem;
    margin: 0px;
}
.modal-body .team-member .title{
    font-family: 'opensans-extrabold';
    font-size: 35px;
}
.modal-body .team-member .description{
    font-family: 'opensans-regular';
    font-size: 16px;
    line-height: 30px;
    padding: 4vw 0vw;
}
.modal-body .team-member span{
    font-size: 20px;
    font-family: 'opensans-bold';
    color: #ff4644;
}
.modal-body .contact-us{
    font-family: "opensans-bold";
    font-size: 15px;
    color: rgb(255,70,68);
}
.modal-body .team-member .sports-career{
    height: 180px;
    overflow-y: scroll;
    border: 2px solid rgba(0,0,0,0.1);
    margin: 2px;
    padding: 5px;
}
.modal-body .team-member .sports-career div{
    padding: 8px 10px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}
.modal-backdrop.show {
    opacity: 1 !important;
}
.modal-body .carousel .close {
    float: none; 
    position: initial;
    top: 0px;
    right: 0px;
    opacity: 1 !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 4% !important;
    opacity: 1 !important;
}
.modal-content .right-red{
    right: -1.5vw;
    bottom: 5vw;
    position: absolute;
}
.modal-content .left-red{
    position: absolute;
    top: 7vw;
    left: -1.5vw;
}
.modal-content .line-player-modal1{
    position: absolute;
    top: -20vw;
    left: 20vw;
}
.modal-content .line-player-modal2{
    position: absolute;
    bottom: -5vw;
    left: -2.5vw;
}
#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 6px;
    background-color: #ff4644;
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: rgb(255,70,68);
}
@media screen and (min-width: 1600px) {
    .player .title {
        margin: 0px;
    }
    .player .title .title-news {
        font-size: 5vw;
    }
    .player .title .title-description {
        font-size: 1.6vw;
    }
}
@media screen and (max-width: 992px) {
    .bg {
        background-position: 40% 100%;
    }
    .modal-dialog {
        width: auto !important;
    }
    .logo{
        width: 40%;
    }
    .welcome-text {
        margin: 250px 0px 120px;
    }
    .title p span {
        font-size: 25px;
        position: relative;
        top: -25px;
        left: -100px;
    }
    .player .line1 {
        display: none;
    }
    .player .line2 {
        display: none;
    }
    .modal-content .line-player-modal1 {
        display: none;
    }
    .modal-content .line-player-modal2 {
        display: none;
    }
    .modal-body .close {
        z-index: 1;
    }
    .player .title .title-news{
        font-size: 15vw;
    }
    .player .title .title-description{
        font-size: 25px;
        padding: 0px;
    }
}
@media screen and (max-width: 767px) {
    .tb-menu-1{
        display: none !important;
    }
    .tb-menu-2{
        display: block !important;
    }
    .bg {
        height: 630px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 45% 100%;
    }
    .bg .bottom-left-black {
        position: relative;
        width: 50%;
        bottom: 60vw;
        left: -15vw;
    }
    .bg .bottom-left-red {
        width: 100px;
        position: relative;
        bottom: 30vw;
        left: -45vw;
    }
    .bg .middle-left-red {
        width: 100px;
        position: relative;
        top: -90vw;
        right: -68vw;
        left: unset;
    }
    .top-bar-responsive{
        color: black;
        font-size: 13px;
        text-align: center;
        font-family: "opensans-bold";
        margin: 45% 0px;
    }
    .logo{
        width: 50%;
    }
    .player .title .title-description{
        font-size: 20px;
    }
    .modal-img img {
        height: 400px;
    }
    .modal-header {
        border-bottom: none !important; 
    }
}