@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700|Source+Sans+Pro:300,300i,400,600,900&display=swap');

.header
{
    background-color: #0895D8;
    color: white;
    height: 70px;
}

.body{
    text-align:center;
}

#contenido
{
    background-color: #ffffff;
    width: 75%;
    margin: auto;
    border-radius: 5px;
    padding: 0px 0px 50px;
    height: auto;
}

h1, h2, h4, p {
    color: #4A4A4A;
}

h1{
    font-family: 'Quicksand', sans-serif;
    font-size: 33px;
    font-weight: normal;
    padding-top: 20px;
    text-align: center;
}

h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 28px;
    font-weight: normal;
}

h4{
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 10px;
    padding-right: 10px;
}
/**/

img {
    vertical-align: middle;
    border-style: none;
}

hr {
    border: 0;
    clear:both;
    display:block;
    width: 70%;
    background-color:#979797;
    height: 1px;
    margin-top: 0;
}

.seccion-gris{
    background: #F7F7F7;
    border-top: solid 1px #CECECE;
    border-bottom: solid 1px #CECECE;
    background-image: url("/gimgs/bg_arboles.jpg");
    background-attachment: fixed;
}

.block {
    width: 306px;
    height: 350px;
    background:#F7F7F7;
    margin-bottom: 45px;
    border: 1px solid #D3D3D3;
}

.block-footer {
    text-align: center;
    padding-top: 14px;
}

.left-block{
    float:right;
}

.dad-center-block{
    text-align: center;
}

.center-block{
    display: inline-block;
}

.block2 {
    width: 306px;
    height: 350px;
    background:white;
    margin-bottom: 45px;
    border: solid 1px #D3D3D3;
}

.block2-footer {
    text-align: center;
}

.publicaciones-title {
    font-family: 'Quicksand', sans-serif;
    background-color:#CE5252;
    color:white;
    text-align:center;
    padding: 1px;
}

.block3 {
    width: 306px;
    background:#8190AB;
    color:white;
    margin-bottom: 45px;
    border: solid 3px #8190AB;
}

.main-card{
    height: 212px;
    width: 630px;
    float: right;
    background-color: #fffc;
    padding: 0px 60px 20px 20px;
    margin-top: 195px;
}

.main-card h1 {
    margin: 0;
    text-align: left !important;
}

