
/* CSS Document */

.head {
    background-color: #CF0A2C;
    padding: 20px 0px;
}
.image {
    background-image: url(https://image.info-uvic.cat/lib/fe32117075640474751c77/m/1/banner_web_2.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    height: 100px;
}
.header {
    position: relative;
    background-image: url(https://dummyimage.com/1500x990/e17a88/f8f8f8.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    z-index: -1;
    margin-top: 1px;
}

.cuerpo {
    text-align: left;
    padding: 40px 0px;
    border-top: 1px solid #ccc;
    font-size: 14px;
}

.row1 {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 0px;
}
#row1 h1 {
    font-size: 28px;
    font-weight: 600;
    color: #CF0A2C;
    line-height: 1.2;
}
#row1 h2 {
    font-size: 24px;
    font-weight: 400;
    color: #4b4b4b;
    margin-bottom: 0;
}
#row1 p {
    margin-bottom: 0;
}
.row2 {
    background-image: linear-gradient(135deg, rgba(172,186,189,0.3) 0%, rgba(172,186,189,1) 100%);
    background-repeat: repeat-x;
    padding-top: 40px;
    padding-bottom: 0px;
    margin-top: 1px;
}
#row2 h1 {
    font-size: 28px;
    color: #4b4b4b;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 40px;
}
#row2 p{
    margin:0px;
    font-size: 18px;
    color: #4b4b4b;
}
#row2 .far, .fas {
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 10px;
    color:#fff;
    margin: 0px;
}

.box {
    border-top: 1px solid #fff;
    padding: 20px 0px;
    margin-bottom: 0px;
    text-align: left;
    display: flex;
}
.boxicon {
    width: 20%;
}
.boxtext {
    width: 80%;
}



@media (min-width: 576px) {
    .header {
        background-image: url(https://dummyimage.com/1500x990/e17a88/f8f8f8.jpg);
        height: 300px;
    }
    .boxicon {
        width: 30%;
    }
    .boxtext {
        width: 70%;
    }
    .row2 {
        padding-top: 56px;
        padding-bottom: 24px;
    }
}

@media (min-width: 768px) {
    .head {
        padding: 40px 0px;
    }
    .header {
        background-image: url(https://dummyimage.com/1500x990/e17a88/f8f8f8.jpg);
        height: 360px;
    }
    .row1 {
        background-color: #fff;
        padding-top: 56px;
        padding-bottom: 0px;
    }
    #row2 h1 {
        font-size: 32px;
    }
    #row1 h1 {
        font-size: 32px;
    }
    .boxicon {
        width: 20%;
    }
    .boxtext {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .header {
        background-image: url(https://dummyimage.com/2000x1012/e17a88/f8f8f8.jpg);
        height: 360px;
    }
    .boxicon {
        width: 25%;
    }
    .boxtext {
        width: 75%;
    }
    #row2 h1 {
        font-size: 36px;
    }
    #row1 h1 {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .boxicon {
        width: 20%;
    }
    .boxtext {
        width: 80%;
    }
}

@media (min-width: 1500px) {
    .header {
        background-image: url(https://dummyimage.com/2200x772/e17a88/f8f8f8.jpg);
        height: 360px;
    }
}





/* ┌─────────────────────────────────────────────┐
   │             MODIFICACIONS  EUMO             │
   └─────────────────────────────────────────────┘ */

.big {
    font-size: 16px;
    color: #CF0A2C;
    margin-right: 8px;
    margin-bottom: 0px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.big2 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.big2{
    margin-bottom: 0px !important;
}

.bt {
    border-top: 1px solid #ccc;
    padding: 18px 0px 14px 0px;
    display: flex;
    flex-wrap: wrap;
}

.block-estudis, .bloque {
    border-top: 1px solid #ccc;
    margin-top: 0px;
    padding-top: 8px;
    margin-bottom: 24px;
}

.opcion {
    position: relative;
    top: 10px;
}
.opcion-tit {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #4b4b4b;
}
/* The container */
.form-check {
    display: block;
    position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #F6F6F6;
    border-radius: 2px;
    border: 1px solid #979797;
}
/* On mouse-over, add a grey background color */
.form-check:hover input ~ .checkmark {
    background-color: #ddd;
}
/* When the checkbox is checked, add a blue background */
.form-check input:checked ~ .checkmark {
    background-color: #979797;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.form-check input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.form-check .checkmark::after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}





/* ┌─────────────────────────────────────────────┐
   │              MODIFICACIONS AdM              │
   └─────────────────────────────────────────────┘ */


div.cols2 {
    columns: 2;
    column-gap: 40px;
}
div.cols2 div.block-estudis, div.cols2 div.bloque {
    display: inline-block;
    width: 100%;
}
.btn-primary {
    color: #CF0A2C;
    background-color: #fff;
    border-color: #2b2224;
    width: 100%;
}
.btn-primary:hover {
    color: #fff;
    background-color: #CF0A2C;
    border-color: #CF0A2C;
}

@media (max-width: 767px) {
    div.cols2 {
        columns: 1;
    }
}

a {
    color: #CF0A2C
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #d6425b;
    border-color: #CF0A2C;
    cursor: not-allowed;
}