
/*** ---- Contactenos ----****/
.info-contact {
    font-family: SourceSansPro-regular;
    font-size: 18px;
}
.info-contact > h2 {
    color: #00a2c7;
    font-size: 29px;
    letter-spacing: 0;
}
#form-registrese .is-invalid {
	border-left: 1px solid #dc3545 !important;
}
#flex-main-contac-ecuador{
    background: url('../../../img/publica/fondo-cuenta-usuario-maestra.webp') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#title-contac{
	font-size : 19px !important;
}
#datos-ubicacion{
	background: #f3f3f3;
}
#caja-select {
   border-radius: 3px;
   width: auto !important;
   overflow: hidden;
   width: 230px;
   position: relative;
   border: 1px solid #ced4da;
}
#select-ciudades {
    background: transparent;
    border: none;
    font-size: 1rem;
    height: 46px;
    padding: 11px 15px;
}
#select-ciudades:focus{
    outline: none;
}
#caja-select::after{
    content: "\025be";
    display: table-cell;
    padding-top: 12px;
    text-align: center;
    width: 46px;
    height: 46px;
    background-color: #dfe0e0;
    position: absolute;
    top: 0;
    right: 0px;
    pointer-events: none;
    font-size: 30px;
}
/*** Fin ****/