.card-img-top{
    width: 100%;
    height: 555px;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-body{
    /*padding-top: 1.5rem;*/
    padding-bottom: 1.5rem;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
    width: 300px;
    height : 200px;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-title{
    margin-bottom: .75rem;
    text-align:center;
    text-transform: uppercase;
    height: 55px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-title2{
    text-transform: uppercase;
    margin-bottom: .75rem;
    text-align:center;
    padding-top: 15px;
    color: #fff;
}

.card-title3{
    margin-bottom: .75rem;
    text-transform: uppercase;
    text-align:center;
    padding-top: 15px;
    height: 58px;
}

.font-weight-bold{
    font-weight: 700!important;
}
.card-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 22px;
}

.block3 .card-body .card-text {
    font-weight: 400;
    background-color: #ffffff99;
    color: #000;
}

.block2 .card-body .card-text {
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}

.block .card-body .card-text {
    font-weight: 300;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.card .card-body .card-text {
    color: #747373;
    font-size: .9rem;
    font-weight: 400;
}

.block3-footer {
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    height: 40px;

}

.btn1{
    width: 60%!important;
    border: solid 1px #676767;
    background-color:#67676711;
    color: #676767;
    text-transform: uppercase;
    border-radius: 2px;
}

.btn1:hover{
    border: solid 1px #CE5252;
    background-color:#CE525211;
    color: #CE5252;
}

.btn2{
    float: right;
    width: 20%!important;
    color:white;
    border: solid white 1px;
    border-radius: 2px;
    padding: 2px;
    text-align: center;
    background-color: #ffffff22;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}

.btn2:hover{
    border: solid white 1px;
    border-radius: 2px;
    background-color: #ffffff44;
    text-decoration: none;
}

.container {
    width: 100%!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.container-fluid {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.dot {
    background: #D8D8D8!important;
}

.div-texto-carousel{
    background-color: #F7F7F7;
    padding-top: 40px;
    padding-bottom: 40px;
}

.comillas {
    color: #E67600;
    font-weight: 900;
    font-size: 100px;
    line-height: 0;
    vertical-align: -35px;
}

.bloque_texto {
    font-family: 'Source Sans Pro', sans-serif;
    background: #F7F7F7;
    text-align:center;
    font-size:18px;
    line-height: 60px;
    display: flex;
    vertical-align: middle;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    height: 80%;
}

.bloque_texto p{
    margin: auto;
    font-weight: 300;
    font-style: italic;
    font-size: 30px;

}

.div-texto-carousel, .left, .right{
    height: 100%;
    display: table;
}

.box-no-border{
    padding-right: 0px;
    padding-left: 0px;
}

.glyphicon{
    color:#353535!important;
    display: inline;
    vertical-align: middle;
    text-align: center;
    height: 100% !important;
    line-height: 35px;
    width: 100%;
}

.carousel-control{
    font-size: 12px;
    text-shadow: none;
    background-color: #EECA11;
    border-radius: 100%;
    height: 35px !important;
    width: 35px !important;
    margin-top: 170px;
    display: inline-block;
    line-height: 35px;
    text-align: center !important;
}

.autor-cita {
    position: absolute;
    bottom: 8px;
    right: 16px;
    padding-bottom: 50px;
    height: 20%;
}

.autor-cita p {
    text-align: right;
    font-size: 22px;
    margin: 0;
}

.top-right {
    position: absolute;
    top: 83px;
    right: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.50);
}

/*Carousel del divs*/
.carousel-indicators li {
    width: 17px!important;
    height: 17px!important;
}

.carousel-indicators .active {
    width: 17px!important;
    height: 17px!important;
}

.carousel-indicators .active {
    background: #EECA11!important;
}

.ult-carousel{
    height: 555px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control.left,
.carousel-control.right {
    margin-right: 40px;
    margin-left: 32px;
    background-image: none;
    opacity: 1;
    text-align: center;
}
.carousel-control > a > span {
    color: white;
    font-size: 29px !important;
}

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}

.active > div { display:none; }
.active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		     { left: -50%; }
    .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		     { left: -50%; }
    .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner .active.left { left: -33%; }
    .carousel-inner .active.right { left: 33%; }
    .carousel-inner .next        { left:  33%; }
    .carousel-inner .prev		     { left: -33%; }
    .carousel-col                { width: 33%; }
    .active > div:first-child + div { display:block; }
    .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
    .carousel-inner .active.left { left: -25%; }
    .carousel-inner .active.right{ left:  25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev		     { left: -25%; }
    .carousel-col                { width: 25%; }
    .active > div:first-child + div { display:block; }
    .active > div:first-child + div + div { display:block; }
    .active > div:first-child + div + div + div { display:block; }
}

/*HEADER&FOOTER*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #c4d1b4!important;
    border-radius: 3px;
}

nav.navbar.navbar-default{
    height: 76px !important;
}

.navbar-nav>li.img>a{
    padding: 0;
    margin-top: -6px;
}

ul.nav.navbar-nav.navbar-right{
    margin-top: 0;
}

/* ul.nav.navbar-nav.navbar-right>li{
    margin-top: 18px;
} */

/* ul.nav.navbar-nav.navbar-right>li.doble{
    margin-top: 8px;
} */

.navbar-default .navbar-nav>li>a {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px!important;
    line-height: 17px;
    padding-left: 18px;
    padding-right: 18px;
}

.css-image {
    max-width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.nav-box{
    width: 15%;
}

.nav-middle-box{
    /*padding-left: 2%;
    padding-right: 2%;*/
    vertical-align: middle;
}

/* .imgr{
    width: 250px;
    float: right;
    margin-top: 80px;
    margin-bottom: 40px;
}

.imgl{
    width: 127px;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
} */

/* .imgr2{
    width: 120px;
    float: right;
    margin-top: 30px;
    margin-bottom: 40px;
}

.imgl2{
    width: 95px;
    float: left;
    margin-top: 26px;
    margin-bottom: 40px;
} */

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

/*acomodo del header (contenido .navbar)*/
.navbar .container-fluid .col-xs-12 {
    padding: 0px;
}

footer{
    background: #cfd4c9!important;
}

.floating-div{
    border: #979797 solid 1px;
    width: 120px;
    margin-top: 7px;
    padding-bottom: 10px;
    margin-left: 80px;
    text-align: center;
    position: absolute;
    background: white;
    padding-left: 0px!important;
}
#logo-sinac-header {
    height: 57px !important;
}

#logo-sirefor-header{
    height:85px;
}

#logo-minae{
    width: 126px;
}

/* PASOS */

.sw-main{
    display: block !important;
    width: 95%;
    margin: 0 auto;
    overflow: scroll;
    padding-right: 50px;
    height: 120px;
}

.nav.nav-tabs.step-anchor{
    background-color: transparent;

    margin-bottom: 70px;
    margin-left: -90px;
    width: max-content;
}

/*
.sw-theme-circles>ul.step-anchor:before {
    background-color: white;
}*/

.sw-theme-circles>ul.step-anchor>li.active>a {
    border-color: #0042FF !important;
    color: #fff;
    background: #0042FF !important;
}

.sw-theme-circles>ul.step-anchor>li.active>a:hover {
    border-color: #0042FF !important;
    color: #fff;
    background: #3167FF !important;
}
/*
.sw-theme-circles>ul.step-anchor:before {

     height: 0px !important;

}*/

.sw-theme-circles>ul.step-anchor>li {
    padding-left: 90px;
    margin-left: 0;
}

.sw-theme-circles>ul.step-anchor>li.active>a>small {
    color: #0042FF;
    text-transform: uppercase;
}

.sw-theme-circles > ul.step-anchor > li > a
{
    width: 32px !important;
    height: 32px !important;
    padding: 5px 0 !important;
    box-shadow: none !important;
    background-color: #fff;
    border: 1px solid #757575;
    font-weight: 700;
    color: #757575;
}

.sw-theme-circles>ul.step-anchor>li>a:hover {
    border: 1px solid #757575;
    color: #757575;
    background: #eee;
}


a > small
{
    font-size: 80% !important;
}

.sw-theme-circles > ul.step-anchor::before
{
    top:55px !important;
    max-height: 2px;
    background-color: #C3C3C3;
    visibility: hidden;
}

.sw-theme-circles > ul.step-anchor
{
    margin-top: -40px;
}


.sw-theme-circles > ul.step-anchor > li
{
    margin-top: 40px !important;
    margin-bottom: 12px !important;
}

.sw-theme-circles>ul.step-anchor>li.done>a {
    border-color: #0042FF;
    color: #0042FF;
    background: #fff;
}
.sw-theme-circles > ul.step-anchor > li::before{
    content: " ";
    position: absolute;
    top: 15px;
    width: 100%;
    height: 2px;
    background-color: #C3C3C3;
    z-index: 0;

}

.sw-theme-circles > ul.step-anchor > li.done::before{
    background-color: #0042FF;
}

.sw-theme-circles > ul.step-anchor > li:last-child::before{
    visibility: hidden;
}

.sw-theme-circles>ul.step-anchor>li.done>a:hover {
    border-color: #3167FF;
    color: #3167FF;
    background: #E2EAFF;
}



.sw-theme-circles>ul.step-anchor>li>a>small {
    position: relative;
    width: 70px;
    bottom: 0;
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #757575;
    margin-top: 20px;

}

.sw-theme-circles>ul.step-anchor>li.done>a>small {
    color: #0042FF;

}

/* FIN DE PASOS */

/* ELEMENTOS FORMULARIO */

.glyphicon-download-alt
{
    margin-top: 8%;
    background-color: #00abeb;
}


.form-control[disabled]{
    background-color: #F8F8F8;
    border: 1px solid #E2E2E2;
    font-style: italic;
    color: #727272;
    box-shadow: none;
}

.multiselect.disabled {
    background-color: #F8F8F8;
    border: 1px solid #E2E2E2;
    width: 100%;
    text-align: left;
}

.multiselect.disabled span{
    font-size: 18px;
    font-weight: 300 !important;
    font-style: italic;
    color: #727272 !important;
    font-style: italic;
}

.multiselect.disabled > b {
    float: right;
    margin-top: 11px;
}

.select2
{
    min-width: 50% !important;
    max-width: 100% !important;
}

/* .btn_download
{
    background-color: #00abeb;
    width: 100%;
} */

#descripcion-formulario
{
    background-color: #e7e7e7;
    color: #000;
    width: 95%;
    margin: auto;
    margin-bottom: 40px;
}

.btn{
    font-weight: 600;
    border-radius: 0;
}

#btn-atras, .alpaca-form-button-atras
{
    text-transform: uppercase;
    background-color: #5A5A5A;
    border: 0;
    padding: 10px 50px;
    color:#fff;
}

#btn-atras:hover, .alpaca-form-button-atras:hover
{
    background-color: #808080;
    color:#fff;
}


#btn-siguiente, .alpaca-form-button-submit
{
    text-transform: uppercase;
    background-color: #0042FF;
    border: 0;
    padding: 10px 50px;
    color:white;
}

#btn-siguiente:hover, .alpaca-form-button-submit:hover
{
    background-color: #3167FF;
    color:#fff;
}

#btn-siguiente:focus, #btn-siguiente:active, #btn-siguiente:checked, .alpaca-form-button-submit:focus, .alpaca-form-button-submit:active, .alpaca-form-button-submit:checked
{
    background-color: #0033C5;
    color:#fff;
}

/*.btn-default:hover {
    color: #fff;
    background-color: rgba(51, 122, 109, 0.81);
    border-color: #337A6D;
    transition: 0.3s;
}*/



#parent-btn-siguiente
{
    padding-left: 4px !important;
}

#parent-btn-atras
{
    padding-right: 0px !important;
    width: 49% !important;
}

legend.alpaca-container-label
{
    font-weight: 400 !important;
    font-size: 2.4rem;
    text-align: center;
}

.sec-subtitulo > label.alpaca-control-label{
    font-weight: 400 !important;
    font-size: 2rem;
    text-align: center;
    margin-top: 30px;
    color: #5A5A5A;
}


.boton-generico-descarga{
    background-color: #40c7fb;
    color: black;
    font-weight: 400;
    box-sizing: border-box;
    border: 2px solid #40c7fb;
    border-radius: 0;
    padding: 15px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.boton-generico-descarga:hover {
    background-color: #40c7fb;
    color: black;
    border: 2px solid #40c7fb;
    text-decoration: none !important;
    cursor: pointer;

}

label.alpaca-control-label{
    font-weight: 300 !important;
    font-size: 1.8rem;
    color: #333333;
    display: block !important;
}

.alpaca-control{
    font-weight: 300 !important;
    font-size: 1.8rem;
    color: #333333;
    height: 40px;
}

input.alpaca-control, select.alpaca-control, textarea.alpaca-control{
    border: 1px solid #5A5A5A;
    border-radius: 1px;
}


[disabled] {
    pointer-events: none;
}

.tooltip-inner {
    max-width: 500px !important;
    min-width: 350px; !important;
}

/* Tooltip */
.tooltip > .tooltip-inner {
    background-color: #f1fffd;
    color: black;
    border: 4px solid #00abeb;
    padding: 5px;
    font-size: 15px;
}

.tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #00abeb;
}

.qq-upload-cancel, .qq-upload-continue, .qq-upload-delete, .qq-upload-pause, .qq-upload-retry, .qq-upload-size {
    font-size: 16px;
}

#addaxloading{
    color: #165187 !important;
}

.titulo-pagina {
    color: #40c7fb;
}

.btn_download{
    background-color: transparent;
    margin-top: 5px;
}

.btn-descarga-docs, .btn_download {
    color: #0042FF;
    font-weight: 400;
    box-sizing: border-box;
    border: 2px solid #0042FF;
    border-radius: 0;
    padding: 15px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.alpaca-field-url a {
    color: #004E78;
    background-color: #40C7FB;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 0;
    padding: 15px 24px;
    text-decoration: none;
    text-transform: uppercase;
}

.alpaca-field-url a:hover {
    background-color: #66D4FF;
}

.alpaca-field-url > div.alpaca-control {
    width: 100%;
    font-size: 14px;
    margin-bottom: 25px;
}

.alpaca-field a:hover{
    text-decoration: none;
}

.alpaca-field a {
    width: 100%;
}

.btn-descarga-docs:hover, .btn_download:hover {
    background-color: #E2EAFF;
    color: #0042FF;
    border: 2px solid #0042FF;
    text-decoration: none !important;
    cursor: pointer;

}

.alert-success {
    background-color: #CFF0B3;
    border: 1px solid #B0D585;
    color: 486821;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.help-block {
    font-weight: 300;
}

/* Fechas */

.alpaca-field-date::after{
    content: "";
    background: url("../imgs/elements/calendar_icon.svg") no-repeat;
    background-position: 7px 10px;
    width: 32px;
    height: 38px;
    position: absolute;
    top: 32px;
    right: 1px;
    background-color: #40C7FB;
}

/* Fin de fechas */

/* SI NO Radios */


.alpaca-control.radio > label{
    padding: 0;
    width: 100%;
}

.alpaca-control.radio > label > div{
    background-color: #A6AFC8;
    margin: 0 auto;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #535353;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

.alpaca-control.radio input[type="radio"]{
    visibility: hidden;
}

.alpaca-control.radio{
    display: inline-block !important;
    margin-left: 0;
    width: 49%;
}
.alpaca-control.radio > label > input:checked + div{
    background-color: #40C7FB;
    color: #004E78;
}

/* Fin de SI NO Radios */



/* Normal Radios Override */

.normal-radios > .alpaca-control > label > div{
    background-color: transparent;
    padding: 0;
    text-transform: none;
    font-weight: 300;
    color: #535353;
    font-size: 18px;
    text-align: left;
}

.normal-radios > .alpaca-control > label > div::before{
    content: "";
    display: block;
    background: url("../imgs/elements/select_off.svg") no-repeat;
    width: 22px;
    height: 22px;
    float: left;
    margin: 0 6px 0 0;
}

.normal-radios > .alpaca-control.radio input[type="radio"]{
    visibility: hidden;
}

.normal-radios > .alpaca-control.radio{
    display: block !important;
    margin: 10px 0px;
    width: 100%;
}
.normal-radios > .alpaca-control > label > input:checked + div{
    background-color: transparent;
}

.normal-radios > .alpaca-control > label > input:checked + div::before{
    background: url("../imgs/elements/select_on.svg") no-repeat;
}

/* Fin Normal Radios Override */

/* Check boxes */
.alpaca-control.checkbox label {
    padding-left: 0;

}

.alpaca-control.checkbox input[type="checkbox"]{
    visibility: hidden;
}

.alpaca-control.checkbox label > div{
    font-weight: 300;
    color: #535353;
    font-size: 18px;
}

.alpaca-control.checkbox label > div::before{
    content: "";
    display: block;
    background: url("../imgs/elements/check_off.svg") no-repeat;
    width: 22px;
    height: 22px;
    float: left;
    margin: 0 6px 0 0;
}

.alpaca-control.checkbox > label > input:checked + div::before{
    background: url("../imgs/elements/check_on.svg") no-repeat;
}
/* Fin de Check boxes */

/** check de revision */
.icheckbox_square-blue {
    float: right;
    margin-right: -50px;
    margin-top: -47px;
}

.revision_img_button {
    margin: 0px 5px 5px 0px;
    padding: 0;
    width: 24px;
    height: 24px;
    background: url(/gcss/icheck/square/checkmark.png) no-repeat;
    border: none;
    cursor: pointer;

    float: right;
    margin-right: -50px;
    margin-top: -47px;
}

.revision_aprobado_button {
    background-position: 0px 0;
}

.revision_rechazado_button {
    background-position: -24px 0;
}

/** fin de checks de revision **/

.formulario-alpaca
{
    max-width: 40% !important;
    margin: auto !important;
}

#form
{
    max-width: 40% !important;
    margin: auto !important;
}

/* Reglas para responsive */
@media only screen and (max-width: 800px){
    .main-card{
        width: 100%;
        height: auto;
    }

    .bloque_texto{
        padding-left: 40px;
        padding-right: 40px;
    }
    .bloque_texto, .bloque_texto p{
        font-size: 15px;
        line-height: 45px;
    }

    .carousel-control {
        height: 20px !important;
        width: 20px !important;
    }

    .glyphicon{
        line-height: 19px;
        font-size: 8px;
    }

    .carousel-control.left, .carousel-control.right {
        margin-right: 5px;
        margin-left: 5px;
    }

    .img-citas{
        display: none;
    }

    .autor-cita p {
        font-size: 12px;
    }
}

/*modal tema*/
/*
img {
    vertical-align: middle;
    border-style: none;
    margin-bottom: 10px;
}

.card-img-top1{
    background: #c3e597;
    padding: 10px;
}
.card-img-top2{
    background: #906ea9;
    padding: 10px;
}
.card-img-top3{
    background: #d28bc5;
    padding: 10px;
}
.card-img-top4{
    background: #d96f6f;
    padding: 10px;
}
.card-img-top5{
    background: #ffdc74;
    padding: 10px;
}
.card-img-top6{
    background: #2b81ae;
    padding: 10px;
}
.card-img-top7{
    background: #ffb92a;
    padding: 10px;
}
.card-img-top8{
    background: #57ecce;
    padding: 10px;
}
.card-img-top9{
    background: #6bb5da;
    padding: 10px;
}
.card-img-top10{
    background: #f18585;
    padding: 10px;
}

.block_modal{
    font-size: 25px;
    text-align: center;
}

.group-text{
    font-size: 23px;
}

.adjust-div{
    display: inline-block;
}

.container-fluid {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.modal-content{
    background-color: #f3f7ee;
}

.modal-dialog{
    width: 100%;
    text-align: center;
    padding-top: 46px;
}*/
