﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

body {
    background: #312E38;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
}

body, input, button {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, label, strong {
    font-weight: 500;
}

button {
    cursor: pointer;
}

.header {
    display: flex;
    background: #E6540F;
    height: 80px;
    align-items: center;
}

.header h1 {
    text-align: end;
    font-weight: 700;
    color: #fff;
    align-items: center
}

.header h3 {
    text-align: end;
    font-weight: 500;
    color: #fff;
    align-items: center
}

.header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cardPresentation {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    background-color: #fff;
    padding: 40px 60px 20px 60px;
    height: 100%;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
}

.btn-rounded-purple {
    color: #fff;
    border-radius: 35px;
    background: #5C0F8B;
    padding: 10px 20px 10px 20px;
    border: none;
    margin-top: 30px;
}

.btn-rounded-orange {
    color: #fff;
    border-radius: 35px;
    background-color: #E6540F;
    padding: 10px 20px 10px 20px;
    border: none;
    margin-top: 30px;
}

.btn-rounded-gray {
    color: #fff;
    border-radius: 35px;
    background-color: #808080;
    padding: 10px 20px 10px 20px;
    border: none;
    margin-top: 30px;
}

h2 {
    text-align: center;
    font-weight: 600;
    color: #E6540F;
    margin-bottom: 50px;
}

h5 {
    text-align: start;
    font-weight: 500;
    color: #E6540F;
    margin-bottom: 10px;
}

p {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

input {
}

.title-label {
    font-size: large;
    font-weight: 600;
    color: #E6540F;
    margin-bottom: 10px;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.picture {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.takeFoto {
    padding: 5px 10px 5px 10px;
    margin: 5px 0px 5px 0px;
    background-color: #E6540F;
    color: #fff;
    width: 200px;
    border: none;
}

.uploadFoto {
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    background-color: #808080;
    color: #fff;
    width: 200px;
    border: none;
}

.uploadFoto:hover {
    background-color: #E6540F;
    color: #fff;
}

.circle-with-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #E6540F;
    margin-right: 10px;
}

.circle-with-text-gray {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #efefef;
    margin-right: 10px;
}

.text-gray {
    color: #efefef;
}

.btn-outline-orange {
    color: #E6540F;
    border-color: #E6540F !important;
    border: 3px solid #E6540F !important;
    font-weight: 500 !important;
    margin-top: 20px;
}

.btn-outline-orange:hover {
  color: #FFF;
  background-color: #E6540F;
  border-color: #E6540F;
}

.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-orange.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.circle-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #efefef;
    margin-right: 10px;
}

.label-upload-photo {
    color: white;
    font-family: sans-serif;
    cursor: pointer;
    margin-top: 1rem;
    padding: 5px 10px 5px 10px;
    margin: 5px 0px 5px 0px;
    background-color: #808080;
    width: 200px;
    text-align: center;
}

.label-upload-photo:hover {
    background-color: #E6540F;
    color: #fff;
}


#BSbtnsuccess {
    height: 0;
    overflow: hidden;
    width: 0;
}

#BtnGuardianFile {
    height: 0;
    overflow: hidden;
    width: 0;
}

.label-upload-doc {
    background: #E6540F;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: inherit;
    font-weight: 400;
    outline: none;
    padding: 0.5rem 3rem;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin-top: 30px;
    width: 90%;
}

.label-upload-doc:hover {
    background-color: #e6692e;
}

.label-upload-doc::before {
    color: #fff;
    content: "\f0ee";
    font-family: "FontAwesome";
    font-size: 100%;
    height: 100%;
    right: 10%;
    line-height: 3.3;
    position: absolute;
    top: -5px;
    transition: all 0.3s;
}

.label-upload-doc-guardian {
    background: #E6540F;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: inherit;
    font-weight: 400;
    outline: none;
    padding: 0.5rem 3rem;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin-top: 30px;
    width: 90%;
}

    .label-upload-doc-guardian:hover {
        background-color: #e6692e;
    }

    .label-upload-doc-guardian::before {
        color: #fff;
        content: "\f0ee";
        font-family: "FontAwesome";
        font-size: 100%;
        height: 100%;
        right: 10%;
        line-height: 3.3;
        position: absolute;
        top: -5px;
        transition: all 0.3s;
    }

@media (max-width: 576px) {
    /*Medium devices (tablets, 768px and up) @media (min-width: 768px)*/

    h1, h2, h3, h4, h5, h6, strong, label {
        font-weight: 400;
    }

    .container {
        width: 90% !important;
        /*margin-left: auto !important;
        margin-right: auto !important;*/
    }

    .cardPresentation {
        background-color: #fff;
        padding: 10px 15px 10px 15px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        border-radius: 10px;
    }

    .client-type {
        flex-direction:column;
    }

    .header {
        display: block;
        height: 100px;
    }

    .header img {
        width: 200px;
        height:auto;
    }

    .header h3 {
        text-align: center
    }

    .tab {
        width: 265px;
    }

    #video {
        width: 260px;
    }

}

@media (min-width : 768px) {
    h1, h2, h3, h4, h5, h6, strong, label {
        font-weight: 400;
    }

    .container {
        width: 80% !important;
    }

    .cardPresentation {
        padding: 15px 20px 15px 20px;
        height: 100%;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        border-radius: 10px;
    }
}

/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
    h1, h2, h3, h4, h5, h6, strong, label {
        font-weight: 500;
    }

    .container {
        width: 90% !important;
    }

    .cardPresentation {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 70px;
        background-color: #fff;
        padding: 40px 60px 20px 60px;
        height: 100%;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        border-radius: 10px;
    }
}



/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {

    h1, h2, h3, h4, h5, h6, strong, label {
        font-weight: 500;
    }

    .tab {
        width: 700px;
    }
}

