#popupindex .modal-content {
    background: #031B3F;
    border-radius: none !important;
    border-top: 5px solid #f7a600;
}

#popupindex p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    padding: 20px 0px
}
#popupindex .modal-header{
    border-bottom: 0px;
}

#popupindex .modal-header .close{
    text-shadow: none;
    color: #f7a600;
    opacity: 1;
    padding: 5px 10px;
    background:  #031B3F;
    position: absolute;
    right: -5px;
    top: -10px;
    border: 2px solid #f7a600;
    border-radius: 50%;
}

.header-wrapper2{
    position: relative;
}


.boxarg{
    background: #D6D6D6;
    color: #333;
    font-weight: 700;
    font-family: "Rockwell";
    width: 100%;
    font-size: 30px;
    margin: 20px 0px;
    padding: 30px;
    height: 200px;
    display: block;
    cursor: pointer;
    border-left: 5px solid #bdbdbd;
}
.boxarg:hover{
    background: #031B3F;
    color: #f7a600 !important;
    border-left: 5px solid #f7a600;
}
.fixpadding{padding-bottom: 60px}
.contenedorchoise{
    height: 60vh;
}

.contenedorchoise h2{padding-bottom: 25px}

@media screen and (min-width:768px){
    
    #popupindex .modal-header .close{
        right: -15px;
        top:-20px;
    }
    
}