body {
    font-family: 'Montserrat';
    margin: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-right: auto;
    margin-left: auto;
}
    
    a:link, a:visited, a:active {
        text-decoration:none;
    }
    .navbar{
        border-bottom: 1px solid #D7D7D7;
        width: 100%;
    }
    .btn:hover{
        color: #FFFFFF;
    }

    /* header*/
.breadcrumb{
    background-color:transparent;
color: var(--gris-solidario);
text-align: left;
letter-spacing: 0px;
opacity: 1;
color: #5A666A !important;
font-size: 12px;
  
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #868e96 !important;
    content: ">";
}
.imgsolidario{
    width: 200px;
    margin-left: 50%;
    cursor: pointer;
}
.navbar{
    margin-top: 10px;
}

/* fin header*/



.mensajedespedida{
    font-size: 18px;
    margin-bottom: 10px;

}

.utilizarservicio{
    margin-bottom: -0.25rem;
}

.recomendarservicio{
    margin-left: 23%;
    font-size: 16px;
}


#formControlRange{
    background: linear-gradient(to right, #F8360C 0%, #F86D0C 20%, #F8A90C 40%, #F8DB0C 60%, #92D373 80%,#7EE74D 100%);
    
border: solid 1px #82CFD0;
border-radius: 8px;
height: 7px;
width: 70%;
  outline: none;
transition: background 450ms ease-in;
-webkit-appearance: none;
}


#tickmarks {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  width: 70%;
  font-weight: bold;
}

#tickmarks p {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 1px;
  height: 10px;
  line-height: 40px;
  margin: 0 0 20px 0;
}

#txtopinion{
border: 1px solid #CACACA;
border-radius: 6px;
width: 70%;
opacity: 0.6;
resize: none;

}
.mensajeopinion{
   padding-right: 80%;
   font-weight:bold;
   font-size: 16px;
}

.calificacion{
    margin-left: 23%;
}

.ponderacion1{
    font-size:12px;
    margin-right: 50%;
}
.ponderacion2{
    font-size:12px;
}

input .form-control{

width: 308px;
height: 40px;
opacity: 1;

}

.btnagendacita{

width: 223px;
height: 45px;
background: #23B5D6 0% 0% no-repeat padding-box;
border-radius: 5px;
color: #FFFFFF;
text-transform: uppercase;
opacity: 1;
font-weight: bold;
margin: 2px 2px;
font-size:16px;
margin-bottom: 50px;

}


#agenciavirtual{
    top: 27px;
    letter-spacing: 0px;
    opacity: 1;
    font-size: 15px;
    padding-right:200px;
}

.row-centered {
    text-align:center;
    }
    .col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.modal-content{
    width:auto;
height: auto;
background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 25px;
opacity: 1;
}

.ul {
    list-style: none; /* Quitamos los marcadores */
    padding: 0; /* Quitamos el padding por defecto de la lista */
    margin-left: 10px; /* Separamos la lista de la izquierda */
    }
.li::before { /* Añadimos contenido antes de cada elemento de la lista */
    content: "\2022"; /* Insertamos el marcador */
    padding-right: 8px; /* Establecemos el espacio entre las viñetas y el list item */
    color:#23B5D6; /* Coloreamos la viñeta */
    }
    .imgecuesta{
        width: auto;
        height: auto;
    }

    /*media querys*/

    .mensajenumero{
        padding-left: 15%;
        font-weight: bold;
    }

@media (max-width: 600px) {

    
    .imgecuesta{
        width: 180px;
        height: 180px;
    }
    .mensajedespedida{
        font-size: 16px;
    }   
    .recomendarservicio{
        margin-left: 5%;
        font-size: 12px;
    }
    .calificacion{
        margin-left: 5%;
    }
    .mensajeopinion{
        padding-right: 60%;
        font-size: 8px;
    }
     #formControlRange{
         width: 90%;
    }
     #txtopinion{
        width: 90%;
    }
    #tickmarks {
        width: 90%;

    }
    .ponderacion1{
        font-size: 8px;
        margin-right: 52%;
    }
    .ponderacion2{
        font-size: 8px;
    }

    .btnagendacita{
        margin-bottom: 50px;
    }
    .serviciomensaje{
        text-align: left;
        }
        .imgsolidario{
            margin-left: 0%;
            width: 125px;
        }
        #agenciavirtual{
          
            padding-right:0px;
        }
        .mensajenumero{
            font-size: 10px;
        }
}